2024-09-11T07:29:05.408 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T07:29:05.428 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T07:29:05.519 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901224 branch: wip-guits-quincy-2024-09-10-2008-quincy description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04-15.2.9 2-repo_digest/repo_digest 3-upgrade/staggered 4-wait 5-upgrade-ls agent/off mon_election/connectivity} email: gabrioux@ibm.com first_in_suite: false job_id: '7901224' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-guits-quincy-2024-09-10-2008-quincy 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: d0e6828a2016d48cf25ad84064e50742bb1c39b9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 workunit: branch: wip-guits-quincy-2024-09-10-2008-quincy sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 owner: scheduled_gabrioux@teuthology priority: 70 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 - ceph.iscsi.iscsi.a seed: 2282 sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-quincy-2024-09-10-2008-quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 targets: smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - cephadm: add_mons_via_daemon_add: true allow_ptrace: false avoid_pacific_features: true cephadm_branch: v15.2.9 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v15.2.9 - 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 r z --placement=2 --port=8000 - sleep 180 - 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 ps - ceph versions - ceph -s - ceph orch ls - ceph config set mgr container_image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" - ceph orch ps --refresh - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph versions | jq -e '.mgr | length == 2' - ceph mgr fail - sleep 180 - ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps --refresh - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph mgr fail - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph versions | jq -e '.mgr | length == 1' - ceph mgr fail - sleep 180 - ceph orch ps - ceph versions - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr - 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 ; sleep 30 ; done - ceph versions | jq -e '.mgr | length == 1' - ceph versions | jq -e '.mgr | keys' | grep $sha1 - ceph versions | jq -e '.overall | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 2' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk '{print $2}') - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.mon | length == 2' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.y | awk '{print $2}') - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.mon | length == 1' - ceph versions | jq -e '.mon | keys' | grep $sha1 - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 5' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2 - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.osd | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 7' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1 - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.osd | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 8' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.osd | length == 1' - ceph versions | jq -e '.osd | keys' | grep $sha1 - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.r.z - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.rgw | length == 1' - ceph versions | jq -e '.rgw | keys' | grep $sha1 - 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 ; 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 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-11_06:53:43 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-11T07:29:05.520 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa; will attempt to use it 2024-09-11T07:29:05.520 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa/tasks 2024-09-11T07:29:05.520 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T07:29:05.522 INFO:teuthology.task.internal:Checking packages... 2024-09-11T07:29:05.542 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd0e6828a2016d48cf25ad84064e50742bb1c39b9' 2024-09-11T07:29:05.542 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T07:29:05.542 INFO:teuthology.packaging:ref: None 2024-09-11T07:29:05.542 INFO:teuthology.packaging:tag: None 2024-09-11T07:29:05.542 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-10-2008-quincy 2024-09-11T07:29:05.542 INFO:teuthology.packaging:sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:29:05.542 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-guits-quincy-2024-09-10-2008-quincy 2024-09-11T07:29:05.690 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1623-gd0e6828a-1focal 2024-09-11T07:29:05.691 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T07:29:05.697 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T07:29:05.698 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T07:29:05.704 INFO:teuthology.task.internal:Saving configuration 2024-09-11T07:29:05.719 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T07:29:05.725 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T07:29:05.750 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901224', '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': '2024-09-11 07:22:59.791440', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-11T07:29:05.774 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901224', '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': '2024-09-11 07:22:59.789300', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-11T07:29:05.774 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T07:29:05.780 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-09-11T07:29:05.780 INFO:teuthology.task.internal:roles: ubuntu@smithi169.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', 'ceph.iscsi.iscsi.a'] 2024-09-11T07:29:05.780 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T07:29:05.839 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9fc02e7ac0>, signals=[15]) 2024-09-11T07:29:05.839 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T07:29:05.845 INFO:teuthology.task.internal:Opening connections... 2024-09-11T07:29:05.846 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-09-11T07:29:05.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:29:05.947 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2024-09-11T07:29:05.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:29:06.035 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T07:29:06.041 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-09-11T07:29:06.048 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-09-11T07:29:06.048 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-09-11T07:29:06.095 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Ubuntu" 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:ID=ubuntu 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE=debian 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="20.04" 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_CODENAME=focal 2024-09-11T07:29:06.096 INFO:teuthology.orchestra.run.smithi133.stdout:UBUNTU_CODENAME=focal 2024-09-11T07:29:06.097 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-09-11T07:29:06.123 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2024-09-11T07:29:06.129 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2024-09-11T07:29:06.130 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="Ubuntu" 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:ID=ubuntu 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE=debian 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="20.04" 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-11T07:29:06.178 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_CODENAME=focal 2024-09-11T07:29:06.179 INFO:teuthology.orchestra.run.smithi169.stdout:UBUNTU_CODENAME=focal 2024-09-11T07:29:06.179 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2024-09-11T07:29:06.198 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T07:29:06.206 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T07:29:06.211 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T07:29:06.211 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:29:06.213 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:29:06.219 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T07:29:06.224 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T07:29:06.224 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:29:06.264 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:29:06.272 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T07:29:06.325 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T07:29:06.339 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T07:29:06.339 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T07:29:06.339 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:29:06.339 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:29:06.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:29:06.345 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-09-11T07:29:06.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:29:06.346 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-09-11T07:29:06.352 INFO:teuthology.orchestra.run.smithi169.stdout:5.4.0-124-generic 2024-09-11T07:29:06.352 INFO:teuthology.task.kernel:Running kernel on smithi169: 5.4.0-124-generic 2024-09-11T07:29:06.352 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-09-11T07:29:06.392 INFO:teuthology.orchestra.run.smithi133.stdout:5.4.0-124-generic 2024-09-11T07:29:06.392 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.4.0-124-generic 2024-09-11T07:29:06.392 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-09-11T07:29:06.498 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-09-11T07:29:06.501 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-09-11T07:29:06.743 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T07:29:06.746 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-11T07:29:06.752 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T07:29:06.753 INFO:teuthology.orchestra.run.smithi169.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-11T07:29:06.753 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-11T07:29:06.813 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-11T07:29:06.823 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-11T07:29:06.849 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-11T07:29:07.138 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-11T07:29:07.150 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [810 kB] 2024-09-11T07:29:07.228 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-11T07:29:07.239 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,182 kB] 2024-09-11T07:29:07.270 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-11T07:29:07.274 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-11T07:29:07.274 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-11T07:29:07.281 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [470 kB] 2024-09-11T07:29:07.285 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-11T07:29:07.285 INFO:teuthology.orchestra.run.smithi169.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-11T07:29:07.286 INFO:teuthology.orchestra.run.smithi169.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,096 kB] 2024-09-11T07:29:07.287 INFO:teuthology.orchestra.run.smithi169.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-11T07:29:07.304 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-11T07:29:07.304 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-11T07:29:07.309 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T07:29:07.309 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-11T07:29:07.318 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-11T07:29:07.324 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-11T07:29:07.326 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-11T07:29:07.326 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-11T07:29:07.326 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-11T07:29:07.328 INFO:teuthology.orchestra.run.smithi169.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [433 kB] 2024-09-11T07:29:07.331 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-11T07:29:07.331 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-11T07:29:07.332 INFO:teuthology.orchestra.run.smithi169.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T07:29:07.332 INFO:teuthology.orchestra.run.smithi169.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-11T07:29:07.332 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-11T07:29:07.332 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-11T07:29:07.336 INFO:teuthology.orchestra.run.smithi169.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,011 kB] 2024-09-11T07:29:07.343 INFO:teuthology.orchestra.run.smithi169.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-11T07:29:07.344 INFO:teuthology.orchestra.run.smithi169.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-11T07:29:07.344 INFO:teuthology.orchestra.run.smithi169.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-11T07:29:07.345 INFO:teuthology.orchestra.run.smithi169.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-11T07:29:07.345 INFO:teuthology.orchestra.run.smithi169.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-11T07:29:07.347 INFO:teuthology.orchestra.run.smithi169.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-11T07:29:07.348 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-11T07:29:07.348 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-11T07:29:07.349 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-11T07:29:07.349 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-11T07:29:07.359 INFO:teuthology.orchestra.run.smithi169.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-11T07:29:07.400 INFO:teuthology.orchestra.run.smithi169.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-11T07:29:07.404 INFO:teuthology.orchestra.run.smithi169.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-11T07:29:07.405 INFO:teuthology.orchestra.run.smithi169.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-11T07:29:07.405 INFO:teuthology.orchestra.run.smithi169.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-11T07:29:07.427 INFO:teuthology.orchestra.run.smithi169.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-11T07:29:07.430 INFO:teuthology.orchestra.run.smithi169.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T07:29:07.430 INFO:teuthology.orchestra.run.smithi169.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-11T07:29:07.436 INFO:teuthology.orchestra.run.smithi169.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-11T07:29:07.444 INFO:teuthology.orchestra.run.smithi169.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-11T07:29:07.446 INFO:teuthology.orchestra.run.smithi169.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-11T07:29:07.447 INFO:teuthology.orchestra.run.smithi169.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-11T07:29:07.447 INFO:teuthology.orchestra.run.smithi169.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-11T07:29:07.447 INFO:teuthology.orchestra.run.smithi169.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-11T07:29:07.452 INFO:teuthology.orchestra.run.smithi169.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-11T07:29:07.452 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [810 kB] 2024-09-11T07:29:07.453 INFO:teuthology.orchestra.run.smithi169.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-11T07:29:07.453 INFO:teuthology.orchestra.run.smithi169.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-11T07:29:07.469 INFO:teuthology.orchestra.run.smithi169.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-11T07:29:07.469 INFO:teuthology.orchestra.run.smithi169.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-11T07:29:07.469 INFO:teuthology.orchestra.run.smithi169.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-11T07:29:07.470 INFO:teuthology.orchestra.run.smithi169.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-11T07:29:07.786 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,182 kB] 2024-09-11T07:29:07.978 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [470 kB] 2024-09-11T07:29:07.993 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-11T07:29:07.993 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,096 kB] 2024-09-11T07:29:08.085 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-11T07:29:08.085 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [433 kB] 2024-09-11T07:29:08.099 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T07:29:08.099 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-11T07:29:08.117 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,011 kB] 2024-09-11T07:29:08.145 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-11T07:29:08.152 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-11T07:29:08.152 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-11T07:29:08.152 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-11T07:29:08.225 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-11T07:29:08.225 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-11T07:29:11.689 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 21.8 MB in 3s (7,037 kB/s) 2024-09-11T07:29:11.833 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 21.8 MB in 3s (7,051 kB/s) 2024-09-11T07:29:13.311 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-09-11T07:29:13.338 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-11T07:29:13.421 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-09-11T07:29:13.426 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-09-11T07:29:13.453 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-11T07:29:13.542 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-09-11T07:29:13.639 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-09-11T07:29:13.640 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-09-11T07:29:13.758 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-09-11T07:29:13.758 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-09-11T07:29:13.846 INFO:teuthology.orchestra.run.smithi169.stdout:The following additional packages will be installed: 2024-09-11T07:29:13.846 INFO:teuthology.orchestra.run.smithi169.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-11T07:29:13.846 INFO:teuthology.orchestra.run.smithi169.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-11T07:29:13.847 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-11T07:29:13.848 INFO:teuthology.orchestra.run.smithi169.stdout:Suggested packages: 2024-09-11T07:29:13.848 INFO:teuthology.orchestra.run.smithi169.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-11T07:29:13.848 INFO:teuthology.orchestra.run.smithi169.stdout:Recommended packages: 2024-09-11T07:29:13.848 INFO:teuthology.orchestra.run.smithi169.stdout: thermald 2024-09-11T07:29:13.903 INFO:teuthology.orchestra.run.smithi169.stdout:The following NEW packages will be installed: 2024-09-11T07:29:13.904 INFO:teuthology.orchestra.run.smithi169.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-11T07:29:13.904 INFO:teuthology.orchestra.run.smithi169.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-11T07:29:13.904 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-11T07:29:13.905 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages will be upgraded: 2024-09-11T07:29:13.906 INFO:teuthology.orchestra.run.smithi169.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-11T07:29:13.958 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-09-11T07:29:13.958 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-11T07:29:13.958 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-11T07:29:13.959 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-11T07:29:13.960 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-09-11T07:29:13.960 INFO:teuthology.orchestra.run.smithi133.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-11T07:29:13.960 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-09-11T07:29:13.960 INFO:teuthology.orchestra.run.smithi133.stdout: thermald 2024-09-11T07:29:14.014 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-09-11T07:29:14.014 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-11T07:29:14.014 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-11T07:29:14.014 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-11T07:29:14.015 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages will be upgraded: 2024-09-11T07:29:14.016 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-11T07:29:14.070 INFO:teuthology.orchestra.run.smithi133.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-11T07:29:14.070 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 77.2 MB of archives. 2024-09-11T07:29:14.070 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-11T07:29:14.070 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-195-generic amd64 5.4.0-195.215 [15.0 MB] 2024-09-11T07:29:14.089 INFO:teuthology.orchestra.run.smithi169.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-11T07:29:14.089 INFO:teuthology.orchestra.run.smithi169.stdout:Need to get 77.2 MB of archives. 2024-09-11T07:29:14.089 INFO:teuthology.orchestra.run.smithi169.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-11T07:29:14.089 INFO:teuthology.orchestra.run.smithi169.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-195-generic amd64 5.4.0-195.215 [15.0 MB] 2024-09-11T07:29:14.413 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-195-generic amd64 5.4.0-195.215 [10.5 MB] 2024-09-11T07:29:14.508 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-195-generic amd64 5.4.0-195.215 [39.2 MB] 2024-09-11T07:29:14.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.195.193 [1,900 B] 2024-09-11T07:29:14.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.195.193 [2,584 B] 2024-09-11T07:29:14.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195 all 5.4.0-195.215 [11.0 MB] 2024-09-11T07:29:15.092 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195-generic amd64 5.4.0-195.215 [1,386 kB] 2024-09-11T07:29:15.102 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.195.193 [2,460 B] 2024-09-11T07:29:15.267 INFO:teuthology.orchestra.run.smithi169.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-195-generic amd64 5.4.0-195.215 [10.5 MB] 2024-09-11T07:29:15.537 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-195-generic amd64 5.4.0-195.215 [39.2 MB] 2024-09-11T07:29:15.841 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 77.2 MB in 1s (71.5 MB/s) 2024-09-11T07:29:16.047 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-11T07:29:16.893 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.195.193 [1,900 B] 2024-09-11T07:29:16.893 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.195.193 [2,584 B] 2024-09-11T07:29:16.893 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195 all 5.4.0-195.215 [11.0 MB] 2024-09-11T07:29:17.174 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195-generic amd64 5.4.0-195.215 [1,386 kB] 2024-09-11T07:29:17.221 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.195.193 [2,460 B] 2024-09-11T07:29:17.820 INFO:teuthology.orchestra.run.smithi133.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.) 2024-09-11T07:29:17.825 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T07:29:17.951 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 77.2 MB in 3s (23.3 MB/s) 2024-09-11T07:29:17.986 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:18.143 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-11T07:29:19.905 INFO:teuthology.orchestra.run.smithi169.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.) 2024-09-11T07:29:19.910 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T07:29:19.980 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-11T07:29:19.993 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T07:29:20.040 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:20.099 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:21.216 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-11T07:29:21.230 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T07:29:21.274 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:22.108 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-11T07:29:22.121 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T07:29:22.219 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:23.294 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-11T07:29:23.308 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T07:29:23.352 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:26.001 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T07:29:26.145 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T07:29:26.489 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T07:29:26.640 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T07:29:26.993 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-11T07:29:27.009 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-11T07:29:27.078 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-11T07:29:28.318 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T07:29:28.443 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T07:29:28.810 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T07:29:28.963 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T07:29:29.299 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-11T07:29:29.313 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-11T07:29:29.357 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-11T07:29:32.878 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-11T07:29:32.899 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T07:29:32.936 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:34.840 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-11T07:29:34.863 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T07:29:34.906 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:36.775 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T07:29:36.928 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T07:29:37.292 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:37.869 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T07:29:38.004 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T07:29:38.355 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:38.566 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:39.588 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:39.724 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-11T07:29:39.724 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-11T07:29:39.860 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:40.747 INFO:teuthology.orchestra.run.smithi169.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-11T07:29:40.747 INFO:teuthology.orchestra.run.smithi169.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-11T07:29:40.914 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:41.495 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-11T07:29:41.646 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-11T07:29:41.788 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:41.906 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-11T07:29:42.032 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-11T07:29:42.133 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-11T07:29:42.133 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:42.207 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-11T07:29:42.207 INFO:teuthology.orchestra.run.smithi133.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-11T07:29:42.259 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-11T07:29:42.402 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:42.528 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-11T07:29:42.637 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-11T07:29:43.965 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T07:29:44.620 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-11T07:29:44.620 INFO:teuthology.orchestra.run.smithi169.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-11T07:30:04.595 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-11T07:30:04.595 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub' 2024-09-11T07:30:04.604 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T07:30:04.621 INFO:teuthology.orchestra.run.smithi133.stdout:Generating grub configuration file ... 2024-09-11T07:30:05.022 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-11T07:30:05.041 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-11T07:30:05.438 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T07:30:05.450 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T07:30:06.474 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-11T07:30:06.474 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub' 2024-09-11T07:30:06.486 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T07:30:06.497 INFO:teuthology.orchestra.run.smithi169.stdout:Generating grub configuration file ... 2024-09-11T07:30:06.843 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-11T07:30:06.864 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-11T07:30:07.266 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T07:30:07.276 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T07:30:07.957 INFO:teuthology.orchestra.run.smithi133.stdout:done 2024-09-11T07:30:08.449 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-09-11T07:30:08.495 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-09-11T07:30:08.495 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 20 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.4.0.195.193 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-09-11T07:30:08.496 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-09-11T07:30:08.497 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-09-11T07:30:08.497 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-11T07:30:08.497 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:30:08.498 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:30:08.498 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-11T07:30:08.498 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:30:08.498 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-09-11T07:30:08.623 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-09-11T07:30:08.968 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-11T07:30:08.969 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T07:30:09.041 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-11T07:30:09.122 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-11T07:30:09.742 INFO:teuthology.orchestra.run.smithi169.stdout:done 2024-09-11T07:30:10.158 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic 2024-09-11T07:30:10.205 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 20 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.4.0.195.193 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-11T07:30:10.206 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-09-11T07:30:10.207 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-09-11T07:30:10.207 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-09-11T07:30:10.207 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-09-11T07:30:10.207 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-11T07:30:10.207 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:30:10.207 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:30:10.207 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-11T07:30:10.207 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:30:10.207 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-09-11T07:30:10.269 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-09-11T07:30:10.402 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T07:30:10.410 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-11T07:30:10.427 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-11T07:30:10.521 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-11T07:30:10.842 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-09-11T07:30:10.869 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-11T07:30:10.940 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-09-11T07:30:11.161 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-09-11T07:30:11.161 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-09-11T07:30:11.408 INFO:teuthology.orchestra.run.smithi133.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-11T07:30:11.409 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-11T07:30:11.411 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-09-11T07:30:11.427 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-09-11T07:30:11.427 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-09-11T07:30:11.427 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-09-11T07:30:11.427 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-09-11T07:30:11.427 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 20 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.4.0.195.193 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-09-11T07:30:11.428 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-09-11T07:30:11.429 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-09-11T07:30:11.433 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.B9qqPgbZ2m 2024-09-11T07:30:11.434 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub/grub.cfg /tmp/tmp.B9qqPgbZ2m 2024-09-11T07:30:11.465 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.B9qqPgbZ2m 2024-09-11T07:30:11.545 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.B9qqPgbZ2m is 9KB 2024-09-11T07:30:11.559 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.B9qqPgbZ2m 2024-09-11T07:30:11.565 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-11T07:30:11.621 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:30:11.621 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-11T07:30:11.621 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-11T07:30:11.673 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-11T07:30:11.673 DEBUG:teuthology.orchestra.run.smithi133:> sudo update-grub 2024-09-11T07:30:12.240 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-09-11T07:30:12.267 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-11T07:30:12.336 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-09-11T07:30:12.556 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-09-11T07:30:12.556 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-09-11T07:30:12.792 INFO:teuthology.orchestra.run.smithi169.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-11T07:30:12.792 INFO:teuthology.orchestra.run.smithi169.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-11T07:30:12.794 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic 2024-09-11T07:30:12.811 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic 2024-09-11T07:30:12.811 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-09-11T07:30:12.811 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-09-11T07:30:12.811 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-09-11T07:30:12.811 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 20 2024-09-11T07:30:12.811 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T07:30:12.811 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-09-11T07:30:12.812 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta 2024-09-11T07:30:12.812 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.4.0.195.193 2024-09-11T07:30:12.812 INFO:teuthology.orchestra.run.smithi169.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-11T07:30:12.812 INFO:teuthology.orchestra.run.smithi169.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-11T07:30:12.812 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-09-11T07:30:12.812 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-09-11T07:30:12.812 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-09-11T07:30:12.812 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-09-11T07:30:12.812 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2024-09-11T07:30:12.817 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.besa8cpZ6n 2024-09-11T07:30:12.817 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub/grub.cfg /tmp/tmp.besa8cpZ6n 2024-09-11T07:30:12.830 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.besa8cpZ6n 2024-09-11T07:30:12.920 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.besa8cpZ6n is 9KB 2024-09-11T07:30:12.934 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.besa8cpZ6n 2024-09-11T07:30:12.941 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-11T07:30:12.950 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-09-11T07:30:12.950 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-11T07:30:12.950 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-11T07:30:12.982 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-11T07:30:12.983 DEBUG:teuthology.orchestra.run.smithi169:> sudo update-grub 2024-09-11T07:30:13.071 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub' 2024-09-11T07:30:13.078 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T07:30:13.086 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-09-11T07:30:13.440 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-11T07:30:13.452 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-11T07:30:13.888 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T07:30:13.899 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T07:30:14.420 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub' 2024-09-11T07:30:14.425 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T07:30:14.437 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2024-09-11T07:30:14.702 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-11T07:30:14.713 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-11T07:30:15.102 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T07:30:15.113 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T07:30:15.309 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-09-11T07:30:15.311 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-09-11T07:30:16.560 INFO:teuthology.orchestra.run.smithi169.stderr:done 2024-09-11T07:30:16.562 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2024-09-11T07:30:45.341 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-11T07:30:45.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-11T07:30:45.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:30:46.566 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-11T07:30:46.566 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-09-11T07:30:46.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:31:03.873 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-09-11T07:31:04.893 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-09-11T07:31:12.880 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-11T07:31:12.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:31:13.895 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-09-11T07:31:13.896 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:31:15.933 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-09-11T07:31:16.961 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-09-11T07:31:27.941 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-11T07:31:27.941 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:31:28.963 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-09-11T07:31:28.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:31:59.667 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-09-11T07:32:00.223 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-11T07:32:00.223 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-195-generic"... 2024-09-11T07:32:00.223 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-09-11T07:32:00.229 INFO:teuthology.orchestra.run.smithi133.stdout:5.4.0-195-generic 2024-09-11T07:32:00.229 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-11T07:32:00.230 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:32:00.230 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-11T07:32:01.231 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-11T07:32:01.231 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:32:01.325 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-09-11T07:32:01.346 DEBUG:teuthology.parallel:result is None 2024-09-11T07:32:28.966 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T07:32:43.967 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-09-11T07:32:43.968 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:32:44.219 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-09-11T07:32:44.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-09-11T07:32:44.802 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-195-generic"... 2024-09-11T07:32:44.802 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-09-11T07:32:44.809 INFO:teuthology.orchestra.run.smithi169.stdout:5.4.0-195-generic 2024-09-11T07:32:44.809 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-11T07:32:44.809 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:32:44.809 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-11T07:32:45.810 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-11T07:32:45.810 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:32:45.931 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2024-09-11T07:32:45.965 DEBUG:teuthology.parallel:result is None 2024-09-11T07:32:45.965 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T07:32:45.978 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T07:32:45.978 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:32:45.981 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:32:45.988 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T07:32:45.994 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T07:32:46.001 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T07:32:46.001 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:32:46.003 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:32:46.026 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T07:32:46.032 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T07:32:46.032 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T07:32:46.057 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T07:32:46.080 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:32:46.080 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:32:46.091 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:32:46.092 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:32:46.094 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T07:32:46.100 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T07:32:46.100 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:32:46.102 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:32:46.118 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T07:32:46.141 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T07:32:46.141 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:32:46.144 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:32:46.152 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:32:46.198 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:32:46.205 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:32:46.205 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:32:46.231 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:32:46.238 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:32:46.245 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-09-11T07:32:46.245 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:32:46.263 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-09-11T07:32:46.265 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2024-09-11T07:32:46.313 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T07:32:46.435 INFO:teuthology.task.internal:Starting timer... 2024-09-11T07:32:46.435 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T07:32:46.459 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T07:32:46.505 DEBUG:teuthology.task.selinux:Excluding smithi133: OS 'ubuntu' does not support SELinux 2024-09-11T07:32:46.505 DEBUG:teuthology.task.selinux:Excluding smithi169: OS 'ubuntu' does not support SELinux 2024-09-11T07:32:46.505 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T07:32:46.505 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-11T07:32:46.505 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T07:32:46.506 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T07:32:46.514 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-11T07:32:46.517 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-11T07:32:46.635 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T07:32:46.646 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-11T07:32:46.647 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi133.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T07:38:17.133 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi133.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2024-09-11T07:38:17.134 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-11T07:38:17.135 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:38:17.227 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-09-11T07:38:17.350 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-11T07:38:17.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-09-11T07:38:17.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:38:17.452 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-09-11T07:38:17.578 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-09-11T07:38:17.578 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T07:38:17.588 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T07:38:17.589 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:38:17.589 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:38:17.591 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:38:17.591 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:38:17.625 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-11T07:38:17.626 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: Command line: ntpd -gq 2024-09-11T07:38:17.626 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: proto: precision = 0.116 usec (-23) 2024-09-11T07:38:17.627 INFO:teuthology.orchestra.run.smithi133.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T07:38:17.627 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T07:38:17.628 INFO:teuthology.orchestra.run.smithi133.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-11T07:38:17.629 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: restrict ::: KOD does nothing without LIMITED. 2024-09-11T07:38:17.629 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: Listen and drop on 0 v6wildcard [::]:123 2024-09-11T07:38:17.629 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-11T07:38:17.629 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: Listen normally on 2 lo 127.0.0.1:123 2024-09-11T07:38:17.629 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: Listen normally on 3 enp3s0f1 172.21.15.133:123 2024-09-11T07:38:17.629 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: Listen normally on 4 lo [::1]:123 2024-09-11T07:38:17.629 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8087%5]:123 2024-09-11T07:38:17.629 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:17 ntpd[13644]: Listening on routing socket on fd #22 for interface updates 2024-09-11T07:38:17.630 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-11T07:38:17.630 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: Command line: ntpd -gq 2024-09-11T07:38:17.630 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: proto: precision = 0.166 usec (-22) 2024-09-11T07:38:17.630 INFO:teuthology.orchestra.run.smithi169.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T07:38:17.631 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T07:38:17.631 INFO:teuthology.orchestra.run.smithi169.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-11T07:38:17.632 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: restrict ::: KOD does nothing without LIMITED. 2024-09-11T07:38:17.632 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: Listen and drop on 0 v6wildcard [::]:123 2024-09-11T07:38:17.632 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-11T07:38:17.632 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: Listen normally on 2 lo 127.0.0.1:123 2024-09-11T07:38:17.632 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: Listen normally on 3 enp3s0f1 172.21.15.169:123 2024-09-11T07:38:17.633 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: Listen normally on 4 lo [::1]:123 2024-09-11T07:38:17.633 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f4d%5]:123 2024-09-11T07:38:17.633 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:17 ntpd[13712]: Listening on routing socket on fd #22 for interface updates 2024-09-11T07:38:18.626 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:18 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:18.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:18 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:18.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:18 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:18.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:18 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:18.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:18 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:18.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:18 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:18.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:18.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:18.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:18.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:18.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:18.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:18.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:18.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:18.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:18.631 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:18.631 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:18.631 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:18.631 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:18.631 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:18 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:19.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:19 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:19.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:19 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:19.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:19 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:19.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:19 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:19.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:19 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:19.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:19 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:20.626 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:20 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:20.626 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:20 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:20.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:20 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:20.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:20 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:20.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:20 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:20.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:20 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:20.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:20 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:21.626 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:21 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:21.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:21 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:21.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:21 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:21.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:21 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:21.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:21 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:21.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:21 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:21.629 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:21 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:21.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:21 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:21.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:21 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:21.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:21 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:21.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:21 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:21.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:21 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:22.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:22.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:22.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:22.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:22.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:22.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:22.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:22.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:22.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:22.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:22.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:22.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:22.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:22.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:22 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:22.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:22 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:23.626 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:23 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:23.626 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:23 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:23.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:23 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:23.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:23 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:23.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:23 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:23.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:23 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:23.629 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:23 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:23.629 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:23 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:23.629 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:23 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:23.629 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:23 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:23.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:23 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:23.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:23 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:24.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:24.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:24.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:24.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:24.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:24.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:24.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:24.627 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:24.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:24.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:24.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:24.628 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:24.628 INFO:teuthology.orchestra.run.smithi133.stdout:11 Sep 07:38:24 ntpd[13644]: ntpd: time slew +0.000495 s 2024-09-11T07:38:24.628 INFO:teuthology.orchestra.run.smithi133.stdout:ntpd: time slew +0.000495s 2024-09-11T07:38:24.629 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-11T07:38:24.629 INFO:teuthology.orchestra.run.smithi133.stderr:11 Sep 07:38:24 ntpd[13644]: can't open /var/log/ntpstats/loopstats.20240911: Permission denied 2024-09-11T07:38:24.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:24.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:24.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:24.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:24.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:38:24.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:38:24.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:38:24.630 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:38:24.630 INFO:teuthology.orchestra.run.smithi169.stdout:11 Sep 07:38:24 ntpd[13712]: ntpd: time slew +0.003999 s 2024-09-11T07:38:24.631 INFO:teuthology.orchestra.run.smithi169.stdout:ntpd: time slew +0.003999s 2024-09-11T07:38:24.631 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-11T07:38:24.631 INFO:teuthology.orchestra.run.smithi169.stderr:11 Sep 07:38:24 ntpd[13712]: can't open /var/log/ntpstats/loopstats.20240911: Permission denied 2024-09-11T07:38:24.703 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T07:38:24.703 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-09-11T07:38:24.703 INFO:teuthology.orchestra.run.smithi133.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:38:24.703 INFO:teuthology.orchestra.run.smithi133.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:38:24.703 INFO:teuthology.orchestra.run.smithi133.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:38:24.703 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:38:24.704 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T07:38:24.704 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-09-11T07:38:24.704 INFO:teuthology.orchestra.run.smithi169.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:38:24.704 INFO:teuthology.orchestra.run.smithi169.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:38:24.704 INFO:teuthology.orchestra.run.smithi169.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:38:24.705 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:38:24.705 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-11T07:38:24.786 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'allow_ptrace': False, 'avoid_pacific_features': True, 'cephadm_branch': 'v15.2.9', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v15.2.9', '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': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9'} 2024-09-11T07:38:24.786 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.9 2024-09-11T07:38:24.786 INFO:tasks.cephadm:Cluster fsid is d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:38:24.786 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-11T07:38:24.787 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.133', 'mon.c': '[v2:172.21.15.133:3301,v1:172.21.15.133:6790]', 'mon.b': '172.21.15.169'} 2024-09-11T07:38:24.787 INFO:tasks.cephadm:First mon is mon.a on smithi133 2024-09-11T07:38:24.787 INFO:tasks.cephadm:First mgr is y 2024-09-11T07:38:24.787 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-11T07:38:24.787 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-09-11T07:38:24.804 DEBUG:teuthology.orchestra.run.smithi169:> sudo hostname $(hostname -s) 2024-09-11T07:38:24.820 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.9)... 2024-09-11T07:38:24.821 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.9/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:38:25.109 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r-- 1 ubuntu ubuntu 219588 Sep 11 07:38 /home/ubuntu/cephtest/cephadm 2024-09-11T07:38:25.110 DEBUG:teuthology.orchestra.run.smithi169:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.9/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:38:25.269 INFO:teuthology.orchestra.run.smithi169.stdout:-rw-rw-r-- 1 ubuntu ubuntu 219588 Sep 11 07:38 /home/ubuntu/cephtest/cephadm 2024-09-11T07:38:25.269 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:38:25.279 DEBUG:teuthology.orchestra.run.smithi169:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:38:25.298 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v15.2.9 on all hosts... 2024-09-11T07:38:25.298 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 pull 2024-09-11T07:38:25.300 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 pull 2024-09-11T07:38:25.427 INFO:teuthology.orchestra.run.smithi169.stderr:Pulling container image docker.io/ceph/ceph:v15.2.9... 2024-09-11T07:38:25.474 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image docker.io/ceph/ceph:v15.2.9... 2024-09-11T07:38:57.080 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T07:38:57.080 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)", 2024-09-11T07:38:57.080 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "dfc48307963697ff48acd9dd6fda4a7a24017b9d8124f86c2a542b0802fe77ba", 2024-09-11T07:38:57.081 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digest": "ceph/ceph@sha256:ffc5c6c93b4ff584400eab951ae5d41ef0042031c96fb539b50f75cca5c68548" 2024-09-11T07:38:57.081 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T07:38:59.429 INFO:teuthology.orchestra.run.smithi169.stdout:{ 2024-09-11T07:38:59.429 INFO:teuthology.orchestra.run.smithi169.stdout: "ceph_version": "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)", 2024-09-11T07:38:59.430 INFO:teuthology.orchestra.run.smithi169.stdout: "image_id": "dfc48307963697ff48acd9dd6fda4a7a24017b9d8124f86c2a542b0802fe77ba", 2024-09-11T07:38:59.430 INFO:teuthology.orchestra.run.smithi169.stdout: "repo_digest": "ceph/ceph@sha256:ffc5c6c93b4ff584400eab951ae5d41ef0042031c96fb539b50f75cca5c68548" 2024-09-11T07:38:59.430 INFO:teuthology.orchestra.run.smithi169.stdout:} 2024-09-11T07:38:59.449 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-09-11T07:38:59.466 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /etc/ceph 2024-09-11T07:38:59.480 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-09-11T07:38:59.524 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 777 /etc/ceph 2024-09-11T07:38:59.539 INFO:tasks.cephadm:Writing seed config... 2024-09-11T07:38:59.541 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-11T07:38:59.541 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-11T07:38:59.541 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-11T07:38:59.541 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-11T07:38:59.541 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-11T07:38:59.541 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-11T07:38:59.541 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-11T07:38:59.541 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-11T07:38:59.541 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-11T07:38:59.542 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:38:59.542 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-11T07:38:59.548 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 = d3da6098-7010-11ef-bcea-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-11T07:38:59.548 DEBUG:teuthology.orchestra.run.smithi133:mon.a> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a.service 2024-09-11T07:38:59.550 DEBUG:teuthology.orchestra.run.smithi133:mgr.y> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y.service 2024-09-11T07:38:59.552 INFO:tasks.cephadm:Bootstrapping... 2024-09-11T07:38:59.552 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 -v bootstrap --fsid d3da6098-7010-11ef-bcea-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.133 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:38:59.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:38:59.727 INFO:teuthology.orchestra.run.smithi133.stderr:Could not locate podman: podman not found 2024-09-11T07:38:59.727 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying podman|docker is present... 2024-09-11T07:38:59.727 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying lvm2 is present... 2024-09-11T07:38:59.727 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying time synchronization is in place... 2024-09-11T07:38:59.727 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled chrony.service 2024-09-11T07:38:59.732 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:38:59.733 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active chrony.service 2024-09-11T07:38:59.738 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-09-11T07:38:59.739 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-11T07:38:59.745 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-11T07:38:59.746 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active chronyd.service 2024-09-11T07:38:59.750 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-09-11T07:38:59.751 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled systemd-timesyncd.service 2024-09-11T07:38:59.756 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout masked 2024-09-11T07:38:59.756 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active systemd-timesyncd.service 2024-09-11T07:38:59.761 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-09-11T07:38:59.762 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled ntpd.service 2024-09-11T07:38:59.767 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-11T07:38:59.767 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active ntpd.service 2024-09-11T07:38:59.773 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-09-11T07:38:59.773 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled ntp.service 2024-09-11T07:38:59.781 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout enabled 2024-09-11T07:38:59.781 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active ntp.service 2024-09-11T07:38:59.786 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout active 2024-09-11T07:38:59.787 INFO:teuthology.orchestra.run.smithi133.stderr:Unit ntp.service is enabled and running 2024-09-11T07:38:59.787 INFO:teuthology.orchestra.run.smithi133.stderr:Repeating the final host check... 2024-09-11T07:38:59.788 INFO:teuthology.orchestra.run.smithi133.stderr:Could not locate podman: podman not found 2024-09-11T07:38:59.788 INFO:teuthology.orchestra.run.smithi133.stderr:podman|docker (/usr/bin/docker) is present 2024-09-11T07:38:59.788 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl is present 2024-09-11T07:38:59.788 INFO:teuthology.orchestra.run.smithi133.stderr:lvcreate is present 2024-09-11T07:38:59.788 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled chrony.service 2024-09-11T07:38:59.793 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:38:59.794 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active chrony.service 2024-09-11T07:38:59.798 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-09-11T07:38:59.799 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-11T07:38:59.805 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-11T07:38:59.805 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active chronyd.service 2024-09-11T07:38:59.810 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-09-11T07:38:59.811 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled systemd-timesyncd.service 2024-09-11T07:38:59.811 INFO:journalctl@ceph.mgr.y.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:38:59.817 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout masked 2024-09-11T07:38:59.817 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active systemd-timesyncd.service 2024-09-11T07:38:59.823 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-09-11T07:38:59.824 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled ntpd.service 2024-09-11T07:38:59.830 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-11T07:38:59.830 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active ntpd.service 2024-09-11T07:38:59.835 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-09-11T07:38:59.836 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled ntp.service 2024-09-11T07:38:59.842 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout enabled 2024-09-11T07:38:59.843 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active ntp.service 2024-09-11T07:38:59.849 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout active 2024-09-11T07:38:59.849 INFO:teuthology.orchestra.run.smithi133.stderr:Unit ntp.service is enabled and running 2024-09-11T07:38:59.849 INFO:teuthology.orchestra.run.smithi133.stderr:Host looks OK 2024-09-11T07:38:59.850 INFO:teuthology.orchestra.run.smithi133.stderr:Cluster fsid: d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:38:59.850 INFO:teuthology.orchestra.run.smithi133.stderr:Acquiring lock 139940072852880 on /run/cephadm/d3da6098-7010-11ef-bcea-c7b262605968.lock 2024-09-11T07:38:59.850 INFO:teuthology.orchestra.run.smithi133.stderr:Lock 139940072852880 acquired on /run/cephadm/d3da6098-7010-11ef-bcea-c7b262605968.lock 2024-09-11T07:38:59.851 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying IP 172.21.15.133 port 3300 ... 2024-09-11T07:38:59.851 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying IP 172.21.15.133 port 6789 ... 2024-09-11T07:38:59.851 INFO:teuthology.orchestra.run.smithi133.stderr:Base mon IP is 172.21.15.133, final addrv is [v2:172.21.15.133:3300,v1:172.21.15.133:6789] 2024-09-11T07:38:59.851 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/sbin/ip route ls 2024-09-11T07:38:59.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-11T07:38:59.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.133 metric 100 2024-09-11T07:38:59.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-11T07:38:59.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.133 2024-09-11T07:38:59.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.133 metric 100 2024-09-11T07:38:59.856 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/sbin/ip -6 route ls 2024-09-11T07:38:59.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-11T07:38:59.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-11T07:38:59.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1774sec pref medium 2024-09-11T07:38:59.860 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/sbin/ip -6 addr ls 2024-09-11T07:38:59.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-11T07:38:59.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-11T07:38:59.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T07:38:59.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-11T07:38:59.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:8087/64 scope link 2024-09-11T07:38:59.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T07:38:59.866 INFO:teuthology.orchestra.run.smithi133.stderr:Mon IP 172.21.15.133 is in CIDR network 172.21.0.0/20 2024-09-11T07:38:59.867 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image docker.io/ceph/ceph:v15.2.9... 2024-09-11T07:38:59.867 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker pull docker.io/ceph/ceph:v15.2.9 2024-09-11T07:39:03.221 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/docker: stdout v15.2.9: Pulling from ceph/ceph 2024-09-11T07:39:03.377 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/docker: stdout Digest: sha256:ffc5c6c93b4ff584400eab951ae5d41ef0042031c96fb539b50f75cca5c68548 2024-09-11T07:39:03.378 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/docker: stdout Status: Image is up to date for ceph/ceph:v15.2.9 2024-09-11T07:39:03.411 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/docker: stdout docker.io/ceph/ceph:v15.2.9 2024-09-11T07:39:03.413 INFO:teuthology.orchestra.run.smithi133.stderr:Extracting ceph user uid/gid from container image... 2024-09-11T07:39:03.413 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 docker.io/ceph/ceph:v15.2.9 -c %u %g /var/lib/ceph 2024-09-11T07:39:04.406 INFO:teuthology.orchestra.run.smithi133.stderr:stat: stdout 167 167 2024-09-11T07:39:05.052 INFO:teuthology.orchestra.run.smithi133.stderr:Creating initial keys... 2024-09-11T07:39:05.052 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 docker.io/ceph/ceph:v15.2.9 --gen-print-key 2024-09-11T07:39:06.033 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-authtool: stdout AQAaSeFmAfznARAATE6Ec49gr/Tz1pB26ZvFyg== 2024-09-11T07:39:06.624 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 docker.io/ceph/ceph:v15.2.9 --gen-print-key 2024-09-11T07:39:07.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-authtool: stdout AQAbSeFmfb8OKBAA073MyevsxdClobuIGAIoMw== 2024-09-11T07:39:08.313 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 docker.io/ceph/ceph:v15.2.9 --gen-print-key 2024-09-11T07:39:09.301 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-authtool: stdout AQAdSeFmDs7iERAAL96BgrQizARfwoY/uAtrHw== 2024-09-11T07:39:09.910 INFO:teuthology.orchestra.run.smithi133.stderr:Creating initial monmap... 2024-09-11T07:39:09.911 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/monmaptool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /tmp/ceph-tmpy58uxbqz:/tmp/monmap:z docker.io/ceph/ceph:v15.2.9 --create --clobber --fsid d3da6098-7010-11ef-bcea-c7b262605968 --addv a [v2:172.21.15.133:3300,v1:172.21.15.133:6789] /tmp/monmap 2024-09-11T07:39:10.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T07:39:10.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:10.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T07:39:11.474 INFO:teuthology.orchestra.run.smithi133.stderr:Creating mon... 2024-09-11T07:39:11.477 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-mon -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmp9dg9d1j7:/tmp/keyring:z -v /tmp/ceph-tmpy58uxbqz:/tmp/monmap:z docker.io/ceph/ceph:v15.2.9 --mkfs -i a --fsid d3da6098-7010-11ef-bcea-c7b262605968 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --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 2024-09-11T07:39:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:39:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 1 imported monmap: 2024-09-11T07:39:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-09-11T07:39:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-09-11T07:39:10.896257+0000 2024-09-11T07:39:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr created 2024-09-11T07:39:10.896257+0000 2024-09-11T07:39:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-09-11T07:39:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-09-11T07:39:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 0 /usr/bin/ceph-mon: set fsid to d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 0 set rocksdb option compression = kNoCompression 2024-09-11T07:39:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T07:39:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T07:39:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 0 set rocksdb option compression = kNoCompression 2024-09-11T07:39:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T07:39:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T07:39:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T07:39:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:39:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Compile date Feb 23 2021 2024-09-11T07:39:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: DB SUMMARY 2024-09-11T07:39:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-11T07:39:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-11T07:39:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.create_if_missing: 1 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.env: 0x55f97cad11a0 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.info_log: 0x55f97ed9b520 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:39:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.db_log_dir: 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:39:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:39:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:39:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.write_buffer_manager: 0x55f97edf84b0 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:39:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.row_cache: None 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.wal_filter: None 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:39:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:39:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Compression algorithms supported: 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: kZSTD supported: 0 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:39:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:39:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:39:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:39:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:39:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:39:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.472+0000 7f8c6d9bd700 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-09-11T07:39:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-11T07:39:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T07:39:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:39:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.merge_operator: 2024-09-11T07:39:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:39:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:39:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:39:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f97ed2f0c0) 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-09-11T07:39:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x55f97ed66510 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-11T07:39:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-11T07:39:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-11T07:39:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-11T07:39:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-11T07:39:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:39:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-11T07:39:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-11T07:39:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-11T07:39:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-09-11T07:39:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-11T07:39:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-11T07:39:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:39:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:39:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:39:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:39:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:39:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:39:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.num_levels: 7 2024-09-11T07:39:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:39:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:39:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:39:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:39:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:39:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:39:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:39:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:39:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:39:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:39:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:39:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:39:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.table_properties_collectors: 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:39:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: Options.ttl: 0 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.476+0000 7f8c6d9bd700 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.480+0000 7f8c6d9bd700 4 rocksdb: DB pointer 0x55f97f991200 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.480+0000 7f8c5689d700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.480+0000 7f8c5689d700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T07:39:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:39:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:39:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:39:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.484+0000 7f8c6d9bd700 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.484+0000 7f8c6d9bd700 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-09-11T07:39:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr "debug "2024-09-11T07:39:12.484+0000 7f8c6d9bd700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-11T07:39:13.097 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:13.103 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl disable ceph.target 2024-09-11T07:39:13.291 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl enable ceph.target 2024-09-11T07:39:13.298 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-11T07:39:13.465 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl start ceph.target 2024-09-11T07:39:13.472 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl enable ceph-d3da6098-7010-11ef-bcea-c7b262605968.target 2024-09-11T07:39:13.477 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d3da6098-7010-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-d3da6098-7010-11ef-bcea-c7b262605968.target. 2024-09-11T07:39:13.477 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d3da6098-7010-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-d3da6098-7010-11ef-bcea-c7b262605968.target. 2024-09-11T07:39:13.667 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl start ceph-d3da6098-7010-11ef-bcea-c7b262605968.target 2024-09-11T07:39:13.675 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl daemon-reload 2024-09-11T07:39:13.855 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a 2024-09-11T07:39:13.866 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl reset-failed ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a 2024-09-11T07:39:13.871 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to reset failed state of unit ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-11T07:39:13.871 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl enable ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a 2024-09-11T07:39:13.878 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-d3da6098-7010-11ef-bcea-c7b262605968.target.wants/ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-d3da6098-7010-11ef-bcea-c7b262605968@.service. 2024-09-11T07:39:14.055 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl start ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a 2024-09-11T07:39:14.066 INFO:teuthology.orchestra.run.smithi133.stderr:firewalld does not appear to be present 2024-09-11T07:39:14.067 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to enable service . firewalld.service is not available 2024-09-11T07:39:14.067 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-11T07:39:14.068 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for mon to start... 2024-09-11T07:39:14.068 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for mon... 2024-09-11T07:39:14.068 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 status 2024-09-11T07:39:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:14 smithi133 systemd[1]: Started Ceph mon.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:39:15.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout cluster: 2024-09-11T07:39:15.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout id: d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:15.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-11T07:39:15.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:15.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout services: 2024-09-11T07:39:15.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.212022s) 2024-09-11T07:39:15.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-11T07:39:15.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-11T07:39:15.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:15.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout data: 2024-09-11T07:39:15.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-11T07:39:15.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-11T07:39:15.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-11T07:39:15.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout pgs: 2024-09-11T07:39:15.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:15.902 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:15 smithi133 bash[14533]: cluster 2024-09-11T07:39:15.670717+0000 mon.a (mon.0) 0 : [INF] mkfs d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:15.903 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:15 smithi133 bash[14533]: cluster 2024-09-11T07:39:15.654422+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T07:39:16.525 INFO:teuthology.orchestra.run.smithi133.stderr:mon is available 2024-09-11T07:39:16.525 INFO:teuthology.orchestra.run.smithi133.stderr:Assimilating anything we can from ceph.conf... 2024-09-11T07:39:16.525 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z docker.io/ceph/ceph:v15.2.9 config assimilate-conf -i /var/lib/ceph/mon/ceph-a/config 2024-09-11T07:39:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:16 smithi133 bash[14533]: cluster 2024-09-11T07:39:15.665825+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T07:39:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:16 smithi133 bash[14533]: cluster 2024-09-11T07:39:15.667739+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} 2024-09-11T07:39:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:16 smithi133 bash[14533]: cluster 2024-09-11T07:39:15.674148+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T07:39:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:16 smithi133 bash[14533]: cluster 2024-09-11T07:39:15.683406+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T07:39:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:16 smithi133 bash[14533]: cluster 2024-09-11T07:39:15.684979+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T07:39:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:16 smithi133 bash[14533]: audit 2024-09-11T07:39:15.877773+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.133:0/3037238346' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout [global] 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout fsid = d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout log_to_journald = false 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_election_default_strategy = 3 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.133:3300,v1:172.21.15.133:6789] 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout [mgr] 2024-09-11T07:39:17.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout [mon] 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_warn_on_insecure_global_id_reclaim = false 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout [osd] 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd_mclock_profile = high_recovery_ops 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-09-11T07:39:17.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-11T07:39:18.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:17 smithi133 bash[14533]: audit 2024-09-11T07:39:17.776487+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.133:0/1268043104' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T07:39:18.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:17 smithi133 bash[14533]: audit 2024-09-11T07:39:17.781369+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.133:0/1268043104' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T07:39:18.374 INFO:teuthology.orchestra.run.smithi133.stderr:Generating new minimal ceph.conf... 2024-09-11T07:39:18.374 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z docker.io/ceph/ceph:v15.2.9 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-a/config 2024-09-11T07:39:19.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:19 smithi133 bash[14533]: audit 2024-09-11T07:39:19.603026+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.133:0/4158867770' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:20.231 INFO:teuthology.orchestra.run.smithi133.stderr:Restarting the monitor... 2024-09-11T07:39:20.231 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl restart ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a 2024-09-11T07:39:20.659 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:20 smithi133 systemd[1]: Stopping Ceph mon.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T07:39:20.659 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:20 smithi133 bash[14533]: debug 2024-09-11T07:39:20.308+0000 7f58e9214700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T07:39:20.659 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:20 smithi133 bash[14533]: debug 2024-09-11T07:39:20.308+0000 7f58e9214700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T07:39:21.155 INFO:teuthology.orchestra.run.smithi133.stderr:Setting mon public_network... 2024-09-11T07:39:21.156 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 config set mon public_network 172.21.0.0/20 2024-09-11T07:39:21.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:20 smithi133 docker[15030]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mon.a 2024-09-11T07:39:21.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:21 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a.service: Succeeded. 2024-09-11T07:39:21.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:21 smithi133 systemd[1]: Stopped Ceph mon.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:39:21.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:21 smithi133 systemd[1]: Started Ceph mon.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:39:22.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.572+0000 7f5eeef55700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:39:22.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.572+0000 7f5eeef55700 0 ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable), process ceph-mon, pid 1 2024-09-11T07:39:22.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.572+0000 7f5eeef55700 0 pidfile_write: ignore empty --pid-file 2024-09-11T07:39:22.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 0 load: jerasure load: lrc load: isa 2024-09-11T07:39:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 0 set rocksdb option compression = kNoCompression 2024-09-11T07:39:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T07:39:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T07:39:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 0 set rocksdb option compression = kNoCompression 2024-09-11T07:39:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T07:39:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T07:39:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 1 rocksdb: do_open column families: [default] 2024-09-11T07:39:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T07:39:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:39:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Compile date Feb 23 2021 2024-09-11T07:39:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: DB SUMMARY 2024-09-11T07:39:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: CURRENT file: CURRENT 2024-09-11T07:39:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:39:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-09-11T07:39:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-09-11T07:39:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 68893 ; 2024-09-11T07:39:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:39:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.create_if_missing: 0 2024-09-11T07:39:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:39:22.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.env: 0x55a7ff4f51a0 2024-09-11T07:39:22.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.info_log: 0x55a80195eba0 2024-09-11T07:39:22.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:39:22.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:39:22.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:39:22.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:39:22.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:39:22.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:39:22.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:39:22.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:39:22.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:39:22.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:39:22.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:39:22.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:39:22.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:39:22.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:39:22.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.db_log_dir: 2024-09-11T07:39:22.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T07:39:22.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:39:22.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:39:22.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:39:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:39:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:39:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:39:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:39:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:39:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:39:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.write_buffer_manager: 0x55a801943290 2024-09-11T07:39:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:39:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:39:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:39:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:39:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:39:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:39:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:39:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:39:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:39:22.713 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:39:22.713 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:39:22.713 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:39:22.713 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:39:22.713 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.row_cache: None 2024-09-11T07:39:22.713 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.wal_filter: None 2024-09-11T07:39:22.714 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:39:22.714 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:39:22.714 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:39:22.714 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:39:22.714 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:39:22.714 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:39:22.715 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:39:22.715 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:39:22.715 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:39:22.715 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:39:22.715 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:39:22.715 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:39:22.716 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:39:22.716 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:39:22.716 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:39:22.716 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:39:22.716 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:39:22.717 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:39:22.717 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:39:22.717 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:39:22.717 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:39:22.718 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Compression algorithms supported: 2024-09-11T07:39:22.718 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:39:22.718 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: kZSTD supported: 0 2024-09-11T07:39:22.718 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:39:22.718 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:39:22.718 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:39:22.719 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:39:22.719 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:39:22.719 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:39:22.719 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:39:22.719 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-09-11T07:39:22.719 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T07:39:22.720 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:39:22.720 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.merge_operator: 2024-09-11T07:39:22.720 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:39:22.720 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:39:22.720 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:39:22.720 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:39:22.720 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a8018790d0) 2024-09-11T07:39:22.721 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: cache_index_and_filter_blocks: 1 2024-09-11T07:39:22.721 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T07:39:22.721 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:39:22.721 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: pin_top_level_index_and_filter: 1 2024-09-11T07:39:22.721 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: index_type: 0 2024-09-11T07:39:22.721 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: data_block_index_type: 0 2024-09-11T07:39:22.722 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:39:22.722 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: hash_index_allow_collision: 1 2024-09-11T07:39:22.722 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: checksum: 1 2024-09-11T07:39:22.722 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: no_block_cache: 0 2024-09-11T07:39:22.722 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: block_cache: 0x55a8018b0610 2024-09-11T07:39:22.722 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: block_cache_name: BinnedLRUCache 2024-09-11T07:39:22.723 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: block_cache_options: 2024-09-11T07:39:22.723 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: capacity : 536870912 2024-09-11T07:39:22.723 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: num_shard_bits : 4 2024-09-11T07:39:22.723 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: strict_capacity_limit : 0 2024-09-11T07:39:22.723 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: high_pri_pool_ratio: 0.000 2024-09-11T07:39:22.723 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: block_cache_compressed: (nil) 2024-09-11T07:39:22.724 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: persistent_cache: (nil) 2024-09-11T07:39:22.724 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: block_size: 4096 2024-09-11T07:39:22.724 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: block_size_deviation: 10 2024-09-11T07:39:22.724 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: block_restart_interval: 16 2024-09-11T07:39:22.725 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: index_block_restart_interval: 1 2024-09-11T07:39:22.725 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: metadata_block_size: 4096 2024-09-11T07:39:22.725 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: partition_filters: 0 2024-09-11T07:39:22.725 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: use_delta_encoding: 1 2024-09-11T07:39:22.725 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:39:22.726 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: whole_key_filtering: 1 2024-09-11T07:39:22.726 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: verify_compression: 0 2024-09-11T07:39:22.726 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: read_amp_bytes_per_bit: 0 2024-09-11T07:39:22.726 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: format_version: 2 2024-09-11T07:39:22.726 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: enable_index_compression: 1 2024-09-11T07:39:22.726 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: block_align: 0 2024-09-11T07:39:22.726 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:39:22.727 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:39:22.727 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:39:22.727 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:39:22.728 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:39:22.728 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:39:22.728 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.num_levels: 7 2024-09-11T07:39:22.728 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:39:22.728 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:39:22.728 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:39:22.729 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:39:22.729 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:39:22.729 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:39:22.729 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:39:22.729 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:39:22.729 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:39:22.730 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:39:22.730 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:39:22.730 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:39:22.730 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:39:22.730 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:39:22.730 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:39:22.731 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:39:22.731 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:39:22.731 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:39:22.731 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:39:22.731 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:39:22.731 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:39:22.732 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:39:22.732 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:39:22.732 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:39:22.732 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:39:22.732 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:39:22.732 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:39:22.733 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:39:22.733 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:39:22.733 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:39:22.733 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:39:22.733 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:39:22.733 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:39:22.734 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:39:22.734 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:39:22.734 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:39:22.734 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:39:22.734 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:39:22.734 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:39:22.735 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:39:22.735 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:39:22.735 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:39:22.735 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:39:22.735 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:39:22.736 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:39:22.736 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:39:22.736 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.table_properties_collectors: 2024-09-11T07:39:22.736 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:39:22.736 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:39:22.736 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:39:22.737 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:39:22.737 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:39:22.737 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:39:22.737 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:39:22.737 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:39:22.738 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:39:22.738 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T07:39:22.738 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:39:22.738 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.576+0000 7f5eeef55700 4 rocksdb: Options.ttl: 0 2024-09-11T07:39:22.738 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.580+0000 7f5eeef55700 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T07:39:22.738 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.580+0000 7f5eeef55700 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-09-11T07:39:22.738 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.580+0000 7f5eeef55700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040362580673, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-11T07:39:22.738 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.580+0000 7f5eeef55700 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-09-11T07:39:22.739 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.580+0000 7f5eeef55700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040362582134, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 65998, "table_properties": {"data_size": 64293, "index_size": 310, "filter_size": 581, "raw_key_size": 8630, "raw_average_key_size": 46, "raw_value_size": 59309, "raw_average_value_size": 320, "num_data_blocks": 10, "num_entries": 185, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T07:39:22.739 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.580+0000 7f5eeef55700 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-09-11T07:39:22.739 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.580+0000 7f5eeef55700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040362583065, "job": 1, "event": "recovery_finished"} 2024-09-11T07:39:22.739 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.580+0000 7f5eeef55700 4 rocksdb: DB pointer 0x55a8024dc400 2024-09-11T07:39:22.739 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5eeef55700 0 starting mon.a rank 0 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:22.739 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5ed5dc0700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T07:39:22.740 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5ed5dc0700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T07:39:22.740 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ** DB Stats ** 2024-09-11T07:39:22.740 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:39:22.740 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T07:39:22.740 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:39:22.740 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:39:22.741 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T07:39:22.741 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:39:22.741 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:39:22.741 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ** Compaction Stats [default] ** 2024-09-11T07:39:22.741 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:39:22.741 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:39:22.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: L0 2/0 66.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 63.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:39:22.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Sum 2/0 66.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 63.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:39:22.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 63.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:39:22.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ** Compaction Stats [default] ** 2024-09-11T07:39:22.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:39:22.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:39:22.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 63.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:39:22.743 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:39:22.743 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:39:22.743 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:39:22.743 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:39:22.743 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:39:22.743 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:39:22.743 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Cumulative compaction: 0.00 GB write, 11.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:39:22.743 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Interval compaction: 0.00 GB write, 11.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ** Compaction Stats [default] ** 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: L0 2/0 66.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 63.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Sum 2/0 66.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 63.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ** Compaction Stats [default] ** 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:39:22.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 63.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Cumulative compaction: 0.00 GB write, 11.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5eeef55700 1 mon.a@-1(???) e1 preinit fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5eeef55700 0 mon.a@-1(???).mds e1 new map 2024-09-11T07:39:22.745 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5eeef55700 0 mon.a@-1(???).mds e1 print_map 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: e1 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: legacy client fscid: -1 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: No filesystems configured 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5eeef55700 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5eeef55700 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5eeef55700 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5eeef55700 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: audit 2024-09-11T07:39:19.603026+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.133:0/4158867770' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.584+0000 7f5eeef55700 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta expand map: {default=false} 2024-09-11T07:39:22.746 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta from 'false' to 'false' 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta expanded map: {default=false} 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta expand map: {default=info} 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta from 'info' to 'info' 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta expanded map: {default=info} 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta expand map: {default=debug} 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T07:39:22.747 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:22 smithi133 bash[15104]: debug 2024-09-11T07:39:22.588+0000 7f5eeef55700 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T07:39:23.447 INFO:teuthology.orchestra.run.smithi133.stderr:Creating mgr... 2024-09-11T07:39:23.447 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying port 9283 ... 2024-09-11T07:39:23.449 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl daemon-reload 2024-09-11T07:39:23.639 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y 2024-09-11T07:39:23.650 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl reset-failed ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y 2024-09-11T07:39:23.655 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to reset failed state of unit ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y.service: Unit ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y.service not loaded. 2024-09-11T07:39:23.655 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl enable ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y 2024-09-11T07:39:23.665 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-d3da6098-7010-11ef-bcea-c7b262605968.target.wants/ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y.service -> /etc/systemd/system/ceph-d3da6098-7010-11ef-bcea-c7b262605968@.service. 2024-09-11T07:39:23.831 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl start ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y 2024-09-11T07:39:23.837 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:23 smithi133 bash[15104]: cluster 2024-09-11T07:39:22.594127+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T07:39:23.837 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:23 smithi133 bash[15104]: cluster 2024-09-11T07:39:22.594268+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} 2024-09-11T07:39:23.838 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:23 smithi133 bash[15104]: cluster 2024-09-11T07:39:22.594355+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-11T07:39:23.838 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:23 smithi133 bash[15104]: cluster 2024-09-11T07:39:22.594426+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T07:39:23.838 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:23 smithi133 bash[15104]: cluster 2024-09-11T07:39:22.595050+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T07:39:23.838 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:23 smithi133 bash[15104]: audit 2024-09-11T07:39:22.799662+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.133:0/638655752' entity='client.admin' 2024-09-11T07:39:23.839 INFO:teuthology.orchestra.run.smithi133.stderr:firewalld does not appear to be present 2024-09-11T07:39:23.840 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to enable service . firewalld.service is not available 2024-09-11T07:39:23.840 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-11T07:39:23.840 INFO:teuthology.orchestra.run.smithi133.stderr:firewalld does not appear to be present 2024-09-11T07:39:23.840 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-09-11T07:39:23.840 INFO:teuthology.orchestra.run.smithi133.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:39:23.840 INFO:teuthology.orchestra.run.smithi133.stderr:Wrote config to /etc/ceph/ceph.conf 2024-09-11T07:39:23.840 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for mgr to start... 2024-09-11T07:39:23.840 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for mgr... 2024-09-11T07:39:23.840 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 status -f json-pretty 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsid": "d3da6098-7010-11ef-bcea-c7b262605968", 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "health": { 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T07:39:25.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 0 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "a" 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T07:39:25.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T07:39:25.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": false, 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-09-11T07:39:25.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:25.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:39:25.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:25.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T07:39:25.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:25.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modified": "2024-09-11T07:39:15.671450+0000", 2024-09-11T07:39:25.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:39:25.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:25.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T07:39:25.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:25 smithi133 bash[15104]: audit 2024-09-11T07:39:25.623361+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.133:0/2169235434' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:39:26.208 INFO:teuthology.orchestra.run.smithi133.stderr:mgr not available, waiting (1/10)... 2024-09-11T07:39:27.209 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 status -f json-pretty 2024-09-11T07:39:28.397 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:28.397 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:28.404 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsid": "d3da6098-7010-11ef-bcea-c7b262605968", 2024-09-11T07:39:28.404 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "health": { 2024-09-11T07:39:28.404 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T07:39:28.404 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T07:39:28.404 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T07:39:28.405 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:28.405 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T07:39:28.405 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T07:39:28.405 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 0 2024-09-11T07:39:28.405 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:28.405 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T07:39:28.405 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "a" 2024-09-11T07:39:28.405 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:28.406 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-11T07:39:28.406 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-11T07:39:28.406 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:28.406 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-11T07:39:28.406 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T07:39:28.406 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:28.406 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T07:39:28.406 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:28.407 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T07:39:28.407 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T07:39:28.407 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T07:39:28.407 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T07:39:28.407 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T07:39:28.407 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T07:39:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T07:39:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T07:39:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T07:39:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T07:39:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T07:39:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T07:39:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T07:39:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T07:39:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T07:39:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T07:39:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": false, 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:28.410 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T07:39:28.411 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:28.411 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modified": "2024-09-11T07:39:15.671450+0000", 2024-09-11T07:39:28.411 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:39:28.411 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:28.411 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T07:39:28.411 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:28.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:28 smithi133 bash[15104]: audit 2024-09-11T07:39:28.395157+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.133:0/247829822' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:39:28.978 INFO:teuthology.orchestra.run.smithi133.stderr:mgr not available, waiting (2/10)... 2024-09-11T07:39:29.980 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 status -f json-pretty 2024-09-11T07:39:30.076 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: cluster 2024-09-11T07:39:29.730103+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-09-11T07:39:30.076 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: cluster 2024-09-11T07:39:29.735581+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.0056669s) 2024-09-11T07:39:30.076 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: audit 2024-09-11T07:39:29.737617+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:39:30.076 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: audit 2024-09-11T07:39:29.738134+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:39:30.077 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: audit 2024-09-11T07:39:29.738520+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:39:30.077 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: audit 2024-09-11T07:39:29.739292+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T07:39:30.077 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: audit 2024-09-11T07:39:29.740002+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T07:39:30.077 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: cluster 2024-09-11T07:39:29.745002+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-09-11T07:39:30.077 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: audit 2024-09-11T07:39:29.761521+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' 2024-09-11T07:39:30.077 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: audit 2024-09-11T07:39:29.767758+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:39:30.077 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: audit 2024-09-11T07:39:29.770562+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:39:30.077 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:29 smithi133 bash[15104]: audit 2024-09-11T07:39:29.779690+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' 2024-09-11T07:39:31.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:30 smithi133 bash[15104]: audit 2024-09-11T07:39:29.783618+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.133:0/1759138596' entity='mgr.y' 2024-09-11T07:39:31.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:30 smithi133 bash[15104]: cluster 2024-09-11T07:39:30.741044+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e3: y(active, since 1.01112s) 2024-09-11T07:39:31.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-09-11T07:39:31.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:31.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsid": "d3da6098-7010-11ef-bcea-c7b262605968", 2024-09-11T07:39:31.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "health": { 2024-09-11T07:39:31.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T07:39:31.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T07:39:31.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 0 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "a" 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:31.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-11T07:39:31.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T07:39:31.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:31.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T07:39:31.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:31.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T07:39:31.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T07:39:31.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T07:39:31.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T07:39:31.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T07:39:31.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T07:39:31.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T07:39:31.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": true, 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modified": "2024-09-11T07:39:15.671450+0000", 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:31.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T07:39:31.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:32.144 INFO:teuthology.orchestra.run.smithi133.stderr:mgr is available 2024-09-11T07:39:32.144 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 config-key set mgr/cephadm/ssh_user root 2024-09-11T07:39:32.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:31 smithi133 bash[15104]: audit 2024-09-11T07:39:31.503523+0000 mon.a (mon.0) 23 : audit [DBG] from='client.? 172.21.15.133:0/3272228434' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:39:33.094 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:32 smithi133 bash[15104]: cluster 2024-09-11T07:39:31.797712+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-09-11T07:39:33.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-09-11T07:39:34.358 INFO:teuthology.orchestra.run.smithi133.stderr:Enabling cephadm module... 2024-09-11T07:39:34.358 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 mgr module enable cephadm 2024-09-11T07:39:35.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:34 smithi133 bash[15104]: audit 2024-09-11T07:39:33.724919+0000 mon.a (mon.0) 25 : audit [INF] from='client.? 172.21.15.133:0/3839267330' entity='client.admin' 2024-09-11T07:39:36.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:35 smithi133 bash[15104]: audit 2024-09-11T07:39:35.890147+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.133:0/2758645758' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-11T07:39:36.199 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:35 smithi133 bash[15360]: ignoring --setgroup ceph since I am not root 2024-09-11T07:39:36.581 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 mgr dump 2024-09-11T07:39:37.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:36 smithi133 bash[15104]: audit 2024-09-11T07:39:35.943533+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.133:0/2758645758' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T07:39:37.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:36 smithi133 bash[15104]: cluster 2024-09-11T07:39:35.943603+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e5: y(active, since 6s) 2024-09-11T07:39:38.087 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.087 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 5, 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_name": "y", 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:6800", 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 396677331 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:6801", 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 396677331 2024-09-11T07:39:38.088 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.133:6801/396677331", 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_change": "2024-09-11T07:39:29.729897+0000", 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": true, 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-09-11T07:39:38.089 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.090 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.091 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.092 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-09-11T07:39:38.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-09-11T07:39:38.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active": { 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "active", 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-11T07:39:38.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-11T07:39:38.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "250", 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-09-11T07:39:38.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "end_time": { 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_score": { 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "none", 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap" 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-09-11T07:39:38.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "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.", 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.6.2", 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-11T07:39:38.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-11T07:39:38.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_init": { 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "root" 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-09-11T07:39:38.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-11T07:39:38.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-09-11T07:39:38.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-11T07:39:38.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-11T07:39:38.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug": { 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "password": { 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-09-11T07:39:38.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "redirect" 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "400", 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "599", 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "username": { 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-09-11T07:39:38.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-11T07:39:38.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-09-11T07:39:38.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-09-11T07:39:38.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "database": { 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "database", 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-09-11T07:39:38.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "hostname": { 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "password": { 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "port": { 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "port", 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "threads": { 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "username": { 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-09-11T07:39:38.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-11T07:39:38.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-09-11T07:39:38.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-09-11T07:39:38.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-09-11T07:39:38.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:38.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "10", 2024-09-11T07:39:38.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-11T07:39:38.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-09-11T07:39:38.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-09-11T07:39:38.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-09-11T07:39:38.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-09-11T07:39:38.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-09-11T07:39:38.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_size": { 2024-09-11T07:39:38.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-09-11T07:39:38.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-09-11T07:39:38.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-09-11T07:39:38.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-09-11T07:39:38.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-09-11T07:39:38.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-09-11T07:39:38.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-09-11T07:39:38.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-09-11T07:39:38.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-09-11T07:39:38.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-09-11T07:39:38.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prefix": { 2024-09-11T07:39:38.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-09-11T07:39:38.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-09-11T07:39:38.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "subtree": { 2024-09-11T07:39:38.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-09-11T07:39:38.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-09-11T07:39:38.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-09-11T07:39:38.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-11T07:39:38.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-09-11T07:39:38.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-11T07:39:38.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-11T07:39:38.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rook", 2024-09-11T07:39:38.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-09-11T07:39:38.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-09-11T07:39:38.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-09-11T07:39:38.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-09-11T07:39:38.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-11T07:39:38.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-11T07:39:38.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:38.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-09-11T07:39:38.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-11T07:39:38.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-11T07:39:38.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-09-11T07:39:38.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-09-11T07:39:38.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-09-11T07:39:38.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-09-11T07:39:38.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-09-11T07:39:38.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-09-11T07:39:38.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-11T07:39:38.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-09-11T07:39:38.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-09-11T07:39:38.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-09-11T07:39:38.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-09-11T07:39:38.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-09-11T07:39:38.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-11T07:39:38.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-09-11T07:39:38.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-09-11T07:39:38.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-09-11T07:39:38.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-09-11T07:39:38.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-09-11T07:39:38.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-09-11T07:39:38.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-09-11T07:39:38.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-09-11T07:39:38.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-09-11T07:39:38.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-11T07:39:38.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-11T07:39:38.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-11T07:39:38.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-11T07:39:38.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-09-11T07:39:38.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "roption1": { 2024-09-11T07:39:38.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-09-11T07:39:38.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "roption2": { 2024-09-11T07:39:38.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-09-11T07:39:38.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-09-11T07:39:38.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-09-11T07:39:38.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-09-11T07:39:38.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-09-11T07:39:38.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-09-11T07:39:38.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-09-11T07:39:38.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-09-11T07:39:38.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-09-11T07:39:38.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-09-11T07:39:38.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-09-11T07:39:38.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-09-11T07:39:38.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testkey": { 2024-09-11T07:39:38.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-09-11T07:39:38.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-09-11T07:39:38.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-09-11T07:39:38.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-09-11T07:39:38.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "status", 2024-09-11T07:39:38.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-09-11T07:39:38.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "address": { 2024-09-11T07:39:38.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "address", 2024-09-11T07:39:38.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-11T07:39:38.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:38.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:38.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-09-11T07:39:38.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-09-11T07:39:38.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-09-11T07:39:38.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-09-11T07:39:38.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:38.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "contact": { 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "description": { 2024-09-11T07:39:38.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "description", 2024-09-11T07:39:38.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "device_url": { 2024-09-11T07:39:38.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-09-11T07:39:38.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-11T07:39:38.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:38.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "8", 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "organization": { 2024-09-11T07:39:38.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-09-11T07:39:38.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "proxy": { 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "url": { 2024-09-11T07:39:38.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "url", 2024-09-11T07:39:38.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-11T07:39:38.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-09-11T07:39:38.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-09-11T07:39:38.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:38.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:38.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:38.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-09-11T07:39:38.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-09-11T07:39:38.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-09-11T07:39:38.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "identifier": { 2024-09-11T07:39:38.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-09-11T07:39:38.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:38.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:38.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:38.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:38.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:38.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:38.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-09-11T07:39:38.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-09-11T07:39:38.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:38.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-09-11T07:39:38.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-09-11T07:39:38.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:38.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-09-11T07:39:38.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-09-11T07:39:38.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-09-11T07:39:38.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:38.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:38.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:38.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-11T07:39:38.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:38.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:38.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:38.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:38.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:38.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:38.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {}, 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crash", 2024-09-11T07:39:38.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-11T07:39:38.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-09-11T07:39:38.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress", 2024-09-11T07:39:38.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-11T07:39:38.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status", 2024-09-11T07:39:38.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-11T07:39:38.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-09-11T07:39:38.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-11T07:39:38.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crash", 2024-09-11T07:39:38.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-11T07:39:38.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-09-11T07:39:38.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-09-11T07:39:38.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress", 2024-09-11T07:39:38.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-11T07:39:38.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status", 2024-09-11T07:39:38.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "telemetry", 2024-09-11T07:39:38.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-11T07:39:38.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:38.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2024-09-11T07:39:38.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-09-11T07:39:38.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-11T07:39:38.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-11T07:39:38.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:0", 2024-09-11T07:39:38.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 883902959 2024-09-11T07:39:38.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-09-11T07:39:38.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:38.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-11T07:39:38.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:38.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-11T07:39:38.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:0", 2024-09-11T07:39:38.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 843265466 2024-09-11T07:39:38.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-09-11T07:39:38.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-09-11T07:39:38.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:38.874 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for the mgr to restart... 2024-09-11T07:39:38.874 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for Mgr epoch 5... 2024-09-11T07:39:38.874 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 tell mgr mgr_status 2024-09-11T07:39:38.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:38 smithi133 bash[15104]: audit 2024-09-11T07:39:38.074461+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.133:0/4130962223' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-11T07:39:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:40 smithi133 bash[15104]: cluster 2024-09-11T07:39:40.252241+0000 mon.a (mon.0) 30 : cluster [INF] Active manager daemon y restarted 2024-09-11T07:39:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:40 smithi133 bash[15104]: cluster 2024-09-11T07:39:40.252810+0000 mon.a (mon.0) 31 : cluster [INF] Activating manager daemon y 2024-09-11T07:39:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:40 smithi133 bash[15104]: cluster 2024-09-11T07:39:40.258471+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-11T07:39:41.345 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:41.345 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-11T07:39:41.345 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "initialized": true 2024-09-11T07:39:41.345 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:41.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: cluster 2024-09-11T07:39:40.310317+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e6: y(active, starting, since 0.057624s) 2024-09-11T07:39:41.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.317275+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T07:39:41.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.317807+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:39:41.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.318201+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:39:41.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.318608+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:39:41.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.319327+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.320632+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.321155+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.321544+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.321934+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: cluster 2024-09-11T07:39:40.324539+0000 mon.a (mon.0) 43 : cluster [INF] Manager daemon y is now available 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.345234+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.354071+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.361452+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.500928+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.512541+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:41.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.515109+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:39:41.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:41 smithi133 bash[15104]: audit 2024-09-11T07:39:40.517390+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:39:42.005 INFO:teuthology.orchestra.run.smithi133.stderr:Mgr epoch 5 is available 2024-09-11T07:39:42.006 INFO:teuthology.orchestra.run.smithi133.stderr:Setting orchestrator backend to cephadm... 2024-09-11T07:39:42.006 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 orch set backend cephadm 2024-09-11T07:39:42.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:42 smithi133 bash[15104]: audit 2024-09-11T07:39:41.329721+0000 mgr.y (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T07:39:42.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:42 smithi133 bash[15104]: cluster 2024-09-11T07:39:41.330614+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.07794s) 2024-09-11T07:39:42.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:42 smithi133 bash[15104]: audit 2024-09-11T07:39:41.343134+0000 mgr.y (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T07:39:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:43 smithi133 bash[15104]: cluster 2024-09-11T07:39:42.334193+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-09-11T07:39:44.157 INFO:teuthology.orchestra.run.smithi133.stderr:Generating ssh key... 2024-09-11T07:39:44.158 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 cephadm generate-key 2024-09-11T07:39:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:44 smithi133 bash[15104]: audit 2024-09-11T07:39:43.525781+0000 mgr.y (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:44 smithi133 bash[15104]: audit 2024-09-11T07:39:43.536395+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:44 smithi133 bash[15104]: audit 2024-09-11T07:39:43.548908+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:46.199 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: Generating public/private rsa key pair. 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: Your identification has been saved in /tmp/tmps9496gfh/key. 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: Your public key has been saved in /tmp/tmps9496gfh/key.pub. 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: The key fingerprint is: 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: SHA256:4cuA2vgUGGScpp5EtXKNtqxR6+EJDZJN2NO0UCoFLk0 ceph-d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: The key's randomart image is: 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: +---[RSA 3072]----+ 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: |.=E*o | 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: |o@*o=. | 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: |**=B.. . | 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: |+oOoo. . . | 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: |ooo*o . S | 2024-09-11T07:39:46.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: | o*+o. o . | 2024-09-11T07:39:46.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: | .o+o o | 2024-09-11T07:39:46.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: | o | 2024-09-11T07:39:46.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: | . | 2024-09-11T07:39:46.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:45 smithi133 bash[15360]: +----[SHA256]-----+ 2024-09-11T07:39:46.407 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 cephadm get-pub-key 2024-09-11T07:39:47.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:46 smithi133 bash[15104]: audit 2024-09-11T07:39:45.599924+0000 mgr.y (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:47.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:46 smithi133 bash[15104]: cephadm 2024-09-11T07:39:45.600320+0000 mgr.y (mgr.14116) 5 : cephadm [INF] Generating ssh key... 2024-09-11T07:39:47.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:46 smithi133 bash[15104]: audit 2024-09-11T07:39:45.815887+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:47.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:46 smithi133 bash[15104]: audit 2024-09-11T07:39:45.819794+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:47.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUHqSqfiy7TBnUKpxLLpaCcJ1WFwS9KQSK1QXkIjH15m6BI7AD5FXLeL1q2qARBolgMO6Wfb8JskI7r8AX01ryFJVgbE+EKdX1NECMf1feyE/7kVZefVYKdEN//CYARC+bvxiSLLsIa1YC5zBMiYfZs0Mjcx676N5o0oYp/hdIyvaQsvJK16J7GhCPzmvhLv5fPq9bzW4NRacNN1UxLYMFQIc4TEwoAq9CpVB8oLwYSqIUfuz3MP5EfTTuVh6VfLyw1/wxfD38ewAiP/JG/uoFJQ1izXLA9NMGBZIotdnh7TflA+R9Ea2v4/i5xKWqW4cS5Oh/2uxhuisqAZl3R7S+PTf472vXhd8Ah3IxgNzg/tArX6gIyDiJ2exQzbqC31ecSabtn1DMviYnJScGXlNLN3OdFyFptjCeLJAP9N8O0iShgC+KIEAEpu9hiHmG75m/3HMZggShMNC8yJ0Iw152P7Td4s86nKZYpoACvKicg1wG1f1Z2+Jo7GE02bpdaYk= ceph-d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:39:48.489 INFO:teuthology.orchestra.run.smithi133.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:39:48.489 INFO:teuthology.orchestra.run.smithi133.stderr:Adding key to root@localhost's authorized_keys... 2024-09-11T07:39:48.490 INFO:teuthology.orchestra.run.smithi133.stderr:Adding host smithi133... 2024-09-11T07:39:48.490 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 orch host add smithi133 2024-09-11T07:39:48.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:48 smithi133 bash[15104]: audit 2024-09-11T07:39:47.894612+0000 mgr.y (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:50.449 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:50 smithi133 bash[15360]: Warning: Permanently added 'smithi133,172.21.15.133' (ECDSA) to the list of known hosts. 2024-09-11T07:39:50.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Added host 'smithi133' 2024-09-11T07:39:51.447 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-11T07:39:51.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:51 smithi133 bash[15104]: audit 2024-09-11T07:39:50.020016+0000 mgr.y (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:51.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:51 smithi133 bash[15104]: audit 2024-09-11T07:39:50.721308+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:51.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:51 smithi133 bash[15104]: cephadm 2024-09-11T07:39:50.722047+0000 mgr.y (mgr.14116) 8 : cephadm [INF] Added host smithi133 2024-09-11T07:39:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:51 smithi133 bash[15104]: audit 2024-09-11T07:39:51.075616+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:51 smithi133 bash[15104]: audit 2024-09-11T07:39:51.076866+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:39:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:51 smithi133 bash[15104]: audit 2024-09-11T07:39:51.596014+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' 2024-09-11T07:39:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:51 smithi133 bash[15104]: audit 2024-09-11T07:39:51.597203+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14116 172.21.15.133:0/3544768640' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:39:54.459 INFO:teuthology.orchestra.run.smithi133.stderr:Enabling the dashboard module... 2024-09-11T07:39:54.459 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 mgr module enable dashboard 2024-09-11T07:39:54.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:54 smithi133 bash[15104]: audit 2024-09-11T07:39:53.564963+0000 mon.a (mon.0) 62 : audit [INF] from='client.? 172.21.15.133:0/717898406' entity='client.admin' 2024-09-11T07:39:56.449 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:56 smithi133 bash[15360]: ignoring --setuser ceph since I am not root 2024-09-11T07:39:56.449 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:39:56 smithi133 bash[15360]: ignoring --setgroup ceph since I am not root 2024-09-11T07:39:56.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:56 smithi133 bash[15104]: audit 2024-09-11T07:39:56.050156+0000 mon.a (mon.0) 63 : audit [INF] from='client.? 172.21.15.133:0/3693622475' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-11T07:39:56.689 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 mgr dump 2024-09-11T07:39:57.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:57 smithi133 bash[15104]: audit 2024-09-11T07:39:56.106324+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.133:0/3693622475' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T07:39:57.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:57 smithi133 bash[15104]: cluster 2024-09-11T07:39:56.106492+0000 mon.a (mon.0) 65 : cluster [DBG] mgrmap e9: y(active, since 15s) 2024-09-11T07:39:58.112 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.112 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 9, 2024-09-11T07:39:58.112 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_gid": 14116, 2024-09-11T07:39:58.112 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_name": "y", 2024-09-11T07:39:58.112 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-09-11T07:39:58.112 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-11T07:39:58.112 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.113 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-11T07:39:58.113 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:6800", 2024-09-11T07:39:58.113 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 2150058457 2024-09-11T07:39:58.114 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.114 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.114 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:6801", 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 2150058457 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.133:6801/2150058457", 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_change": "2024-09-11T07:39:40.252657+0000", 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": true, 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-11T07:39:58.115 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "dashboard", 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:58.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-09-11T07:39:58.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-09-11T07:39:58.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-09-11T07:39:58.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-09-11T07:39:58.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-09-11T07:39:58.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active": { 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "active", 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "250", 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-09-11T07:39:58.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-09-11T07:39:58.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "end_time": { 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-09-11T07:39:58.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-09-11T07:39:58.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_score": { 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "none", 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap" 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-09-11T07:39:58.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "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.", 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.6.2", 2024-09-11T07:39:58.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-09-11T07:39:58.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_init": { 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "root" 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-09-11T07:39:58.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-09-11T07:39:58.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-11T07:39:58.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-09-11T07:39:58.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-09-11T07:39:58.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-09-11T07:39:58.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-09-11T07:39:58.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.598 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug": { 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "password": { 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-11T07:39:58.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-09-11T07:39:58.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "redirect" 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "400", 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "599", 2024-09-11T07:39:58.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "username": { 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-09-11T07:39:58.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-11T07:39:58.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-11T07:39:58.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "database": { 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "database", 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "hostname": { 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "password": { 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "port": { 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "port", 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "threads": { 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "username": { 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.652 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.653 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.654 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.655 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.656 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.657 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.658 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.659 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.660 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.661 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.662 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.663 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "10", 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.664 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.665 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.666 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.667 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.668 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.669 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.670 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.671 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.672 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.673 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.674 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.675 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_size": { 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-09-11T07:39:58.676 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.677 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prefix": { 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-09-11T07:39:58.678 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "subtree": { 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.679 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.680 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.681 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.682 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.683 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.684 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-09-11T07:39:58.685 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rook", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.686 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.687 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.688 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.689 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.690 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.691 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.692 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.693 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.694 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.695 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.696 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.697 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.698 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.699 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.700 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.701 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.702 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.703 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.704 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.705 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.706 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.707 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.708 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.709 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.710 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.711 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.712 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.713 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.714 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.715 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.716 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.717 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.718 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.719 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.720 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.721 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.722 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.723 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.724 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.725 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.726 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.727 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.728 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.729 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.730 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.731 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.732 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-09-11T07:39:58.733 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.737 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-09-11T07:39:58.738 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.742 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.743 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "roption1": { 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.744 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "roption2": { 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.745 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-09-11T07:39:58.746 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-09-11T07:39:58.747 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-09-11T07:39:58.748 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.749 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.750 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testkey": { 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.751 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.752 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.753 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "status", 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.754 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.755 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.756 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.757 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.758 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "address": { 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "address", 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.769 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-09-11T07:39:58.770 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "contact": { 2024-09-11T07:39:58.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "description": { 2024-09-11T07:39:58.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "description", 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "device_url": { 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "8", 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-09-11T07:39:58.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "organization": { 2024-09-11T07:39:58.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "proxy": { 2024-09-11T07:39:58.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "url": { 2024-09-11T07:39:58.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "url", 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-09-11T07:39:58.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "identifier": { 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {}, 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crash", 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress", 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status", 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-11T07:39:58.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crash", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "telemetry", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 2, 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:0", 2024-09-11T07:39:58.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 3800692002 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:0", 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 3936444232 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:39:58.813 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for the mgr to restart... 2024-09-11T07:39:58.813 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for Mgr epoch 9... 2024-09-11T07:39:58.813 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 tell mgr mgr_status 2024-09-11T07:39:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:39:58 smithi133 bash[15104]: audit 2024-09-11T07:39:58.103453+0000 mon.a (mon.0) 66 : audit [DBG] from='client.? 172.21.15.133:0/639558978' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-11T07:40:00.828 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:40:00 smithi133 bash[15360]: Warning: Permanently added 'smithi133,172.21.15.133' (ECDSA) to the list of known hosts. 2024-09-11T07:40:00.829 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:00 smithi133 bash[15104]: cluster 2024-09-11T07:40:00.512846+0000 mon.a (mon.0) 67 : cluster [INF] Active manager daemon y restarted 2024-09-11T07:40:00.829 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:00 smithi133 bash[15104]: cluster 2024-09-11T07:40:00.513559+0000 mon.a (mon.0) 68 : cluster [INF] Activating manager daemon y 2024-09-11T07:40:00.829 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:00 smithi133 bash[15104]: cluster 2024-09-11T07:40:00.515366+0000 mon.a (mon.0) 69 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-11T07:40:01.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-09-11T07:40:01.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-11T07:40:01.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "initialized": true 2024-09-11T07:40:01.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-09-11T07:40:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: cluster 2024-09-11T07:40:00.569336+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0558548s) 2024-09-11T07:40:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.575910+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T07:40:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.576932+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:40:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.577308+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:40:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.577651+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:40:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.578371+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T07:40:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.580002+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T07:40:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.580647+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T07:40:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.581249+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.581845+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.582549+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.583188+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.583771+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.584303+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.584865+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: cluster 2024-09-11T07:40:00.588293+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon y is now available 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.755687+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.766348+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:00.972192+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:01.521038+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:01 smithi133 bash[15104]: audit 2024-09-11T07:40:01.521961+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:40:02.482 INFO:teuthology.orchestra.run.smithi133.stderr:Mgr epoch 9 is available 2024-09-11T07:40:02.482 INFO:teuthology.orchestra.run.smithi133.stderr:Generating a dashboard self-signed certificate... 2024-09-11T07:40:02.483 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 dashboard create-self-signed-cert 2024-09-11T07:40:02.879 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:02 smithi133 bash[15104]: audit 2024-09-11T07:40:01.577075+0000 mgr.y (mgr.14138) 1 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T07:40:02.879 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:02 smithi133 bash[15104]: cluster 2024-09-11T07:40:01.577313+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.06383s) 2024-09-11T07:40:02.879 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:02 smithi133 bash[15104]: audit 2024-09-11T07:40:01.594404+0000 mgr.y (mgr.14138) 2 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T07:40:03.851 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:03 smithi133 bash[15104]: cluster 2024-09-11T07:40:02.588256+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-09-11T07:40:04.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-11T07:40:05.194 INFO:teuthology.orchestra.run.smithi133.stderr:Creating initial admin user... 2024-09-11T07:40:05.194 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 dashboard ac-user-create admin 12h1qwglun administrator --force-password --pwd-update-required 2024-09-11T07:40:05.552 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:05 smithi133 bash[15104]: audit 2024-09-11T07:40:04.482829+0000 mgr.y (mgr.14138) 3 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:05.552 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:05 smithi133 bash[15104]: audit 2024-09-11T07:40:04.549729+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:05.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:05 smithi133 bash[15104]: audit 2024-09-11T07:40:04.554073+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:07.043 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$JNAwZIK3wQRGyxD/isNk2eIz55T/pkbNV21TH1BfNCrBSMlnDaXUu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726040407, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-11T07:40:07.679 INFO:teuthology.orchestra.run.smithi133.stderr:Fetching dashboard port number... 2024-09-11T07:40:07.679 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/docker run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.9 -e NODE_NAME=smithi133 -v /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpu220hbbe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprk5fesrv:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15.2.9 config get mgr mgr/dashboard/ssl_server_port 2024-09-11T07:40:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:07 smithi133 bash[15104]: cluster 2024-09-11T07:40:06.555352+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-09-11T07:40:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:07 smithi133 bash[15104]: audit 2024-09-11T07:40:06.806634+0000 mgr.y (mgr.14138) 4 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "12h1qwglun", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:07 smithi133 bash[15104]: audit 2024-09-11T07:40:07.040616+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:09.071 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 8443 2024-09-11T07:40:09.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:09 smithi133 bash[15104]: audit 2024-09-11T07:40:09.068640+0000 mon.a (mon.0) 97 : audit [DBG] from='client.? 172.21.15.133:0/4256604920' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-11T07:40:09.745 INFO:teuthology.orchestra.run.smithi133.stderr:firewalld does not appear to be present 2024-09-11T07:40:09.745 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr:Ceph Dashboard is now available at: 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: URL: https://smithi133.front.sepia.ceph.com:8443/ 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: User: admin 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: Password: 12h1qwglun 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr:You can access the Ceph CLI with: 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr:Please consider enabling telemetry to help improve Ceph: 2024-09-11T07:40:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-11T07:40:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: ceph telemetry on 2024-09-11T07:40:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-11T07:40:09.751 INFO:teuthology.orchestra.run.smithi133.stderr:For more information see: 2024-09-11T07:40:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-11T07:40:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-11T07:40:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-11T07:40:09.751 INFO:teuthology.orchestra.run.smithi133.stderr:Bootstrap complete. 2024-09-11T07:40:09.751 INFO:teuthology.orchestra.run.smithi133.stderr:Releasing lock 139940072852880 on /run/cephadm/d3da6098-7010-11ef-bcea-c7b262605968.lock 2024-09-11T07:40:09.751 INFO:teuthology.orchestra.run.smithi133.stderr:Lock 139940072852880 released on /run/cephadm/d3da6098-7010-11ef-bcea-c7b262605968.lock 2024-09-11T07:40:09.780 INFO:tasks.cephadm:Fetching config... 2024-09-11T07:40:09.780 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:40:09.780 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-11T07:40:09.785 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-11T07:40:09.785 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:40:09.785 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-11T07:40:09.790 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-11T07:40:09.790 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:40:09.791 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-11T07:40:09.850 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-11T07:40:09.850 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:40:09.850 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-11T07:40:09.855 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-11T07:40:09.855 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUHqSqfiy7TBnUKpxLLpaCcJ1WFwS9KQSK1QXkIjH15m6BI7AD5FXLeL1q2qARBolgMO6Wfb8JskI7r8AX01ryFJVgbE+EKdX1NECMf1feyE/7kVZefVYKdEN//CYARC+bvxiSLLsIa1YC5zBMiYfZs0Mjcx676N5o0oYp/hdIyvaQsvJK16J7GhCPzmvhLv5fPq9bzW4NRacNN1UxLYMFQIc4TEwoAq9CpVB8oLwYSqIUfuz3MP5EfTTuVh6VfLyw1/wxfD38ewAiP/JG/uoFJQ1izXLA9NMGBZIotdnh7TflA+R9Ea2v4/i5xKWqW4cS5Oh/2uxhuisqAZl3R7S+PTf472vXhd8Ah3IxgNzg/tArX6gIyDiJ2exQzbqC31ecSabtn1DMviYnJScGXlNLN3OdFyFptjCeLJAP9N8O0iShgC+KIEAEpu9hiHmG75m/3HMZggShMNC8yJ0Iw152P7Td4s86nKZYpoACvKicg1wG1f1Z2+Jo7GE02bpdaYk= ceph-d3da6098-7010-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:40:09.875 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUHqSqfiy7TBnUKpxLLpaCcJ1WFwS9KQSK1QXkIjH15m6BI7AD5FXLeL1q2qARBolgMO6Wfb8JskI7r8AX01ryFJVgbE+EKdX1NECMf1feyE/7kVZefVYKdEN//CYARC+bvxiSLLsIa1YC5zBMiYfZs0Mjcx676N5o0oYp/hdIyvaQsvJK16J7GhCPzmvhLv5fPq9bzW4NRacNN1UxLYMFQIc4TEwoAq9CpVB8oLwYSqIUfuz3MP5EfTTuVh6VfLyw1/wxfD38ewAiP/JG/uoFJQ1izXLA9NMGBZIotdnh7TflA+R9Ea2v4/i5xKWqW4cS5Oh/2uxhuisqAZl3R7S+PTf472vXhd8Ah3IxgNzg/tArX6gIyDiJ2exQzbqC31ecSabtn1DMviYnJScGXlNLN3OdFyFptjCeLJAP9N8O0iShgC+KIEAEpu9hiHmG75m/3HMZggShMNC8yJ0Iw152P7Td4s86nKZYpoACvKicg1wG1f1Z2+Jo7GE02bpdaYk= ceph-d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:40:09.885 DEBUG:teuthology.orchestra.run.smithi169:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUHqSqfiy7TBnUKpxLLpaCcJ1WFwS9KQSK1QXkIjH15m6BI7AD5FXLeL1q2qARBolgMO6Wfb8JskI7r8AX01ryFJVgbE+EKdX1NECMf1feyE/7kVZefVYKdEN//CYARC+bvxiSLLsIa1YC5zBMiYfZs0Mjcx676N5o0oYp/hdIyvaQsvJK16J7GhCPzmvhLv5fPq9bzW4NRacNN1UxLYMFQIc4TEwoAq9CpVB8oLwYSqIUfuz3MP5EfTTuVh6VfLyw1/wxfD38ewAiP/JG/uoFJQ1izXLA9NMGBZIotdnh7TflA+R9Ea2v4/i5xKWqW4cS5Oh/2uxhuisqAZl3R7S+PTf472vXhd8Ah3IxgNzg/tArX6gIyDiJ2exQzbqC31ecSabtn1DMviYnJScGXlNLN3OdFyFptjCeLJAP9N8O0iShgC+KIEAEpu9hiHmG75m/3HMZggShMNC8yJ0Iw152P7Td4s86nKZYpoACvKicg1wG1f1Z2+Jo7GE02bpdaYk= ceph-d3da6098-7010-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:40:09.908 INFO:teuthology.orchestra.run.smithi169.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUHqSqfiy7TBnUKpxLLpaCcJ1WFwS9KQSK1QXkIjH15m6BI7AD5FXLeL1q2qARBolgMO6Wfb8JskI7r8AX01ryFJVgbE+EKdX1NECMf1feyE/7kVZefVYKdEN//CYARC+bvxiSLLsIa1YC5zBMiYfZs0Mjcx676N5o0oYp/hdIyvaQsvJK16J7GhCPzmvhLv5fPq9bzW4NRacNN1UxLYMFQIc4TEwoAq9CpVB8oLwYSqIUfuz3MP5EfTTuVh6VfLyw1/wxfD38ewAiP/JG/uoFJQ1izXLA9NMGBZIotdnh7TflA+R9Ea2v4/i5xKWqW4cS5Oh/2uxhuisqAZl3R7S+PTf472vXhd8Ah3IxgNzg/tArX6gIyDiJ2exQzbqC31ecSabtn1DMviYnJScGXlNLN3OdFyFptjCeLJAP9N8O0iShgC+KIEAEpu9hiHmG75m/3HMZggShMNC8yJ0Iw152P7Td4s86nKZYpoACvKicg1wG1f1Z2+Jo7GE02bpdaYk= ceph-d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:40:09.921 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi169 2024-09-11T07:40:09.921 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-09-11T07:40:09.921 DEBUG:teuthology.orchestra.run.smithi169:> dd of=/etc/ceph/ceph.conf 2024-09-11T07:40:09.927 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-09-11T07:40:09.927 DEBUG:teuthology.orchestra.run.smithi169:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:40:09.974 INFO:tasks.cephadm:Adding host smithi169 to orchestrator... 2024-09-11T07:40:09.974 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch host add smithi169 2024-09-11T07:40:14.449 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:40:14 smithi133 bash[15360]: Warning: Permanently added 'smithi169,172.21.15.169' (ECDSA) to the list of known hosts. 2024-09-11T07:40:14.874 INFO:teuthology.orchestra.run.smithi133.stdout:Added host 'smithi169' 2024-09-11T07:40:15.628 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T07:40:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:15 smithi133 bash[15104]: audit 2024-09-11T07:40:14.154945+0000 mgr.y (mgr.14138) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:15 smithi133 bash[15104]: audit 2024-09-11T07:40:14.869358+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:15 smithi133 bash[15104]: cephadm 2024-09-11T07:40:14.870418+0000 mgr.y (mgr.14138) 6 : cephadm [INF] Added host smithi169 2024-09-11T07:40:17.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:17 smithi133 bash[15104]: audit 2024-09-11T07:40:17.391465+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:18.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:18 smithi133 bash[15104]: audit 2024-09-11T07:40:17.698222+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:18.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:18 smithi133 bash[15104]: cephadm 2024-09-11T07:40:17.699050+0000 mgr.y (mgr.14138) 7 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:40:18.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:18 smithi133 bash[15104]: audit 2024-09-11T07:40:18.097245+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:18.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:18 smithi133 bash[15104]: cephadm 2024-09-11T07:40:18.097868+0000 mgr.y (mgr.14138) 8 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T07:40:18.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:18 smithi133 bash[15104]: audit 2024-09-11T07:40:18.098411+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:40:18.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:18 smithi133 bash[15104]: audit 2024-09-11T07:40:18.099844+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:18.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:18 smithi133 bash[15104]: cephadm 2024-09-11T07:40:18.100867+0000 mgr.y (mgr.14138) 9 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T07:40:18.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:18 smithi133 bash[15104]: audit 2024-09-11T07:40:18.101543+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-11T07:40:20.276 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:40:20.277 INFO:teuthology.orchestra.run.smithi133.stdout:[{"addr": "smithi133", "hostname": "smithi133", "labels": [], "status": ""}, {"addr": "smithi169", "hostname": "smithi169", "labels": [], "status": ""}] 2024-09-11T07:40:21.387 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-11T07:40:21.387 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-11T07:40:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:21 smithi133 bash[15104]: audit 2024-09-11T07:40:20.274024+0000 mgr.y (mgr.14138) 10 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:40:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:21 smithi133 bash[15104]: cluster 2024-09-11T07:40:20.578542+0000 mgr.y (mgr.14138) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:21 smithi133 bash[15104]: audit 2024-09-11T07:40:20.924675+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:21 smithi133 bash[15104]: cephadm 2024-09-11T07:40:20.925732+0000 mgr.y (mgr.14138) 12 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T07:40:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:21 smithi133 bash[15104]: audit 2024-09-11T07:40:20.926297+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T07:40:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:21 smithi133 bash[15104]: audit 2024-09-11T07:40:20.927653+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:21 smithi133 bash[15104]: cephadm 2024-09-11T07:40:20.928612+0000 mgr.y (mgr.14138) 13 : cephadm [INF] Reconfiguring daemon mgr.y on smithi133 2024-09-11T07:40:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:21 smithi133 bash[15104]: audit 2024-09-11T07:40:20.929188+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T07:40:24.151 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:23 smithi133 bash[15104]: cluster 2024-09-11T07:40:22.578943+0000 mgr.y (mgr.14138) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:25.246 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:24 smithi133 bash[15104]: audit 2024-09-11T07:40:23.952351+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:25.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:24 smithi133 bash[15104]: audit 2024-09-11T07:40:23.956101+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:25.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:24 smithi133 bash[15104]: audit 2024-09-11T07:40:24.305381+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:25.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:24 smithi133 bash[15104]: audit 2024-09-11T07:40:24.306359+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:25.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:24 smithi133 bash[15104]: audit 2024-09-11T07:40:24.590530+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:25.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:24 smithi133 bash[15104]: audit 2024-09-11T07:40:24.591698+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:40:25.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:24 smithi133 bash[15104]: audit 2024-09-11T07:40:24.607880+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:26.324 INFO:teuthology.orchestra.run.smithi133.stderr:adjusted tunables profile to default 2024-09-11T07:40:26.371 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:25 smithi133 bash[15104]: cluster 2024-09-11T07:40:24.579234+0000 mgr.y (mgr.14138) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:26.371 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:25 smithi133 bash[15104]: audit 2024-09-11T07:40:25.533164+0000 mon.a (mon.0) 116 : audit [INF] from='client.? 172.21.15.133:0/1160325831' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-11T07:40:26.979 INFO:tasks.cephadm:Adding mon.c on smithi133 2024-09-11T07:40:26.979 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add mon 'smithi133:[v2:172.21.15.133:3301,v1:172.21.15.133:6790]=c' 2024-09-11T07:40:27.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:27 smithi133 bash[15104]: audit 2024-09-11T07:40:26.315407+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.133:0/1160325831' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T07:40:27.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:27 smithi133 bash[15104]: cluster 2024-09-11T07:40:26.315539+0000 mon.a (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-11T07:40:27.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:27 smithi133 bash[15104]: audit 2024-09-11T07:40:26.316280+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-11T07:40:27.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:27 smithi133 bash[15104]: cluster 2024-09-11T07:40:26.579536+0000 mgr.y (mgr.14138) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:28.522 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:28 smithi133 bash[15104]: audit 2024-09-11T07:40:27.322764+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-11T07:40:28.522 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:28 smithi133 bash[15104]: cluster 2024-09-11T07:40:27.322947+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:40:28.522 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:28 smithi133 bash[15104]: audit 2024-09-11T07:40:27.324638+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T07:40:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:29 smithi133 bash[15104]: audit 2024-09-11T07:40:28.321865+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T07:40:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:29 smithi133 bash[15104]: cluster 2024-09-11T07:40:28.321972+0000 mon.a (mon.0) 124 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T07:40:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:29 smithi133 bash[15104]: cluster 2024-09-11T07:40:28.579969+0000 mgr.y (mgr.14138) 17 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:30.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:30 smithi133 bash[15104]: audit 2024-09-11T07:40:29.449978+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:30.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:30 smithi133 bash[15104]: audit 2024-09-11T07:40:29.756558+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:30.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:30 smithi133 bash[15104]: cephadm 2024-09-11T07:40:29.757475+0000 mgr.y (mgr.14138) 18 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:40:30.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:30 smithi133 bash[15104]: audit 2024-09-11T07:40:30.168552+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:30.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:30 smithi133 bash[15104]: audit 2024-09-11T07:40:30.172218+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:31.625 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:31 smithi133 bash[15104]: audit 2024-09-11T07:40:30.328687+0000 mgr.y (mgr.14138) 19 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi133:[v2:172.21.15.133:3301,v1:172.21.15.133:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:31.626 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:31 smithi133 bash[15104]: audit 2024-09-11T07:40:30.333279+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:40:31.626 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:31 smithi133 bash[15104]: audit 2024-09-11T07:40:30.334323+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:31.626 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:31 smithi133 bash[15104]: cephadm 2024-09-11T07:40:30.335060+0000 mgr.y (mgr.14138) 20 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-09-11T07:40:31.626 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:31 smithi133 bash[15104]: audit 2024-09-11T07:40:30.335428+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-11T07:40:31.626 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:31 smithi133 bash[15104]: cluster 2024-09-11T07:40:30.580415+0000 mgr.y (mgr.14138) 21 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:33 smithi133 bash[15104]: cluster 2024-09-11T07:40:32.581075+0000 mgr.y (mgr.14138) 22 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:34.610 INFO:teuthology.orchestra.run.smithi133.stdout:Deployed mon.c on host 'smithi133' 2024-09-11T07:40:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:35 smithi133 bash[15104]: cluster 2024-09-11T07:40:34.581561+0000 mgr.y (mgr.14138) 23 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:35.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:35 smithi133 bash[15104]: audit 2024-09-11T07:40:34.605385+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:35.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:35 smithi133 bash[15104]: audit 2024-09-11T07:40:34.607453+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:35.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:35 smithi133 bash[15104]: audit 2024-09-11T07:40:35.391894+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:35.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:35 smithi133 bash[15104]: audit 2024-09-11T07:40:35.397228+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:36.060 DEBUG:teuthology.orchestra.run.smithi133:mon.c> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.c.service 2024-09-11T07:40:36.063 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:40:36.063 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:40:37.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:36 smithi133 bash[19346]: debug 2024-09-11T07:40:36.994+0000 7f5329113700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:36 smithi133 bash[19346]: debug 2024-09-11T07:40:36.994+0000 7f5329113700 0 ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable), process ceph-mon, pid 1 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:36 smithi133 bash[19346]: debug 2024-09-11T07:40:36.994+0000 7f5329113700 0 pidfile_write: ignore empty --pid-file 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:36.998+0000 7f5329113700 0 load: jerasure load: lrc load: isa 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:36.998+0000 7f5329113700 0 set rocksdb option compression = kNoCompression 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:36.998+0000 7f5329113700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:36.998+0000 7f5329113700 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:36.998+0000 7f5329113700 0 set rocksdb option compression = kNoCompression 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:36.998+0000 7f5329113700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:36.998+0000 7f5329113700 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:36.998+0000 7f5329113700 1 rocksdb: do_open column families: [default] 2024-09-11T07:40:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Compile date Feb 23 2021 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: DB SUMMARY 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: CURRENT file: CURRENT 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 489 ; 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.create_if_missing: 0 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.env: 0x556e96ce11a0 2024-09-11T07:40:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.info_log: 0x556e98500ba0 2024-09-11T07:40:37.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:40:37.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:40:37.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:40:37.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.db_log_dir: 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-11T07:40:37.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.write_buffer_manager: 0x556e984e52c0 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:40:37.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.row_cache: None 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.wal_filter: None 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:40:37.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:40:37.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Compression algorithms supported: 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: kZSTD supported: 0 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T07:40:37.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.merge_operator: 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556e9841b0d0) 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: cache_index_and_filter_blocks: 1 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: pin_top_level_index_and_filter: 1 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: index_type: 0 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: data_block_index_type: 0 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:40:37.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: hash_index_allow_collision: 1 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: checksum: 1 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: no_block_cache: 0 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: block_cache: 0x556e98452610 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: block_cache_name: BinnedLRUCache 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: block_cache_options: 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: capacity : 536870912 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: num_shard_bits : 4 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: strict_capacity_limit : 0 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: high_pri_pool_ratio: 0.000 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: block_cache_compressed: (nil) 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: persistent_cache: (nil) 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: block_size: 4096 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: block_size_deviation: 10 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: block_restart_interval: 16 2024-09-11T07:40:37.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: index_block_restart_interval: 1 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: metadata_block_size: 4096 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: partition_filters: 0 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: use_delta_encoding: 1 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: whole_key_filtering: 1 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: verify_compression: 0 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: read_amp_bytes_per_bit: 0 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: format_version: 2 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: enable_index_compression: 1 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: block_align: 0 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:40:37.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.num_levels: 7 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:40:37.210 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:40:37.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:40:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:40:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:40:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:40:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:40:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:40:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:40:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:40:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:40:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:40:37.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:40:37.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:40:37.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:40:37.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:40:37.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:40:37.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:40:37.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:40:37.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.table_properties_collectors: 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:40:37.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.002+0000 7f5329113700 4 rocksdb: Options.ttl: 0 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.006+0000 7f5329113700 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.006+0000 7f5329113700 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.006+0000 7f5329113700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040437008915, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.006+0000 7f5329113700 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.006+0000 7f5329113700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040437010204, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1403, "table_properties": {"data_size": 501, "index_size": 28, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 379, "raw_average_value_size": 75, "num_data_blocks": 1, "num_entries": 5, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.006+0000 7f5329113700 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.006+0000 7f5329113700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040437011052, "job": 1, "event": "recovery_finished"} 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.010+0000 7f5329113700 4 rocksdb: DB pointer 0x556e9907d200 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.010+0000 7f530ff7e700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.010+0000 7f530ff7e700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ** DB Stats ** 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:40:37.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ** Compaction Stats [default] ** 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ** Compaction Stats [default] ** 2024-09-11T07:40:37.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:40:37.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:40:37.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:37.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:40:37.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:40:37.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:40:37.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:40:37.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:40:37.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:40:37.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Cumulative compaction: 0.00 GB write, 0.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:40:37.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Interval compaction: 0.00 GB write, 0.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:40:37.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:40:37.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:40:37.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ** Compaction Stats [default] ** 2024-09-11T07:40:37.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:40:37.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ** Compaction Stats [default] ** 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Cumulative compaction: 0.00 GB write, 0.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:40:37.219 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.010+0000 7f5329113700 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.010+0000 7f5329113700 0 using public_addrv [v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0] 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.010+0000 7f5329113700 0 starting mon.c rank -1 at public addrs [v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0] at bind addrs [v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.010+0000 7f5329113700 1 mon.c@-1(???) e0 preinit fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: e1 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: legacy client fscid: -1 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: No filesystems configured 2024-09-11T07:40:37.220 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 1 mon.c@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.034+0000 7f5312783700 1 mon.c@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.038+0000 7f5312783700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.038+0000 7f5312783700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.038+0000 7f5312783700 0 mon.c@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.038+0000 7f5312783700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: cluster 2024-09-11T07:40:34.581561+0000 mgr.y (mgr.14138) 23 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: audit 2024-09-11T07:40:34.605385+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:37.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: audit 2024-09-11T07:40:34.607453+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:37.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: audit 2024-09-11T07:40:35.391894+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:37.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: audit 2024-09-11T07:40:35.397228+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:37.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.038+0000 7f5312783700 1 mon.c@-1(synchronizing).paxosservice(auth 1..4) refresh upgraded, format 0 -> 3 2024-09-11T07:40:37.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:37 smithi133 bash[19346]: debug 2024-09-11T07:40:37.038+0000 7f5312783700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-09-11T07:40:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:36.582030+0000 mgr.y (mgr.14138) 24 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:37.050918+0000 mon.a (mon.0) 137 : cluster [INF] mon.a calling monitor election 2024-09-11T07:40:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: audit 2024-09-11T07:40:38.047465+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:38.582530+0000 mgr.y (mgr.14138) 25 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: audit 2024-09-11T07:40:39.046977+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:39.049246+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-11T07:40:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: audit 2024-09-11T07:40:40.047257+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:40.583061+0000 mgr.y (mgr.14138) 26 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: audit 2024-09-11T07:40:41.047055+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: audit 2024-09-11T07:40:42.047493+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:42.074067+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:42.080932+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:42.081041+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:42.081109+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:42.081521+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 41s) 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[15104]: cluster 2024-09-11T07:40:42.087658+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:36.582030+0000 mgr.y (mgr.14138) 24 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:37.050918+0000 mon.a (mon.0) 137 : cluster [INF] mon.a calling monitor election 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: audit 2024-09-11T07:40:38.047465+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:38.582530+0000 mgr.y (mgr.14138) 25 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: audit 2024-09-11T07:40:39.046977+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:39.049246+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: audit 2024-09-11T07:40:40.047257+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:40.583061+0000 mgr.y (mgr.14138) 26 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: audit 2024-09-11T07:40:41.047055+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: audit 2024-09-11T07:40:42.047493+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:42.074067+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:42.080932+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:42.081041+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:42.081109+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:42.081521+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 41s) 2024-09-11T07:40:42.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:42 smithi133 bash[19346]: cluster 2024-09-11T07:40:42.087658+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-09-11T07:40:43.000 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:40:43.001 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":2,"fsid":"d3da6098-7010-11ef-bcea-c7b262605968","modified":"2024-09-11T07:40:37.046979Z","created":"2024-09-11T07:39:10.896257Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3301","nonce":0},{"type":"v1","addr":"172.21.15.133:6790","nonce":0}]},"addr":"172.21.15.133:6790/0","public_addr":"172.21.15.133:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-09-11T07:40:43.003 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 2 2024-09-11T07:40:43.660 INFO:tasks.cephadm:Adding mon.b on smithi169 2024-09-11T07:40:43.660 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add mon smithi169:172.21.15.169=b 2024-09-11T07:40:43.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:43 smithi133 bash[15104]: cluster 2024-09-11T07:40:42.583503+0000 mgr.y (mgr.14138) 27 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:43.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:43 smithi133 bash[15104]: audit 2024-09-11T07:40:42.998215+0000 mon.a (mon.0) 149 : audit [DBG] from='client.? 172.21.15.133:0/1008015561' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:40:43.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:43 smithi133 bash[15104]: audit 2024-09-11T07:40:43.047148+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:43.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:43 smithi133 bash[19346]: cluster 2024-09-11T07:40:42.583503+0000 mgr.y (mgr.14138) 27 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:43.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:43 smithi133 bash[19346]: audit 2024-09-11T07:40:42.998215+0000 mon.a (mon.0) 149 : audit [DBG] from='client.? 172.21.15.133:0/1008015561' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:40:43.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:43 smithi133 bash[19346]: audit 2024-09-11T07:40:43.047148+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:40:45.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:45 smithi133 bash[15104]: cluster 2024-09-11T07:40:44.583950+0000 mgr.y (mgr.14138) 28 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:45.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:45 smithi133 bash[19346]: cluster 2024-09-11T07:40:44.583950+0000 mgr.y (mgr.14138) 28 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:47.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[15104]: cluster 2024-09-11T07:40:46.584432+0000 mgr.y (mgr.14138) 29 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:47.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[15104]: audit 2024-09-11T07:40:46.704690+0000 mgr.y (mgr.14138) 30 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi169:172.21.15.169=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:47.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[15104]: audit 2024-09-11T07:40:46.707140+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:40:47.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[15104]: audit 2024-09-11T07:40:46.709120+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:47.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[15104]: cephadm 2024-09-11T07:40:46.710518+0000 mgr.y (mgr.14138) 31 : cephadm [INF] Deploying daemon mon.b on smithi169 2024-09-11T07:40:47.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[15104]: audit 2024-09-11T07:40:46.711185+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T07:40:47.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[19346]: cluster 2024-09-11T07:40:46.584432+0000 mgr.y (mgr.14138) 29 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:47.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[19346]: audit 2024-09-11T07:40:46.704690+0000 mgr.y (mgr.14138) 30 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi169:172.21.15.169=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:47.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[19346]: audit 2024-09-11T07:40:46.707140+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:40:47.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[19346]: audit 2024-09-11T07:40:46.709120+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:47.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[19346]: cephadm 2024-09-11T07:40:46.710518+0000 mgr.y (mgr.14138) 31 : cephadm [INF] Deploying daemon mon.b on smithi169 2024-09-11T07:40:47.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:47 smithi133 bash[19346]: audit 2024-09-11T07:40:46.711185+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T07:40:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:49 smithi133 bash[15104]: cluster 2024-09-11T07:40:48.584869+0000 mgr.y (mgr.14138) 32 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:49.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:49 smithi133 bash[19346]: cluster 2024-09-11T07:40:48.584869+0000 mgr.y (mgr.14138) 32 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:51.626 INFO:teuthology.orchestra.run.smithi169.stdout:Deployed mon.b on host 'smithi169' 2024-09-11T07:40:51.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:51 smithi133 bash[15104]: cluster 2024-09-11T07:40:50.585335+0000 mgr.y (mgr.14138) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:51 smithi133 bash[15104]: audit 2024-09-11T07:40:51.616291+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:51 smithi133 bash[15104]: audit 2024-09-11T07:40:51.616964+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:51 smithi133 bash[15104]: audit 2024-09-11T07:40:51.621151+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:51.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:51 smithi133 bash[19346]: cluster 2024-09-11T07:40:50.585335+0000 mgr.y (mgr.14138) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:51.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:51 smithi133 bash[19346]: audit 2024-09-11T07:40:51.616291+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:51.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:51 smithi133 bash[19346]: audit 2024-09-11T07:40:51.616964+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:40:51.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:51 smithi133 bash[19346]: audit 2024-09-11T07:40:51.621151+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:52.659 DEBUG:teuthology.orchestra.run.smithi169:mon.b> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.b.service 2024-09-11T07:40:52.660 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T07:40:52.661 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:40:53.071 INFO:journalctl@ceph.mon.b.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:40:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[15104]: audit 2024-09-11T07:40:52.190663+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[15104]: audit 2024-09-11T07:40:52.272774+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[15104]: audit 2024-09-11T07:40:52.278802+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[15104]: cephadm 2024-09-11T07:40:52.279657+0000 mgr.y (mgr.14138) 34 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T07:40:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[15104]: audit 2024-09-11T07:40:52.280213+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:40:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[15104]: audit 2024-09-11T07:40:52.281722+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[15104]: cephadm 2024-09-11T07:40:52.282878+0000 mgr.y (mgr.14138) 35 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T07:40:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[15104]: audit 2024-09-11T07:40:52.283735+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-11T07:40:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[15104]: cluster 2024-09-11T07:40:52.585782+0000 mgr.y (mgr.14138) 36 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[19346]: audit 2024-09-11T07:40:52.190663+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[19346]: audit 2024-09-11T07:40:52.272774+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[19346]: audit 2024-09-11T07:40:52.278802+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[19346]: cephadm 2024-09-11T07:40:52.279657+0000 mgr.y (mgr.14138) 34 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T07:40:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[19346]: audit 2024-09-11T07:40:52.280213+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:40:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[19346]: audit 2024-09-11T07:40:52.281722+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[19346]: cephadm 2024-09-11T07:40:52.282878+0000 mgr.y (mgr.14138) 35 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T07:40:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[19346]: audit 2024-09-11T07:40:52.283735+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-11T07:40:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:53 smithi133 bash[19346]: cluster 2024-09-11T07:40:52.585782+0000 mgr.y (mgr.14138) 36 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:53.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.531+0000 7fc407fdb700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.531+0000 7fc407fdb700 0 ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable), process ceph-mon, pid 1 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.531+0000 7fc407fdb700 0 pidfile_write: ignore empty --pid-file 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 0 load: jerasure load: lrc load: isa 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 0 set rocksdb option compression = kNoCompression 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 0 set rocksdb option compression = kNoCompression 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 1 rocksdb: do_open column families: [default] 2024-09-11T07:40:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Compile date Feb 23 2021 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: DB SUMMARY 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: CURRENT file: CURRENT 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000003.log size: 610 ; 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.create_if_missing: 0 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.env: 0x564a852c51a0 2024-09-11T07:40:53.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.info_log: 0x564a86d72ba0 2024-09-11T07:40:53.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:40:53.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:40:53.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:40:53.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.db_log_dir: 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.write_buffer_manager: 0x564a86d57290 2024-09-11T07:40:53.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.row_cache: None 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.wal_filter: None 2024-09-11T07:40:53.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:40:53.936 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Compression algorithms supported: 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: kZSTD supported: 0 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:40:53.937 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000001 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.merge_operator: 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564a86c8d0d0) 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: cache_index_and_filter_blocks: 1 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T07:40:53.938 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: pin_top_level_index_and_filter: 1 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: index_type: 0 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: data_block_index_type: 0 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: hash_index_allow_collision: 1 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: checksum: 1 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: no_block_cache: 0 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: block_cache: 0x564a86cc4610 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: block_cache_name: BinnedLRUCache 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: block_cache_options: 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: capacity : 536870912 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: num_shard_bits : 4 2024-09-11T07:40:53.939 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: strict_capacity_limit : 0 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: high_pri_pool_ratio: 0.000 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: block_cache_compressed: (nil) 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: persistent_cache: (nil) 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: block_size: 4096 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: block_size_deviation: 10 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: block_restart_interval: 16 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: index_block_restart_interval: 1 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: metadata_block_size: 4096 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: partition_filters: 0 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: use_delta_encoding: 1 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: whole_key_filtering: 1 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: verify_compression: 0 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: read_amp_bytes_per_bit: 0 2024-09-11T07:40:53.940 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: format_version: 2 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: enable_index_compression: 1 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: block_align: 0 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.num_levels: 7 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:40:53.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:40:53.942 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:40:53.943 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.table_properties_collectors: 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:40:53.944 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.535+0000 7fc407fdb700 4 rocksdb: Options.ttl: 0 2024-09-11T07:40:53.945 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.539+0000 7fc407fdb700 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T07:40:53.946 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.539+0000 7fc407fdb700 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T07:40:53.946 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.539+0000 7fc407fdb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040453543246, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-11T07:40:53.946 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.539+0000 7fc407fdb700 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-11T07:40:53.946 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.539+0000 7fc407fdb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040453544219, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1524, "table_properties": {"data_size": 622, "index_size": 28, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 500, "raw_average_value_size": 100, "num_data_blocks": 1, "num_entries": 5, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T07:40:53.946 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.539+0000 7fc407fdb700 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-11T07:40:53.946 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.539+0000 7fc407fdb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040453545060, "job": 1, "event": "recovery_finished"} 2024-09-11T07:40:53.946 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.543+0000 7fc407fdb700 4 rocksdb: DB pointer 0x564a878f0400 2024-09-11T07:40:53.946 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.543+0000 7fc407fdb700 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-11T07:40:53.946 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.543+0000 7fc407fdb700 0 using public_addr v2:172.21.15.169:0/0 -> [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.547+0000 7fc3eee46700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.547+0000 7fc3eee46700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ** DB Stats ** 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ** Compaction Stats [default] ** 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:40:53.947 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: L0 1/0 1.49 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Sum 1/0 1.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ** Compaction Stats [default] ** 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:40:53.948 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Cumulative compaction: 0.00 GB write, 0.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Interval compaction: 0.00 GB write, 0.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ** Compaction Stats [default] ** 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: L0 1/0 1.49 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Sum 1/0 1.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ** Compaction Stats [default] ** 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:40:53.949 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.7 0.00 0.00 1 0.001 0 0 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Cumulative compaction: 0.00 GB write, 0.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.547+0000 7fc407fdb700 0 starting mon.b rank -1 at public addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] at bind addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.547+0000 7fc407fdb700 1 mon.b@-1(???) e0 preinit fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-11T07:40:53.950 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: e1 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: legacy client fscid: -1 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: No filesystems configured 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 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 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 1 mon.b@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-11T07:40:53.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 1 mon.b@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 0 mon.b@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: audit 2024-09-11T07:40:52.190663+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: audit 2024-09-11T07:40:52.272774+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: audit 2024-09-11T07:40:52.278802+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: cephadm 2024-09-11T07:40:52.279657+0000 mgr.y (mgr.14138) 34 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: audit 2024-09-11T07:40:52.280213+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: audit 2024-09-11T07:40:52.281722+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: cephadm 2024-09-11T07:40:52.282878+0000 mgr.y (mgr.14138) 35 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: audit 2024-09-11T07:40:52.283735+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: cluster 2024-09-11T07:40:52.585782+0000 mgr.y (mgr.14138) 36 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:53.952 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.575+0000 7fc3f164b700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta expand map: {default=false} 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta from 'false' to 'false' 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta expanded map: {default=false} 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta expand map: {default=info} 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta from 'info' to 'info' 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta expanded map: {default=info} 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta expand map: {default=debug} 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T07:40:53.953 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:53 smithi169 bash[14688]: debug 2024-09-11T07:40:53.579+0000 7fc3f164b700 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T07:40:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:53.593970+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:53.595429+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:54.586301+0000 mgr.y (mgr.14138) 37 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: audit 2024-09-11T07:40:54.588412+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: audit 2024-09-11T07:40:55.588719+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:55.589516+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:56.586779+0000 mgr.y (mgr.14138) 38 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: audit 2024-09-11T07:40:56.588867+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: audit 2024-09-11T07:40:57.588976+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: audit 2024-09-11T07:40:58.589190+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:58.617291+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:58.624140+0000 mon.a (mon.0) 171 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} 2024-09-11T07:40:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:58.624267+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:58.624328+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:58.624693+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: y(active, since 58s) 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: cluster 2024-09-11T07:40:58.632539+0000 mon.a (mon.0) 175 : cluster [INF] overall HEALTH_OK 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: audit 2024-09-11T07:40:58.636999+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: audit 2024-09-11T07:40:58.638598+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: audit 2024-09-11T07:40:58.640200+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[15104]: audit 2024-09-11T07:40:58.641879+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:53.593970+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:53.595429+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:54.586301+0000 mgr.y (mgr.14138) 37 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:58.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: audit 2024-09-11T07:40:54.588412+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: audit 2024-09-11T07:40:55.588719+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:55.589516+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:56.586779+0000 mgr.y (mgr.14138) 38 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: audit 2024-09-11T07:40:56.588867+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: audit 2024-09-11T07:40:57.588976+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: audit 2024-09-11T07:40:58.589190+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:58.617291+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:58.624140+0000 mon.a (mon.0) 171 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:58.624267+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:58.624328+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:58.624693+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: y(active, since 58s) 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: cluster 2024-09-11T07:40:58.632539+0000 mon.a (mon.0) 175 : cluster [INF] overall HEALTH_OK 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: audit 2024-09-11T07:40:58.636999+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:58.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: audit 2024-09-11T07:40:58.638598+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T07:40:58.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: audit 2024-09-11T07:40:58.640200+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:58.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:58 smithi133 bash[19346]: audit 2024-09-11T07:40:58.641879+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T07:40:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:53.593970+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-11T07:40:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:53.595429+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T07:40:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:54.586301+0000 mgr.y (mgr.14138) 37 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: audit 2024-09-11T07:40:54.588412+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: audit 2024-09-11T07:40:55.588719+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:55.589516+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T07:40:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:56.586779+0000 mgr.y (mgr.14138) 38 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: audit 2024-09-11T07:40:56.588867+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: audit 2024-09-11T07:40:57.588976+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: audit 2024-09-11T07:40:58.589190+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:58.617291+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:58.624140+0000 mon.a (mon.0) 171 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:58.624267+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:58.624328+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:58.624693+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: y(active, since 58s) 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: cluster 2024-09-11T07:40:58.632539+0000 mon.a (mon.0) 175 : cluster [INF] overall HEALTH_OK 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: audit 2024-09-11T07:40:58.636999+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: audit 2024-09-11T07:40:58.638598+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: audit 2024-09-11T07:40:58.640200+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:58 smithi169 bash[14688]: audit 2024-09-11T07:40:58.641879+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T07:40:59.452 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-09-11T07:40:59.452 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":3,"fsid":"d3da6098-7010-11ef-bcea-c7b262605968","modified":"2024-09-11T07:40:53.589150Z","created":"2024-09-11T07:39:10.896257Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3301","nonce":0},{"type":"v1","addr":"172.21.15.133:6790","nonce":0}]},"addr":"172.21.15.133:6790/0","public_addr":"172.21.15.133:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-09-11T07:40:59.454 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 3 2024-09-11T07:40:59.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:59 smithi169 bash[14688]: cluster 2024-09-11T07:40:58.587367+0000 mgr.y (mgr.14138) 39 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:59.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:59 smithi169 bash[14688]: cephadm 2024-09-11T07:40:58.638047+0000 mgr.y (mgr.14138) 40 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-11T07:40:59.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:59 smithi169 bash[14688]: cephadm 2024-09-11T07:40:58.641352+0000 mgr.y (mgr.14138) 41 : cephadm [INF] Reconfiguring daemon mgr.y on smithi133 2024-09-11T07:40:59.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:59 smithi169 bash[14688]: audit 2024-09-11T07:40:59.449332+0000 mon.a (mon.0) 180 : audit [DBG] from='client.? 172.21.15.169:0/1199392695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:40:59.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:40:59 smithi169 bash[14688]: audit 2024-09-11T07:40:59.589280+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[15104]: cluster 2024-09-11T07:40:58.587367+0000 mgr.y (mgr.14138) 39 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[15104]: cephadm 2024-09-11T07:40:58.638047+0000 mgr.y (mgr.14138) 40 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-11T07:40:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[15104]: cephadm 2024-09-11T07:40:58.641352+0000 mgr.y (mgr.14138) 41 : cephadm [INF] Reconfiguring daemon mgr.y on smithi133 2024-09-11T07:40:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[15104]: audit 2024-09-11T07:40:59.449332+0000 mon.a (mon.0) 180 : audit [DBG] from='client.? 172.21.15.169:0/1199392695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:40:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[15104]: audit 2024-09-11T07:40:59.589280+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:40:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[19346]: cluster 2024-09-11T07:40:58.587367+0000 mgr.y (mgr.14138) 39 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:40:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[19346]: cephadm 2024-09-11T07:40:58.638047+0000 mgr.y (mgr.14138) 40 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-11T07:40:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[19346]: cephadm 2024-09-11T07:40:58.641352+0000 mgr.y (mgr.14138) 41 : cephadm [INF] Reconfiguring daemon mgr.y on smithi133 2024-09-11T07:40:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[19346]: audit 2024-09-11T07:40:59.449332+0000 mon.a (mon.0) 180 : audit [DBG] from='client.? 172.21.15.169:0/1199392695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:40:59.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:40:59 smithi133 bash[19346]: audit 2024-09-11T07:40:59.589280+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:41:00.103 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-11T07:41:00.104 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-11T07:41:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[15104]: cluster 2024-09-11T07:41:00.587822+0000 mgr.y (mgr.14138) 42 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[15104]: audit 2024-09-11T07:41:00.759217+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:41:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[15104]: audit 2024-09-11T07:41:00.769843+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:41:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[15104]: audit 2024-09-11T07:41:01.119463+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[15104]: cephadm 2024-09-11T07:41:01.120286+0000 mgr.y (mgr.14138) 43 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T07:41:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[15104]: audit 2024-09-11T07:41:01.120867+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:41:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[15104]: audit 2024-09-11T07:41:01.122318+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[15104]: cephadm 2024-09-11T07:41:01.123397+0000 mgr.y (mgr.14138) 44 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[15104]: audit 2024-09-11T07:41:01.124216+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[19346]: cluster 2024-09-11T07:41:00.587822+0000 mgr.y (mgr.14138) 42 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[19346]: audit 2024-09-11T07:41:00.759217+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[19346]: audit 2024-09-11T07:41:00.769843+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[19346]: audit 2024-09-11T07:41:01.119463+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[19346]: cephadm 2024-09-11T07:41:01.120286+0000 mgr.y (mgr.14138) 43 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[19346]: audit 2024-09-11T07:41:01.120867+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[19346]: audit 2024-09-11T07:41:01.122318+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[19346]: cephadm 2024-09-11T07:41:01.123397+0000 mgr.y (mgr.14138) 44 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-09-11T07:41:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:01 smithi133 bash[19346]: audit 2024-09-11T07:41:01.124216+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-11T07:41:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:01 smithi169 bash[14688]: cluster 2024-09-11T07:41:00.587822+0000 mgr.y (mgr.14138) 42 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:01 smithi169 bash[14688]: audit 2024-09-11T07:41:00.759217+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:41:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:01 smithi169 bash[14688]: audit 2024-09-11T07:41:00.769843+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:41:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:01 smithi169 bash[14688]: audit 2024-09-11T07:41:01.119463+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:01 smithi169 bash[14688]: cephadm 2024-09-11T07:41:01.120286+0000 mgr.y (mgr.14138) 43 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T07:41:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:01 smithi169 bash[14688]: audit 2024-09-11T07:41:01.120867+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:41:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:01 smithi169 bash[14688]: audit 2024-09-11T07:41:01.122318+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:01 smithi169 bash[14688]: cephadm 2024-09-11T07:41:01.123397+0000 mgr.y (mgr.14138) 44 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-09-11T07:41:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:01 smithi169 bash[14688]: audit 2024-09-11T07:41:01.124216+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-11T07:41:03.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:03 smithi133 bash[15104]: cluster 2024-09-11T07:41:02.588351+0000 mgr.y (mgr.14138) 45 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:03.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:03 smithi133 bash[19346]: cluster 2024-09-11T07:41:02.588351+0000 mgr.y (mgr.14138) 45 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:03 smithi169 bash[14688]: cluster 2024-09-11T07:41:02.588351+0000 mgr.y (mgr.14138) 45 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:04.974 INFO:teuthology.orchestra.run.smithi133.stdout:# minimal ceph.conf for d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:41:04.974 INFO:teuthology.orchestra.run.smithi133.stdout:[global] 2024-09-11T07:41:04.974 INFO:teuthology.orchestra.run.smithi133.stdout: fsid = d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:41:04.974 INFO:teuthology.orchestra.run.smithi133.stdout: mon_host = [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] [v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0] 2024-09-11T07:41:05.644 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-11T07:41:05.644 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:41:05.645 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:41:05.657 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:41:05.657 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:41:05.666 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-09-11T07:41:05.666 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:41:05.683 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-09-11T07:41:05.683 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:41:05.740 INFO:tasks.cephadm:Adding mgr.y on smithi133 2024-09-11T07:41:05.741 INFO:tasks.cephadm:Adding mgr.x on smithi169 2024-09-11T07:41:05.741 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi133=y;smithi169=x' 2024-09-11T07:41:05.888 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:05 smithi169 bash[14688]: cluster 2024-09-11T07:41:04.588881+0000 mgr.y (mgr.14138) 46 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:05.888 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:05 smithi169 bash[14688]: audit 2024-09-11T07:41:04.620921+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:05.888 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:05 smithi169 bash[14688]: cephadm 2024-09-11T07:41:04.621975+0000 mgr.y (mgr.14138) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T07:41:05.888 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:05 smithi169 bash[14688]: audit 2024-09-11T07:41:04.622481+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:41:05.889 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:05 smithi169 bash[14688]: audit 2024-09-11T07:41:04.623773+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:05.889 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:05 smithi169 bash[14688]: cephadm 2024-09-11T07:41:04.624900+0000 mgr.y (mgr.14138) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi169 2024-09-11T07:41:05.889 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:05 smithi169 bash[14688]: audit 2024-09-11T07:41:04.625609+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T07:41:05.889 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:05 smithi169 bash[14688]: audit 2024-09-11T07:41:04.971665+0000 mon.a (mon.0) 192 : audit [DBG] from='client.? 172.21.15.133:0/2384152766' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[19346]: cluster 2024-09-11T07:41:04.588881+0000 mgr.y (mgr.14138) 46 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[19346]: audit 2024-09-11T07:41:04.620921+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[19346]: cephadm 2024-09-11T07:41:04.621975+0000 mgr.y (mgr.14138) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T07:41:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[19346]: audit 2024-09-11T07:41:04.622481+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:41:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[19346]: audit 2024-09-11T07:41:04.623773+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[19346]: cephadm 2024-09-11T07:41:04.624900+0000 mgr.y (mgr.14138) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi169 2024-09-11T07:41:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[19346]: audit 2024-09-11T07:41:04.625609+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T07:41:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[19346]: audit 2024-09-11T07:41:04.971665+0000 mon.a (mon.0) 192 : audit [DBG] from='client.? 172.21.15.133:0/2384152766' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:05.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[15104]: cluster 2024-09-11T07:41:04.588881+0000 mgr.y (mgr.14138) 46 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:05.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[15104]: audit 2024-09-11T07:41:04.620921+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:05.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[15104]: cephadm 2024-09-11T07:41:04.621975+0000 mgr.y (mgr.14138) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T07:41:05.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[15104]: audit 2024-09-11T07:41:04.622481+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:41:05.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[15104]: audit 2024-09-11T07:41:04.623773+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:05.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[15104]: cephadm 2024-09-11T07:41:04.624900+0000 mgr.y (mgr.14138) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi169 2024-09-11T07:41:05.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[15104]: audit 2024-09-11T07:41:04.625609+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T07:41:05.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:05 smithi133 bash[15104]: audit 2024-09-11T07:41:04.971665+0000 mon.a (mon.0) 192 : audit [DBG] from='client.? 172.21.15.133:0/2384152766' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: cluster 2024-09-11T07:41:06.589341+0000 mgr.y (mgr.14138) 49 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: audit 2024-09-11T07:41:07.163367+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: audit 2024-09-11T07:41:07.165941+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: audit 2024-09-11T07:41:07.166660+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: audit 2024-09-11T07:41:07.685637+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: audit 2024-09-11T07:41:07.725179+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: audit 2024-09-11T07:41:07.731206+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: audit 2024-09-11T07:41:07.732280+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: audit 2024-09-11T07:41:07.733614+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:08 smithi169 bash[14688]: audit 2024-09-11T07:41:07.735392+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-11T07:41:08.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: cluster 2024-09-11T07:41:06.589341+0000 mgr.y (mgr.14138) 49 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:08.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: audit 2024-09-11T07:41:07.163367+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: audit 2024-09-11T07:41:07.165941+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:08.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: audit 2024-09-11T07:41:07.166660+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:08.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: audit 2024-09-11T07:41:07.685637+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: audit 2024-09-11T07:41:07.725179+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: audit 2024-09-11T07:41:07.731206+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: audit 2024-09-11T07:41:07.732280+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:41:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: audit 2024-09-11T07:41:07.733614+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[15104]: audit 2024-09-11T07:41:07.735392+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-11T07:41:08.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: cluster 2024-09-11T07:41:06.589341+0000 mgr.y (mgr.14138) 49 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:08.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: audit 2024-09-11T07:41:07.163367+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: audit 2024-09-11T07:41:07.165941+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:08.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: audit 2024-09-11T07:41:07.166660+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:08.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: audit 2024-09-11T07:41:07.685637+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: audit 2024-09-11T07:41:07.725179+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: audit 2024-09-11T07:41:07.731206+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:08.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: audit 2024-09-11T07:41:07.732280+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:41:08.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: audit 2024-09-11T07:41:07.733614+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:08.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:08 smithi133 bash[19346]: audit 2024-09-11T07:41:07.735392+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.a", "key": "container_image"}]: dispatch 2024-09-11T07:41:09.310 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled mgr update... 2024-09-11T07:41:09.338 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:09 smithi169 bash[14688]: cephadm 2024-09-11T07:41:07.731814+0000 mgr.y (mgr.14138) 50 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T07:41:09.338 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:09 smithi169 bash[14688]: cephadm 2024-09-11T07:41:07.734650+0000 mgr.y (mgr.14138) 51 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T07:41:09.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:09 smithi133 bash[15104]: cephadm 2024-09-11T07:41:07.731814+0000 mgr.y (mgr.14138) 50 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T07:41:09.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:09 smithi133 bash[15104]: cephadm 2024-09-11T07:41:07.734650+0000 mgr.y (mgr.14138) 51 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T07:41:09.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:09 smithi133 bash[19346]: cephadm 2024-09-11T07:41:07.731814+0000 mgr.y (mgr.14138) 50 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T07:41:09.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:09 smithi133 bash[19346]: cephadm 2024-09-11T07:41:07.734650+0000 mgr.y (mgr.14138) 51 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T07:41:09.958 DEBUG:teuthology.orchestra.run.smithi169:mgr.x> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.x.service 2024-09-11T07:41:09.960 INFO:tasks.cephadm:Deploying OSDs... 2024-09-11T07:41:09.961 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:41:09.961 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:41:09.968 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T07:41:09.968 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-09-11T07:41:09.976 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:41:09.976 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:41:09.976 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 360 Links: 1 2024-09-11T07:41:09.976 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:41:09.976 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-11 07:36:51.327031153 +0000 2024-09-11T07:41:09.976 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-11 07:36:51.323031246 +0000 2024-09-11T07:41:09.976 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-11 07:36:51.323031246 +0000 2024-09-11T07:41:09.976 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-09-11T07:41:09.977 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:41:10.029 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-11T07:41:10.030 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-11T07:41:10.030 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000397456 s, 1.3 MB/s 2024-09-11T07:41:10.031 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:41:10.039 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-09-11T07:41:10.045 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:41:10.045 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:41:10.045 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 367 Links: 1 2024-09-11T07:41:10.045 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:41:10.045 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-11 07:36:51.955016677 +0000 2024-09-11T07:41:10.045 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-11 07:36:51.743021565 +0000 2024-09-11T07:41:10.045 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-11 07:36:51.743021565 +0000 2024-09-11T07:41:10.045 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-09-11T07:41:10.046 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:41:10.058 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-11T07:41:10.058 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-11T07:41:10.058 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000405691 s, 1.3 MB/s 2024-09-11T07:41:10.059 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:41:10.065 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-09-11T07:41:10.069 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:41:10.069 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:41:10.069 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-09-11T07:41:10.069 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:41:10.069 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-11 07:36:52.179011515 +0000 2024-09-11T07:41:10.070 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-11 07:36:52.175011606 +0000 2024-09-11T07:41:10.070 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-11 07:36:52.175011606 +0000 2024-09-11T07:41:10.070 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-09-11T07:41:10.070 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:41:10.121 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-11T07:41:10.122 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-11T07:41:10.122 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000387405 s, 1.3 MB/s 2024-09-11T07:41:10.123 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:41:10.130 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-09-11T07:41:10.134 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:41:10.135 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:41:10.135 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 380 Links: 1 2024-09-11T07:41:10.135 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:41:10.135 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-11 07:36:52.842996209 +0000 2024-09-11T07:41:10.135 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-11 07:36:52.615001464 +0000 2024-09-11T07:41:10.135 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-11 07:36:52.615001464 +0000 2024-09-11T07:41:10.135 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-09-11T07:41:10.135 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:41:10.145 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-11T07:41:10.145 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-11T07:41:10.145 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000352089 s, 1.5 MB/s 2024-09-11T07:41:10.146 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:41:10.194 INFO:journalctl@ceph.mgr.x.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:41:10.197 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-09-11T07:41:10.197 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:41:10.204 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T07:41:10.204 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_1 2024-09-11T07:41:10.251 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:41:10.251 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:41:10.251 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 6h/6d Inode: 359 Links: 1 2024-09-11T07:41:10.252 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:41:10.252 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-09-11 07:36:53.225019500 +0000 2024-09-11T07:41:10.252 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-09-11 07:36:53.017024286 +0000 2024-09-11T07:41:10.252 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-09-11 07:36:53.017024286 +0000 2024-09-11T07:41:10.252 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-09-11T07:41:10.252 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:41:10.261 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:10 smithi169 bash[14688]: cluster 2024-09-11T07:41:08.589837+0000 mgr.y (mgr.14138) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:10.261 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:10 smithi169 bash[14688]: audit 2024-09-11T07:41:09.298800+0000 mgr.y (mgr.14138) 53 : audit [DBG] from='client.34106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi133=y;smithi169=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:10.261 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:10 smithi169 bash[14688]: cephadm 2024-09-11T07:41:09.300345+0000 mgr.y (mgr.14138) 54 : cephadm [INF] Saving service mgr spec with placement smithi133=y;smithi169=x;count:2 2024-09-11T07:41:10.261 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:10 smithi169 bash[14688]: audit 2024-09-11T07:41:09.306590+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:10.261 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:10 smithi169 bash[14688]: audit 2024-09-11T07:41:09.969881+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:10.261 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:10 smithi169 bash[14688]: audit 2024-09-11T07:41:09.972824+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:10.263 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-09-11T07:41:10.263 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-09-11T07:41:10.263 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000441013 s, 1.2 MB/s 2024-09-11T07:41:10.264 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:41:10.271 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_2 2024-09-11T07:41:10.319 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:41:10.319 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:41:10.319 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 6h/6d Inode: 364 Links: 1 2024-09-11T07:41:10.319 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:41:10.319 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-09-11 07:36:53.673009192 +0000 2024-09-11T07:41:10.319 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-09-11 07:36:53.465013978 +0000 2024-09-11T07:41:10.319 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-09-11 07:36:53.465013978 +0000 2024-09-11T07:41:10.319 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-09-11T07:41:10.320 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:41:10.332 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-09-11T07:41:10.332 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-09-11T07:41:10.332 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000398224 s, 1.3 MB/s 2024-09-11T07:41:10.333 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:41:10.342 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_3 2024-09-11T07:41:10.347 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:41:10.347 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:41:10.347 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 6h/6d Inode: 373 Links: 1 2024-09-11T07:41:10.347 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:41:10.347 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-09-11 07:36:53.901003946 +0000 2024-09-11T07:41:10.347 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-09-11 07:36:53.897004039 +0000 2024-09-11T07:41:10.347 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-09-11 07:36:53.897004039 +0000 2024-09-11T07:41:10.348 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-09-11T07:41:10.348 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:41:10.359 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-09-11T07:41:10.360 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-09-11T07:41:10.360 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000394177 s, 1.3 MB/s 2024-09-11T07:41:10.361 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:41:10.369 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_4 2024-09-11T07:41:10.375 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:41:10.375 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:41:10.375 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 6h/6d Inode: 380 Links: 1 2024-09-11T07:41:10.375 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:41:10.375 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-09-11 07:36:54.540989222 +0000 2024-09-11T07:41:10.376 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-09-11 07:36:54.328994099 +0000 2024-09-11T07:41:10.376 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-09-11 07:36:54.328994099 +0000 2024-09-11T07:41:10.376 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-09-11T07:41:10.376 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:41:10.389 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-09-11T07:41:10.389 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-09-11T07:41:10.389 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000366902 s, 1.4 MB/s 2024-09-11T07:41:10.390 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:41:10.441 INFO:tasks.cephadm:Deploying osd.0 on smithi133 with /dev/vg_nvme/lv_4... 2024-09-11T07:41:10.441 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T07:41:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[15104]: cluster 2024-09-11T07:41:08.589837+0000 mgr.y (mgr.14138) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[15104]: audit 2024-09-11T07:41:09.298800+0000 mgr.y (mgr.14138) 53 : audit [DBG] from='client.34106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi133=y;smithi169=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[15104]: cephadm 2024-09-11T07:41:09.300345+0000 mgr.y (mgr.14138) 54 : cephadm [INF] Saving service mgr spec with placement smithi133=y;smithi169=x;count:2 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[15104]: audit 2024-09-11T07:41:09.306590+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[15104]: audit 2024-09-11T07:41:09.969881+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[15104]: audit 2024-09-11T07:41:09.972824+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[19346]: cluster 2024-09-11T07:41:08.589837+0000 mgr.y (mgr.14138) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[19346]: audit 2024-09-11T07:41:09.298800+0000 mgr.y (mgr.14138) 53 : audit [DBG] from='client.34106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi133=y;smithi169=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[19346]: cephadm 2024-09-11T07:41:09.300345+0000 mgr.y (mgr.14138) 54 : cephadm [INF] Saving service mgr spec with placement smithi133=y;smithi169=x;count:2 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[19346]: audit 2024-09-11T07:41:09.306590+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[19346]: audit 2024-09-11T07:41:09.969881+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:10 smithi133 bash[19346]: audit 2024-09-11T07:41:09.972824+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:11.807 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:11 smithi169 bash[14688]: audit 2024-09-11T07:41:10.533002+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:11.807 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:11 smithi169 bash[14688]: audit 2024-09-11T07:41:10.540189+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:11.807 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:11 smithi169 bash[14688]: audit 2024-09-11T07:41:10.541685+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:41:11.807 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:11 smithi169 bash[14688]: audit 2024-09-11T07:41:10.545444+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T07:41:11.807 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:11 smithi169 bash[14688]: audit 2024-09-11T07:41:10.546534+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:41:11.807 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:11 smithi169 bash[14688]: audit 2024-09-11T07:41:10.547688+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:11.807 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:11 smithi169 bash[14688]: cephadm 2024-09-11T07:41:10.548428+0000 mgr.y (mgr.14138) 55 : cephadm [INF] Deploying daemon mgr.x on smithi169 2024-09-11T07:41:11.808 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:11 smithi169 bash[14688]: audit 2024-09-11T07:41:10.549000+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T07:41:11.808 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:11 smithi169 bash[14688]: cluster 2024-09-11T07:41:10.590182+0000 mgr.y (mgr.14138) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:11.839 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[15104]: audit 2024-09-11T07:41:10.533002+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[15104]: audit 2024-09-11T07:41:10.540189+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[15104]: audit 2024-09-11T07:41:10.541685+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[15104]: audit 2024-09-11T07:41:10.545444+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[15104]: audit 2024-09-11T07:41:10.546534+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[15104]: audit 2024-09-11T07:41:10.547688+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[15104]: cephadm 2024-09-11T07:41:10.548428+0000 mgr.y (mgr.14138) 55 : cephadm [INF] Deploying daemon mgr.x on smithi169 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[15104]: audit 2024-09-11T07:41:10.549000+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[15104]: cluster 2024-09-11T07:41:10.590182+0000 mgr.y (mgr.14138) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[19346]: audit 2024-09-11T07:41:10.533002+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:11.840 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[19346]: audit 2024-09-11T07:41:10.540189+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:11.841 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[19346]: audit 2024-09-11T07:41:10.541685+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:41:11.841 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[19346]: audit 2024-09-11T07:41:10.545444+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T07:41:11.841 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[19346]: audit 2024-09-11T07:41:10.546534+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:41:11.841 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[19346]: audit 2024-09-11T07:41:10.547688+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:11.841 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[19346]: cephadm 2024-09-11T07:41:10.548428+0000 mgr.y (mgr.14138) 55 : cephadm [INF] Deploying daemon mgr.x on smithi169 2024-09-11T07:41:11.841 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[19346]: audit 2024-09-11T07:41:10.549000+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T07:41:11.841 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:11 smithi133 bash[19346]: cluster 2024-09-11T07:41:10.590182+0000 mgr.y (mgr.14138) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:13.819 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T07:41:13.820 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T07:41:13.820 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-09-11T07:41:13.820 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-09-11T07:41:13.820 INFO:teuthology.orchestra.run.smithi133.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0190937 s, 549 MB/s 2024-09-11T07:41:13.820 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-09-11T07:41:14.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[15104]: cluster 2024-09-11T07:41:12.590663+0000 mgr.y (mgr.14138) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:14.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[15104]: audit 2024-09-11T07:41:13.031964+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[15104]: audit 2024-09-11T07:41:13.034559+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:14.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[15104]: audit 2024-09-11T07:41:13.035090+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:14.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[15104]: audit 2024-09-11T07:41:13.615126+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[15104]: audit 2024-09-11T07:41:13.643027+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[15104]: audit 2024-09-11T07:41:13.648844+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[15104]: audit 2024-09-11T07:41:13.651446+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:14.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[19346]: cluster 2024-09-11T07:41:12.590663+0000 mgr.y (mgr.14138) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:14.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[19346]: audit 2024-09-11T07:41:13.031964+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[19346]: audit 2024-09-11T07:41:13.034559+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:14.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[19346]: audit 2024-09-11T07:41:13.035090+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:14.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[19346]: audit 2024-09-11T07:41:13.615126+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[19346]: audit 2024-09-11T07:41:13.643027+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[19346]: audit 2024-09-11T07:41:13.648844+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:14 smithi133 bash[19346]: audit 2024-09-11T07:41:13.651446+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:14.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:14 smithi169 bash[14688]: cluster 2024-09-11T07:41:12.590663+0000 mgr.y (mgr.14138) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:14.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:14 smithi169 bash[14688]: audit 2024-09-11T07:41:13.031964+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:14 smithi169 bash[14688]: audit 2024-09-11T07:41:13.034559+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:14.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:14 smithi169 bash[14688]: audit 2024-09-11T07:41:13.035090+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:14.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:14 smithi169 bash[14688]: audit 2024-09-11T07:41:13.615126+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:14 smithi169 bash[14688]: audit 2024-09-11T07:41:13.643027+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:14 smithi169 bash[14688]: audit 2024-09-11T07:41:13.648844+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:14.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:14 smithi169 bash[14688]: audit 2024-09-11T07:41:13.651446+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:14.556 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-09-11T07:41:15.626 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:15 smithi133 bash[15104]: audit 2024-09-11T07:41:14.227072+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:15.627 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:15 smithi133 bash[15104]: audit 2024-09-11T07:41:14.231285+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:15.627 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:15 smithi133 bash[15104]: cluster 2024-09-11T07:41:14.591103+0000 mgr.y (mgr.14138) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:15.627 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:15 smithi133 bash[19346]: audit 2024-09-11T07:41:14.227072+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:15.627 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:15 smithi133 bash[19346]: audit 2024-09-11T07:41:14.231285+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:15.627 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:15 smithi133 bash[19346]: cluster 2024-09-11T07:41:14.591103+0000 mgr.y (mgr.14138) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:15.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:15 smithi169 bash[14688]: audit 2024-09-11T07:41:14.227072+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:15.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:15 smithi169 bash[14688]: audit 2024-09-11T07:41:14.231285+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:15.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:15 smithi169 bash[14688]: cluster 2024-09-11T07:41:14.591103+0000 mgr.y (mgr.14138) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:17 smithi169 bash[14688]: cluster 2024-09-11T07:41:16.591558+0000 mgr.y (mgr.14138) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:17 smithi133 bash[19346]: cluster 2024-09-11T07:41:16.591558+0000 mgr.y (mgr.14138) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:17 smithi133 bash[15104]: cluster 2024-09-11T07:41:16.591558+0000 mgr.y (mgr.14138) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:18.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:18 smithi169 bash[14688]: audit 2024-09-11T07:41:17.694485+0000 mgr.y (mgr.14138) 60 : audit [DBG] from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:18.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:18 smithi169 bash[14688]: audit 2024-09-11T07:41:17.695636+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:41:18.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:18 smithi169 bash[14688]: cephadm 2024-09-11T07:41:17.698104+0000 mgr.y (mgr.14138) 61 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:41:18.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:18 smithi169 bash[14688]: audit 2024-09-11T07:41:17.698648+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:41:18.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:18 smithi169 bash[14688]: audit 2024-09-11T07:41:17.700128+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:18.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:18 smithi169 bash[14688]: audit 2024-09-11T07:41:17.701872+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:18.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:18 smithi169 bash[14688]: audit 2024-09-11T07:41:18.546092+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.169:0/2331599686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:41:18.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:18 smithi169 bash[14688]: cluster 2024-09-11T07:41:18.547280+0000 mon.a (mon.0) 225 : cluster [DBG] Standby manager daemon x started 2024-09-11T07:41:18.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:18 smithi169 bash[14688]: audit 2024-09-11T07:41:18.547759+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.169:0/2331599686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:41:18.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[15104]: audit 2024-09-11T07:41:17.694485+0000 mgr.y (mgr.14138) 60 : audit [DBG] from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:18.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[15104]: audit 2024-09-11T07:41:17.695636+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:41:18.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[15104]: cephadm 2024-09-11T07:41:17.698104+0000 mgr.y (mgr.14138) 61 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:41:18.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[15104]: audit 2024-09-11T07:41:17.698648+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:41:18.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[15104]: audit 2024-09-11T07:41:17.700128+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:18.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[15104]: audit 2024-09-11T07:41:17.701872+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:18.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[15104]: audit 2024-09-11T07:41:18.546092+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.169:0/2331599686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:41:18.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[15104]: cluster 2024-09-11T07:41:18.547280+0000 mon.a (mon.0) 225 : cluster [DBG] Standby manager daemon x started 2024-09-11T07:41:18.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[15104]: audit 2024-09-11T07:41:18.547759+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.169:0/2331599686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:41:18.935 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[19346]: audit 2024-09-11T07:41:17.694485+0000 mgr.y (mgr.14138) 60 : audit [DBG] from='client.14196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:18.935 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[19346]: audit 2024-09-11T07:41:17.695636+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:41:18.935 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[19346]: cephadm 2024-09-11T07:41:17.698104+0000 mgr.y (mgr.14138) 61 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:41:18.935 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[19346]: audit 2024-09-11T07:41:17.698648+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:41:18.935 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[19346]: audit 2024-09-11T07:41:17.700128+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:18.935 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[19346]: audit 2024-09-11T07:41:17.701872+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:18.935 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[19346]: audit 2024-09-11T07:41:18.546092+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.169:0/2331599686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:41:18.935 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[19346]: cluster 2024-09-11T07:41:18.547280+0000 mon.a (mon.0) 225 : cluster [DBG] Standby manager daemon x started 2024-09-11T07:41:18.935 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:18 smithi133 bash[19346]: audit 2024-09-11T07:41:18.547759+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.169:0/2331599686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:41:19.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:19 smithi169 bash[14688]: cluster 2024-09-11T07:41:18.592036+0000 mgr.y (mgr.14138) 62 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:19.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:19 smithi169 bash[14688]: cluster 2024-09-11T07:41:18.665918+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: y(active, since 78s), standbys: x 2024-09-11T07:41:19.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:19 smithi169 bash[14688]: audit 2024-09-11T07:41:18.666077+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T07:41:19.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:19 smithi133 bash[15104]: cluster 2024-09-11T07:41:18.592036+0000 mgr.y (mgr.14138) 62 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:19.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:19 smithi133 bash[15104]: cluster 2024-09-11T07:41:18.665918+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: y(active, since 78s), standbys: x 2024-09-11T07:41:19.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:19 smithi133 bash[15104]: audit 2024-09-11T07:41:18.666077+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T07:41:19.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:19 smithi133 bash[19346]: cluster 2024-09-11T07:41:18.592036+0000 mgr.y (mgr.14138) 62 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:19.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:19 smithi133 bash[19346]: cluster 2024-09-11T07:41:18.665918+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: y(active, since 78s), standbys: x 2024-09-11T07:41:19.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:19 smithi133 bash[19346]: audit 2024-09-11T07:41:18.666077+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T07:41:21.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[15104]: cluster 2024-09-11T07:41:20.592539+0000 mgr.y (mgr.14138) 63 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:21.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[15104]: audit 2024-09-11T07:41:21.467699+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.133:0/3845233142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e166ed8-4161-4d57-ad43-7d6ab69d2e51"}]: dispatch 2024-09-11T07:41:21.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[15104]: audit 2024-09-11T07:41:21.468337+0000 mon.a (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e166ed8-4161-4d57-ad43-7d6ab69d2e51"}]: dispatch 2024-09-11T07:41:21.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[15104]: audit 2024-09-11T07:41:21.475278+0000 mon.a (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0e166ed8-4161-4d57-ad43-7d6ab69d2e51"}]': finished 2024-09-11T07:41:21.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[15104]: cluster 2024-09-11T07:41:21.475472+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T07:41:21.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[15104]: audit 2024-09-11T07:41:21.475656+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:21.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[19346]: cluster 2024-09-11T07:41:20.592539+0000 mgr.y (mgr.14138) 63 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:21.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[19346]: audit 2024-09-11T07:41:21.467699+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.133:0/3845233142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e166ed8-4161-4d57-ad43-7d6ab69d2e51"}]: dispatch 2024-09-11T07:41:21.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[19346]: audit 2024-09-11T07:41:21.468337+0000 mon.a (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e166ed8-4161-4d57-ad43-7d6ab69d2e51"}]: dispatch 2024-09-11T07:41:21.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[19346]: audit 2024-09-11T07:41:21.475278+0000 mon.a (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0e166ed8-4161-4d57-ad43-7d6ab69d2e51"}]': finished 2024-09-11T07:41:21.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[19346]: cluster 2024-09-11T07:41:21.475472+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T07:41:21.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:21 smithi133 bash[19346]: audit 2024-09-11T07:41:21.475656+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:22.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:21 smithi169 bash[14688]: cluster 2024-09-11T07:41:20.592539+0000 mgr.y (mgr.14138) 63 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:22.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:21 smithi169 bash[14688]: audit 2024-09-11T07:41:21.467699+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.133:0/3845233142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e166ed8-4161-4d57-ad43-7d6ab69d2e51"}]: dispatch 2024-09-11T07:41:22.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:21 smithi169 bash[14688]: audit 2024-09-11T07:41:21.468337+0000 mon.a (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e166ed8-4161-4d57-ad43-7d6ab69d2e51"}]: dispatch 2024-09-11T07:41:22.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:21 smithi169 bash[14688]: audit 2024-09-11T07:41:21.475278+0000 mon.a (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0e166ed8-4161-4d57-ad43-7d6ab69d2e51"}]': finished 2024-09-11T07:41:22.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:21 smithi169 bash[14688]: cluster 2024-09-11T07:41:21.475472+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T07:41:22.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:21 smithi169 bash[14688]: audit 2024-09-11T07:41:21.475656+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:22 smithi133 bash[15104]: audit 2024-09-11T07:41:22.059344+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.133:0/937395396' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:41:22.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:22 smithi133 bash[19346]: audit 2024-09-11T07:41:22.059344+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.133:0/937395396' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:41:23.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:22 smithi169 bash[14688]: audit 2024-09-11T07:41:22.059344+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.133:0/937395396' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:41:23.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:23 smithi133 bash[15104]: cluster 2024-09-11T07:41:22.593030+0000 mgr.y (mgr.14138) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:23.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:23 smithi133 bash[19346]: cluster 2024-09-11T07:41:22.593030+0000 mgr.y (mgr.14138) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:24.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:23 smithi169 bash[14688]: cluster 2024-09-11T07:41:22.593030+0000 mgr.y (mgr.14138) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:25.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:25 smithi133 bash[15104]: cluster 2024-09-11T07:41:24.593534+0000 mgr.y (mgr.14138) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:25.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:25 smithi133 bash[15104]: audit 2024-09-11T07:41:24.899547+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:25 smithi133 bash[19346]: cluster 2024-09-11T07:41:24.593534+0000 mgr.y (mgr.14138) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:25 smithi133 bash[19346]: audit 2024-09-11T07:41:24.899547+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:25 smithi169 bash[14688]: cluster 2024-09-11T07:41:24.593534+0000 mgr.y (mgr.14138) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:25 smithi169 bash[14688]: audit 2024-09-11T07:41:24.899547+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:27.983 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:27 smithi133 bash[15104]: cluster 2024-09-11T07:41:26.594483+0000 mgr.y (mgr.14138) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:27.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:27 smithi133 bash[19346]: cluster 2024-09-11T07:41:26.594483+0000 mgr.y (mgr.14138) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:28.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:27 smithi169 bash[14688]: cluster 2024-09-11T07:41:26.594483+0000 mgr.y (mgr.14138) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:28 smithi133 bash[15104]: cluster 2024-09-11T07:41:28.699238+0000 mon.a (mon.0) 233 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T07:41:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:28 smithi133 bash[19346]: cluster 2024-09-11T07:41:28.699238+0000 mon.a (mon.0) 233 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T07:41:29.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:28 smithi169 bash[14688]: cluster 2024-09-11T07:41:28.699238+0000 mon.a (mon.0) 233 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T07:41:29.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:29 smithi133 bash[15104]: cluster 2024-09-11T07:41:28.595066+0000 mgr.y (mgr.14138) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:29.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:29 smithi133 bash[15104]: audit 2024-09-11T07:41:29.165398+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:41:29.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:29 smithi133 bash[15104]: audit 2024-09-11T07:41:29.167075+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:29.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:29 smithi133 bash[15104]: audit 2024-09-11T07:41:29.168787+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T07:41:29.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:29 smithi133 bash[19346]: cluster 2024-09-11T07:41:28.595066+0000 mgr.y (mgr.14138) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:29.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:29 smithi133 bash[19346]: audit 2024-09-11T07:41:29.165398+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:41:29.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:29 smithi133 bash[19346]: audit 2024-09-11T07:41:29.167075+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:29.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:29 smithi133 bash[19346]: audit 2024-09-11T07:41:29.168787+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T07:41:30.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:29 smithi169 bash[14688]: cluster 2024-09-11T07:41:28.595066+0000 mgr.y (mgr.14138) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:30.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:29 smithi169 bash[14688]: audit 2024-09-11T07:41:29.165398+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:41:30.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:29 smithi169 bash[14688]: audit 2024-09-11T07:41:29.167075+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:30.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:29 smithi169 bash[14688]: audit 2024-09-11T07:41:29.168787+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T07:41:30.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:30 smithi133 bash[15104]: cephadm 2024-09-11T07:41:29.168165+0000 mgr.y (mgr.14138) 68 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-09-11T07:41:30.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:30 smithi133 bash[19346]: cephadm 2024-09-11T07:41:29.168165+0000 mgr.y (mgr.14138) 68 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-09-11T07:41:31.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:30 smithi169 bash[14688]: cephadm 2024-09-11T07:41:29.168165+0000 mgr.y (mgr.14138) 68 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-09-11T07:41:31.829 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 0 on host 'smithi133' 2024-09-11T07:41:32.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:31 smithi169 bash[14688]: cluster 2024-09-11T07:41:30.595606+0000 mgr.y (mgr.14138) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:32.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:31 smithi133 bash[15104]: cluster 2024-09-11T07:41:30.595606+0000 mgr.y (mgr.14138) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:32.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:31 smithi133 bash[19346]: cluster 2024-09-11T07:41:30.595606+0000 mgr.y (mgr.14138) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:33.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:32 smithi169 bash[14688]: cephadm 2024-09-11T07:41:31.819772+0000 mgr.y (mgr.14138) 70 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:41:33.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:32 smithi169 bash[14688]: audit 2024-09-11T07:41:31.820550+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:33.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:32 smithi169 bash[14688]: audit 2024-09-11T07:41:31.823439+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:33.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:32 smithi169 bash[14688]: audit 2024-09-11T07:41:32.718336+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:33.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:32 smithi169 bash[14688]: audit 2024-09-11T07:41:32.719715+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[15104]: cephadm 2024-09-11T07:41:31.819772+0000 mgr.y (mgr.14138) 70 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:41:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[15104]: audit 2024-09-11T07:41:31.820550+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[15104]: audit 2024-09-11T07:41:31.823439+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[15104]: audit 2024-09-11T07:41:32.718336+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[15104]: audit 2024-09-11T07:41:32.719715+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[19346]: cephadm 2024-09-11T07:41:31.819772+0000 mgr.y (mgr.14138) 70 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:41:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[19346]: audit 2024-09-11T07:41:31.820550+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[19346]: audit 2024-09-11T07:41:31.823439+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:33.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[19346]: audit 2024-09-11T07:41:32.718336+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:33.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:32 smithi133 bash[19346]: audit 2024-09-11T07:41:32.719715+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:33.422 DEBUG:teuthology.orchestra.run.smithi133:osd.0> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.0.service 2024-09-11T07:41:33.424 INFO:tasks.cephadm:Deploying osd.1 on smithi133 with /dev/vg_nvme/lv_3... 2024-09-11T07:41:33.424 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T07:41:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:33 smithi169 bash[14688]: cluster 2024-09-11T07:41:32.596073+0000 mgr.y (mgr.14138) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:33 smithi133 bash[19346]: cluster 2024-09-11T07:41:32.596073+0000 mgr.y (mgr.14138) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:34.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:33 smithi133 bash[15104]: cluster 2024-09-11T07:41:32.596073+0000 mgr.y (mgr.14138) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:34.397 INFO:journalctl@ceph.osd.0.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:41:35.450 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:35 smithi133 bash[21616]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T07:41:35.450 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:35 smithi133 bash[21616]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-09-11T07:41:35.450 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:35 smithi133 bash[21616]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T07:41:35.450 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:35 smithi133 bash[21616]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-11T07:41:35.450 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:35 smithi133 bash[21616]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T07:41:35.450 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:35 smithi133 bash[21616]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T07:41:35.450 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:35 smithi133 bash[21616]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-11T07:41:36.176 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:35 smithi133 bash[15104]: cluster 2024-09-11T07:41:34.596716+0000 mgr.y (mgr.14138) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:36.176 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:35 smithi133 bash[19346]: cluster 2024-09-11T07:41:34.596716+0000 mgr.y (mgr.14138) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:36.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:35 smithi169 bash[14688]: cluster 2024-09-11T07:41:34.596716+0000 mgr.y (mgr.14138) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:38.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:37 smithi169 bash[14688]: cluster 2024-09-11T07:41:36.597240+0000 mgr.y (mgr.14138) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:38.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:37 smithi133 bash[15104]: cluster 2024-09-11T07:41:36.597240+0000 mgr.y (mgr.14138) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:38.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:37 smithi133 bash[19346]: cluster 2024-09-11T07:41:36.597240+0000 mgr.y (mgr.14138) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:39.846 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:39 smithi133 bash[21910]: debug 2024-09-11T07:41:39.540+0000 7f23ae9e1f40 -1 Falling back to public interface 2024-09-11T07:41:40.175 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:39 smithi133 bash[15104]: cluster 2024-09-11T07:41:38.597759+0000 mgr.y (mgr.14138) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:40.175 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:39 smithi133 bash[19346]: cluster 2024-09-11T07:41:38.597759+0000 mgr.y (mgr.14138) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:40.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:39 smithi169 bash[14688]: cluster 2024-09-11T07:41:38.597759+0000 mgr.y (mgr.14138) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:40.450 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:40 smithi133 bash[21910]: debug 2024-09-11T07:41:40.168+0000 7f23ae9e1f40 -1 osd.0 0 log_to_monitors {default=true} 2024-09-11T07:41:40.485 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T07:41:40.485 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T07:41:40.485 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-09-11T07:41:40.485 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-09-11T07:41:40.485 INFO:teuthology.orchestra.run.smithi133.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0152741 s, 687 MB/s 2024-09-11T07:41:40.485 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 2024-09-11T07:41:40.485 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-09-11T07:41:41.025 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:40 smithi133 bash[15104]: audit 2024-09-11T07:41:40.176506+0000 mon.a (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:41:41.025 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:40 smithi133 bash[19346]: audit 2024-09-11T07:41:40.176506+0000 mon.a (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:41:41.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:40 smithi169 bash[14688]: audit 2024-09-11T07:41:40.176506+0000 mon.a (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:41:41.283 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_3 2024-09-11T07:41:42.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:41 smithi169 bash[14688]: cluster 2024-09-11T07:41:40.598237+0000 mgr.y (mgr.14138) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:42.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:41 smithi169 bash[14688]: audit 2024-09-11T07:41:40.857746+0000 mon.a (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:41:42.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:41 smithi169 bash[14688]: cluster 2024-09-11T07:41:40.857851+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T07:41:42.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:41 smithi169 bash[14688]: audit 2024-09-11T07:41:40.858138+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:42.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:41 smithi169 bash[14688]: audit 2024-09-11T07:41:40.858847+0000 mon.a (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:41:42.199 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[21910]: debug 2024-09-11T07:41:41.860+0000 7f23934af700 -1 osd.0 0 waiting for initial osdmap 2024-09-11T07:41:42.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[15104]: cluster 2024-09-11T07:41:40.598237+0000 mgr.y (mgr.14138) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:42.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[15104]: audit 2024-09-11T07:41:40.857746+0000 mon.a (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:41:42.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[15104]: cluster 2024-09-11T07:41:40.857851+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T07:41:42.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[15104]: audit 2024-09-11T07:41:40.858138+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:42.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[15104]: audit 2024-09-11T07:41:40.858847+0000 mon.a (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:41:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[19346]: cluster 2024-09-11T07:41:40.598237+0000 mgr.y (mgr.14138) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:42.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[19346]: audit 2024-09-11T07:41:40.857746+0000 mon.a (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:41:42.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[19346]: cluster 2024-09-11T07:41:40.857851+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T07:41:42.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[19346]: audit 2024-09-11T07:41:40.858138+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:42.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:41 smithi133 bash[19346]: audit 2024-09-11T07:41:40.858847+0000 mon.a (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:41:43.017 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[15104]: audit 2024-09-11T07:41:41.860931+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[15104]: cluster 2024-09-11T07:41:41.861039+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[15104]: audit 2024-09-11T07:41:41.861819+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[15104]: audit 2024-09-11T07:41:41.870071+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[15104]: audit 2024-09-11T07:41:42.068381+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[15104]: audit 2024-09-11T07:41:42.366104+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[15104]: audit 2024-09-11T07:41:42.717837+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[15104]: audit 2024-09-11T07:41:42.725859+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[19346]: audit 2024-09-11T07:41:41.860931+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[19346]: cluster 2024-09-11T07:41:41.861039+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T07:41:43.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[19346]: audit 2024-09-11T07:41:41.861819+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:43.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[19346]: audit 2024-09-11T07:41:41.870071+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:43.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[19346]: audit 2024-09-11T07:41:42.068381+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:43.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[19346]: audit 2024-09-11T07:41:42.366104+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:43.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[19346]: audit 2024-09-11T07:41:42.717837+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:43.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:42 smithi133 bash[19346]: audit 2024-09-11T07:41:42.725859+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:43.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:42 smithi169 bash[14688]: audit 2024-09-11T07:41:41.860931+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:41:43.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:42 smithi169 bash[14688]: cluster 2024-09-11T07:41:41.861039+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T07:41:43.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:42 smithi169 bash[14688]: audit 2024-09-11T07:41:41.861819+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:43.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:42 smithi169 bash[14688]: audit 2024-09-11T07:41:41.870071+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:43.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:42 smithi169 bash[14688]: audit 2024-09-11T07:41:42.068381+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:41:43.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:42 smithi169 bash[14688]: audit 2024-09-11T07:41:42.366104+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:43.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:42 smithi169 bash[14688]: audit 2024-09-11T07:41:42.717837+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:43.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:42 smithi169 bash[14688]: audit 2024-09-11T07:41:42.725859+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:41:44.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:43 smithi169 bash[14688]: cluster 2024-09-11T07:41:41.163991+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:41:44.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:43 smithi169 bash[14688]: cluster 2024-09-11T07:41:41.164084+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:41:44.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:43 smithi169 bash[14688]: cephadm 2024-09-11T07:41:42.366852+0000 mgr.y (mgr.14138) 76 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:41:44.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:43 smithi169 bash[14688]: cluster 2024-09-11T07:41:42.598734+0000 mgr.y (mgr.14138) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:44.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:43 smithi169 bash[14688]: cluster 2024-09-11T07:41:42.868957+0000 mon.a (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422] boot 2024-09-11T07:41:44.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:43 smithi169 bash[14688]: cluster 2024-09-11T07:41:42.869001+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T07:41:44.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:43 smithi169 bash[14688]: audit 2024-09-11T07:41:42.871504+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[15104]: cluster 2024-09-11T07:41:41.163991+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:41:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[15104]: cluster 2024-09-11T07:41:41.164084+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:41:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[15104]: cephadm 2024-09-11T07:41:42.366852+0000 mgr.y (mgr.14138) 76 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:41:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[15104]: cluster 2024-09-11T07:41:42.598734+0000 mgr.y (mgr.14138) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[15104]: cluster 2024-09-11T07:41:42.868957+0000 mon.a (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422] boot 2024-09-11T07:41:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[15104]: cluster 2024-09-11T07:41:42.869001+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T07:41:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[15104]: audit 2024-09-11T07:41:42.871504+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:44.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[19346]: cluster 2024-09-11T07:41:41.163991+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:41:44.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[19346]: cluster 2024-09-11T07:41:41.164084+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:41:44.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[19346]: cephadm 2024-09-11T07:41:42.366852+0000 mgr.y (mgr.14138) 76 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:41:44.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[19346]: cluster 2024-09-11T07:41:42.598734+0000 mgr.y (mgr.14138) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:41:44.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[19346]: cluster 2024-09-11T07:41:42.868957+0000 mon.a (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.133:6802/3822709422,v1:172.21.15.133:6803/3822709422] boot 2024-09-11T07:41:44.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[19346]: cluster 2024-09-11T07:41:42.869001+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T07:41:44.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:43 smithi133 bash[19346]: audit 2024-09-11T07:41:42.871504+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:41:45.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:44 smithi169 bash[14688]: cluster 2024-09-11T07:41:43.879985+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T07:41:45.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:44 smithi133 bash[19346]: cluster 2024-09-11T07:41:43.879985+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T07:41:45.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:44 smithi133 bash[15104]: cluster 2024-09-11T07:41:43.879985+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T07:41:46.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:45 smithi169 bash[14688]: cluster 2024-09-11T07:41:44.599288+0000 mgr.y (mgr.14138) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:46.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:45 smithi169 bash[14688]: cluster 2024-09-11T07:41:44.883284+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T07:41:46.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:45 smithi169 bash[14688]: cluster 2024-09-11T07:41:44.883600+0000 mon.a (mon.0) 259 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T07:41:46.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:45 smithi169 bash[14688]: audit 2024-09-11T07:41:44.989577+0000 mgr.y (mgr.14138) 79 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:46.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:45 smithi169 bash[14688]: audit 2024-09-11T07:41:44.991301+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:41:46.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:45 smithi169 bash[14688]: cephadm 2024-09-11T07:41:44.993546+0000 mgr.y (mgr.14138) 80 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:41:46.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:45 smithi169 bash[14688]: audit 2024-09-11T07:41:44.993967+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:41:46.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:45 smithi169 bash[14688]: audit 2024-09-11T07:41:44.995235+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:46.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:45 smithi169 bash[14688]: audit 2024-09-11T07:41:44.996781+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[15104]: cluster 2024-09-11T07:41:44.599288+0000 mgr.y (mgr.14138) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[15104]: cluster 2024-09-11T07:41:44.883284+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T07:41:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[15104]: cluster 2024-09-11T07:41:44.883600+0000 mon.a (mon.0) 259 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T07:41:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[15104]: audit 2024-09-11T07:41:44.989577+0000 mgr.y (mgr.14138) 79 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[15104]: audit 2024-09-11T07:41:44.991301+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:41:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[15104]: cephadm 2024-09-11T07:41:44.993546+0000 mgr.y (mgr.14138) 80 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:41:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[15104]: audit 2024-09-11T07:41:44.993967+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:41:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[15104]: audit 2024-09-11T07:41:44.995235+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[15104]: audit 2024-09-11T07:41:44.996781+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:46.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[19346]: cluster 2024-09-11T07:41:44.599288+0000 mgr.y (mgr.14138) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:46.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[19346]: cluster 2024-09-11T07:41:44.883284+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T07:41:46.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[19346]: cluster 2024-09-11T07:41:44.883600+0000 mon.a (mon.0) 259 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T07:41:46.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[19346]: audit 2024-09-11T07:41:44.989577+0000 mgr.y (mgr.14138) 79 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:46.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[19346]: audit 2024-09-11T07:41:44.991301+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:41:46.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[19346]: cephadm 2024-09-11T07:41:44.993546+0000 mgr.y (mgr.14138) 80 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:41:46.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[19346]: audit 2024-09-11T07:41:44.993967+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:41:46.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[19346]: audit 2024-09-11T07:41:44.995235+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:46.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:45 smithi133 bash[19346]: audit 2024-09-11T07:41:44.996781+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:48.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:47 smithi169 bash[14688]: cluster 2024-09-11T07:41:46.599876+0000 mgr.y (mgr.14138) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:47 smithi133 bash[15104]: cluster 2024-09-11T07:41:46.599876+0000 mgr.y (mgr.14138) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:48.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:47 smithi133 bash[19346]: cluster 2024-09-11T07:41:46.599876+0000 mgr.y (mgr.14138) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:49.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:48 smithi169 bash[14688]: audit 2024-09-11T07:41:48.748379+0000 mon.a (mon.0) 264 : audit [INF] from='client.? 172.21.15.133:0/66928791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a668624-8915-4d92-b660-87aa17e76562"}]: dispatch 2024-09-11T07:41:49.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:48 smithi169 bash[14688]: audit 2024-09-11T07:41:48.755329+0000 mon.a (mon.0) 265 : audit [INF] from='client.? 172.21.15.133:0/66928791' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a668624-8915-4d92-b660-87aa17e76562"}]': finished 2024-09-11T07:41:49.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:48 smithi169 bash[14688]: cluster 2024-09-11T07:41:48.755388+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T07:41:49.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:48 smithi169 bash[14688]: audit 2024-09-11T07:41:48.755513+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:41:49.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:48 smithi133 bash[15104]: audit 2024-09-11T07:41:48.748379+0000 mon.a (mon.0) 264 : audit [INF] from='client.? 172.21.15.133:0/66928791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a668624-8915-4d92-b660-87aa17e76562"}]: dispatch 2024-09-11T07:41:49.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:48 smithi133 bash[15104]: audit 2024-09-11T07:41:48.755329+0000 mon.a (mon.0) 265 : audit [INF] from='client.? 172.21.15.133:0/66928791' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a668624-8915-4d92-b660-87aa17e76562"}]': finished 2024-09-11T07:41:49.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:48 smithi133 bash[15104]: cluster 2024-09-11T07:41:48.755388+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T07:41:49.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:48 smithi133 bash[15104]: audit 2024-09-11T07:41:48.755513+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:41:49.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:48 smithi133 bash[19346]: audit 2024-09-11T07:41:48.748379+0000 mon.a (mon.0) 264 : audit [INF] from='client.? 172.21.15.133:0/66928791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a668624-8915-4d92-b660-87aa17e76562"}]: dispatch 2024-09-11T07:41:49.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:48 smithi133 bash[19346]: audit 2024-09-11T07:41:48.755329+0000 mon.a (mon.0) 265 : audit [INF] from='client.? 172.21.15.133:0/66928791' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a668624-8915-4d92-b660-87aa17e76562"}]': finished 2024-09-11T07:41:49.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:48 smithi133 bash[19346]: cluster 2024-09-11T07:41:48.755388+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T07:41:49.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:48 smithi133 bash[19346]: audit 2024-09-11T07:41:48.755513+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:41:50.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:49 smithi169 bash[14688]: cluster 2024-09-11T07:41:48.600363+0000 mgr.y (mgr.14138) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:50.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:49 smithi169 bash[14688]: audit 2024-09-11T07:41:49.353675+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.133:0/3059703146' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:41:50.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:49 smithi133 bash[15104]: cluster 2024-09-11T07:41:48.600363+0000 mgr.y (mgr.14138) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:50.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:49 smithi133 bash[15104]: audit 2024-09-11T07:41:49.353675+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.133:0/3059703146' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:41:50.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:49 smithi133 bash[19346]: cluster 2024-09-11T07:41:48.600363+0000 mgr.y (mgr.14138) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:50.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:49 smithi133 bash[19346]: audit 2024-09-11T07:41:49.353675+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.133:0/3059703146' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:41:51.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:50 smithi169 bash[14688]: cluster 2024-09-11T07:41:50.912820+0000 mon.a (mon.0) 269 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T07:41:51.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:50 smithi133 bash[15104]: cluster 2024-09-11T07:41:50.912820+0000 mon.a (mon.0) 269 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T07:41:51.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:50 smithi133 bash[19346]: cluster 2024-09-11T07:41:50.912820+0000 mon.a (mon.0) 269 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T07:41:52.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:51 smithi169 bash[14688]: cluster 2024-09-11T07:41:50.601002+0000 mgr.y (mgr.14138) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:52.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:51 smithi133 bash[15104]: cluster 2024-09-11T07:41:50.601002+0000 mgr.y (mgr.14138) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:52.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:51 smithi133 bash[19346]: cluster 2024-09-11T07:41:50.601002+0000 mgr.y (mgr.14138) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:53.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:52 smithi169 bash[14688]: audit 2024-09-11T07:41:52.136106+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:53.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:52 smithi133 bash[15104]: audit 2024-09-11T07:41:52.136106+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:53.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:52 smithi133 bash[19346]: audit 2024-09-11T07:41:52.136106+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:41:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:53 smithi133 bash[19346]: cluster 2024-09-11T07:41:52.601601+0000 mgr.y (mgr.14138) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:54.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:53 smithi133 bash[15104]: cluster 2024-09-11T07:41:52.601601+0000 mgr.y (mgr.14138) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:54.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:53 smithi169 bash[14688]: cluster 2024-09-11T07:41:52.601601+0000 mgr.y (mgr.14138) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:56.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:55 smithi133 bash[15104]: cluster 2024-09-11T07:41:54.602183+0000 mgr.y (mgr.14138) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:56.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:55 smithi133 bash[19346]: cluster 2024-09-11T07:41:54.602183+0000 mgr.y (mgr.14138) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:56.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:55 smithi169 bash[14688]: cluster 2024-09-11T07:41:54.602183+0000 mgr.y (mgr.14138) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:57.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:56 smithi169 bash[14688]: audit 2024-09-11T07:41:56.576845+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:41:57.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:56 smithi169 bash[14688]: audit 2024-09-11T07:41:56.578574+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:57.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:56 smithi169 bash[14688]: audit 2024-09-11T07:41:56.580566+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T07:41:57.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:56 smithi133 bash[19346]: audit 2024-09-11T07:41:56.576845+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:41:57.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:56 smithi133 bash[19346]: audit 2024-09-11T07:41:56.578574+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:57.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:56 smithi133 bash[19346]: audit 2024-09-11T07:41:56.580566+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T07:41:57.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:56 smithi133 bash[15104]: audit 2024-09-11T07:41:56.576845+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:41:57.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:56 smithi133 bash[15104]: audit 2024-09-11T07:41:56.578574+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:57.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:56 smithi133 bash[15104]: audit 2024-09-11T07:41:56.580566+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T07:41:58.189 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:58 smithi133 bash[19346]: cephadm 2024-09-11T07:41:56.579856+0000 mgr.y (mgr.14138) 86 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-09-11T07:41:58.190 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:41:58 smithi133 bash[19346]: cluster 2024-09-11T07:41:56.602714+0000 mgr.y (mgr.14138) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:58.190 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:57 smithi133 bash[15104]: cephadm 2024-09-11T07:41:56.579856+0000 mgr.y (mgr.14138) 86 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-09-11T07:41:58.190 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:41:58 smithi133 bash[15104]: cluster 2024-09-11T07:41:56.602714+0000 mgr.y (mgr.14138) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:58.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:57 smithi169 bash[14688]: cephadm 2024-09-11T07:41:56.579856+0000 mgr.y (mgr.14138) 86 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-09-11T07:41:58.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:41:57 smithi169 bash[14688]: cluster 2024-09-11T07:41:56.602714+0000 mgr.y (mgr.14138) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:41:59.099 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 1 on host 'smithi133' 2024-09-11T07:42:00.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:00 smithi169 bash[14688]: cluster 2024-09-11T07:41:58.603288+0000 mgr.y (mgr.14138) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:00.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:00 smithi169 bash[14688]: audit 2024-09-11T07:41:59.093676+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:00.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:00 smithi169 bash[14688]: audit 2024-09-11T07:41:59.096739+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:00.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:00 smithi169 bash[14688]: audit 2024-09-11T07:41:59.994007+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:00.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:00 smithi169 bash[14688]: audit 2024-09-11T07:41:59.995304+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:00.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[15104]: cluster 2024-09-11T07:41:58.603288+0000 mgr.y (mgr.14138) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:00.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[15104]: audit 2024-09-11T07:41:59.093676+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:00.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[15104]: audit 2024-09-11T07:41:59.096739+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:00.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[15104]: audit 2024-09-11T07:41:59.994007+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:00.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[15104]: audit 2024-09-11T07:41:59.995304+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[19346]: cluster 2024-09-11T07:41:58.603288+0000 mgr.y (mgr.14138) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[19346]: audit 2024-09-11T07:41:59.093676+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[19346]: audit 2024-09-11T07:41:59.096739+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[19346]: audit 2024-09-11T07:41:59.994007+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:00 smithi133 bash[19346]: audit 2024-09-11T07:41:59.995304+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:00.646 DEBUG:teuthology.orchestra.run.smithi133:osd.1> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.1.service 2024-09-11T07:42:00.649 INFO:tasks.cephadm:Deploying osd.2 on smithi133 with /dev/vg_nvme/lv_2... 2024-09-11T07:42:00.649 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T07:42:01.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:01 smithi169 bash[14688]: audit 2024-09-11T07:42:00.761632+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:42:01.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:01 smithi169 bash[14688]: audit 2024-09-11T07:42:00.771891+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:42:01.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:01 smithi133 bash[15104]: audit 2024-09-11T07:42:00.761632+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:42:01.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:01 smithi133 bash[15104]: audit 2024-09-11T07:42:00.771891+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:42:01.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:01 smithi133 bash[19346]: audit 2024-09-11T07:42:00.761632+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:42:01.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:01 smithi133 bash[19346]: audit 2024-09-11T07:42:00.771891+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:42:02.173 INFO:journalctl@ceph.osd.1.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:42:02.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:02 smithi133 bash[15104]: cluster 2024-09-11T07:42:00.603921+0000 mgr.y (mgr.14138) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:02 smithi133 bash[19346]: cluster 2024-09-11T07:42:00.603921+0000 mgr.y (mgr.14138) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:02.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:02 smithi169 bash[14688]: cluster 2024-09-11T07:42:00.603921+0000 mgr.y (mgr.14138) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:02.699 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:02 smithi133 bash[23217]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T07:42:02.700 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:02 smithi133 bash[23217]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-09-11T07:42:02.700 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:02 smithi133 bash[23217]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T07:42:02.700 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:02 smithi133 bash[23217]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-11T07:42:02.700 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:02 smithi133 bash[23217]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T07:42:02.700 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:02 smithi133 bash[23217]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T07:42:02.700 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:02 smithi133 bash[23217]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-11T07:42:04.336 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:04 smithi133 bash[15104]: cluster 2024-09-11T07:42:02.604566+0000 mgr.y (mgr.14138) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:04.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:04 smithi133 bash[19346]: cluster 2024-09-11T07:42:02.604566+0000 mgr.y (mgr.14138) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:04.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:04 smithi169 bash[14688]: cluster 2024-09-11T07:42:02.604566+0000 mgr.y (mgr.14138) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:06.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:06 smithi169 bash[14688]: cluster 2024-09-11T07:42:04.605235+0000 mgr.y (mgr.14138) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:06.430 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:06 smithi133 bash[15104]: cluster 2024-09-11T07:42:04.605235+0000 mgr.y (mgr.14138) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:06.430 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:06 smithi133 bash[19346]: cluster 2024-09-11T07:42:04.605235+0000 mgr.y (mgr.14138) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:07.199 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:07 smithi133 bash[23522]: debug 2024-09-11T07:42:07.048+0000 7fd686611f40 -1 Falling back to public interface 2024-09-11T07:42:07.698 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:07 smithi133 bash[23522]: debug 2024-09-11T07:42:07.692+0000 7fd686611f40 -1 osd.1 0 log_to_monitors {default=true} 2024-09-11T07:42:08.055 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T07:42:08.055 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T07:42:08.056 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-09-11T07:42:08.056 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-09-11T07:42:08.056 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0157889 s, 664 MB/s 2024-09-11T07:42:08.056 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-09-11T07:42:08.279 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:08 smithi133 bash[15104]: cluster 2024-09-11T07:42:06.605871+0000 mgr.y (mgr.14138) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:08.279 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:08 smithi133 bash[15104]: audit 2024-09-11T07:42:07.700723+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/2185536389,v1:172.21.15.133:6811/2185536389]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:42:08.279 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:08 smithi133 bash[15104]: audit 2024-09-11T07:42:07.701093+0000 mon.a (mon.0) 280 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:42:08.280 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:08 smithi133 bash[19346]: cluster 2024-09-11T07:42:06.605871+0000 mgr.y (mgr.14138) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:08.280 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:08 smithi133 bash[19346]: audit 2024-09-11T07:42:07.700723+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/2185536389,v1:172.21.15.133:6811/2185536389]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:42:08.280 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:08 smithi133 bash[19346]: audit 2024-09-11T07:42:07.701093+0000 mon.a (mon.0) 280 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:42:08.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:08 smithi169 bash[14688]: cluster 2024-09-11T07:42:06.605871+0000 mgr.y (mgr.14138) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:08.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:08 smithi169 bash[14688]: audit 2024-09-11T07:42:07.700723+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/2185536389,v1:172.21.15.133:6811/2185536389]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:42:08.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:08 smithi169 bash[14688]: audit 2024-09-11T07:42:07.701093+0000 mon.a (mon.0) 280 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:42:08.972 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_2 2024-09-11T07:42:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:09 smithi169 bash[14688]: cluster 2024-09-11T07:42:08.606457+0000 mgr.y (mgr.14138) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:09 smithi169 bash[14688]: audit 2024-09-11T07:42:08.638840+0000 mon.a (mon.0) 281 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:42:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:09 smithi169 bash[14688]: cluster 2024-09-11T07:42:08.639111+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T07:42:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:09 smithi169 bash[14688]: audit 2024-09-11T07:42:08.639447+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:09 smithi169 bash[14688]: audit 2024-09-11T07:42:08.640712+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/2185536389,v1:172.21.15.133:6811/2185536389]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:42:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:09 smithi169 bash[14688]: audit 2024-09-11T07:42:08.641639+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:42:09.949 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[23522]: debug 2024-09-11T07:42:09.644+0000 7fd66b0df700 -1 osd.1 0 waiting for initial osdmap 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[15104]: cluster 2024-09-11T07:42:08.606457+0000 mgr.y (mgr.14138) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[15104]: audit 2024-09-11T07:42:08.638840+0000 mon.a (mon.0) 281 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[15104]: cluster 2024-09-11T07:42:08.639111+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[15104]: audit 2024-09-11T07:42:08.639447+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[15104]: audit 2024-09-11T07:42:08.640712+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/2185536389,v1:172.21.15.133:6811/2185536389]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[15104]: audit 2024-09-11T07:42:08.641639+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[19346]: cluster 2024-09-11T07:42:08.606457+0000 mgr.y (mgr.14138) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[19346]: audit 2024-09-11T07:42:08.638840+0000 mon.a (mon.0) 281 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[19346]: cluster 2024-09-11T07:42:08.639111+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[19346]: audit 2024-09-11T07:42:08.639447+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:09.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[19346]: audit 2024-09-11T07:42:08.640712+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/2185536389,v1:172.21.15.133:6811/2185536389]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:42:09.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:09 smithi133 bash[19346]: audit 2024-09-11T07:42:08.641639+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:42:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[15104]: audit 2024-09-11T07:42:09.641164+0000 mon.a (mon.0) 285 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:42:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[15104]: cluster 2024-09-11T07:42:09.641366+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[15104]: audit 2024-09-11T07:42:09.642225+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[15104]: audit 2024-09-11T07:42:09.651041+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[15104]: audit 2024-09-11T07:42:09.680708+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[15104]: audit 2024-09-11T07:42:09.972805+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[15104]: audit 2024-09-11T07:42:09.979547+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[15104]: audit 2024-09-11T07:42:09.985754+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[19346]: audit 2024-09-11T07:42:09.641164+0000 mon.a (mon.0) 285 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[19346]: cluster 2024-09-11T07:42:09.641366+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[19346]: audit 2024-09-11T07:42:09.642225+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[19346]: audit 2024-09-11T07:42:09.651041+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[19346]: audit 2024-09-11T07:42:09.680708+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:10.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[19346]: audit 2024-09-11T07:42:09.972805+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:10.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[19346]: audit 2024-09-11T07:42:09.979547+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:10.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:10 smithi133 bash[19346]: audit 2024-09-11T07:42:09.985754+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:10 smithi169 bash[14688]: audit 2024-09-11T07:42:09.641164+0000 mon.a (mon.0) 285 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:42:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:10 smithi169 bash[14688]: cluster 2024-09-11T07:42:09.641366+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T07:42:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:10 smithi169 bash[14688]: audit 2024-09-11T07:42:09.642225+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:10 smithi169 bash[14688]: audit 2024-09-11T07:42:09.651041+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:10 smithi169 bash[14688]: audit 2024-09-11T07:42:09.680708+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:10 smithi169 bash[14688]: audit 2024-09-11T07:42:09.972805+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:10 smithi169 bash[14688]: audit 2024-09-11T07:42:09.979547+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:10 smithi169 bash[14688]: audit 2024-09-11T07:42:09.985754+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:11 smithi169 bash[14688]: cluster 2024-09-11T07:42:08.695548+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:42:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:11 smithi169 bash[14688]: cluster 2024-09-11T07:42:08.695677+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:42:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:11 smithi169 bash[14688]: cluster 2024-09-11T07:42:10.606994+0000 mgr.y (mgr.14138) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:11 smithi169 bash[14688]: audit 2024-09-11T07:42:10.656315+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:11 smithi169 bash[14688]: cluster 2024-09-11T07:42:10.662382+0000 mon.a (mon.0) 294 : cluster [INF] osd.1 [v2:172.21.15.133:6810/2185536389,v1:172.21.15.133:6811/2185536389] boot 2024-09-11T07:42:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:11 smithi169 bash[14688]: cluster 2024-09-11T07:42:10.662457+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T07:42:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:11 smithi169 bash[14688]: audit 2024-09-11T07:42:10.662803+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[15104]: cluster 2024-09-11T07:42:08.695548+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:42:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[15104]: cluster 2024-09-11T07:42:08.695677+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:42:11.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[15104]: cluster 2024-09-11T07:42:10.606994+0000 mgr.y (mgr.14138) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:11.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[15104]: audit 2024-09-11T07:42:10.656315+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:11.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[15104]: cluster 2024-09-11T07:42:10.662382+0000 mon.a (mon.0) 294 : cluster [INF] osd.1 [v2:172.21.15.133:6810/2185536389,v1:172.21.15.133:6811/2185536389] boot 2024-09-11T07:42:11.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[15104]: cluster 2024-09-11T07:42:10.662457+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T07:42:11.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[15104]: audit 2024-09-11T07:42:10.662803+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:11.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[19346]: cluster 2024-09-11T07:42:08.695548+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:42:11.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[19346]: cluster 2024-09-11T07:42:08.695677+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:42:11.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[19346]: cluster 2024-09-11T07:42:10.606994+0000 mgr.y (mgr.14138) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T07:42:11.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[19346]: audit 2024-09-11T07:42:10.656315+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:11.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[19346]: cluster 2024-09-11T07:42:10.662382+0000 mon.a (mon.0) 294 : cluster [INF] osd.1 [v2:172.21.15.133:6810/2185536389,v1:172.21.15.133:6811/2185536389] boot 2024-09-11T07:42:11.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[19346]: cluster 2024-09-11T07:42:10.662457+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T07:42:11.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:11 smithi133 bash[19346]: audit 2024-09-11T07:42:10.662803+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:42:12.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:12 smithi169 bash[14688]: cluster 2024-09-11T07:42:11.663942+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T07:42:12.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:12 smithi133 bash[15104]: cluster 2024-09-11T07:42:11.663942+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T07:42:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:12 smithi133 bash[19346]: cluster 2024-09-11T07:42:11.663942+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T07:42:13.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[15104]: cluster 2024-09-11T07:42:12.607416+0000 mgr.y (mgr.14138) 95 : cluster [DBG] pgmap v73: 1 pgs: 1 undersized+peered; 0 B data, 256 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[15104]: cluster 2024-09-11T07:42:12.669324+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e18: 2 total, 2 up, 2 in 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[15104]: audit 2024-09-11T07:42:12.771468+0000 mgr.y (mgr.14138) 96 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[15104]: audit 2024-09-11T07:42:12.772749+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[15104]: cephadm 2024-09-11T07:42:12.775069+0000 mgr.y (mgr.14138) 97 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[15104]: audit 2024-09-11T07:42:12.775539+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[15104]: audit 2024-09-11T07:42:12.777047+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[15104]: audit 2024-09-11T07:42:12.778610+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[19346]: cluster 2024-09-11T07:42:12.607416+0000 mgr.y (mgr.14138) 95 : cluster [DBG] pgmap v73: 1 pgs: 1 undersized+peered; 0 B data, 256 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[19346]: cluster 2024-09-11T07:42:12.669324+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e18: 2 total, 2 up, 2 in 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[19346]: audit 2024-09-11T07:42:12.771468+0000 mgr.y (mgr.14138) 96 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[19346]: audit 2024-09-11T07:42:12.772749+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[19346]: cephadm 2024-09-11T07:42:12.775069+0000 mgr.y (mgr.14138) 97 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:42:13.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[19346]: audit 2024-09-11T07:42:12.775539+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:42:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[19346]: audit 2024-09-11T07:42:12.777047+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:13 smithi133 bash[19346]: audit 2024-09-11T07:42:12.778610+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:13 smithi169 bash[14688]: cluster 2024-09-11T07:42:12.607416+0000 mgr.y (mgr.14138) 95 : cluster [DBG] pgmap v73: 1 pgs: 1 undersized+peered; 0 B data, 256 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:13 smithi169 bash[14688]: cluster 2024-09-11T07:42:12.669324+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e18: 2 total, 2 up, 2 in 2024-09-11T07:42:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:13 smithi169 bash[14688]: audit 2024-09-11T07:42:12.771468+0000 mgr.y (mgr.14138) 96 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:42:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:13 smithi169 bash[14688]: audit 2024-09-11T07:42:12.772749+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:42:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:13 smithi169 bash[14688]: cephadm 2024-09-11T07:42:12.775069+0000 mgr.y (mgr.14138) 97 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:42:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:13 smithi169 bash[14688]: audit 2024-09-11T07:42:12.775539+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:42:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:13 smithi169 bash[14688]: audit 2024-09-11T07:42:12.777047+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:13 smithi169 bash[14688]: audit 2024-09-11T07:42:12.778610+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:15 smithi133 bash[15104]: cluster 2024-09-11T07:42:14.607972+0000 mgr.y (mgr.14138) 98 : cluster [DBG] pgmap v75: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:15 smithi133 bash[19346]: cluster 2024-09-11T07:42:14.607972+0000 mgr.y (mgr.14138) 98 : cluster [DBG] pgmap v75: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:16.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:15 smithi169 bash[14688]: cluster 2024-09-11T07:42:14.607972+0000 mgr.y (mgr.14138) 98 : cluster [DBG] pgmap v75: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[19346]: cluster 2024-09-11T07:42:16.608391+0000 mgr.y (mgr.14138) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[19346]: audit 2024-09-11T07:42:16.899302+0000 mon.a (mon.0) 303 : audit [INF] from='client.? 172.21.15.133:0/1028161813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e060a1c-21b4-4851-9726-1de17c8f59a1"}]: dispatch 2024-09-11T07:42:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[19346]: audit 2024-09-11T07:42:16.905353+0000 mon.a (mon.0) 304 : audit [INF] from='client.? 172.21.15.133:0/1028161813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e060a1c-21b4-4851-9726-1de17c8f59a1"}]': finished 2024-09-11T07:42:17.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[19346]: cluster 2024-09-11T07:42:16.905413+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T07:42:17.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[19346]: audit 2024-09-11T07:42:16.905728+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:17.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[19346]: audit 2024-09-11T07:42:17.511263+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.133:0/2326132412' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:42:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[15104]: cluster 2024-09-11T07:42:16.608391+0000 mgr.y (mgr.14138) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[15104]: audit 2024-09-11T07:42:16.899302+0000 mon.a (mon.0) 303 : audit [INF] from='client.? 172.21.15.133:0/1028161813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e060a1c-21b4-4851-9726-1de17c8f59a1"}]: dispatch 2024-09-11T07:42:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[15104]: audit 2024-09-11T07:42:16.905353+0000 mon.a (mon.0) 304 : audit [INF] from='client.? 172.21.15.133:0/1028161813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e060a1c-21b4-4851-9726-1de17c8f59a1"}]': finished 2024-09-11T07:42:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[15104]: cluster 2024-09-11T07:42:16.905413+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T07:42:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[15104]: audit 2024-09-11T07:42:16.905728+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:17 smithi133 bash[15104]: audit 2024-09-11T07:42:17.511263+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.133:0/2326132412' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:42:18.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:17 smithi169 bash[14688]: cluster 2024-09-11T07:42:16.608391+0000 mgr.y (mgr.14138) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:18.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:17 smithi169 bash[14688]: audit 2024-09-11T07:42:16.899302+0000 mon.a (mon.0) 303 : audit [INF] from='client.? 172.21.15.133:0/1028161813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e060a1c-21b4-4851-9726-1de17c8f59a1"}]: dispatch 2024-09-11T07:42:18.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:17 smithi169 bash[14688]: audit 2024-09-11T07:42:16.905353+0000 mon.a (mon.0) 304 : audit [INF] from='client.? 172.21.15.133:0/1028161813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e060a1c-21b4-4851-9726-1de17c8f59a1"}]': finished 2024-09-11T07:42:18.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:17 smithi169 bash[14688]: cluster 2024-09-11T07:42:16.905413+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T07:42:18.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:17 smithi169 bash[14688]: audit 2024-09-11T07:42:16.905728+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:18.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:17 smithi169 bash[14688]: audit 2024-09-11T07:42:17.511263+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.133:0/2326132412' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:42:19.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:18 smithi169 bash[14688]: cluster 2024-09-11T07:42:18.685637+0000 mon.a (mon.0) 307 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T07:42:19.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:18 smithi169 bash[14688]: cluster 2024-09-11T07:42:18.685714+0000 mon.a (mon.0) 308 : cluster [INF] Cluster is now healthy 2024-09-11T07:42:19.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:18 smithi133 bash[15104]: cluster 2024-09-11T07:42:18.685637+0000 mon.a (mon.0) 307 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T07:42:19.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:18 smithi133 bash[15104]: cluster 2024-09-11T07:42:18.685714+0000 mon.a (mon.0) 308 : cluster [INF] Cluster is now healthy 2024-09-11T07:42:19.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:18 smithi133 bash[19346]: cluster 2024-09-11T07:42:18.685637+0000 mon.a (mon.0) 307 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T07:42:19.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:18 smithi133 bash[19346]: cluster 2024-09-11T07:42:18.685714+0000 mon.a (mon.0) 308 : cluster [INF] Cluster is now healthy 2024-09-11T07:42:19.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:19 smithi133 bash[15104]: cluster 2024-09-11T07:42:18.609017+0000 mgr.y (mgr.14138) 100 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:19.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:19 smithi133 bash[19346]: cluster 2024-09-11T07:42:18.609017+0000 mgr.y (mgr.14138) 100 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:20.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:19 smithi169 bash[14688]: cluster 2024-09-11T07:42:18.609017+0000 mgr.y (mgr.14138) 100 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:21.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:20 smithi169 bash[14688]: audit 2024-09-11T07:42:20.389214+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:21.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:20 smithi133 bash[15104]: audit 2024-09-11T07:42:20.389214+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:21.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:20 smithi133 bash[19346]: audit 2024-09-11T07:42:20.389214+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:22.136 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:21 smithi133 bash[15104]: cluster 2024-09-11T07:42:20.609590+0000 mgr.y (mgr.14138) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:22.136 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:21 smithi133 bash[19346]: cluster 2024-09-11T07:42:20.609590+0000 mgr.y (mgr.14138) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:22.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:21 smithi169 bash[14688]: cluster 2024-09-11T07:42:20.609590+0000 mgr.y (mgr.14138) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:23 smithi133 bash[15104]: cluster 2024-09-11T07:42:22.610146+0000 mgr.y (mgr.14138) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:23 smithi133 bash[19346]: cluster 2024-09-11T07:42:22.610146+0000 mgr.y (mgr.14138) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:24.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:23 smithi169 bash[14688]: cluster 2024-09-11T07:42:22.610146+0000 mgr.y (mgr.14138) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:26.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:25 smithi169 bash[14688]: cluster 2024-09-11T07:42:24.610682+0000 mgr.y (mgr.14138) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:26.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:25 smithi169 bash[14688]: audit 2024-09-11T07:42:24.890606+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:42:26.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:25 smithi169 bash[14688]: audit 2024-09-11T07:42:24.892036+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:26.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:25 smithi169 bash[14688]: cephadm 2024-09-11T07:42:24.893241+0000 mgr.y (mgr.14138) 104 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-09-11T07:42:26.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:25 smithi169 bash[14688]: audit 2024-09-11T07:42:24.893807+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T07:42:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[15104]: cluster 2024-09-11T07:42:24.610682+0000 mgr.y (mgr.14138) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[15104]: audit 2024-09-11T07:42:24.890606+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:42:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[15104]: audit 2024-09-11T07:42:24.892036+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[15104]: cephadm 2024-09-11T07:42:24.893241+0000 mgr.y (mgr.14138) 104 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-09-11T07:42:26.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[15104]: audit 2024-09-11T07:42:24.893807+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T07:42:26.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[19346]: cluster 2024-09-11T07:42:24.610682+0000 mgr.y (mgr.14138) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:26.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[19346]: audit 2024-09-11T07:42:24.890606+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:42:26.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[19346]: audit 2024-09-11T07:42:24.892036+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:26.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[19346]: cephadm 2024-09-11T07:42:24.893241+0000 mgr.y (mgr.14138) 104 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-09-11T07:42:26.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:25 smithi133 bash[19346]: audit 2024-09-11T07:42:24.893807+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T07:42:27.554 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 2 on host 'smithi133' 2024-09-11T07:42:28.121 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:27 smithi133 bash[15104]: cluster 2024-09-11T07:42:26.611160+0000 mgr.y (mgr.14138) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:28.121 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:27 smithi133 bash[15104]: audit 2024-09-11T07:42:27.547967+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:28.121 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:27 smithi133 bash[15104]: audit 2024-09-11T07:42:27.551132+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:28.121 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:27 smithi133 bash[19346]: cluster 2024-09-11T07:42:26.611160+0000 mgr.y (mgr.14138) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:28.121 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:27 smithi133 bash[19346]: audit 2024-09-11T07:42:27.547967+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:28.121 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:27 smithi133 bash[19346]: audit 2024-09-11T07:42:27.551132+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:28.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:27 smithi169 bash[14688]: cluster 2024-09-11T07:42:26.611160+0000 mgr.y (mgr.14138) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:28.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:27 smithi169 bash[14688]: audit 2024-09-11T07:42:27.547967+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:28.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:27 smithi169 bash[14688]: audit 2024-09-11T07:42:27.551132+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:29.047 DEBUG:teuthology.orchestra.run.smithi133:osd.2> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.2.service 2024-09-11T07:42:29.049 INFO:tasks.cephadm:Deploying osd.3 on smithi133 with /dev/vg_nvme/lv_1... 2024-09-11T07:42:29.049 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T07:42:29.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:29 smithi169 bash[14688]: audit 2024-09-11T07:42:28.610228+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:29.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:29 smithi169 bash[14688]: cluster 2024-09-11T07:42:28.611598+0000 mgr.y (mgr.14138) 106 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:29.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:29 smithi169 bash[14688]: audit 2024-09-11T07:42:28.612301+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:29.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:29 smithi133 bash[15104]: audit 2024-09-11T07:42:28.610228+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:29.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:29 smithi133 bash[15104]: cluster 2024-09-11T07:42:28.611598+0000 mgr.y (mgr.14138) 106 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:29.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:29 smithi133 bash[15104]: audit 2024-09-11T07:42:28.612301+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:29.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:29 smithi133 bash[19346]: audit 2024-09-11T07:42:28.610228+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:29.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:29 smithi133 bash[19346]: cluster 2024-09-11T07:42:28.611598+0000 mgr.y (mgr.14138) 106 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:29.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:29 smithi133 bash[19346]: audit 2024-09-11T07:42:28.612301+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:30.176 INFO:journalctl@ceph.osd.2.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:42:31.199 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:30 smithi133 bash[24820]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T07:42:31.199 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:30 smithi133 bash[24820]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-09-11T07:42:31.200 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:30 smithi133 bash[24820]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T07:42:31.200 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:30 smithi133 bash[24820]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-11T07:42:31.200 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:30 smithi133 bash[24820]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T07:42:31.200 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:30 smithi133 bash[24820]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T07:42:31.200 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:30 smithi133 bash[24820]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-11T07:42:31.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:31 smithi169 bash[14688]: cluster 2024-09-11T07:42:30.612225+0000 mgr.y (mgr.14138) 107 : cluster [DBG] pgmap v84: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:31.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:31 smithi133 bash[15104]: cluster 2024-09-11T07:42:30.612225+0000 mgr.y (mgr.14138) 107 : cluster [DBG] pgmap v84: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:31.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:31 smithi133 bash[19346]: cluster 2024-09-11T07:42:30.612225+0000 mgr.y (mgr.14138) 107 : cluster [DBG] pgmap v84: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:33.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:33 smithi169 bash[14688]: cluster 2024-09-11T07:42:32.612842+0000 mgr.y (mgr.14138) 108 : cluster [DBG] pgmap v85: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:33 smithi133 bash[15104]: cluster 2024-09-11T07:42:32.612842+0000 mgr.y (mgr.14138) 108 : cluster [DBG] pgmap v85: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:33.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:33 smithi133 bash[19346]: cluster 2024-09-11T07:42:32.612842+0000 mgr.y (mgr.14138) 108 : cluster [DBG] pgmap v85: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:35.822 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:35 smithi133 bash[25173]: debug 2024-09-11T07:42:35.556+0000 7f287f535f40 -1 Falling back to public interface 2024-09-11T07:42:35.822 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:35 smithi133 bash[15104]: cluster 2024-09-11T07:42:34.613335+0000 mgr.y (mgr.14138) 109 : cluster [DBG] pgmap v86: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:35.822 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:35 smithi133 bash[19346]: cluster 2024-09-11T07:42:34.613335+0000 mgr.y (mgr.14138) 109 : cluster [DBG] pgmap v86: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:35.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:35 smithi169 bash[14688]: cluster 2024-09-11T07:42:34.613335+0000 mgr.y (mgr.14138) 109 : cluster [DBG] pgmap v86: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:36.433 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T07:42:36.433 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T07:42:36.433 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-09-11T07:42:36.433 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-09-11T07:42:36.433 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0207766 s, 505 MB/s 2024-09-11T07:42:36.433 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-09-11T07:42:36.471 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:36 smithi133 bash[25173]: debug 2024-09-11T07:42:36.200+0000 7f287f535f40 -1 osd.2 0 log_to_monitors {default=true} 2024-09-11T07:42:36.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:36 smithi169 bash[14688]: audit 2024-09-11T07:42:36.208842+0000 mon.a (mon.0) 317 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:42:36.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:36 smithi133 bash[19346]: audit 2024-09-11T07:42:36.208842+0000 mon.a (mon.0) 317 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:42:36.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:36 smithi133 bash[15104]: audit 2024-09-11T07:42:36.208842+0000 mon.a (mon.0) 317 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:42:37.123 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_1 2024-09-11T07:42:37.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:37 smithi169 bash[14688]: cluster 2024-09-11T07:42:36.613833+0000 mgr.y (mgr.14138) 110 : cluster [DBG] pgmap v87: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:37 smithi169 bash[14688]: audit 2024-09-11T07:42:36.661912+0000 mon.a (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:42:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:37 smithi169 bash[14688]: cluster 2024-09-11T07:42:36.662009+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T07:42:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:37 smithi169 bash[14688]: audit 2024-09-11T07:42:36.662234+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:37 smithi169 bash[14688]: audit 2024-09-11T07:42:36.662788+0000 mon.a (mon.0) 321 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:42:37.949 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[25173]: debug 2024-09-11T07:42:37.668+0000 7f286800b700 -1 osd.2 0 waiting for initial osdmap 2024-09-11T07:42:37.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[19346]: cluster 2024-09-11T07:42:36.613833+0000 mgr.y (mgr.14138) 110 : cluster [DBG] pgmap v87: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:37.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[19346]: audit 2024-09-11T07:42:36.661912+0000 mon.a (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:42:37.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[19346]: cluster 2024-09-11T07:42:36.662009+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T07:42:37.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[19346]: audit 2024-09-11T07:42:36.662234+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:37.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[19346]: audit 2024-09-11T07:42:36.662788+0000 mon.a (mon.0) 321 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:42:37.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[15104]: cluster 2024-09-11T07:42:36.613833+0000 mgr.y (mgr.14138) 110 : cluster [DBG] pgmap v87: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:37.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[15104]: audit 2024-09-11T07:42:36.661912+0000 mon.a (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:42:37.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[15104]: cluster 2024-09-11T07:42:36.662009+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T07:42:37.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[15104]: audit 2024-09-11T07:42:36.662234+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:37.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:37 smithi133 bash[15104]: audit 2024-09-11T07:42:36.662788+0000 mon.a (mon.0) 321 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:42:38.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:38 smithi133 bash[15104]: audit 2024-09-11T07:42:37.665909+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:42:38.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:38 smithi133 bash[15104]: cluster 2024-09-11T07:42:37.666080+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-11T07:42:38.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:38 smithi133 bash[15104]: audit 2024-09-11T07:42:37.667049+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:38.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:38 smithi133 bash[15104]: audit 2024-09-11T07:42:37.675028+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:38.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:38 smithi133 bash[19346]: audit 2024-09-11T07:42:37.665909+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:42:38.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:38 smithi133 bash[19346]: cluster 2024-09-11T07:42:37.666080+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-11T07:42:38.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:38 smithi133 bash[19346]: audit 2024-09-11T07:42:37.667049+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:38.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:38 smithi133 bash[19346]: audit 2024-09-11T07:42:37.675028+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:39.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:38 smithi169 bash[14688]: audit 2024-09-11T07:42:37.665909+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:42:39.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:38 smithi169 bash[14688]: cluster 2024-09-11T07:42:37.666080+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-11T07:42:39.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:38 smithi169 bash[14688]: audit 2024-09-11T07:42:37.667049+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:39.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:38 smithi169 bash[14688]: audit 2024-09-11T07:42:37.675028+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: cluster 2024-09-11T07:42:37.166194+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: cluster 2024-09-11T07:42:37.166311+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: cluster 2024-09-11T07:42:38.614348+0000 mgr.y (mgr.14138) 111 : cluster [DBG] pgmap v90: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: cluster 2024-09-11T07:42:38.680271+0000 mon.a (mon.0) 326 : cluster [INF] osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383] boot 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: cluster 2024-09-11T07:42:38.680607+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: audit 2024-09-11T07:42:38.681266+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: audit 2024-09-11T07:42:38.686974+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: audit 2024-09-11T07:42:38.987346+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: audit 2024-09-11T07:42:38.994046+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: cephadm 2024-09-11T07:42:38.996405+0000 mgr.y (mgr.14138) 112 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:42:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: audit 2024-09-11T07:42:39.364462+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[15104]: cluster 2024-09-11T07:42:39.680457+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: cluster 2024-09-11T07:42:37.166194+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: cluster 2024-09-11T07:42:37.166311+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: cluster 2024-09-11T07:42:38.614348+0000 mgr.y (mgr.14138) 111 : cluster [DBG] pgmap v90: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: cluster 2024-09-11T07:42:38.680271+0000 mon.a (mon.0) 326 : cluster [INF] osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383] boot 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: cluster 2024-09-11T07:42:38.680607+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: audit 2024-09-11T07:42:38.681266+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: audit 2024-09-11T07:42:38.686974+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: audit 2024-09-11T07:42:38.987346+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: audit 2024-09-11T07:42:38.994046+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: cephadm 2024-09-11T07:42:38.996405+0000 mgr.y (mgr.14138) 112 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: audit 2024-09-11T07:42:39.364462+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:39.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:39 smithi133 bash[19346]: cluster 2024-09-11T07:42:39.680457+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-11T07:42:40.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: cluster 2024-09-11T07:42:37.166194+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:42:40.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: cluster 2024-09-11T07:42:37.166311+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:42:40.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: cluster 2024-09-11T07:42:38.614348+0000 mgr.y (mgr.14138) 111 : cluster [DBG] pgmap v90: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-11T07:42:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: cluster 2024-09-11T07:42:38.680271+0000 mon.a (mon.0) 326 : cluster [INF] osd.2 [v2:172.21.15.133:6818/1849914383,v1:172.21.15.133:6819/1849914383] boot 2024-09-11T07:42:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: cluster 2024-09-11T07:42:38.680607+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:42:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: audit 2024-09-11T07:42:38.681266+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:42:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: audit 2024-09-11T07:42:38.686974+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: audit 2024-09-11T07:42:38.987346+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: audit 2024-09-11T07:42:38.994046+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: cephadm 2024-09-11T07:42:38.996405+0000 mgr.y (mgr.14138) 112 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:42:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: audit 2024-09-11T07:42:39.364462+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:39 smithi169 bash[14688]: cluster 2024-09-11T07:42:39.680457+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-11T07:42:41.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[15104]: cluster 2024-09-11T07:42:40.614891+0000 mgr.y (mgr.14138) 113 : cluster [DBG] pgmap v93: 1 pgs: 1 active+undersized; 0 B data, 544 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:41.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[15104]: audit 2024-09-11T07:42:41.181076+0000 mgr.y (mgr.14138) 114 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[15104]: audit 2024-09-11T07:42:41.182665+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[15104]: audit 2024-09-11T07:42:41.185343+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[15104]: audit 2024-09-11T07:42:41.186669+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[15104]: audit 2024-09-11T07:42:41.188137+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[19346]: cluster 2024-09-11T07:42:40.614891+0000 mgr.y (mgr.14138) 113 : cluster [DBG] pgmap v93: 1 pgs: 1 active+undersized; 0 B data, 544 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[19346]: audit 2024-09-11T07:42:41.181076+0000 mgr.y (mgr.14138) 114 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[19346]: audit 2024-09-11T07:42:41.182665+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[19346]: audit 2024-09-11T07:42:41.185343+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[19346]: audit 2024-09-11T07:42:41.186669+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:41.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:41 smithi133 bash[19346]: audit 2024-09-11T07:42:41.188137+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:42.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:41 smithi169 bash[14688]: cluster 2024-09-11T07:42:40.614891+0000 mgr.y (mgr.14138) 113 : cluster [DBG] pgmap v93: 1 pgs: 1 active+undersized; 0 B data, 544 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:42.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:41 smithi169 bash[14688]: audit 2024-09-11T07:42:41.181076+0000 mgr.y (mgr.14138) 114 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:42:42.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:41 smithi169 bash[14688]: audit 2024-09-11T07:42:41.182665+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:42:42.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:41 smithi169 bash[14688]: audit 2024-09-11T07:42:41.185343+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:42:42.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:41 smithi169 bash[14688]: audit 2024-09-11T07:42:41.186669+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:42.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:41 smithi169 bash[14688]: audit 2024-09-11T07:42:41.188137+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:42 smithi133 bash[15104]: cephadm 2024-09-11T07:42:41.184952+0000 mgr.y (mgr.14138) 115 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:42:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:42 smithi133 bash[19346]: cephadm 2024-09-11T07:42:41.184952+0000 mgr.y (mgr.14138) 115 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:42:43.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:42 smithi169 bash[14688]: cephadm 2024-09-11T07:42:41.184952+0000 mgr.y (mgr.14138) 115 : cephadm [INF] Applying drive group None on host smithi133... 2024-09-11T07:42:43.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:43 smithi133 bash[19346]: cluster 2024-09-11T07:42:42.615529+0000 mgr.y (mgr.14138) 116 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:43.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:43 smithi133 bash[15104]: cluster 2024-09-11T07:42:42.615529+0000 mgr.y (mgr.14138) 116 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:44.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:43 smithi169 bash[14688]: cluster 2024-09-11T07:42:42.615529+0000 mgr.y (mgr.14138) 116 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:46.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:45 smithi169 bash[14688]: cluster 2024-09-11T07:42:44.616054+0000 mgr.y (mgr.14138) 117 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:46.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:45 smithi169 bash[14688]: audit 2024-09-11T07:42:45.351118+0000 mon.a (mon.0) 338 : audit [INF] from='client.? 172.21.15.133:0/4085046860' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8b5bc759-3311-41fd-b304-88f5cbf0a5bf"}]: dispatch 2024-09-11T07:42:46.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:45 smithi169 bash[14688]: audit 2024-09-11T07:42:45.358589+0000 mon.a (mon.0) 339 : audit [INF] from='client.? 172.21.15.133:0/4085046860' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8b5bc759-3311-41fd-b304-88f5cbf0a5bf"}]': finished 2024-09-11T07:42:46.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:45 smithi169 bash[14688]: cluster 2024-09-11T07:42:45.358700+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T07:42:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:45 smithi169 bash[14688]: audit 2024-09-11T07:42:45.358924+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:42:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[15104]: cluster 2024-09-11T07:42:44.616054+0000 mgr.y (mgr.14138) 117 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[15104]: audit 2024-09-11T07:42:45.351118+0000 mon.a (mon.0) 338 : audit [INF] from='client.? 172.21.15.133:0/4085046860' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8b5bc759-3311-41fd-b304-88f5cbf0a5bf"}]: dispatch 2024-09-11T07:42:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[15104]: audit 2024-09-11T07:42:45.358589+0000 mon.a (mon.0) 339 : audit [INF] from='client.? 172.21.15.133:0/4085046860' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8b5bc759-3311-41fd-b304-88f5cbf0a5bf"}]': finished 2024-09-11T07:42:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[15104]: cluster 2024-09-11T07:42:45.358700+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T07:42:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[15104]: audit 2024-09-11T07:42:45.358924+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:42:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[19346]: cluster 2024-09-11T07:42:44.616054+0000 mgr.y (mgr.14138) 117 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[19346]: audit 2024-09-11T07:42:45.351118+0000 mon.a (mon.0) 338 : audit [INF] from='client.? 172.21.15.133:0/4085046860' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8b5bc759-3311-41fd-b304-88f5cbf0a5bf"}]: dispatch 2024-09-11T07:42:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[19346]: audit 2024-09-11T07:42:45.358589+0000 mon.a (mon.0) 339 : audit [INF] from='client.? 172.21.15.133:0/4085046860' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8b5bc759-3311-41fd-b304-88f5cbf0a5bf"}]': finished 2024-09-11T07:42:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[19346]: cluster 2024-09-11T07:42:45.358700+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T07:42:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:45 smithi133 bash[19346]: audit 2024-09-11T07:42:45.358924+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:42:47.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:46 smithi169 bash[14688]: audit 2024-09-11T07:42:45.935311+0000 mon.a (mon.0) 342 : audit [DBG] from='client.? 172.21.15.133:0/1951707268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:42:47.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:46 smithi133 bash[15104]: audit 2024-09-11T07:42:45.935311+0000 mon.a (mon.0) 342 : audit [DBG] from='client.? 172.21.15.133:0/1951707268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:42:47.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:46 smithi133 bash[19346]: audit 2024-09-11T07:42:45.935311+0000 mon.a (mon.0) 342 : audit [DBG] from='client.? 172.21.15.133:0/1951707268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:42:48.136 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:47 smithi133 bash[15104]: cluster 2024-09-11T07:42:46.616554+0000 mgr.y (mgr.14138) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:48.137 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:47 smithi133 bash[19346]: cluster 2024-09-11T07:42:46.616554+0000 mgr.y (mgr.14138) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:48.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:47 smithi169 bash[14688]: cluster 2024-09-11T07:42:46.616554+0000 mgr.y (mgr.14138) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:50.107 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:49 smithi133 bash[19346]: cluster 2024-09-11T07:42:48.617059+0000 mgr.y (mgr.14138) 119 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:50.107 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:49 smithi133 bash[19346]: audit 2024-09-11T07:42:48.875921+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:50.107 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:49 smithi133 bash[15104]: cluster 2024-09-11T07:42:48.617059+0000 mgr.y (mgr.14138) 119 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:50.107 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:49 smithi133 bash[15104]: audit 2024-09-11T07:42:48.875921+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:50.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:49 smithi169 bash[14688]: cluster 2024-09-11T07:42:48.617059+0000 mgr.y (mgr.14138) 119 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:50.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:49 smithi169 bash[14688]: audit 2024-09-11T07:42:48.875921+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:51 smithi169 bash[14688]: cluster 2024-09-11T07:42:50.617630+0000 mgr.y (mgr.14138) 120 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:52.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:51 smithi133 bash[15104]: cluster 2024-09-11T07:42:50.617630+0000 mgr.y (mgr.14138) 120 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:52.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:51 smithi133 bash[19346]: cluster 2024-09-11T07:42:50.617630+0000 mgr.y (mgr.14138) 120 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:53 smithi133 bash[15104]: cluster 2024-09-11T07:42:52.618206+0000 mgr.y (mgr.14138) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:53 smithi133 bash[15104]: audit 2024-09-11T07:42:53.252623+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:42:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:53 smithi133 bash[15104]: audit 2024-09-11T07:42:53.254238+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:53 smithi133 bash[15104]: audit 2024-09-11T07:42:53.256124+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T07:42:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:53 smithi133 bash[19346]: cluster 2024-09-11T07:42:52.618206+0000 mgr.y (mgr.14138) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:53 smithi133 bash[19346]: audit 2024-09-11T07:42:53.252623+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:42:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:53 smithi133 bash[19346]: audit 2024-09-11T07:42:53.254238+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:53 smithi133 bash[19346]: audit 2024-09-11T07:42:53.256124+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T07:42:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:53 smithi169 bash[14688]: cluster 2024-09-11T07:42:52.618206+0000 mgr.y (mgr.14138) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:53 smithi169 bash[14688]: audit 2024-09-11T07:42:53.252623+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:42:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:53 smithi169 bash[14688]: audit 2024-09-11T07:42:53.254238+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:42:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:53 smithi169 bash[14688]: audit 2024-09-11T07:42:53.256124+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T07:42:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:54 smithi133 bash[19346]: cephadm 2024-09-11T07:42:53.255486+0000 mgr.y (mgr.14138) 122 : cephadm [INF] Deploying daemon osd.3 on smithi133 2024-09-11T07:42:54.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:54 smithi133 bash[15104]: cephadm 2024-09-11T07:42:53.255486+0000 mgr.y (mgr.14138) 122 : cephadm [INF] Deploying daemon osd.3 on smithi133 2024-09-11T07:42:55.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:54 smithi169 bash[14688]: cephadm 2024-09-11T07:42:53.255486+0000 mgr.y (mgr.14138) 122 : cephadm [INF] Deploying daemon osd.3 on smithi133 2024-09-11T07:42:55.940 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:55 smithi133 bash[15104]: cluster 2024-09-11T07:42:54.618746+0000 mgr.y (mgr.14138) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:55.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:55 smithi133 bash[19346]: cluster 2024-09-11T07:42:54.618746+0000 mgr.y (mgr.14138) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:55.969 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 3 on host 'smithi133' 2024-09-11T07:42:56.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:55 smithi169 bash[14688]: cluster 2024-09-11T07:42:54.618746+0000 mgr.y (mgr.14138) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:56.845 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:56 smithi133 bash[15104]: audit 2024-09-11T07:42:55.959178+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:56.845 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:56 smithi133 bash[15104]: audit 2024-09-11T07:42:55.963923+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:57.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:56 smithi169 bash[14688]: audit 2024-09-11T07:42:55.959178+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:57.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:56 smithi169 bash[14688]: audit 2024-09-11T07:42:55.963923+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:56 smithi133 bash[19346]: audit 2024-09-11T07:42:55.959178+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:42:57.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:56 smithi133 bash[19346]: audit 2024-09-11T07:42:55.963923+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:57.592 DEBUG:teuthology.orchestra.run.smithi133:osd.3> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.3.service 2024-09-11T07:42:57.595 INFO:tasks.cephadm:Deploying osd.4 on smithi169 with /dev/vg_nvme/lv_4... 2024-09-11T07:42:57.595 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T07:42:57.627 INFO:journalctl@ceph.osd.3.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:42:58.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:58 smithi169 bash[14688]: cluster 2024-09-11T07:42:56.619324+0000 mgr.y (mgr.14138) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:58.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:58 smithi169 bash[14688]: audit 2024-09-11T07:42:57.071498+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:58.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:42:58 smithi169 bash[14688]: audit 2024-09-11T07:42:57.072954+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:58.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[15104]: cluster 2024-09-11T07:42:56.619324+0000 mgr.y (mgr.14138) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:58.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[15104]: audit 2024-09-11T07:42:57.071498+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:58.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[15104]: audit 2024-09-11T07:42:57.072954+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:58.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[19346]: cluster 2024-09-11T07:42:56.619324+0000 mgr.y (mgr.14138) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:42:58.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[19346]: audit 2024-09-11T07:42:57.071498+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:42:58.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[19346]: audit 2024-09-11T07:42:57.072954+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:42:59.200 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[26417]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T07:42:59.200 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[26417]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-09-11T07:42:59.200 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[26417]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T07:42:59.200 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[26417]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-09-11T07:42:59.200 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[26417]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T07:42:59.200 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[26417]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T07:42:59.201 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:42:58 smithi133 bash[26417]: --> ceph-volume lvm activate successful for osd ID: 3 2024-09-11T07:43:00.341 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:00 smithi133 bash[15104]: cluster 2024-09-11T07:42:58.619891+0000 mgr.y (mgr.14138) 125 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:00.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:00 smithi133 bash[19346]: cluster 2024-09-11T07:42:58.619891+0000 mgr.y (mgr.14138) 125 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:00.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:00 smithi169 bash[14688]: cluster 2024-09-11T07:42:58.619891+0000 mgr.y (mgr.14138) 125 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:01.357 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T07:43:01.357 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T07:43:01.357 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-09-11T07:43:01.357 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-09-11T07:43:01.358 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0211991 s, 495 MB/s 2024-09-11T07:43:01.358 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-09-11T07:43:01.401 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:01 smithi169 bash[14688]: audit 2024-09-11T07:43:00.764169+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:43:01.402 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:01 smithi169 bash[14688]: audit 2024-09-11T07:43:00.774270+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:43:01.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:01 smithi133 bash[15104]: audit 2024-09-11T07:43:00.764169+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:43:01.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:01 smithi133 bash[15104]: audit 2024-09-11T07:43:00.774270+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:43:01.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:01 smithi133 bash[19346]: audit 2024-09-11T07:43:00.764169+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:43:01.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:01 smithi133 bash[19346]: audit 2024-09-11T07:43:00.774270+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:43:02.001 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi169:vg_nvme/lv_4 2024-09-11T07:43:02.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:02 smithi133 bash[15104]: cluster 2024-09-11T07:43:00.620550+0000 mgr.y (mgr.14138) 126 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:02 smithi133 bash[19346]: cluster 2024-09-11T07:43:00.620550+0000 mgr.y (mgr.14138) 126 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:02.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:02 smithi169 bash[14688]: cluster 2024-09-11T07:43:00.620550+0000 mgr.y (mgr.14138) 126 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:02.949 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:43:02 smithi133 bash[26730]: debug 2024-09-11T07:43:02.488+0000 7f0491ad9f40 -1 Falling back to public interface 2024-09-11T07:43:03.449 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:43:03 smithi133 bash[26730]: debug 2024-09-11T07:43:03.152+0000 7f0491ad9f40 -1 osd.3 0 log_to_monitors {default=true} 2024-09-11T07:43:04.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:04 smithi169 bash[14688]: cluster 2024-09-11T07:43:02.621062+0000 mgr.y (mgr.14138) 127 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:04.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:04 smithi169 bash[14688]: audit 2024-09-11T07:43:03.160705+0000 mon.c (mon.1) 8 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/3964821002,v1:172.21.15.133:6827/3964821002]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:43:04.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:04 smithi169 bash[14688]: audit 2024-09-11T07:43:03.161277+0000 mon.a (mon.0) 353 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:43:04.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:04 smithi169 bash[14688]: audit 2024-09-11T07:43:03.883032+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:04.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:04 smithi133 bash[15104]: cluster 2024-09-11T07:43:02.621062+0000 mgr.y (mgr.14138) 127 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:04.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:04 smithi133 bash[15104]: audit 2024-09-11T07:43:03.160705+0000 mon.c (mon.1) 8 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/3964821002,v1:172.21.15.133:6827/3964821002]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:43:04.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:04 smithi133 bash[15104]: audit 2024-09-11T07:43:03.161277+0000 mon.a (mon.0) 353 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:43:04.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:04 smithi133 bash[15104]: audit 2024-09-11T07:43:03.883032+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:04.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:04 smithi133 bash[19346]: cluster 2024-09-11T07:43:02.621062+0000 mgr.y (mgr.14138) 127 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:04.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:04 smithi133 bash[19346]: audit 2024-09-11T07:43:03.160705+0000 mon.c (mon.1) 8 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/3964821002,v1:172.21.15.133:6827/3964821002]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:43:04.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:04 smithi133 bash[19346]: audit 2024-09-11T07:43:03.161277+0000 mon.a (mon.0) 353 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:43:04.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:04 smithi133 bash[19346]: audit 2024-09-11T07:43:03.883032+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:05.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:05 smithi169 bash[14688]: audit 2024-09-11T07:43:04.101539+0000 mon.a (mon.0) 355 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:43:05.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:05 smithi169 bash[14688]: cluster 2024-09-11T07:43:04.101640+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T07:43:05.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:05 smithi169 bash[14688]: audit 2024-09-11T07:43:04.101808+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:05.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:05 smithi169 bash[14688]: audit 2024-09-11T07:43:04.102522+0000 mon.c (mon.1) 9 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/3964821002,v1:172.21.15.133:6827/3964821002]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:43:05.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:05 smithi169 bash[14688]: audit 2024-09-11T07:43:04.102871+0000 mon.a (mon.0) 358 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:43:05.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:05 smithi169 bash[14688]: audit 2024-09-11T07:43:04.182065+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:05.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:05 smithi169 bash[14688]: cephadm 2024-09-11T07:43:04.183110+0000 mgr.y (mgr.14138) 128 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:43:05.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:05 smithi169 bash[14688]: audit 2024-09-11T07:43:04.561583+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:05.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:05 smithi169 bash[14688]: audit 2024-09-11T07:43:04.568595+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[15104]: audit 2024-09-11T07:43:04.101539+0000 mon.a (mon.0) 355 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:43:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[15104]: cluster 2024-09-11T07:43:04.101640+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T07:43:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[15104]: audit 2024-09-11T07:43:04.101808+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[15104]: audit 2024-09-11T07:43:04.102522+0000 mon.c (mon.1) 9 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/3964821002,v1:172.21.15.133:6827/3964821002]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:43:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[15104]: audit 2024-09-11T07:43:04.102871+0000 mon.a (mon.0) 358 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:43:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[15104]: audit 2024-09-11T07:43:04.182065+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[15104]: cephadm 2024-09-11T07:43:04.183110+0000 mgr.y (mgr.14138) 128 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:43:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[15104]: audit 2024-09-11T07:43:04.561583+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[15104]: audit 2024-09-11T07:43:04.568595+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:05.450 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[26730]: debug 2024-09-11T07:43:05.112+0000 7f04765a7700 -1 osd.3 0 waiting for initial osdmap 2024-09-11T07:43:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[19346]: audit 2024-09-11T07:43:04.101539+0000 mon.a (mon.0) 355 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:43:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[19346]: cluster 2024-09-11T07:43:04.101640+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T07:43:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[19346]: audit 2024-09-11T07:43:04.101808+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[19346]: audit 2024-09-11T07:43:04.102522+0000 mon.c (mon.1) 9 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/3964821002,v1:172.21.15.133:6827/3964821002]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:43:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[19346]: audit 2024-09-11T07:43:04.102871+0000 mon.a (mon.0) 358 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T07:43:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[19346]: audit 2024-09-11T07:43:04.182065+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[19346]: cephadm 2024-09-11T07:43:04.183110+0000 mgr.y (mgr.14138) 128 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:43:05.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[19346]: audit 2024-09-11T07:43:04.561583+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:05.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:05 smithi133 bash[19346]: audit 2024-09-11T07:43:04.568595+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:06.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:06 smithi169 bash[14688]: cluster 2024-09-11T07:43:04.621601+0000 mgr.y (mgr.14138) 129 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:06 smithi169 bash[14688]: audit 2024-09-11T07:43:05.105537+0000 mon.a (mon.0) 362 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:43:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:06 smithi169 bash[14688]: cluster 2024-09-11T07:43:05.105774+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-11T07:43:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:06 smithi169 bash[14688]: audit 2024-09-11T07:43:05.106571+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:06 smithi169 bash[14688]: audit 2024-09-11T07:43:05.113992+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:06 smithi169 bash[14688]: audit 2024-09-11T07:43:05.392880+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:43:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:06 smithi169 bash[14688]: audit 2024-09-11T07:43:05.396648+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:43:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:06 smithi169 bash[14688]: audit 2024-09-11T07:43:05.398353+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:06 smithi169 bash[14688]: audit 2024-09-11T07:43:05.400148+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:06.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[15104]: cluster 2024-09-11T07:43:04.621601+0000 mgr.y (mgr.14138) 129 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:06.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[15104]: audit 2024-09-11T07:43:05.105537+0000 mon.a (mon.0) 362 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:43:06.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[15104]: cluster 2024-09-11T07:43:05.105774+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-11T07:43:06.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[15104]: audit 2024-09-11T07:43:05.106571+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:06.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[15104]: audit 2024-09-11T07:43:05.113992+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[15104]: audit 2024-09-11T07:43:05.392880+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[15104]: audit 2024-09-11T07:43:05.396648+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[15104]: audit 2024-09-11T07:43:05.398353+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[15104]: audit 2024-09-11T07:43:05.400148+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[19346]: cluster 2024-09-11T07:43:04.621601+0000 mgr.y (mgr.14138) 129 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[19346]: audit 2024-09-11T07:43:05.105537+0000 mon.a (mon.0) 362 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[19346]: cluster 2024-09-11T07:43:05.105774+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[19346]: audit 2024-09-11T07:43:05.106571+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[19346]: audit 2024-09-11T07:43:05.113992+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[19346]: audit 2024-09-11T07:43:05.392880+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:43:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[19346]: audit 2024-09-11T07:43:05.396648+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:43:06.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[19346]: audit 2024-09-11T07:43:05.398353+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:06.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:06 smithi133 bash[19346]: audit 2024-09-11T07:43:05.400148+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:07.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:07 smithi169 bash[14688]: cluster 2024-09-11T07:43:04.123727+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:43:07.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:07 smithi169 bash[14688]: cluster 2024-09-11T07:43:04.123760+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:43:07.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:07 smithi169 bash[14688]: audit 2024-09-11T07:43:05.390989+0000 mgr.y (mgr.14138) 130 : audit [DBG] from='client.34223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:43:07.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:07 smithi169 bash[14688]: cephadm 2024-09-11T07:43:05.396078+0000 mgr.y (mgr.14138) 131 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:43:07.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:07 smithi169 bash[14688]: cluster 2024-09-11T07:43:06.116187+0000 mon.a (mon.0) 370 : cluster [INF] osd.3 [v2:172.21.15.133:6826/3964821002,v1:172.21.15.133:6827/3964821002] boot 2024-09-11T07:43:07.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:07 smithi169 bash[14688]: cluster 2024-09-11T07:43:06.116332+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T07:43:07.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:07 smithi169 bash[14688]: audit 2024-09-11T07:43:06.117188+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:07.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[15104]: cluster 2024-09-11T07:43:04.123727+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:43:07.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[15104]: cluster 2024-09-11T07:43:04.123760+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:43:07.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[15104]: audit 2024-09-11T07:43:05.390989+0000 mgr.y (mgr.14138) 130 : audit [DBG] from='client.34223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[15104]: cephadm 2024-09-11T07:43:05.396078+0000 mgr.y (mgr.14138) 131 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[15104]: cluster 2024-09-11T07:43:06.116187+0000 mon.a (mon.0) 370 : cluster [INF] osd.3 [v2:172.21.15.133:6826/3964821002,v1:172.21.15.133:6827/3964821002] boot 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[15104]: cluster 2024-09-11T07:43:06.116332+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[15104]: audit 2024-09-11T07:43:06.117188+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[19346]: cluster 2024-09-11T07:43:04.123727+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[19346]: cluster 2024-09-11T07:43:04.123760+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[19346]: audit 2024-09-11T07:43:05.390989+0000 mgr.y (mgr.14138) 130 : audit [DBG] from='client.34223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[19346]: cephadm 2024-09-11T07:43:05.396078+0000 mgr.y (mgr.14138) 131 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[19346]: cluster 2024-09-11T07:43:06.116187+0000 mon.a (mon.0) 370 : cluster [INF] osd.3 [v2:172.21.15.133:6826/3964821002,v1:172.21.15.133:6827/3964821002] boot 2024-09-11T07:43:07.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[19346]: cluster 2024-09-11T07:43:06.116332+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T07:43:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:07 smithi133 bash[19346]: audit 2024-09-11T07:43:06.117188+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:43:08.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:08 smithi169 bash[14688]: cluster 2024-09-11T07:43:06.622108+0000 mgr.y (mgr.14138) 132 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 632 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:08.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:08 smithi169 bash[14688]: cluster 2024-09-11T07:43:07.139231+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-11T07:43:08.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:08 smithi133 bash[15104]: cluster 2024-09-11T07:43:06.622108+0000 mgr.y (mgr.14138) 132 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 632 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:08.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:08 smithi133 bash[15104]: cluster 2024-09-11T07:43:07.139231+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-11T07:43:08.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:08 smithi133 bash[19346]: cluster 2024-09-11T07:43:06.622108+0000 mgr.y (mgr.14138) 132 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 632 KiB used, 265 GiB / 268 GiB avail 2024-09-11T07:43:08.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:08 smithi133 bash[19346]: cluster 2024-09-11T07:43:07.139231+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-11T07:43:10.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:10 smithi169 bash[14688]: cluster 2024-09-11T07:43:08.622672+0000 mgr.y (mgr.14138) 133 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:10.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:10 smithi169 bash[14688]: audit 2024-09-11T07:43:09.662531+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.169:0/316460872' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e52ccac6-d496-49d0-a4ad-275152825eb5"}]: dispatch 2024-09-11T07:43:10.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:10 smithi169 bash[14688]: audit 2024-09-11T07:43:09.663963+0000 mon.a (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e52ccac6-d496-49d0-a4ad-275152825eb5"}]: dispatch 2024-09-11T07:43:10.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:10 smithi169 bash[14688]: audit 2024-09-11T07:43:09.672367+0000 mon.a (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e52ccac6-d496-49d0-a4ad-275152825eb5"}]': finished 2024-09-11T07:43:10.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:10 smithi169 bash[14688]: cluster 2024-09-11T07:43:09.672555+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T07:43:10.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:10 smithi169 bash[14688]: audit 2024-09-11T07:43:09.672823+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[15104]: cluster 2024-09-11T07:43:08.622672+0000 mgr.y (mgr.14138) 133 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[15104]: audit 2024-09-11T07:43:09.662531+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.169:0/316460872' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e52ccac6-d496-49d0-a4ad-275152825eb5"}]: dispatch 2024-09-11T07:43:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[15104]: audit 2024-09-11T07:43:09.663963+0000 mon.a (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e52ccac6-d496-49d0-a4ad-275152825eb5"}]: dispatch 2024-09-11T07:43:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[15104]: audit 2024-09-11T07:43:09.672367+0000 mon.a (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e52ccac6-d496-49d0-a4ad-275152825eb5"}]': finished 2024-09-11T07:43:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[15104]: cluster 2024-09-11T07:43:09.672555+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T07:43:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[15104]: audit 2024-09-11T07:43:09.672823+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[19346]: cluster 2024-09-11T07:43:08.622672+0000 mgr.y (mgr.14138) 133 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[19346]: audit 2024-09-11T07:43:09.662531+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.169:0/316460872' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e52ccac6-d496-49d0-a4ad-275152825eb5"}]: dispatch 2024-09-11T07:43:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[19346]: audit 2024-09-11T07:43:09.663963+0000 mon.a (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e52ccac6-d496-49d0-a4ad-275152825eb5"}]: dispatch 2024-09-11T07:43:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[19346]: audit 2024-09-11T07:43:09.672367+0000 mon.a (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e52ccac6-d496-49d0-a4ad-275152825eb5"}]': finished 2024-09-11T07:43:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[19346]: cluster 2024-09-11T07:43:09.672555+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T07:43:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:10 smithi133 bash[19346]: audit 2024-09-11T07:43:09.672823+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:11.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:11 smithi169 bash[14688]: audit 2024-09-11T07:43:10.265191+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.169:0/947014249' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:43:11.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:11 smithi133 bash[15104]: audit 2024-09-11T07:43:10.265191+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.169:0/947014249' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:43:11.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:11 smithi133 bash[19346]: audit 2024-09-11T07:43:10.265191+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.169:0/947014249' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:43:12.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:12 smithi169 bash[14688]: cluster 2024-09-11T07:43:10.623250+0000 mgr.y (mgr.14138) 134 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 936 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:12.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:12 smithi133 bash[15104]: cluster 2024-09-11T07:43:10.623250+0000 mgr.y (mgr.14138) 134 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 936 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:12 smithi133 bash[19346]: cluster 2024-09-11T07:43:10.623250+0000 mgr.y (mgr.14138) 134 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 936 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:13.906 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:13 smithi133 bash[15104]: cluster 2024-09-11T07:43:12.623906+0000 mgr.y (mgr.14138) 135 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 976 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:13.907 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:13 smithi133 bash[15104]: audit 2024-09-11T07:43:13.094627+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:13.907 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:13 smithi133 bash[19346]: cluster 2024-09-11T07:43:12.623906+0000 mgr.y (mgr.14138) 135 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 976 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:13.907 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:13 smithi133 bash[19346]: audit 2024-09-11T07:43:13.094627+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:13.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:13 smithi169 bash[14688]: cluster 2024-09-11T07:43:12.623906+0000 mgr.y (mgr.14138) 135 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 976 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:13.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:13 smithi169 bash[14688]: audit 2024-09-11T07:43:13.094627+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:15.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:15 smithi169 bash[14688]: cluster 2024-09-11T07:43:14.624502+0000 mgr.y (mgr.14138) 136 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:15.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:15 smithi133 bash[15104]: cluster 2024-09-11T07:43:14.624502+0000 mgr.y (mgr.14138) 136 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:15 smithi133 bash[19346]: cluster 2024-09-11T07:43:14.624502+0000 mgr.y (mgr.14138) 136 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:17.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:17 smithi169 bash[14688]: cluster 2024-09-11T07:43:16.625163+0000 mgr.y (mgr.14138) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:17.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:17 smithi169 bash[14688]: audit 2024-09-11T07:43:17.437494+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:43:17.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:17 smithi169 bash[14688]: audit 2024-09-11T07:43:17.439410+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:17.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:17 smithi169 bash[14688]: audit 2024-09-11T07:43:17.441645+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T07:43:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:17 smithi133 bash[15104]: cluster 2024-09-11T07:43:16.625163+0000 mgr.y (mgr.14138) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:17 smithi133 bash[15104]: audit 2024-09-11T07:43:17.437494+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:43:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:17 smithi133 bash[15104]: audit 2024-09-11T07:43:17.439410+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:17 smithi133 bash[15104]: audit 2024-09-11T07:43:17.441645+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T07:43:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:17 smithi133 bash[19346]: cluster 2024-09-11T07:43:16.625163+0000 mgr.y (mgr.14138) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:17 smithi133 bash[19346]: audit 2024-09-11T07:43:17.437494+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:43:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:17 smithi133 bash[19346]: audit 2024-09-11T07:43:17.439410+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:17.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:17 smithi133 bash[19346]: audit 2024-09-11T07:43:17.441645+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T07:43:18.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:18 smithi133 bash[15104]: cephadm 2024-09-11T07:43:17.440928+0000 mgr.y (mgr.14138) 138 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-09-11T07:43:18.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:18 smithi133 bash[19346]: cephadm 2024-09-11T07:43:17.440928+0000 mgr.y (mgr.14138) 138 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-09-11T07:43:18.951 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:18 smithi169 bash[14688]: cephadm 2024-09-11T07:43:17.440928+0000 mgr.y (mgr.14138) 138 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-09-11T07:43:19.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:19 smithi169 bash[14688]: cluster 2024-09-11T07:43:18.625771+0000 mgr.y (mgr.14138) 139 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:19.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:19 smithi133 bash[15104]: cluster 2024-09-11T07:43:18.625771+0000 mgr.y (mgr.14138) 139 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:19.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:19 smithi133 bash[19346]: cluster 2024-09-11T07:43:18.625771+0000 mgr.y (mgr.14138) 139 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:20.055 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 4 on host 'smithi169' 2024-09-11T07:43:20.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:20 smithi169 bash[14688]: audit 2024-09-11T07:43:20.043646+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:20.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:20 smithi169 bash[14688]: audit 2024-09-11T07:43:20.049147+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:20.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:20 smithi133 bash[19346]: audit 2024-09-11T07:43:20.043646+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:20.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:20 smithi133 bash[19346]: audit 2024-09-11T07:43:20.049147+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:20 smithi133 bash[15104]: audit 2024-09-11T07:43:20.043646+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:20 smithi133 bash[15104]: audit 2024-09-11T07:43:20.049147+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:21.462 DEBUG:teuthology.orchestra.run.smithi169:osd.4> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.4.service 2024-09-11T07:43:21.464 INFO:tasks.cephadm:Deploying osd.5 on smithi169 with /dev/vg_nvme/lv_3... 2024-09-11T07:43:21.464 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T07:43:22.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:21 smithi133 bash[15104]: cluster 2024-09-11T07:43:20.626289+0000 mgr.y (mgr.14138) 140 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:22.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:21 smithi133 bash[15104]: audit 2024-09-11T07:43:20.924430+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:22.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:21 smithi133 bash[15104]: audit 2024-09-11T07:43:20.926307+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:22.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:21 smithi133 bash[19346]: cluster 2024-09-11T07:43:20.626289+0000 mgr.y (mgr.14138) 140 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:22.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:21 smithi133 bash[19346]: audit 2024-09-11T07:43:20.924430+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:22.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:21 smithi133 bash[19346]: audit 2024-09-11T07:43:20.926307+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:22.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:21 smithi169 bash[14688]: cluster 2024-09-11T07:43:20.626289+0000 mgr.y (mgr.14138) 140 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:22.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:21 smithi169 bash[14688]: audit 2024-09-11T07:43:20.924430+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:22.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:21 smithi169 bash[14688]: audit 2024-09-11T07:43:20.926307+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:22.854 INFO:journalctl@ceph.osd.4.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:43:23.674 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:23 smithi169 bash[16722]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T07:43:23.674 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:23 smithi169 bash[16722]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-09-11T07:43:23.674 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:23 smithi169 bash[16722]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T07:43:23.674 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:23 smithi169 bash[16722]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-09-11T07:43:23.674 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:23 smithi169 bash[16722]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T07:43:23.675 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:23 smithi169 bash[16722]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T07:43:23.675 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:23 smithi169 bash[16722]: --> ceph-volume lvm activate successful for osd ID: 4 2024-09-11T07:43:24.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:23 smithi169 bash[14688]: cluster 2024-09-11T07:43:22.626842+0000 mgr.y (mgr.14138) 141 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:24.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:23 smithi133 bash[15104]: cluster 2024-09-11T07:43:22.626842+0000 mgr.y (mgr.14138) 141 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:24.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:23 smithi133 bash[19346]: cluster 2024-09-11T07:43:22.626842+0000 mgr.y (mgr.14138) 141 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:26.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:25 smithi169 bash[14688]: cluster 2024-09-11T07:43:24.627386+0000 mgr.y (mgr.14138) 142 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:26.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:25 smithi133 bash[15104]: cluster 2024-09-11T07:43:24.627386+0000 mgr.y (mgr.14138) 142 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:26.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:25 smithi133 bash[19346]: cluster 2024-09-11T07:43:24.627386+0000 mgr.y (mgr.14138) 142 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:27.674 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:27 smithi169 bash[17045]: debug 2024-09-11T07:43:27.369+0000 7f662c610f40 -1 Falling back to public interface 2024-09-11T07:43:28.162 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T07:43:28.162 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T07:43:28.162 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-09-11T07:43:28.162 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-09-11T07:43:28.163 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0185684 s, 565 MB/s 2024-09-11T07:43:28.163 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-09-11T07:43:28.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:27 smithi133 bash[15104]: cluster 2024-09-11T07:43:26.627936+0000 mgr.y (mgr.14138) 143 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:28.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:27 smithi133 bash[19346]: cluster 2024-09-11T07:43:26.627936+0000 mgr.y (mgr.14138) 143 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:28.203 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:28 smithi169 bash[17045]: debug 2024-09-11T07:43:28.021+0000 7f662c610f40 -1 osd.4 0 log_to_monitors {default=true} 2024-09-11T07:43:28.203 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:27 smithi169 bash[14688]: cluster 2024-09-11T07:43:26.627936+0000 mgr.y (mgr.14138) 143 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:28.852 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi169:vg_nvme/lv_3 2024-09-11T07:43:29.156 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:28 smithi169 bash[14688]: audit 2024-09-11T07:43:28.029161+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/2203783356,v1:172.21.15.169:6801/2203783356]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:43:29.156 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:28 smithi169 bash[14688]: audit 2024-09-11T07:43:28.030369+0000 mon.a (mon.0) 386 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:43:29.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:28 smithi133 bash[15104]: audit 2024-09-11T07:43:28.029161+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/2203783356,v1:172.21.15.169:6801/2203783356]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:43:29.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:28 smithi133 bash[15104]: audit 2024-09-11T07:43:28.030369+0000 mon.a (mon.0) 386 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:43:29.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:28 smithi133 bash[19346]: audit 2024-09-11T07:43:28.029161+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/2203783356,v1:172.21.15.169:6801/2203783356]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:43:29.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:28 smithi133 bash[19346]: audit 2024-09-11T07:43:28.030369+0000 mon.a (mon.0) 386 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:43:30.407 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 07:43:29 smithi169 bash[17045]: debug 2024-09-11T07:43:29.973+0000 7f66110de700 -1 osd.4 0 waiting for initial osdmap 2024-09-11T07:43:30.407 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:29 smithi169 bash[14688]: cluster 2024-09-11T07:43:28.628492+0000 mgr.y (mgr.14138) 144 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:30.407 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:29 smithi169 bash[14688]: audit 2024-09-11T07:43:28.951726+0000 mon.a (mon.0) 387 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:43:30.408 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:29 smithi169 bash[14688]: cluster 2024-09-11T07:43:28.951859+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T07:43:30.408 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:29 smithi169 bash[14688]: audit 2024-09-11T07:43:28.952104+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:30.408 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:29 smithi169 bash[14688]: audit 2024-09-11T07:43:28.952464+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/2203783356,v1:172.21.15.169:6801/2203783356]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:30.408 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:29 smithi169 bash[14688]: audit 2024-09-11T07:43:28.953350+0000 mon.a (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[15104]: cluster 2024-09-11T07:43:28.628492+0000 mgr.y (mgr.14138) 144 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[15104]: audit 2024-09-11T07:43:28.951726+0000 mon.a (mon.0) 387 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:43:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[15104]: cluster 2024-09-11T07:43:28.951859+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T07:43:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[15104]: audit 2024-09-11T07:43:28.952104+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[15104]: audit 2024-09-11T07:43:28.952464+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/2203783356,v1:172.21.15.169:6801/2203783356]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[15104]: audit 2024-09-11T07:43:28.953350+0000 mon.a (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:30.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[19346]: cluster 2024-09-11T07:43:28.628492+0000 mgr.y (mgr.14138) 144 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:30.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[19346]: audit 2024-09-11T07:43:28.951726+0000 mon.a (mon.0) 387 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:43:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[19346]: cluster 2024-09-11T07:43:28.951859+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T07:43:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[19346]: audit 2024-09-11T07:43:28.952104+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[19346]: audit 2024-09-11T07:43:28.952464+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/2203783356,v1:172.21.15.169:6801/2203783356]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:29 smithi133 bash[19346]: audit 2024-09-11T07:43:28.953350+0000 mon.a (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:31.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: audit 2024-09-11T07:43:29.963883+0000 mon.a (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:43:31.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: cluster 2024-09-11T07:43:29.964113+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-09-11T07:43:31.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: audit 2024-09-11T07:43:29.965331+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:31.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: audit 2024-09-11T07:43:29.973499+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:31.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: audit 2024-09-11T07:43:30.033436+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:31.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: audit 2024-09-11T07:43:30.346994+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:31.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: audit 2024-09-11T07:43:30.354258+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:31.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: audit 2024-09-11T07:43:30.363295+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:31.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: cluster 2024-09-11T07:43:30.962287+0000 mon.a (mon.0) 399 : cluster [INF] osd.4 [v2:172.21.15.169:6800/2203783356,v1:172.21.15.169:6801/2203783356] boot 2024-09-11T07:43:31.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: cluster 2024-09-11T07:43:30.962416+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T07:43:31.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:30 smithi169 bash[14688]: audit 2024-09-11T07:43:30.963285+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:31.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: audit 2024-09-11T07:43:29.963883+0000 mon.a (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:43:31.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: cluster 2024-09-11T07:43:29.964113+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-09-11T07:43:31.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: audit 2024-09-11T07:43:29.965331+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:31.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: audit 2024-09-11T07:43:29.973499+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:31.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: audit 2024-09-11T07:43:30.033436+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:31.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: audit 2024-09-11T07:43:30.346994+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:31.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: audit 2024-09-11T07:43:30.354258+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: audit 2024-09-11T07:43:30.363295+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: cluster 2024-09-11T07:43:30.962287+0000 mon.a (mon.0) 399 : cluster [INF] osd.4 [v2:172.21.15.169:6800/2203783356,v1:172.21.15.169:6801/2203783356] boot 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: cluster 2024-09-11T07:43:30.962416+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[15104]: audit 2024-09-11T07:43:30.963285+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: audit 2024-09-11T07:43:29.963883+0000 mon.a (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: cluster 2024-09-11T07:43:29.964113+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: audit 2024-09-11T07:43:29.965331+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: audit 2024-09-11T07:43:29.973499+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: audit 2024-09-11T07:43:30.033436+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: audit 2024-09-11T07:43:30.346994+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: audit 2024-09-11T07:43:30.354258+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:31.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: audit 2024-09-11T07:43:30.363295+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:31.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: cluster 2024-09-11T07:43:30.962287+0000 mon.a (mon.0) 399 : cluster [INF] osd.4 [v2:172.21.15.169:6800/2203783356,v1:172.21.15.169:6801/2203783356] boot 2024-09-11T07:43:31.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: cluster 2024-09-11T07:43:30.962416+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T07:43:31.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:30 smithi133 bash[19346]: audit 2024-09-11T07:43:30.963285+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:43:32.342 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:31 smithi169 bash[14688]: cluster 2024-09-11T07:43:29.011242+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:43:32.342 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:31 smithi169 bash[14688]: cluster 2024-09-11T07:43:29.011292+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:43:32.343 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:31 smithi169 bash[14688]: cluster 2024-09-11T07:43:30.629028+0000 mgr.y (mgr.14138) 145 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 1000 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:32.343 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:31 smithi169 bash[14688]: cluster 2024-09-11T07:43:31.962479+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T07:43:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:31 smithi133 bash[15104]: cluster 2024-09-11T07:43:29.011242+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:43:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:31 smithi133 bash[15104]: cluster 2024-09-11T07:43:29.011292+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:43:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:31 smithi133 bash[15104]: cluster 2024-09-11T07:43:30.629028+0000 mgr.y (mgr.14138) 145 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 1000 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:31 smithi133 bash[15104]: cluster 2024-09-11T07:43:31.962479+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T07:43:32.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:31 smithi133 bash[19346]: cluster 2024-09-11T07:43:29.011242+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:43:32.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:31 smithi133 bash[19346]: cluster 2024-09-11T07:43:29.011292+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:43:32.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:31 smithi133 bash[19346]: cluster 2024-09-11T07:43:30.629028+0000 mgr.y (mgr.14138) 145 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 1000 KiB used, 354 GiB / 358 GiB avail 2024-09-11T07:43:32.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:31 smithi133 bash[19346]: cluster 2024-09-11T07:43:31.962479+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T07:43:33.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:33 smithi169 bash[14688]: cluster 2024-09-11T07:43:32.629547+0000 mgr.y (mgr.14138) 146 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:33.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:33 smithi169 bash[14688]: audit 2024-09-11T07:43:32.693905+0000 mgr.y (mgr.14138) 147 : audit [DBG] from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:43:33.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:33 smithi169 bash[14688]: audit 2024-09-11T07:43:32.695809+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:43:33.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:33 smithi169 bash[14688]: cephadm 2024-09-11T07:43:32.698790+0000 mgr.y (mgr.14138) 148 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:43:33.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:33 smithi169 bash[14688]: audit 2024-09-11T07:43:32.699415+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:43:33.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:33 smithi169 bash[14688]: audit 2024-09-11T07:43:32.701198+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:33.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:33 smithi169 bash[14688]: audit 2024-09-11T07:43:32.703045+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[15104]: cluster 2024-09-11T07:43:32.629547+0000 mgr.y (mgr.14138) 146 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[15104]: audit 2024-09-11T07:43:32.693905+0000 mgr.y (mgr.14138) 147 : audit [DBG] from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:43:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[15104]: audit 2024-09-11T07:43:32.695809+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:43:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[15104]: cephadm 2024-09-11T07:43:32.698790+0000 mgr.y (mgr.14138) 148 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:43:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[15104]: audit 2024-09-11T07:43:32.699415+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:43:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[15104]: audit 2024-09-11T07:43:32.701198+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[15104]: audit 2024-09-11T07:43:32.703045+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[19346]: cluster 2024-09-11T07:43:32.629547+0000 mgr.y (mgr.14138) 146 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[19346]: audit 2024-09-11T07:43:32.693905+0000 mgr.y (mgr.14138) 147 : audit [DBG] from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:43:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[19346]: audit 2024-09-11T07:43:32.695809+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:43:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[19346]: cephadm 2024-09-11T07:43:32.698790+0000 mgr.y (mgr.14138) 148 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:43:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[19346]: audit 2024-09-11T07:43:32.699415+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:43:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[19346]: audit 2024-09-11T07:43:32.701198+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:33 smithi133 bash[19346]: audit 2024-09-11T07:43:32.703045+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:35.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:35 smithi169 bash[14688]: cluster 2024-09-11T07:43:34.630092+0000 mgr.y (mgr.14138) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:35.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:35 smithi133 bash[19346]: cluster 2024-09-11T07:43:34.630092+0000 mgr.y (mgr.14138) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:35 smithi133 bash[15104]: cluster 2024-09-11T07:43:34.630092+0000 mgr.y (mgr.14138) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:36.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[19346]: audit 2024-09-11T07:43:36.642140+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.169:0/2170614540' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cda2039f-9da9-4d09-b2af-3d8a5967e70e"}]: dispatch 2024-09-11T07:43:36.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[19346]: audit 2024-09-11T07:43:36.643243+0000 mon.a (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cda2039f-9da9-4d09-b2af-3d8a5967e70e"}]: dispatch 2024-09-11T07:43:36.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[19346]: audit 2024-09-11T07:43:36.652847+0000 mon.a (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cda2039f-9da9-4d09-b2af-3d8a5967e70e"}]': finished 2024-09-11T07:43:36.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[19346]: cluster 2024-09-11T07:43:36.653067+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T07:43:36.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[19346]: audit 2024-09-11T07:43:36.653359+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:36.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[15104]: audit 2024-09-11T07:43:36.642140+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.169:0/2170614540' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cda2039f-9da9-4d09-b2af-3d8a5967e70e"}]: dispatch 2024-09-11T07:43:36.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[15104]: audit 2024-09-11T07:43:36.643243+0000 mon.a (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cda2039f-9da9-4d09-b2af-3d8a5967e70e"}]: dispatch 2024-09-11T07:43:36.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[15104]: audit 2024-09-11T07:43:36.652847+0000 mon.a (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cda2039f-9da9-4d09-b2af-3d8a5967e70e"}]': finished 2024-09-11T07:43:36.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[15104]: cluster 2024-09-11T07:43:36.653067+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T07:43:36.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:36 smithi133 bash[15104]: audit 2024-09-11T07:43:36.653359+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:37.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:36 smithi169 bash[14688]: audit 2024-09-11T07:43:36.642140+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.169:0/2170614540' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cda2039f-9da9-4d09-b2af-3d8a5967e70e"}]: dispatch 2024-09-11T07:43:37.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:36 smithi169 bash[14688]: audit 2024-09-11T07:43:36.643243+0000 mon.a (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cda2039f-9da9-4d09-b2af-3d8a5967e70e"}]: dispatch 2024-09-11T07:43:37.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:36 smithi169 bash[14688]: audit 2024-09-11T07:43:36.652847+0000 mon.a (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cda2039f-9da9-4d09-b2af-3d8a5967e70e"}]': finished 2024-09-11T07:43:37.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:36 smithi169 bash[14688]: cluster 2024-09-11T07:43:36.653067+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T07:43:37.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:36 smithi169 bash[14688]: audit 2024-09-11T07:43:36.653359+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:37 smithi133 bash[15104]: cluster 2024-09-11T07:43:36.630623+0000 mgr.y (mgr.14138) 150 : cluster [DBG] pgmap v131: 1 pgs: 1 peering; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:37 smithi133 bash[15104]: audit 2024-09-11T07:43:37.256560+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.169:0/4223817350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:43:37.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:37 smithi133 bash[19346]: cluster 2024-09-11T07:43:36.630623+0000 mgr.y (mgr.14138) 150 : cluster [DBG] pgmap v131: 1 pgs: 1 peering; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:37.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:37 smithi133 bash[19346]: audit 2024-09-11T07:43:37.256560+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.169:0/4223817350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:43:38.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:37 smithi169 bash[14688]: cluster 2024-09-11T07:43:36.630623+0000 mgr.y (mgr.14138) 150 : cluster [DBG] pgmap v131: 1 pgs: 1 peering; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:38.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:37 smithi169 bash[14688]: audit 2024-09-11T07:43:37.256560+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.169:0/4223817350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:43:39.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:39 smithi169 bash[14688]: cluster 2024-09-11T07:43:38.631197+0000 mgr.y (mgr.14138) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:39.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:39 smithi133 bash[15104]: cluster 2024-09-11T07:43:38.631197+0000 mgr.y (mgr.14138) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:39.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:39 smithi133 bash[19346]: cluster 2024-09-11T07:43:38.631197+0000 mgr.y (mgr.14138) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:40.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:40 smithi169 bash[14688]: audit 2024-09-11T07:43:40.147012+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:40 smithi133 bash[15104]: audit 2024-09-11T07:43:40.147012+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:40.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:40 smithi133 bash[19346]: audit 2024-09-11T07:43:40.147012+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:41.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:41 smithi169 bash[14688]: cluster 2024-09-11T07:43:40.631791+0000 mgr.y (mgr.14138) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:41.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:41 smithi133 bash[15104]: cluster 2024-09-11T07:43:40.631791+0000 mgr.y (mgr.14138) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:41 smithi133 bash[19346]: cluster 2024-09-11T07:43:40.631791+0000 mgr.y (mgr.14138) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:43.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:43 smithi169 bash[14688]: cluster 2024-09-11T07:43:42.632441+0000 mgr.y (mgr.14138) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:43.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:43 smithi133 bash[15104]: cluster 2024-09-11T07:43:42.632441+0000 mgr.y (mgr.14138) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:43.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:43 smithi133 bash[19346]: cluster 2024-09-11T07:43:42.632441+0000 mgr.y (mgr.14138) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:45.048 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:44 smithi169 bash[14688]: audit 2024-09-11T07:43:44.658018+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:43:45.048 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:44 smithi169 bash[14688]: audit 2024-09-11T07:43:44.659879+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:45.048 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:44 smithi169 bash[14688]: audit 2024-09-11T07:43:44.661990+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T07:43:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:44 smithi133 bash[15104]: audit 2024-09-11T07:43:44.658018+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:43:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:44 smithi133 bash[15104]: audit 2024-09-11T07:43:44.659879+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:44 smithi133 bash[15104]: audit 2024-09-11T07:43:44.661990+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T07:43:45.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:44 smithi133 bash[19346]: audit 2024-09-11T07:43:44.658018+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:43:45.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:44 smithi133 bash[19346]: audit 2024-09-11T07:43:44.659879+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:43:45.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:44 smithi133 bash[19346]: audit 2024-09-11T07:43:44.661990+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T07:43:45.999 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:45 smithi169 bash[14688]: cluster 2024-09-11T07:43:44.633135+0000 mgr.y (mgr.14138) 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:45.999 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:45 smithi169 bash[14688]: cephadm 2024-09-11T07:43:44.661263+0000 mgr.y (mgr.14138) 155 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-09-11T07:43:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:45 smithi133 bash[15104]: cluster 2024-09-11T07:43:44.633135+0000 mgr.y (mgr.14138) 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:45 smithi133 bash[15104]: cephadm 2024-09-11T07:43:44.661263+0000 mgr.y (mgr.14138) 155 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-09-11T07:43:46.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:45 smithi133 bash[19346]: cluster 2024-09-11T07:43:44.633135+0000 mgr.y (mgr.14138) 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:46.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:45 smithi133 bash[19346]: cephadm 2024-09-11T07:43:44.661263+0000 mgr.y (mgr.14138) 155 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-09-11T07:43:47.273 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 5 on host 'smithi169' 2024-09-11T07:43:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:47 smithi133 bash[15104]: cluster 2024-09-11T07:43:46.633831+0000 mgr.y (mgr.14138) 156 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:47 smithi133 bash[15104]: audit 2024-09-11T07:43:47.260954+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:47 smithi133 bash[15104]: audit 2024-09-11T07:43:47.266235+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:48.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:47 smithi133 bash[19346]: cluster 2024-09-11T07:43:46.633831+0000 mgr.y (mgr.14138) 156 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:48.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:47 smithi133 bash[19346]: audit 2024-09-11T07:43:47.260954+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:48.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:47 smithi133 bash[19346]: audit 2024-09-11T07:43:47.266235+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:48.201 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:47 smithi169 bash[14688]: cluster 2024-09-11T07:43:46.633831+0000 mgr.y (mgr.14138) 156 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:48.201 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:47 smithi169 bash[14688]: audit 2024-09-11T07:43:47.260954+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:48.201 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:47 smithi169 bash[14688]: audit 2024-09-11T07:43:47.266235+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:48.870 DEBUG:teuthology.orchestra.run.smithi169:osd.5> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.5.service 2024-09-11T07:43:48.872 INFO:tasks.cephadm:Deploying osd.6 on smithi169 with /dev/vg_nvme/lv_2... 2024-09-11T07:43:48.872 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T07:43:49.381 INFO:journalctl@ceph.osd.5.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:43:49.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:49 smithi169 bash[14688]: audit 2024-09-11T07:43:48.150559+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:49.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:49 smithi169 bash[14688]: audit 2024-09-11T07:43:48.152640+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:49.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:49 smithi133 bash[15104]: audit 2024-09-11T07:43:48.150559+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:49.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:49 smithi133 bash[15104]: audit 2024-09-11T07:43:48.152640+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:49.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:49 smithi133 bash[19346]: audit 2024-09-11T07:43:48.150559+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:49.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:49 smithi133 bash[19346]: audit 2024-09-11T07:43:48.152640+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:43:50.412 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:50 smithi169 bash[14688]: cluster 2024-09-11T07:43:48.634434+0000 mgr.y (mgr.14138) 157 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:50.413 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:50 smithi169 bash[18319]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T07:43:50.413 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:50 smithi169 bash[18319]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-09-11T07:43:50.413 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:50 smithi169 bash[18319]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T07:43:50.413 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:50 smithi169 bash[18319]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-11T07:43:50.413 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:50 smithi169 bash[18319]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T07:43:50.413 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:50 smithi169 bash[18319]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T07:43:50.413 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:50 smithi169 bash[18319]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-11T07:43:50.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:50 smithi133 bash[15104]: cluster 2024-09-11T07:43:48.634434+0000 mgr.y (mgr.14138) 157 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:50.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:50 smithi133 bash[19346]: cluster 2024-09-11T07:43:48.634434+0000 mgr.y (mgr.14138) 157 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:52.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:51 smithi169 bash[14688]: cluster 2024-09-11T07:43:50.635019+0000 mgr.y (mgr.14138) 158 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:52.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:51 smithi169 bash[14688]: audit 2024-09-11T07:43:50.765427+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:52.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:51 smithi133 bash[15104]: cluster 2024-09-11T07:43:50.635019+0000 mgr.y (mgr.14138) 158 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:52.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:51 smithi133 bash[15104]: audit 2024-09-11T07:43:50.765427+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:52.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:51 smithi133 bash[19346]: cluster 2024-09-11T07:43:50.635019+0000 mgr.y (mgr.14138) 158 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:52.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:51 smithi133 bash[19346]: audit 2024-09-11T07:43:50.765427+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:54.048 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:53 smithi169 bash[14688]: cluster 2024-09-11T07:43:52.635594+0000 mgr.y (mgr.14138) 159 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:53 smithi133 bash[15104]: cluster 2024-09-11T07:43:52.635594+0000 mgr.y (mgr.14138) 159 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:53 smithi133 bash[19346]: cluster 2024-09-11T07:43:52.635594+0000 mgr.y (mgr.14138) 159 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:55.139 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:54 smithi169 bash[18649]: debug 2024-09-11T07:43:54.945+0000 7f072205af40 1 -- 172.21.15.169:0/3952921856 >> [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] conn(0x55d9643e3000 msgr2=0x55d964355e00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-11T07:43:55.139 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:54 smithi169 bash[18649]: debug 2024-09-11T07:43:54.945+0000 7f072205af40 1 --2- 172.21.15.169:0/3952921856 >> [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] conn(0x55d9643e3000 0x55d964355e00 secure :-1 s=READY pgs=25 cs=0 l=1 rev1=1 rx=0x55d964380240 tx=0x55d9643a0420).stop 2024-09-11T07:43:55.776 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:55 smithi169 bash[18649]: debug 2024-09-11T07:43:55.497+0000 7f072205af40 -1 Falling back to public interface 2024-09-11T07:43:56.084 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T07:43:56.084 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T07:43:56.084 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-09-11T07:43:56.085 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-09-11T07:43:56.085 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0247529 s, 424 MB/s 2024-09-11T07:43:56.085 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-09-11T07:43:56.133 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:55 smithi169 bash[14688]: cluster 2024-09-11T07:43:54.636205+0000 mgr.y (mgr.14138) 160 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:56.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:55 smithi133 bash[15104]: cluster 2024-09-11T07:43:54.636205+0000 mgr.y (mgr.14138) 160 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:56.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:55 smithi133 bash[19346]: cluster 2024-09-11T07:43:54.636205+0000 mgr.y (mgr.14138) 160 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:56.424 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:56 smithi169 bash[18649]: debug 2024-09-11T07:43:56.129+0000 7f072205af40 -1 osd.5 0 log_to_monitors {default=true} 2024-09-11T07:43:57.037 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:56 smithi169 bash[14688]: audit 2024-09-11T07:43:56.136407+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/1223692364,v1:172.21.15.169:6809/1223692364]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:43:57.037 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:56 smithi169 bash[14688]: audit 2024-09-11T07:43:56.137490+0000 mon.a (mon.0) 420 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:43:57.038 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi169:vg_nvme/lv_2 2024-09-11T07:43:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:56 smithi133 bash[15104]: audit 2024-09-11T07:43:56.136407+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/1223692364,v1:172.21.15.169:6809/1223692364]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:43:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:56 smithi133 bash[15104]: audit 2024-09-11T07:43:56.137490+0000 mon.a (mon.0) 420 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:43:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:56 smithi133 bash[19346]: audit 2024-09-11T07:43:56.136407+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/1223692364,v1:172.21.15.169:6809/1223692364]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:43:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:56 smithi133 bash[19346]: audit 2024-09-11T07:43:56.137490+0000 mon.a (mon.0) 420 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:43:58.174 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 07:43:57 smithi169 bash[18649]: debug 2024-09-11T07:43:57.805+0000 7f0706b28700 -1 osd.5 0 waiting for initial osdmap 2024-09-11T07:43:58.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:57 smithi169 bash[14688]: cluster 2024-09-11T07:43:56.636819+0000 mgr.y (mgr.14138) 161 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:58.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:57 smithi169 bash[14688]: audit 2024-09-11T07:43:56.792437+0000 mon.a (mon.0) 421 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:43:58.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:57 smithi169 bash[14688]: cluster 2024-09-11T07:43:56.792681+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T07:43:58.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:57 smithi169 bash[14688]: audit 2024-09-11T07:43:56.792904+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:58.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:57 smithi169 bash[14688]: audit 2024-09-11T07:43:56.794542+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/1223692364,v1:172.21.15.169:6809/1223692364]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:58.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:57 smithi169 bash[14688]: audit 2024-09-11T07:43:56.795487+0000 mon.a (mon.0) 424 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:58.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:57 smithi169 bash[14688]: audit 2024-09-11T07:43:57.633817+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[15104]: cluster 2024-09-11T07:43:56.636819+0000 mgr.y (mgr.14138) 161 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[15104]: audit 2024-09-11T07:43:56.792437+0000 mon.a (mon.0) 421 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:43:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[15104]: cluster 2024-09-11T07:43:56.792681+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T07:43:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[15104]: audit 2024-09-11T07:43:56.792904+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[15104]: audit 2024-09-11T07:43:56.794542+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/1223692364,v1:172.21.15.169:6809/1223692364]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[15104]: audit 2024-09-11T07:43:56.795487+0000 mon.a (mon.0) 424 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[15104]: audit 2024-09-11T07:43:57.633817+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[19346]: cluster 2024-09-11T07:43:56.636819+0000 mgr.y (mgr.14138) 161 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:43:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[19346]: audit 2024-09-11T07:43:56.792437+0000 mon.a (mon.0) 421 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:43:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[19346]: cluster 2024-09-11T07:43:56.792681+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T07:43:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[19346]: audit 2024-09-11T07:43:56.792904+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[19346]: audit 2024-09-11T07:43:56.794542+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/1223692364,v1:172.21.15.169:6809/1223692364]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[19346]: audit 2024-09-11T07:43:56.795487+0000 mon.a (mon.0) 424 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:43:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:57 smithi133 bash[19346]: audit 2024-09-11T07:43:57.633817+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:43:58.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: audit 2024-09-11T07:43:57.796798+0000 mon.a (mon.0) 426 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:43:58.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: cluster 2024-09-11T07:43:57.797195+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-09-11T07:43:58.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: audit 2024-09-11T07:43:57.798142+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:58.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: audit 2024-09-11T07:43:57.805718+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:58.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: audit 2024-09-11T07:43:57.947885+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:58.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: cephadm 2024-09-11T07:43:57.949333+0000 mgr.y (mgr.14138) 162 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:43:58.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: audit 2024-09-11T07:43:58.306290+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:58.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: audit 2024-09-11T07:43:58.316784+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:58.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: cluster 2024-09-11T07:43:58.796244+0000 mon.a (mon.0) 433 : cluster [INF] osd.5 [v2:172.21.15.169:6808/1223692364,v1:172.21.15.169:6809/1223692364] boot 2024-09-11T07:43:58.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: cluster 2024-09-11T07:43:58.796370+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T07:43:58.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:58 smithi169 bash[14688]: audit 2024-09-11T07:43:58.796792+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:59.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: audit 2024-09-11T07:43:57.796798+0000 mon.a (mon.0) 426 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:43:59.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: cluster 2024-09-11T07:43:57.797195+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-09-11T07:43:59.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: audit 2024-09-11T07:43:57.798142+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:59.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: audit 2024-09-11T07:43:57.805718+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:59.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: audit 2024-09-11T07:43:57.947885+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: cephadm 2024-09-11T07:43:57.949333+0000 mgr.y (mgr.14138) 162 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: audit 2024-09-11T07:43:58.306290+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: audit 2024-09-11T07:43:58.316784+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: cluster 2024-09-11T07:43:58.796244+0000 mon.a (mon.0) 433 : cluster [INF] osd.5 [v2:172.21.15.169:6808/1223692364,v1:172.21.15.169:6809/1223692364] boot 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: cluster 2024-09-11T07:43:58.796370+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[15104]: audit 2024-09-11T07:43:58.796792+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: audit 2024-09-11T07:43:57.796798+0000 mon.a (mon.0) 426 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: cluster 2024-09-11T07:43:57.797195+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: audit 2024-09-11T07:43:57.798142+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: audit 2024-09-11T07:43:57.805718+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:59.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: audit 2024-09-11T07:43:57.947885+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: cephadm 2024-09-11T07:43:57.949333+0000 mgr.y (mgr.14138) 162 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:43:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: audit 2024-09-11T07:43:58.306290+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: audit 2024-09-11T07:43:58.316784+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:43:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: cluster 2024-09-11T07:43:58.796244+0000 mon.a (mon.0) 433 : cluster [INF] osd.5 [v2:172.21.15.169:6808/1223692364,v1:172.21.15.169:6809/1223692364] boot 2024-09-11T07:43:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: cluster 2024-09-11T07:43:58.796370+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T07:43:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:58 smithi133 bash[19346]: audit 2024-09-11T07:43:58.796792+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:43:59.818 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:59 smithi169 bash[14688]: cluster 2024-09-11T07:43:57.152596+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:43:59.818 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:59 smithi169 bash[14688]: cluster 2024-09-11T07:43:57.152664+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:44:00.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:43:59 smithi169 bash[14688]: cluster 2024-09-11T07:43:58.637374+0000 mgr.y (mgr.14138) 163 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:44:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:59 smithi133 bash[15104]: cluster 2024-09-11T07:43:57.152596+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:44:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:59 smithi133 bash[15104]: cluster 2024-09-11T07:43:57.152664+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:44:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:43:59 smithi133 bash[15104]: cluster 2024-09-11T07:43:58.637374+0000 mgr.y (mgr.14138) 163 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:44:00.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:59 smithi133 bash[19346]: cluster 2024-09-11T07:43:57.152596+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:44:00.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:59 smithi133 bash[19346]: cluster 2024-09-11T07:43:57.152664+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:44:00.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:43:59 smithi133 bash[19346]: cluster 2024-09-11T07:43:58.637374+0000 mgr.y (mgr.14138) 163 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T07:44:01.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:00 smithi169 bash[14688]: cluster 2024-09-11T07:43:59.809249+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T07:44:01.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:00 smithi169 bash[14688]: audit 2024-09-11T07:44:00.767162+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:44:01.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:00 smithi169 bash[14688]: audit 2024-09-11T07:44:00.777051+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:44:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:00 smithi133 bash[15104]: cluster 2024-09-11T07:43:59.809249+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T07:44:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:00 smithi133 bash[15104]: audit 2024-09-11T07:44:00.767162+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:44:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:00 smithi133 bash[15104]: audit 2024-09-11T07:44:00.777051+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:44:01.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:00 smithi133 bash[19346]: cluster 2024-09-11T07:43:59.809249+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T07:44:01.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:00 smithi133 bash[19346]: audit 2024-09-11T07:44:00.767162+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:44:01.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:00 smithi133 bash[19346]: audit 2024-09-11T07:44:00.777051+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:44:02.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:01 smithi169 bash[14688]: cluster 2024-09-11T07:44:00.637939+0000 mgr.y (mgr.14138) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:02.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:01 smithi169 bash[14688]: audit 2024-09-11T07:44:00.835736+0000 mgr.y (mgr.14138) 165 : audit [DBG] from='client.34277 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:44:02.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:01 smithi169 bash[14688]: audit 2024-09-11T07:44:00.837197+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:44:02.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:01 smithi169 bash[14688]: cephadm 2024-09-11T07:44:00.839434+0000 mgr.y (mgr.14138) 166 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:44:02.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:01 smithi169 bash[14688]: audit 2024-09-11T07:44:00.839898+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:44:02.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:01 smithi169 bash[14688]: audit 2024-09-11T07:44:00.841431+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:02.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:01 smithi169 bash[14688]: audit 2024-09-11T07:44:00.843160+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[19346]: cluster 2024-09-11T07:44:00.637939+0000 mgr.y (mgr.14138) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[19346]: audit 2024-09-11T07:44:00.835736+0000 mgr.y (mgr.14138) 165 : audit [DBG] from='client.34277 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:44:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[19346]: audit 2024-09-11T07:44:00.837197+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:44:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[19346]: cephadm 2024-09-11T07:44:00.839434+0000 mgr.y (mgr.14138) 166 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:44:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[19346]: audit 2024-09-11T07:44:00.839898+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:44:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[19346]: audit 2024-09-11T07:44:00.841431+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:02.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[19346]: audit 2024-09-11T07:44:00.843160+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:02.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[15104]: cluster 2024-09-11T07:44:00.637939+0000 mgr.y (mgr.14138) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:02.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[15104]: audit 2024-09-11T07:44:00.835736+0000 mgr.y (mgr.14138) 165 : audit [DBG] from='client.34277 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:44:02.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[15104]: audit 2024-09-11T07:44:00.837197+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:44:02.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[15104]: cephadm 2024-09-11T07:44:00.839434+0000 mgr.y (mgr.14138) 166 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:44:02.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[15104]: audit 2024-09-11T07:44:00.839898+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:44:02.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[15104]: audit 2024-09-11T07:44:00.841431+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:02.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:01 smithi133 bash[15104]: audit 2024-09-11T07:44:00.843160+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:04.154 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:03 smithi169 bash[14688]: cluster 2024-09-11T07:44:02.638604+0000 mgr.y (mgr.14138) 167 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:04.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:03 smithi133 bash[19346]: cluster 2024-09-11T07:44:02.638604+0000 mgr.y (mgr.14138) 167 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:03 smithi133 bash[15104]: cluster 2024-09-11T07:44:02.638604+0000 mgr.y (mgr.14138) 167 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:06.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:05 smithi169 bash[14688]: cluster 2024-09-11T07:44:04.639230+0000 mgr.y (mgr.14138) 168 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:06.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:05 smithi169 bash[14688]: audit 2024-09-11T07:44:04.954263+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.169:0/104752754' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76311534-aad0-4307-bec3-6846bb324e0c"}]: dispatch 2024-09-11T07:44:06.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:05 smithi169 bash[14688]: audit 2024-09-11T07:44:04.955464+0000 mon.a (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76311534-aad0-4307-bec3-6846bb324e0c"}]: dispatch 2024-09-11T07:44:06.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:05 smithi169 bash[14688]: audit 2024-09-11T07:44:04.963655+0000 mon.a (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76311534-aad0-4307-bec3-6846bb324e0c"}]': finished 2024-09-11T07:44:06.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:05 smithi169 bash[14688]: cluster 2024-09-11T07:44:04.963833+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-11T07:44:06.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:05 smithi169 bash[14688]: audit 2024-09-11T07:44:04.964141+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:06.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:05 smithi169 bash[14688]: audit 2024-09-11T07:44:05.571558+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.169:0/347659277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:44:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[19346]: cluster 2024-09-11T07:44:04.639230+0000 mgr.y (mgr.14138) 168 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[19346]: audit 2024-09-11T07:44:04.954263+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.169:0/104752754' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76311534-aad0-4307-bec3-6846bb324e0c"}]: dispatch 2024-09-11T07:44:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[19346]: audit 2024-09-11T07:44:04.955464+0000 mon.a (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76311534-aad0-4307-bec3-6846bb324e0c"}]: dispatch 2024-09-11T07:44:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[19346]: audit 2024-09-11T07:44:04.963655+0000 mon.a (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76311534-aad0-4307-bec3-6846bb324e0c"}]': finished 2024-09-11T07:44:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[19346]: cluster 2024-09-11T07:44:04.963833+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-11T07:44:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[19346]: audit 2024-09-11T07:44:04.964141+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[19346]: audit 2024-09-11T07:44:05.571558+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.169:0/347659277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:44:06.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[15104]: cluster 2024-09-11T07:44:04.639230+0000 mgr.y (mgr.14138) 168 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:06.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[15104]: audit 2024-09-11T07:44:04.954263+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.169:0/104752754' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76311534-aad0-4307-bec3-6846bb324e0c"}]: dispatch 2024-09-11T07:44:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[15104]: audit 2024-09-11T07:44:04.955464+0000 mon.a (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76311534-aad0-4307-bec3-6846bb324e0c"}]: dispatch 2024-09-11T07:44:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[15104]: audit 2024-09-11T07:44:04.963655+0000 mon.a (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76311534-aad0-4307-bec3-6846bb324e0c"}]': finished 2024-09-11T07:44:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[15104]: cluster 2024-09-11T07:44:04.963833+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-11T07:44:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[15104]: audit 2024-09-11T07:44:04.964141+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:05 smithi133 bash[15104]: audit 2024-09-11T07:44:05.571558+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.169:0/347659277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:44:08.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:07 smithi169 bash[14688]: cluster 2024-09-11T07:44:06.639784+0000 mgr.y (mgr.14138) 169 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:08.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:07 smithi133 bash[19346]: cluster 2024-09-11T07:44:06.639784+0000 mgr.y (mgr.14138) 169 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:07 smithi133 bash[15104]: cluster 2024-09-11T07:44:06.639784+0000 mgr.y (mgr.14138) 169 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:09.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:08 smithi169 bash[14688]: audit 2024-09-11T07:44:08.471100+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:08 smithi133 bash[19346]: audit 2024-09-11T07:44:08.471100+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:09.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:08 smithi133 bash[15104]: audit 2024-09-11T07:44:08.471100+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:10.154 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:09 smithi169 bash[14688]: cluster 2024-09-11T07:44:08.640382+0000 mgr.y (mgr.14138) 170 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:10.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:09 smithi133 bash[15104]: cluster 2024-09-11T07:44:08.640382+0000 mgr.y (mgr.14138) 170 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:10.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:09 smithi133 bash[19346]: cluster 2024-09-11T07:44:08.640382+0000 mgr.y (mgr.14138) 170 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:12.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:11 smithi169 bash[14688]: cluster 2024-09-11T07:44:10.640985+0000 mgr.y (mgr.14138) 171 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:12.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:11 smithi133 bash[15104]: cluster 2024-09-11T07:44:10.640985+0000 mgr.y (mgr.14138) 171 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:12.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:11 smithi133 bash[19346]: cluster 2024-09-11T07:44:10.640985+0000 mgr.y (mgr.14138) 171 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:14.150 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:13 smithi169 bash[14688]: cluster 2024-09-11T07:44:12.641534+0000 mgr.y (mgr.14138) 172 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:14.150 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:13 smithi169 bash[14688]: audit 2024-09-11T07:44:12.868936+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:44:14.151 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:13 smithi169 bash[14688]: audit 2024-09-11T07:44:12.870837+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:14.151 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:13 smithi169 bash[14688]: cephadm 2024-09-11T07:44:12.872278+0000 mgr.y (mgr.14138) 173 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-09-11T07:44:14.151 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:13 smithi169 bash[14688]: audit 2024-09-11T07:44:12.872965+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T07:44:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[15104]: cluster 2024-09-11T07:44:12.641534+0000 mgr.y (mgr.14138) 172 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[15104]: audit 2024-09-11T07:44:12.868936+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:44:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[15104]: audit 2024-09-11T07:44:12.870837+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[15104]: cephadm 2024-09-11T07:44:12.872278+0000 mgr.y (mgr.14138) 173 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-09-11T07:44:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[15104]: audit 2024-09-11T07:44:12.872965+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T07:44:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[19346]: cluster 2024-09-11T07:44:12.641534+0000 mgr.y (mgr.14138) 172 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[19346]: audit 2024-09-11T07:44:12.868936+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:44:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[19346]: audit 2024-09-11T07:44:12.870837+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[19346]: cephadm 2024-09-11T07:44:12.872278+0000 mgr.y (mgr.14138) 173 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-09-11T07:44:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:13 smithi133 bash[19346]: audit 2024-09-11T07:44:12.872965+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T07:44:15.389 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 6 on host 'smithi169' 2024-09-11T07:44:16.144 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:15 smithi169 bash[14688]: cluster 2024-09-11T07:44:14.642110+0000 mgr.y (mgr.14138) 174 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:16.144 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:15 smithi169 bash[14688]: audit 2024-09-11T07:44:15.377788+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:16.144 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:15 smithi169 bash[14688]: audit 2024-09-11T07:44:15.383456+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:16.144 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:15 smithi169 bash[14688]: audit 2024-09-11T07:44:15.773519+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:16.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:15 smithi133 bash[15104]: cluster 2024-09-11T07:44:14.642110+0000 mgr.y (mgr.14138) 174 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:16.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:15 smithi133 bash[15104]: audit 2024-09-11T07:44:15.377788+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:16.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:15 smithi133 bash[15104]: audit 2024-09-11T07:44:15.383456+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:16.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:15 smithi133 bash[15104]: audit 2024-09-11T07:44:15.773519+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:16.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:15 smithi133 bash[19346]: cluster 2024-09-11T07:44:14.642110+0000 mgr.y (mgr.14138) 174 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:16.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:15 smithi133 bash[19346]: audit 2024-09-11T07:44:15.377788+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:16.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:15 smithi133 bash[19346]: audit 2024-09-11T07:44:15.383456+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:16.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:15 smithi133 bash[19346]: audit 2024-09-11T07:44:15.773519+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:16.897 DEBUG:teuthology.orchestra.run.smithi169:osd.6> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.6.service 2024-09-11T07:44:16.899 INFO:tasks.cephadm:Deploying osd.7 on smithi169 with /dev/vg_nvme/lv_1... 2024-09-11T07:44:16.899 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T07:44:17.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:16 smithi169 bash[14688]: cephadm 2024-09-11T07:44:15.376266+0000 mgr.y (mgr.14138) 175 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:44:17.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:16 smithi169 bash[14688]: audit 2024-09-11T07:44:16.449142+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:17.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:16 smithi169 bash[14688]: audit 2024-09-11T07:44:16.451150+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:17.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:16 smithi133 bash[15104]: cephadm 2024-09-11T07:44:15.376266+0000 mgr.y (mgr.14138) 175 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:44:17.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:16 smithi133 bash[15104]: audit 2024-09-11T07:44:16.449142+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:17.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:16 smithi133 bash[15104]: audit 2024-09-11T07:44:16.451150+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:17.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:16 smithi133 bash[19346]: cephadm 2024-09-11T07:44:15.376266+0000 mgr.y (mgr.14138) 175 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:44:17.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:16 smithi133 bash[19346]: audit 2024-09-11T07:44:16.449142+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:17.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:16 smithi133 bash[19346]: audit 2024-09-11T07:44:16.451150+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:18.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:17 smithi169 bash[14688]: cluster 2024-09-11T07:44:16.642718+0000 mgr.y (mgr.14138) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:18.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:17 smithi133 bash[15104]: cluster 2024-09-11T07:44:16.642718+0000 mgr.y (mgr.14138) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:18.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:17 smithi133 bash[19346]: cluster 2024-09-11T07:44:16.642718+0000 mgr.y (mgr.14138) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:18.687 INFO:journalctl@ceph.osd.6.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:44:18.688 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:18 smithi169 bash[19918]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T07:44:18.688 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:18 smithi169 bash[19918]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-09-11T07:44:18.688 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:18 smithi169 bash[19918]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T07:44:18.688 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:18 smithi169 bash[19918]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-09-11T07:44:18.688 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:18 smithi169 bash[19918]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T07:44:18.688 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:18 smithi169 bash[19918]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T07:44:18.688 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:18 smithi169 bash[19918]: --> ceph-volume lvm activate successful for osd ID: 6 2024-09-11T07:44:20.068 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:19 smithi169 bash[14688]: cluster 2024-09-11T07:44:18.643275+0000 mgr.y (mgr.14138) 177 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:20.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:19 smithi133 bash[15104]: cluster 2024-09-11T07:44:18.643275+0000 mgr.y (mgr.14138) 177 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:20.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:19 smithi133 bash[19346]: cluster 2024-09-11T07:44:18.643275+0000 mgr.y (mgr.14138) 177 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:22.150 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:21 smithi169 bash[14688]: cluster 2024-09-11T07:44:20.643857+0000 mgr.y (mgr.14138) 178 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:22.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:21 smithi133 bash[15104]: cluster 2024-09-11T07:44:20.643857+0000 mgr.y (mgr.14138) 178 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:22.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:21 smithi133 bash[19346]: cluster 2024-09-11T07:44:20.643857+0000 mgr.y (mgr.14138) 178 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:23.664 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:23 smithi169 bash[20210]: debug 2024-09-11T07:44:23.352+0000 7f897d8f1f40 -1 Falling back to public interface 2024-09-11T07:44:23.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:23 smithi169 bash[14688]: cluster 2024-09-11T07:44:22.644428+0000 mgr.y (mgr.14138) 179 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:24.087 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T07:44:24.088 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T07:44:24.088 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-09-11T07:44:24.088 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-09-11T07:44:24.088 INFO:teuthology.orchestra.run.smithi169.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.016257 s, 645 MB/s 2024-09-11T07:44:24.088 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-09-11T07:44:24.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:23 smithi133 bash[19346]: cluster 2024-09-11T07:44:22.644428+0000 mgr.y (mgr.14138) 179 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:24.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:23 smithi133 bash[15104]: cluster 2024-09-11T07:44:22.644428+0000 mgr.y (mgr.14138) 179 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:24.368 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:24 smithi169 bash[20210]: debug 2024-09-11T07:44:24.000+0000 7f897d8f1f40 -1 osd.6 0 log_to_monitors {default=true} 2024-09-11T07:44:24.921 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi169:vg_nvme/lv_1 2024-09-11T07:44:25.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:24 smithi169 bash[14688]: audit 2024-09-11T07:44:24.005910+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/3270859993,v1:172.21.15.169:6817/3270859993]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:44:25.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:24 smithi169 bash[14688]: audit 2024-09-11T07:44:24.006991+0000 mon.a (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:44:25.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:24 smithi133 bash[15104]: audit 2024-09-11T07:44:24.005910+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/3270859993,v1:172.21.15.169:6817/3270859993]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:44:25.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:24 smithi133 bash[15104]: audit 2024-09-11T07:44:24.006991+0000 mon.a (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:44:25.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:24 smithi133 bash[19346]: audit 2024-09-11T07:44:24.005910+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/3270859993,v1:172.21.15.169:6817/3270859993]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:44:25.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:24 smithi133 bash[19346]: audit 2024-09-11T07:44:24.006991+0000 mon.a (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:44:26.174 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 07:44:25 smithi169 bash[20210]: debug 2024-09-11T07:44:25.916+0000 7f89663c7700 -1 osd.6 0 waiting for initial osdmap 2024-09-11T07:44:26.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:25 smithi169 bash[14688]: cluster 2024-09-11T07:44:24.645037+0000 mgr.y (mgr.14138) 180 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:26.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:25 smithi169 bash[14688]: audit 2024-09-11T07:44:24.907189+0000 mon.a (mon.0) 457 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:44:26.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:25 smithi169 bash[14688]: cluster 2024-09-11T07:44:24.907266+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-11T07:44:26.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:25 smithi169 bash[14688]: audit 2024-09-11T07:44:24.907417+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:26.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:25 smithi169 bash[14688]: audit 2024-09-11T07:44:24.907763+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/3270859993,v1:172.21.15.169:6817/3270859993]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:26.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:25 smithi169 bash[14688]: audit 2024-09-11T07:44:24.908811+0000 mon.a (mon.0) 460 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:26.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[15104]: cluster 2024-09-11T07:44:24.645037+0000 mgr.y (mgr.14138) 180 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:26.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[15104]: audit 2024-09-11T07:44:24.907189+0000 mon.a (mon.0) 457 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:44:26.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[15104]: cluster 2024-09-11T07:44:24.907266+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-11T07:44:26.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[15104]: audit 2024-09-11T07:44:24.907417+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:26.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[15104]: audit 2024-09-11T07:44:24.907763+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/3270859993,v1:172.21.15.169:6817/3270859993]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[15104]: audit 2024-09-11T07:44:24.908811+0000 mon.a (mon.0) 460 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[19346]: cluster 2024-09-11T07:44:24.645037+0000 mgr.y (mgr.14138) 180 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[19346]: audit 2024-09-11T07:44:24.907189+0000 mon.a (mon.0) 457 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:44:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[19346]: cluster 2024-09-11T07:44:24.907266+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-11T07:44:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[19346]: audit 2024-09-11T07:44:24.907417+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[19346]: audit 2024-09-11T07:44:24.907763+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/3270859993,v1:172.21.15.169:6817/3270859993]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:25 smithi133 bash[19346]: audit 2024-09-11T07:44:24.908811+0000 mon.a (mon.0) 460 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: audit 2024-09-11T07:44:25.912028+0000 mon.a (mon.0) 461 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: cluster 2024-09-11T07:44:25.912308+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: audit 2024-09-11T07:44:25.913325+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: audit 2024-09-11T07:44:26.357256+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: audit 2024-09-11T07:44:26.660069+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: audit 2024-09-11T07:44:26.667739+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: audit 2024-09-11T07:44:26.675986+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: cluster 2024-09-11T07:44:26.913183+0000 mon.a (mon.0) 468 : cluster [INF] osd.6 [v2:172.21.15.169:6816/3270859993,v1:172.21.15.169:6817/3270859993] boot 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: cluster 2024-09-11T07:44:26.913266+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-11T07:44:27.077 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:26 smithi169 bash[14688]: audit 2024-09-11T07:44:26.913702+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:27.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: audit 2024-09-11T07:44:25.912028+0000 mon.a (mon.0) 461 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:44:27.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: cluster 2024-09-11T07:44:25.912308+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T07:44:27.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: audit 2024-09-11T07:44:25.913325+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:27.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: audit 2024-09-11T07:44:26.357256+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:27.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: audit 2024-09-11T07:44:26.660069+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:27.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: audit 2024-09-11T07:44:26.667739+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:27.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: audit 2024-09-11T07:44:26.675986+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:27.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: cluster 2024-09-11T07:44:26.913183+0000 mon.a (mon.0) 468 : cluster [INF] osd.6 [v2:172.21.15.169:6816/3270859993,v1:172.21.15.169:6817/3270859993] boot 2024-09-11T07:44:27.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: cluster 2024-09-11T07:44:26.913266+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-11T07:44:27.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[15104]: audit 2024-09-11T07:44:26.913702+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: audit 2024-09-11T07:44:25.912028+0000 mon.a (mon.0) 461 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: cluster 2024-09-11T07:44:25.912308+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: audit 2024-09-11T07:44:25.913325+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: audit 2024-09-11T07:44:26.357256+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: audit 2024-09-11T07:44:26.660069+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: audit 2024-09-11T07:44:26.667739+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: audit 2024-09-11T07:44:26.675986+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: cluster 2024-09-11T07:44:26.913183+0000 mon.a (mon.0) 468 : cluster [INF] osd.6 [v2:172.21.15.169:6816/3270859993,v1:172.21.15.169:6817/3270859993] boot 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: cluster 2024-09-11T07:44:26.913266+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-11T07:44:27.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:26 smithi133 bash[19346]: audit 2024-09-11T07:44:26.913702+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:44:28.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:27 smithi133 bash[15104]: cluster 2024-09-11T07:44:25.025365+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:44:28.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:27 smithi133 bash[15104]: cluster 2024-09-11T07:44:25.025428+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:44:28.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:27 smithi133 bash[15104]: cluster 2024-09-11T07:44:26.645599+0000 mgr.y (mgr.14138) 181 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:28.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:27 smithi133 bash[19346]: cluster 2024-09-11T07:44:25.025365+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:44:28.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:27 smithi133 bash[19346]: cluster 2024-09-11T07:44:25.025428+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:44:28.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:27 smithi133 bash[19346]: cluster 2024-09-11T07:44:26.645599+0000 mgr.y (mgr.14138) 181 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:28.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:27 smithi169 bash[14688]: cluster 2024-09-11T07:44:25.025365+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:44:28.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:27 smithi169 bash[14688]: cluster 2024-09-11T07:44:25.025428+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:44:28.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:27 smithi169 bash[14688]: cluster 2024-09-11T07:44:26.645599+0000 mgr.y (mgr.14138) 181 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T07:44:29.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:28 smithi133 bash[15104]: cluster 2024-09-11T07:44:27.931075+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T07:44:29.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:28 smithi133 bash[19346]: cluster 2024-09-11T07:44:27.931075+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T07:44:29.367 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:28 smithi169 bash[14688]: cluster 2024-09-11T07:44:27.931075+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T07:44:30.273 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:29 smithi169 bash[14688]: cluster 2024-09-11T07:44:28.646155+0000 mgr.y (mgr.14138) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:30.273 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:29 smithi169 bash[14688]: audit 2024-09-11T07:44:28.993987+0000 mgr.y (mgr.14138) 183 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:44:30.273 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:29 smithi169 bash[14688]: audit 2024-09-11T07:44:28.995885+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:44:30.273 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:29 smithi169 bash[14688]: cephadm 2024-09-11T07:44:28.998390+0000 mgr.y (mgr.14138) 184 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:44:30.273 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:29 smithi169 bash[14688]: audit 2024-09-11T07:44:28.998921+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:44:30.273 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:29 smithi169 bash[14688]: audit 2024-09-11T07:44:29.000639+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:30.273 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:29 smithi169 bash[14688]: audit 2024-09-11T07:44:29.002526+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[15104]: cluster 2024-09-11T07:44:28.646155+0000 mgr.y (mgr.14138) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[15104]: audit 2024-09-11T07:44:28.993987+0000 mgr.y (mgr.14138) 183 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:44:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[15104]: audit 2024-09-11T07:44:28.995885+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:44:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[15104]: cephadm 2024-09-11T07:44:28.998390+0000 mgr.y (mgr.14138) 184 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:44:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[15104]: audit 2024-09-11T07:44:28.998921+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:44:30.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[15104]: audit 2024-09-11T07:44:29.000639+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:30.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[15104]: audit 2024-09-11T07:44:29.002526+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[19346]: cluster 2024-09-11T07:44:28.646155+0000 mgr.y (mgr.14138) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[19346]: audit 2024-09-11T07:44:28.993987+0000 mgr.y (mgr.14138) 183 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:44:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[19346]: audit 2024-09-11T07:44:28.995885+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:44:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[19346]: cephadm 2024-09-11T07:44:28.998390+0000 mgr.y (mgr.14138) 184 : cephadm [INF] Applying drive group None on host smithi169... 2024-09-11T07:44:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[19346]: audit 2024-09-11T07:44:28.998921+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:44:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[19346]: audit 2024-09-11T07:44:29.000639+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:29 smithi133 bash[19346]: audit 2024-09-11T07:44:29.002526+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:32.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:31 smithi169 bash[14688]: cluster 2024-09-11T07:44:30.646828+0000 mgr.y (mgr.14138) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:31 smithi133 bash[15104]: cluster 2024-09-11T07:44:30.646828+0000 mgr.y (mgr.14138) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:32.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:31 smithi133 bash[19346]: cluster 2024-09-11T07:44:30.646828+0000 mgr.y (mgr.14138) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[15104]: cluster 2024-09-11T07:44:32.647483+0000 mgr.y (mgr.14138) 186 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[15104]: audit 2024-09-11T07:44:32.896006+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.169:0/1818220696' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76e90bfe-1494-4711-8f6a-21fed0ace498"}]: dispatch 2024-09-11T07:44:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[15104]: audit 2024-09-11T07:44:32.897524+0000 mon.a (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76e90bfe-1494-4711-8f6a-21fed0ace498"}]: dispatch 2024-09-11T07:44:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[15104]: audit 2024-09-11T07:44:32.907431+0000 mon.a (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76e90bfe-1494-4711-8f6a-21fed0ace498"}]': finished 2024-09-11T07:44:33.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[15104]: cluster 2024-09-11T07:44:32.907600+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-11T07:44:33.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[15104]: audit 2024-09-11T07:44:32.907865+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:33.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[15104]: audit 2024-09-11T07:44:33.532880+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.169:0/1370153218' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:44:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[19346]: cluster 2024-09-11T07:44:32.647483+0000 mgr.y (mgr.14138) 186 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[19346]: audit 2024-09-11T07:44:32.896006+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.169:0/1818220696' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76e90bfe-1494-4711-8f6a-21fed0ace498"}]: dispatch 2024-09-11T07:44:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[19346]: audit 2024-09-11T07:44:32.897524+0000 mon.a (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76e90bfe-1494-4711-8f6a-21fed0ace498"}]: dispatch 2024-09-11T07:44:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[19346]: audit 2024-09-11T07:44:32.907431+0000 mon.a (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76e90bfe-1494-4711-8f6a-21fed0ace498"}]': finished 2024-09-11T07:44:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[19346]: cluster 2024-09-11T07:44:32.907600+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-11T07:44:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[19346]: audit 2024-09-11T07:44:32.907865+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:33.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:33 smithi133 bash[19346]: audit 2024-09-11T07:44:33.532880+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.169:0/1370153218' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:44:34.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:33 smithi169 bash[14688]: cluster 2024-09-11T07:44:32.647483+0000 mgr.y (mgr.14138) 186 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:34.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:33 smithi169 bash[14688]: audit 2024-09-11T07:44:32.896006+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.169:0/1818220696' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76e90bfe-1494-4711-8f6a-21fed0ace498"}]: dispatch 2024-09-11T07:44:34.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:33 smithi169 bash[14688]: audit 2024-09-11T07:44:32.897524+0000 mon.a (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76e90bfe-1494-4711-8f6a-21fed0ace498"}]: dispatch 2024-09-11T07:44:34.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:33 smithi169 bash[14688]: audit 2024-09-11T07:44:32.907431+0000 mon.a (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76e90bfe-1494-4711-8f6a-21fed0ace498"}]': finished 2024-09-11T07:44:34.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:33 smithi169 bash[14688]: cluster 2024-09-11T07:44:32.907600+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-11T07:44:34.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:33 smithi169 bash[14688]: audit 2024-09-11T07:44:32.907865+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:34.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:33 smithi169 bash[14688]: audit 2024-09-11T07:44:33.532880+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.169:0/1370153218' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:44:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:35 smithi133 bash[15104]: cluster 2024-09-11T07:44:34.648059+0000 mgr.y (mgr.14138) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:35.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:35 smithi133 bash[19346]: cluster 2024-09-11T07:44:34.648059+0000 mgr.y (mgr.14138) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:36.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:35 smithi169 bash[14688]: cluster 2024-09-11T07:44:34.648059+0000 mgr.y (mgr.14138) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:36.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:36 smithi133 bash[15104]: audit 2024-09-11T07:44:36.389423+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:36.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:36 smithi133 bash[19346]: audit 2024-09-11T07:44:36.389423+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:37.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:36 smithi169 bash[14688]: audit 2024-09-11T07:44:36.389423+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:37 smithi133 bash[15104]: cluster 2024-09-11T07:44:36.648634+0000 mgr.y (mgr.14138) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:37.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:37 smithi133 bash[19346]: cluster 2024-09-11T07:44:36.648634+0000 mgr.y (mgr.14138) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:37.979 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:37 smithi169 bash[14688]: cluster 2024-09-11T07:44:36.648634+0000 mgr.y (mgr.14138) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:39.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:39 smithi169 bash[14688]: cluster 2024-09-11T07:44:38.649269+0000 mgr.y (mgr.14138) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:40.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:39 smithi133 bash[15104]: cluster 2024-09-11T07:44:38.649269+0000 mgr.y (mgr.14138) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:40.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:39 smithi133 bash[19346]: cluster 2024-09-11T07:44:38.649269+0000 mgr.y (mgr.14138) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:42.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:41 smithi169 bash[14688]: cluster 2024-09-11T07:44:40.649893+0000 mgr.y (mgr.14138) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:42.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:41 smithi169 bash[14688]: audit 2024-09-11T07:44:40.942289+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:44:42.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:41 smithi169 bash[14688]: audit 2024-09-11T07:44:40.944109+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:42.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:41 smithi169 bash[14688]: cephadm 2024-09-11T07:44:40.945497+0000 mgr.y (mgr.14138) 191 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-09-11T07:44:42.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:41 smithi169 bash[14688]: audit 2024-09-11T07:44:40.946089+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T07:44:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[15104]: cluster 2024-09-11T07:44:40.649893+0000 mgr.y (mgr.14138) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[15104]: audit 2024-09-11T07:44:40.942289+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:44:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[15104]: audit 2024-09-11T07:44:40.944109+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[15104]: cephadm 2024-09-11T07:44:40.945497+0000 mgr.y (mgr.14138) 191 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-09-11T07:44:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[15104]: audit 2024-09-11T07:44:40.946089+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T07:44:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[19346]: cluster 2024-09-11T07:44:40.649893+0000 mgr.y (mgr.14138) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[19346]: audit 2024-09-11T07:44:40.942289+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:44:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[19346]: audit 2024-09-11T07:44:40.944109+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:44:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[19346]: cephadm 2024-09-11T07:44:40.945497+0000 mgr.y (mgr.14138) 191 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-09-11T07:44:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:41 smithi133 bash[19346]: audit 2024-09-11T07:44:40.946089+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T07:44:43.623 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 7 on host 'smithi169' 2024-09-11T07:44:43.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:43 smithi169 bash[14688]: cluster 2024-09-11T07:44:42.650589+0000 mgr.y (mgr.14138) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:43.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:43 smithi169 bash[14688]: audit 2024-09-11T07:44:43.612396+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:43.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:43 smithi169 bash[14688]: audit 2024-09-11T07:44:43.617195+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:44.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:43 smithi133 bash[15104]: cluster 2024-09-11T07:44:42.650589+0000 mgr.y (mgr.14138) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:44.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:43 smithi133 bash[15104]: audit 2024-09-11T07:44:43.612396+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:44.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:43 smithi133 bash[15104]: audit 2024-09-11T07:44:43.617195+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:44.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:43 smithi133 bash[19346]: cluster 2024-09-11T07:44:42.650589+0000 mgr.y (mgr.14138) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:43 smithi133 bash[19346]: audit 2024-09-11T07:44:43.612396+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:43 smithi133 bash[19346]: audit 2024-09-11T07:44:43.617195+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:45.242 DEBUG:teuthology.orchestra.run.smithi169:osd.7> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.7.service 2024-09-11T07:44:45.245 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-11T07:44:45.245 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:44:45.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:45 smithi169 bash[14688]: audit 2024-09-11T07:44:44.635081+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:45.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:45 smithi169 bash[14688]: audit 2024-09-11T07:44:44.636836+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:45.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:45 smithi169 bash[14688]: cluster 2024-09-11T07:44:44.651022+0000 mgr.y (mgr.14138) 193 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:45.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:45 smithi133 bash[19346]: audit 2024-09-11T07:44:44.635081+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:45.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:45 smithi133 bash[19346]: audit 2024-09-11T07:44:44.636836+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:45.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:45 smithi133 bash[19346]: cluster 2024-09-11T07:44:44.651022+0000 mgr.y (mgr.14138) 193 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:45.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:45 smithi133 bash[15104]: audit 2024-09-11T07:44:44.635081+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:45.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:45 smithi133 bash[15104]: audit 2024-09-11T07:44:44.636836+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T07:44:45.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:45 smithi133 bash[15104]: cluster 2024-09-11T07:44:44.651022+0000 mgr.y (mgr.14138) 193 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:46.296 INFO:journalctl@ceph.osd.7.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:44:46.923 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:46 smithi169 bash[14688]: audit 2024-09-11T07:44:45.781979+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:46.924 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:46 smithi169 bash[21508]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T07:44:46.924 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:46 smithi169 bash[21508]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-09-11T07:44:46.924 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:46 smithi169 bash[21508]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T07:44:46.924 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:46 smithi169 bash[21508]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-09-11T07:44:46.924 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:46 smithi169 bash[21508]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T07:44:46.924 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:46 smithi169 bash[21508]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T07:44:46.924 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:46 smithi169 bash[21508]: --> ceph-volume lvm activate successful for osd ID: 7 2024-09-11T07:44:46.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:46 smithi133 bash[15104]: audit 2024-09-11T07:44:45.781979+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:46.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:46 smithi133 bash[19346]: audit 2024-09-11T07:44:45.781979+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:47.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:47 smithi133 bash[15104]: cluster 2024-09-11T07:44:46.651612+0000 mgr.y (mgr.14138) 194 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:47.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:47 smithi133 bash[19346]: cluster 2024-09-11T07:44:46.651612+0000 mgr.y (mgr.14138) 194 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:48.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:47 smithi169 bash[14688]: cluster 2024-09-11T07:44:46.651612+0000 mgr.y (mgr.14138) 194 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:48.890 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:44:49.590 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":44,"num_osds":8,"num_up_osds":7,"osd_up_since":1726040666,"num_in_osds":7,"osd_in_since":1726040666,"num_remapped_pgs":0} 2024-09-11T07:44:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:49 smithi133 bash[15104]: cluster 2024-09-11T07:44:48.652208+0000 mgr.y (mgr.14138) 195 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:49 smithi133 bash[15104]: audit 2024-09-11T07:44:48.889242+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.133:0/1824413464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:44:49.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:49 smithi133 bash[19346]: cluster 2024-09-11T07:44:48.652208+0000 mgr.y (mgr.14138) 195 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:49.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:49 smithi133 bash[19346]: audit 2024-09-11T07:44:48.889242+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.133:0/1824413464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:44:50.125 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:49 smithi169 bash[14688]: cluster 2024-09-11T07:44:48.652208+0000 mgr.y (mgr.14138) 195 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:50.125 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:49 smithi169 bash[14688]: audit 2024-09-11T07:44:48.889242+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.133:0/1824413464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:44:50.424 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:50 smithi169 bash[21812]: debug 2024-09-11T07:44:50.120+0000 7f81090d9f40 -1 Falling back to public interface 2024-09-11T07:44:50.591 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:44:50.921 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:50 smithi133 bash[15104]: audit 2024-09-11T07:44:50.772454+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/223006083,v1:172.21.15.169:6825/223006083]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:44:50.921 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:50 smithi133 bash[15104]: audit 2024-09-11T07:44:50.773748+0000 mon.a (mon.0) 489 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:44:50.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:50 smithi133 bash[19346]: audit 2024-09-11T07:44:50.772454+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/223006083,v1:172.21.15.169:6825/223006083]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:44:50.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:50 smithi133 bash[19346]: audit 2024-09-11T07:44:50.773748+0000 mon.a (mon.0) 489 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:44:51.042 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:50 smithi169 bash[21812]: debug 2024-09-11T07:44:50.764+0000 7f81090d9f40 -1 osd.7 0 log_to_monitors {default=true} 2024-09-11T07:44:51.042 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:50 smithi169 bash[14688]: audit 2024-09-11T07:44:50.772454+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/223006083,v1:172.21.15.169:6825/223006083]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:44:51.043 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:50 smithi169 bash[14688]: audit 2024-09-11T07:44:50.773748+0000 mon.a (mon.0) 489 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:44:52.068 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[15104]: cluster 2024-09-11T07:44:50.652844+0000 mgr.y (mgr.14138) 196 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:52.068 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[15104]: audit 2024-09-11T07:44:50.808964+0000 mon.a (mon.0) 490 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:44:52.068 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[15104]: cluster 2024-09-11T07:44:50.809029+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-11T07:44:52.068 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[15104]: audit 2024-09-11T07:44:50.809206+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:52.068 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[15104]: audit 2024-09-11T07:44:50.809453+0000 mon.b (mon.2) 19 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/223006083,v1:172.21.15.169:6825/223006083]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:52.069 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[15104]: audit 2024-09-11T07:44:50.810813+0000 mon.a (mon.0) 493 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:52.069 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[15104]: audit 2024-09-11T07:44:51.750771+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:52.069 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[19346]: cluster 2024-09-11T07:44:50.652844+0000 mgr.y (mgr.14138) 196 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:52.069 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[19346]: audit 2024-09-11T07:44:50.808964+0000 mon.a (mon.0) 490 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:44:52.069 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[19346]: cluster 2024-09-11T07:44:50.809029+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-11T07:44:52.069 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[19346]: audit 2024-09-11T07:44:50.809206+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:52.069 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[19346]: audit 2024-09-11T07:44:50.809453+0000 mon.b (mon.2) 19 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/223006083,v1:172.21.15.169:6825/223006083]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:52.069 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[19346]: audit 2024-09-11T07:44:50.810813+0000 mon.a (mon.0) 493 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:52.069 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:51 smithi133 bash[19346]: audit 2024-09-11T07:44:51.750771+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:52.174 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 07:44:51 smithi169 bash[21812]: debug 2024-09-11T07:44:51.816+0000 7f80edba7700 -1 osd.7 0 waiting for initial osdmap 2024-09-11T07:44:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:51 smithi169 bash[14688]: cluster 2024-09-11T07:44:50.652844+0000 mgr.y (mgr.14138) 196 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:51 smithi169 bash[14688]: audit 2024-09-11T07:44:50.808964+0000 mon.a (mon.0) 490 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:44:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:51 smithi169 bash[14688]: cluster 2024-09-11T07:44:50.809029+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-11T07:44:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:51 smithi169 bash[14688]: audit 2024-09-11T07:44:50.809206+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:51 smithi169 bash[14688]: audit 2024-09-11T07:44:50.809453+0000 mon.b (mon.2) 19 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/223006083,v1:172.21.15.169:6825/223006083]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:51 smithi169 bash[14688]: audit 2024-09-11T07:44:50.810813+0000 mon.a (mon.0) 493 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T07:44:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:51 smithi169 bash[14688]: audit 2024-09-11T07:44:51.750771+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:44:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:52 smithi169 bash[14688]: audit 2024-09-11T07:44:51.810822+0000 mon.a (mon.0) 495 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:44:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:52 smithi169 bash[14688]: cluster 2024-09-11T07:44:51.811032+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-09-11T07:44:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:52 smithi169 bash[14688]: audit 2024-09-11T07:44:51.811854+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:52 smithi169 bash[14688]: audit 2024-09-11T07:44:51.818926+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:52 smithi169 bash[14688]: audit 2024-09-11T07:44:52.063602+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:52 smithi169 bash[14688]: audit 2024-09-11T07:44:52.070160+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:52 smithi169 bash[14688]: audit 2024-09-11T07:44:52.079833+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[15104]: audit 2024-09-11T07:44:51.810822+0000 mon.a (mon.0) 495 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:44:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[15104]: cluster 2024-09-11T07:44:51.811032+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-09-11T07:44:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[15104]: audit 2024-09-11T07:44:51.811854+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[15104]: audit 2024-09-11T07:44:51.818926+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[15104]: audit 2024-09-11T07:44:52.063602+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[15104]: audit 2024-09-11T07:44:52.070160+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[15104]: audit 2024-09-11T07:44:52.079833+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:53.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[19346]: audit 2024-09-11T07:44:51.810822+0000 mon.a (mon.0) 495 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-09-11T07:44:53.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[19346]: cluster 2024-09-11T07:44:51.811032+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-09-11T07:44:53.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[19346]: audit 2024-09-11T07:44:51.811854+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:53.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[19346]: audit 2024-09-11T07:44:51.818926+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:53.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[19346]: audit 2024-09-11T07:44:52.063602+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:53.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[19346]: audit 2024-09-11T07:44:52.070160+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:53.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:52 smithi133 bash[19346]: audit 2024-09-11T07:44:52.079833+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:44:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:53 smithi169 bash[14688]: cluster 2024-09-11T07:44:51.760789+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:44:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:53 smithi169 bash[14688]: cluster 2024-09-11T07:44:51.760870+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:44:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:53 smithi169 bash[14688]: cluster 2024-09-11T07:44:52.653416+0000 mgr.y (mgr.14138) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:53 smithi169 bash[14688]: cluster 2024-09-11T07:44:52.824062+0000 mon.a (mon.0) 502 : cluster [INF] osd.7 [v2:172.21.15.169:6824/223006083,v1:172.21.15.169:6825/223006083] boot 2024-09-11T07:44:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:53 smithi169 bash[14688]: cluster 2024-09-11T07:44:52.824252+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-11T07:44:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:53 smithi169 bash[14688]: audit 2024-09-11T07:44:52.825131+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[15104]: cluster 2024-09-11T07:44:51.760789+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:44:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[15104]: cluster 2024-09-11T07:44:51.760870+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:44:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[15104]: cluster 2024-09-11T07:44:52.653416+0000 mgr.y (mgr.14138) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[15104]: cluster 2024-09-11T07:44:52.824062+0000 mon.a (mon.0) 502 : cluster [INF] osd.7 [v2:172.21.15.169:6824/223006083,v1:172.21.15.169:6825/223006083] boot 2024-09-11T07:44:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[15104]: cluster 2024-09-11T07:44:52.824252+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-11T07:44:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[15104]: audit 2024-09-11T07:44:52.825131+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[19346]: cluster 2024-09-11T07:44:51.760789+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:44:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[19346]: cluster 2024-09-11T07:44:51.760870+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:44:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[19346]: cluster 2024-09-11T07:44:52.653416+0000 mgr.y (mgr.14138) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T07:44:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[19346]: cluster 2024-09-11T07:44:52.824062+0000 mon.a (mon.0) 502 : cluster [INF] osd.7 [v2:172.21.15.169:6824/223006083,v1:172.21.15.169:6825/223006083] boot 2024-09-11T07:44:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[19346]: cluster 2024-09-11T07:44:52.824252+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-11T07:44:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:53 smithi133 bash[19346]: audit 2024-09-11T07:44:52.825131+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:44:54.323 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:44:55.031 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":48,"num_osds":8,"num_up_osds":8,"osd_up_since":1726040692,"num_in_osds":8,"osd_in_since":1726040692,"num_remapped_pgs":0} 2024-09-11T07:44:55.032 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:44:55.162 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:44:55.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:54 smithi169 bash[14688]: cluster 2024-09-11T07:44:53.836058+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-11T07:44:55.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:54 smithi169 bash[14688]: audit 2024-09-11T07:44:54.321606+0000 mon.a (mon.0) 506 : audit [DBG] from='client.? 172.21.15.133:0/942115746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:44:55.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:54 smithi133 bash[19346]: cluster 2024-09-11T07:44:53.836058+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-11T07:44:55.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:54 smithi133 bash[19346]: audit 2024-09-11T07:44:54.321606+0000 mon.a (mon.0) 506 : audit [DBG] from='client.? 172.21.15.133:0/942115746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:44:55.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:54 smithi133 bash[15104]: cluster 2024-09-11T07:44:53.836058+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-11T07:44:55.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:54 smithi133 bash[15104]: audit 2024-09-11T07:44:54.321606+0000 mon.a (mon.0) 506 : audit [DBG] from='client.? 172.21.15.133:0/942115746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:44:56.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:55 smithi169 bash[14688]: cluster 2024-09-11T07:44:54.654014+0000 mgr.y (mgr.14138) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:44:56.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:55 smithi133 bash[15104]: cluster 2024-09-11T07:44:54.654014+0000 mgr.y (mgr.14138) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:44:56.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:55 smithi133 bash[19346]: cluster 2024-09-11T07:44:54.654014+0000 mgr.y (mgr.14138) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:44:58.113 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:57 smithi133 bash[15104]: cluster 2024-09-11T07:44:56.654584+0000 mgr.y (mgr.14138) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:44:58.114 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:57 smithi133 bash[19346]: cluster 2024-09-11T07:44:56.654584+0000 mgr.y (mgr.14138) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:44:58.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:57 smithi169 bash[14688]: cluster 2024-09-11T07:44:56.654584+0000 mgr.y (mgr.14138) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:44:58.477 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:44:58.477 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":48,"fsid":"d3da6098-7010-11ef-bcea-c7b262605968","created":"2024-09-11T07:39:15.670430+0000","modified":"2024-09-11T07:44:53.828443+0000","last_up_change":"2024-09-11T07:44:52.813143+0000","last_in_change":"2024-09-11T07:44:52.813143+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":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-11T07:40:26.744261+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0e166ed8-4161-4d57-ad43-7d6ab69d2e51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6803","nonce":3822709422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6805","nonce":3822709422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6809","nonce":3822709422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6807","nonce":3822709422}]},"public_addr":"172.21.15.133:6803/3822709422","cluster_addr":"172.21.15.133:6805/3822709422","heartbeat_back_addr":"172.21.15.133:6809/3822709422","heartbeat_front_addr":"172.21.15.133:6807/3822709422","state":["exists","up"]},{"osd":1,"uuid":"7a668624-8915-4d92-b660-87aa17e76562","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6811","nonce":2185536389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6813","nonce":2185536389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6817","nonce":2185536389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6815","nonce":2185536389}]},"public_addr":"172.21.15.133:6811/2185536389","cluster_addr":"172.21.15.133:6813/2185536389","heartbeat_back_addr":"172.21.15.133:6817/2185536389","heartbeat_front_addr":"172.21.15.133:6815/2185536389","state":["exists","up"]},{"osd":2,"uuid":"5e060a1c-21b4-4851-9726-1de17c8f59a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6819","nonce":1849914383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6821","nonce":1849914383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6825","nonce":1849914383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6823","nonce":1849914383}]},"public_addr":"172.21.15.133:6819/1849914383","cluster_addr":"172.21.15.133:6821/1849914383","heartbeat_back_addr":"172.21.15.133:6825/1849914383","heartbeat_front_addr":"172.21.15.133:6823/1849914383","state":["exists","up"]},{"osd":3,"uuid":"8b5bc759-3311-41fd-b304-88f5cbf0a5bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6827","nonce":3964821002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6829","nonce":3964821002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6832","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6833","nonce":3964821002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6831","nonce":3964821002}]},"public_addr":"172.21.15.133:6827/3964821002","cluster_addr":"172.21.15.133:6829/3964821002","heartbeat_back_addr":"172.21.15.133:6833/3964821002","heartbeat_front_addr":"172.21.15.133:6831/3964821002","state":["exists","up"]},{"osd":4,"uuid":"e52ccac6-d496-49d0-a4ad-275152825eb5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6800","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6801","nonce":2203783356}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6803","nonce":2203783356}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6807","nonce":2203783356}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6805","nonce":2203783356}]},"public_addr":"172.21.15.169:6801/2203783356","cluster_addr":"172.21.15.169:6803/2203783356","heartbeat_back_addr":"172.21.15.169:6807/2203783356","heartbeat_front_addr":"172.21.15.169:6805/2203783356","state":["exists","up"]},{"osd":5,"uuid":"cda2039f-9da9-4d09-b2af-3d8a5967e70e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6808","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6809","nonce":1223692364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6810","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6811","nonce":1223692364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6814","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6815","nonce":1223692364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6812","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6813","nonce":1223692364}]},"public_addr":"172.21.15.169:6809/1223692364","cluster_addr":"172.21.15.169:6811/1223692364","heartbeat_back_addr":"172.21.15.169:6815/1223692364","heartbeat_front_addr":"172.21.15.169:6813/1223692364","state":["exists","up"]},{"osd":6,"uuid":"76311534-aad0-4307-bec3-6846bb324e0c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6816","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6817","nonce":3270859993}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6818","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6819","nonce":3270859993}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6822","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6823","nonce":3270859993}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6820","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6821","nonce":3270859993}]},"public_addr":"172.21.15.169:6817/3270859993","cluster_addr":"172.21.15.169:6819/3270859993","heartbeat_back_addr":"172.21.15.169:6823/3270859993","heartbeat_front_addr":"172.21.15.169:6821/3270859993","state":["exists","up"]},{"osd":7,"uuid":"76e90bfe-1494-4711-8f6a-21fed0ace498","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6824","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6825","nonce":223006083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6826","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6827","nonce":223006083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6830","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6831","nonce":223006083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6828","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6829","nonce":223006083}]},"public_addr":"172.21.15.169:6825/223006083","cluster_addr":"172.21.15.169:6827/223006083","heartbeat_back_addr":"172.21.15.169:6831/223006083","heartbeat_front_addr":"172.21.15.169:6829/223006083","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:41:41.164089+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:42:08.695686+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:42:37.166318+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:43:04.123762+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:43:29.011295+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:43:57.152668+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:44:25.025431+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:44:51.760874+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.133:6801/2150058457":"2024-09-12T07:40:00.512887+0000","172.21.15.133:0/3936444232":"2024-09-12T07:40:00.512887+0000","172.21.15.133:0/3800692002":"2024-09-12T07:40:00.512887+0000","172.21.15.133:6800/2150058457":"2024-09-12T07:40:00.512887+0000","172.21.15.133:6800/396677331":"2024-09-12T07:39:40.252259+0000","172.21.15.133:0/883902959":"2024-09-12T07:39:40.252259+0000","172.21.15.133:0/843265466":"2024-09-12T07:39:40.252259+0000","172.21.15.133:6801/396677331":"2024-09-12T07:39:40.252259+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":{}} 2024-09-11T07:44:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:58 smithi133 bash[15104]: audit 2024-09-11T07:44:58.474523+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.133:0/3030712733' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:44:58.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:58 smithi133 bash[19346]: audit 2024-09-11T07:44:58.474523+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.133:0/3030712733' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:44:59.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:58 smithi169 bash[14688]: audit 2024-09-11T07:44:58.474523+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.133:0/3030712733' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:44:59.239 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-11T07:40:26.744261+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, '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': '12', '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_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-09-11T07:44:59.239 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-11T07:44:59.370 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:45:00.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:44:59 smithi169 bash[14688]: cluster 2024-09-11T07:44:58.655228+0000 mgr.y (mgr.14138) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:44:59 smithi133 bash[15104]: cluster 2024-09-11T07:44:58.655228+0000 mgr.y (mgr.14138) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:00.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:44:59 smithi133 bash[19346]: cluster 2024-09-11T07:44:58.655228+0000 mgr.y (mgr.14138) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:00.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:00 smithi133 bash[15104]: audit 2024-09-11T07:45:00.770757+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:45:00.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:00 smithi133 bash[15104]: audit 2024-09-11T07:45:00.780244+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:45:00.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:00 smithi133 bash[19346]: audit 2024-09-11T07:45:00.770757+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:45:00.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:00 smithi133 bash[19346]: audit 2024-09-11T07:45:00.780244+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:45:01.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:00 smithi169 bash[14688]: audit 2024-09-11T07:45:00.770757+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:45:01.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:00 smithi169 bash[14688]: audit 2024-09-11T07:45:00.780244+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:45:02.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:01 smithi169 bash[14688]: cluster 2024-09-11T07:45:00.655891+0000 mgr.y (mgr.14138) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:02.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:01 smithi133 bash[15104]: cluster 2024-09-11T07:45:00.655891+0000 mgr.y (mgr.14138) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:01 smithi133 bash[19346]: cluster 2024-09-11T07:45:00.655891+0000 mgr.y (mgr.14138) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:03.029 INFO:teuthology.orchestra.run.smithi133.stdout:pg_num: 1 2024-09-11T07:45:03.741 INFO:tasks.cephadm:Adding ceph.iscsi.iscsi.a on smithi169 2024-09-11T07:45:03.741 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd pool create datapool 3 3 replicated 2024-09-11T07:45:04.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:03 smithi169 bash[14688]: cluster 2024-09-11T07:45:02.656599+0000 mgr.y (mgr.14138) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:04.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:03 smithi169 bash[14688]: audit 2024-09-11T07:45:03.027778+0000 mon.a (mon.0) 509 : audit [DBG] from='client.? 172.21.15.133:0/3760877617' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T07:45:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:03 smithi133 bash[15104]: cluster 2024-09-11T07:45:02.656599+0000 mgr.y (mgr.14138) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:03 smithi133 bash[15104]: audit 2024-09-11T07:45:03.027778+0000 mon.a (mon.0) 509 : audit [DBG] from='client.? 172.21.15.133:0/3760877617' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T07:45:04.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:03 smithi133 bash[19346]: cluster 2024-09-11T07:45:02.656599+0000 mgr.y (mgr.14138) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:04.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:03 smithi133 bash[19346]: audit 2024-09-11T07:45:03.027778+0000 mon.a (mon.0) 509 : audit [DBG] from='client.? 172.21.15.133:0/3760877617' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T07:45:06.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:05 smithi169 bash[14688]: cluster 2024-09-11T07:45:04.657238+0000 mgr.y (mgr.14138) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:06.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:05 smithi169 bash[14688]: audit 2024-09-11T07:45:05.790459+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:06.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:05 smithi133 bash[15104]: cluster 2024-09-11T07:45:04.657238+0000 mgr.y (mgr.14138) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:06.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:05 smithi133 bash[15104]: audit 2024-09-11T07:45:05.790459+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:06.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:05 smithi133 bash[19346]: cluster 2024-09-11T07:45:04.657238+0000 mgr.y (mgr.14138) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:06.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:05 smithi133 bash[19346]: audit 2024-09-11T07:45:05.790459+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:07.915 INFO:teuthology.orchestra.run.smithi169.stderr:pool 'datapool' created 2024-09-11T07:45:08.153 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:07 smithi169 bash[14688]: cluster 2024-09-11T07:45:06.657798+0000 mgr.y (mgr.14138) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:08.153 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:07 smithi169 bash[14688]: audit 2024-09-11T07:45:07.232258+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.169:0/2489657398' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]: dispatch 2024-09-11T07:45:08.153 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:07 smithi169 bash[14688]: audit 2024-09-11T07:45:07.233886+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]: dispatch 2024-09-11T07:45:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:07 smithi133 bash[15104]: cluster 2024-09-11T07:45:06.657798+0000 mgr.y (mgr.14138) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:07 smithi133 bash[15104]: audit 2024-09-11T07:45:07.232258+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.169:0/2489657398' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]: dispatch 2024-09-11T07:45:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:07 smithi133 bash[15104]: audit 2024-09-11T07:45:07.233886+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]: dispatch 2024-09-11T07:45:08.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:07 smithi133 bash[19346]: cluster 2024-09-11T07:45:06.657798+0000 mgr.y (mgr.14138) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:07 smithi133 bash[19346]: audit 2024-09-11T07:45:07.232258+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.169:0/2489657398' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]: dispatch 2024-09-11T07:45:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:07 smithi133 bash[19346]: audit 2024-09-11T07:45:07.233886+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]: dispatch 2024-09-11T07:45:08.583 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- rbd pool init datapool 2024-09-11T07:45:08.922 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:08 smithi169 bash[14688]: audit 2024-09-11T07:45:07.908641+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]': finished 2024-09-11T07:45:08.922 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:08 smithi169 bash[14688]: cluster 2024-09-11T07:45:07.908800+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T07:45:09.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:08 smithi133 bash[15104]: audit 2024-09-11T07:45:07.908641+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]': finished 2024-09-11T07:45:09.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:08 smithi133 bash[15104]: cluster 2024-09-11T07:45:07.908800+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T07:45:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:08 smithi133 bash[19346]: audit 2024-09-11T07:45:07.908641+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "datapool", "pg_num": 3, "pgp_num": 3, "pool_type": "replicated"}]': finished 2024-09-11T07:45:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:08 smithi133 bash[19346]: cluster 2024-09-11T07:45:07.908800+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T07:45:10.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:09 smithi169 bash[14688]: cluster 2024-09-11T07:45:08.658393+0000 mgr.y (mgr.14138) 205 : cluster [DBG] pgmap v193: 4 pgs: 3 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:10.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:09 smithi169 bash[14688]: cluster 2024-09-11T07:45:08.914304+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T07:45:10.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:09 smithi133 bash[15104]: cluster 2024-09-11T07:45:08.658393+0000 mgr.y (mgr.14138) 205 : cluster [DBG] pgmap v193: 4 pgs: 3 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:10.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:09 smithi133 bash[15104]: cluster 2024-09-11T07:45:08.914304+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T07:45:10.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:09 smithi133 bash[19346]: cluster 2024-09-11T07:45:08.658393+0000 mgr.y (mgr.14138) 205 : cluster [DBG] pgmap v193: 4 pgs: 3 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:10.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:09 smithi133 bash[19346]: cluster 2024-09-11T07:45:08.914304+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T07:45:11.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:10 smithi133 bash[15104]: cluster 2024-09-11T07:45:09.926446+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T07:45:11.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:10 smithi133 bash[19346]: cluster 2024-09-11T07:45:09.926446+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T07:45:11.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:10 smithi169 bash[14688]: cluster 2024-09-11T07:45:09.926446+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T07:45:12.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:11 smithi169 bash[14688]: cluster 2024-09-11T07:45:10.658958+0000 mgr.y (mgr.14138) 206 : cluster [DBG] pgmap v196: 4 pgs: 2 creating+peering, 2 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:12.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:11 smithi169 bash[14688]: audit 2024-09-11T07:45:11.692127+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.169:0/410231010' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-11T07:45:12.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:11 smithi169 bash[14688]: audit 2024-09-11T07:45:11.693547+0000 mon.a (mon.0) 516 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-11T07:45:12.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:11 smithi133 bash[15104]: cluster 2024-09-11T07:45:10.658958+0000 mgr.y (mgr.14138) 206 : cluster [DBG] pgmap v196: 4 pgs: 2 creating+peering, 2 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:12.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:11 smithi133 bash[15104]: audit 2024-09-11T07:45:11.692127+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.169:0/410231010' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-11T07:45:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:11 smithi133 bash[15104]: audit 2024-09-11T07:45:11.693547+0000 mon.a (mon.0) 516 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-11T07:45:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:11 smithi133 bash[19346]: cluster 2024-09-11T07:45:10.658958+0000 mgr.y (mgr.14138) 206 : cluster [DBG] pgmap v196: 4 pgs: 2 creating+peering, 2 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:11 smithi133 bash[19346]: audit 2024-09-11T07:45:11.692127+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.169:0/410231010' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-11T07:45:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:11 smithi133 bash[19346]: audit 2024-09-11T07:45:11.693547+0000 mon.a (mon.0) 516 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]: dispatch 2024-09-11T07:45:13.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:12 smithi169 bash[14688]: audit 2024-09-11T07:45:11.948395+0000 mon.a (mon.0) 517 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]': finished 2024-09-11T07:45:13.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:12 smithi169 bash[14688]: cluster 2024-09-11T07:45:11.948636+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T07:45:13.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:12 smithi133 bash[15104]: audit 2024-09-11T07:45:11.948395+0000 mon.a (mon.0) 517 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]': finished 2024-09-11T07:45:13.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:12 smithi133 bash[15104]: cluster 2024-09-11T07:45:11.948636+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T07:45:13.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:12 smithi133 bash[19346]: audit 2024-09-11T07:45:11.948395+0000 mon.a (mon.0) 517 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "datapool","app": "rbd"}]': finished 2024-09-11T07:45:13.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:12 smithi133 bash[19346]: cluster 2024-09-11T07:45:11.948636+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T07:45:14.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:13 smithi169 bash[14688]: cluster 2024-09-11T07:45:12.659553+0000 mgr.y (mgr.14138) 207 : cluster [DBG] pgmap v198: 4 pgs: 2 creating+peering, 2 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:14.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:13 smithi169 bash[14688]: cluster 2024-09-11T07:45:12.958118+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T07:45:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:13 smithi133 bash[15104]: cluster 2024-09-11T07:45:12.659553+0000 mgr.y (mgr.14138) 207 : cluster [DBG] pgmap v198: 4 pgs: 2 creating+peering, 2 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:13 smithi133 bash[15104]: cluster 2024-09-11T07:45:12.958118+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T07:45:14.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:13 smithi133 bash[19346]: cluster 2024-09-11T07:45:12.659553+0000 mgr.y (mgr.14138) 207 : cluster [DBG] pgmap v198: 4 pgs: 2 creating+peering, 2 active+clean; 0 B data, 3.7 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:13 smithi133 bash[19346]: cluster 2024-09-11T07:45:12.958118+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T07:45:14.682 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch apply iscsi datapool admin admin --trusted_ip_list 172.21.15.169 --placement '1;smithi169=iscsi.a' 2024-09-11T07:45:15.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:14 smithi169 bash[14688]: cluster 2024-09-11T07:45:13.968691+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T07:45:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:14 smithi133 bash[15104]: cluster 2024-09-11T07:45:13.968691+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T07:45:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:14 smithi133 bash[19346]: cluster 2024-09-11T07:45:13.968691+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T07:45:16.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:15 smithi169 bash[14688]: cluster 2024-09-11T07:45:14.660139+0000 mgr.y (mgr.14138) 208 : cluster [DBG] pgmap v201: 4 pgs: 4 active+clean; 8 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:16.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:15 smithi133 bash[19346]: cluster 2024-09-11T07:45:14.660139+0000 mgr.y (mgr.14138) 208 : cluster [DBG] pgmap v201: 4 pgs: 4 active+clean; 8 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:16.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:15 smithi133 bash[15104]: cluster 2024-09-11T07:45:14.660139+0000 mgr.y (mgr.14138) 208 : cluster [DBG] pgmap v201: 4 pgs: 4 active+clean; 8 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:18.150 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled iscsi.iscsi update... 2024-09-11T07:45:18.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:17 smithi169 bash[14688]: cluster 2024-09-11T07:45:16.660851+0000 mgr.y (mgr.14138) 209 : cluster [DBG] pgmap v202: 4 pgs: 4 active+clean; 8 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:18.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:17 smithi133 bash[19346]: cluster 2024-09-11T07:45:16.660851+0000 mgr.y (mgr.14138) 209 : cluster [DBG] pgmap v202: 4 pgs: 4 active+clean; 8 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:18.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:17 smithi133 bash[15104]: cluster 2024-09-11T07:45:16.660851+0000 mgr.y (mgr.14138) 209 : cluster [DBG] pgmap v202: 4 pgs: 4 active+clean; 8 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:18.845 INFO:tasks.cephadm:Distributing iscsi-gateway.cfg... 2024-09-11T07:45:18.845 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:45:18.846 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/iscsi-gateway.cfg 2024-09-11T07:45:18.863 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-09-11T07:45:18.864 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/iscsi-gateway.cfg 2024-09-11T07:45:18.879 DEBUG:teuthology.orchestra.run.smithi169:iscsi.iscsi.a> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service 2024-09-11T07:45:18.924 INFO:tasks.cephadm:Adding prometheus.a on smithi169 2024-09-11T07:45:18.924 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch apply prometheus '1;smithi169=a' 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: audit 2024-09-11T07:45:18.138930+0000 mgr.y (mgr.14138) 210 : audit [DBG] from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "datapool", "api_user": "admin", "api_password": "admin", "trusted_ip_list": "172.21.15.169", "placement": "1;smithi169=iscsi.a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: cephadm 2024-09-11T07:45:18.140525+0000 mgr.y (mgr.14138) 211 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi169=iscsi.a;count:1 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: audit 2024-09-11T07:45:18.146978+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: cephadm 2024-09-11T07:45:18.150076+0000 mgr.y (mgr.14138) 212 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: cephadm 2024-09-11T07:45:18.151005+0000 mgr.y (mgr.14138) 213 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: audit 2024-09-11T07:45:18.511661+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: audit 2024-09-11T07:45:18.528042+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: audit 2024-09-11T07:45:18.529419+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blacklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: audit 2024-09-11T07:45:18.533987+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blacklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "osd", "allow rwx"]}]': finished 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: audit 2024-09-11T07:45:18.548376+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:45:19.153 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[19346]: audit 2024-09-11T07:45:18.550057+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.iscsi.iscsi.a", "key": "container_image"}]: dispatch 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: audit 2024-09-11T07:45:18.138930+0000 mgr.y (mgr.14138) 210 : audit [DBG] from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "datapool", "api_user": "admin", "api_password": "admin", "trusted_ip_list": "172.21.15.169", "placement": "1;smithi169=iscsi.a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: cephadm 2024-09-11T07:45:18.140525+0000 mgr.y (mgr.14138) 211 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi169=iscsi.a;count:1 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: audit 2024-09-11T07:45:18.146978+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: cephadm 2024-09-11T07:45:18.150076+0000 mgr.y (mgr.14138) 212 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: cephadm 2024-09-11T07:45:18.151005+0000 mgr.y (mgr.14138) 213 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: audit 2024-09-11T07:45:18.511661+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: audit 2024-09-11T07:45:18.528042+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: audit 2024-09-11T07:45:18.529419+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blacklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: audit 2024-09-11T07:45:18.533987+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blacklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "osd", "allow rwx"]}]': finished 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: audit 2024-09-11T07:45:18.548376+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:45:19.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:19 smithi169 bash[14688]: audit 2024-09-11T07:45:18.550057+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.iscsi.iscsi.a", "key": "container_image"}]: dispatch 2024-09-11T07:45:19.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: audit 2024-09-11T07:45:18.138930+0000 mgr.y (mgr.14138) 210 : audit [DBG] from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "datapool", "api_user": "admin", "api_password": "admin", "trusted_ip_list": "172.21.15.169", "placement": "1;smithi169=iscsi.a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:19.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: cephadm 2024-09-11T07:45:18.140525+0000 mgr.y (mgr.14138) 211 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi169=iscsi.a;count:1 2024-09-11T07:45:19.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: audit 2024-09-11T07:45:18.146978+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:19.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: cephadm 2024-09-11T07:45:18.150076+0000 mgr.y (mgr.14138) 212 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:45:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: cephadm 2024-09-11T07:45:18.151005+0000 mgr.y (mgr.14138) 213 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:45:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: audit 2024-09-11T07:45:18.511661+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: audit 2024-09-11T07:45:18.528042+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: audit 2024-09-11T07:45:18.529419+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blacklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:45:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: audit 2024-09-11T07:45:18.533987+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blacklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "osd", "allow rwx"]}]': finished 2024-09-11T07:45:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: audit 2024-09-11T07:45:18.548376+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:45:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:19 smithi133 bash[15104]: audit 2024-09-11T07:45:18.550057+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.iscsi.iscsi.a", "key": "container_image"}]: dispatch 2024-09-11T07:45:20.105 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:45:20.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:20 smithi169 bash[14688]: cephadm 2024-09-11T07:45:18.513490+0000 mgr.y (mgr.14138) 214 : cephadm [INF] Checking pool "datapool" exists for service iscsi.iscsi 2024-09-11T07:45:20.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:20 smithi169 bash[14688]: cephadm 2024-09-11T07:45:18.523567+0000 mgr.y (mgr.14138) 215 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi169=iscsi.a;count:1 2024-09-11T07:45:20.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:20 smithi169 bash[14688]: cephadm 2024-09-11T07:45:18.549262+0000 mgr.y (mgr.14138) 216 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi169 2024-09-11T07:45:20.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:20 smithi169 bash[14688]: cluster 2024-09-11T07:45:18.661486+0000 mgr.y (mgr.14138) 217 : cluster [DBG] pgmap v203: 4 pgs: 4 active+clean; 8 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:20.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:20 smithi133 bash[15104]: cephadm 2024-09-11T07:45:18.513490+0000 mgr.y (mgr.14138) 214 : cephadm [INF] Checking pool "datapool" exists for service iscsi.iscsi 2024-09-11T07:45:20.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:20 smithi133 bash[15104]: cephadm 2024-09-11T07:45:18.523567+0000 mgr.y (mgr.14138) 215 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi169=iscsi.a;count:1 2024-09-11T07:45:20.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:20 smithi133 bash[15104]: cephadm 2024-09-11T07:45:18.549262+0000 mgr.y (mgr.14138) 216 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi169 2024-09-11T07:45:20.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:20 smithi133 bash[15104]: cluster 2024-09-11T07:45:18.661486+0000 mgr.y (mgr.14138) 217 : cluster [DBG] pgmap v203: 4 pgs: 4 active+clean; 8 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:20.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:20 smithi133 bash[19346]: cephadm 2024-09-11T07:45:18.513490+0000 mgr.y (mgr.14138) 214 : cephadm [INF] Checking pool "datapool" exists for service iscsi.iscsi 2024-09-11T07:45:20.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:20 smithi133 bash[19346]: cephadm 2024-09-11T07:45:18.523567+0000 mgr.y (mgr.14138) 215 : cephadm [INF] Saving service iscsi.iscsi spec with placement smithi169=iscsi.a;count:1 2024-09-11T07:45:20.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:20 smithi133 bash[19346]: cephadm 2024-09-11T07:45:18.549262+0000 mgr.y (mgr.14138) 216 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi169 2024-09-11T07:45:20.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:20 smithi133 bash[19346]: cluster 2024-09-11T07:45:18.661486+0000 mgr.y (mgr.14138) 217 : cluster [DBG] pgmap v203: 4 pgs: 4 active+clean; 8 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:45:22.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:22 smithi169 bash[14688]: cluster 2024-09-11T07:45:20.662126+0000 mgr.y (mgr.14138) 218 : cluster [DBG] pgmap v204: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 152 B/s wr, 0 op/s 2024-09-11T07:45:22.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:22 smithi169 bash[14688]: cluster 2024-09-11T07:45:21.166476+0000 mon.a (mon.0) 528 : cluster [DBG] mgrmap e15: y(active, since 5m), standbys: x 2024-09-11T07:45:22.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:22 smithi133 bash[15104]: cluster 2024-09-11T07:45:20.662126+0000 mgr.y (mgr.14138) 218 : cluster [DBG] pgmap v204: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 152 B/s wr, 0 op/s 2024-09-11T07:45:22.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:22 smithi133 bash[15104]: cluster 2024-09-11T07:45:21.166476+0000 mon.a (mon.0) 528 : cluster [DBG] mgrmap e15: y(active, since 5m), standbys: x 2024-09-11T07:45:22.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:22 smithi133 bash[19346]: cluster 2024-09-11T07:45:20.662126+0000 mgr.y (mgr.14138) 218 : cluster [DBG] pgmap v204: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 152 B/s wr, 0 op/s 2024-09-11T07:45:22.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:22 smithi133 bash[19346]: cluster 2024-09-11T07:45:21.166476+0000 mon.a (mon.0) 528 : cluster [DBG] mgrmap e15: y(active, since 5m), standbys: x 2024-09-11T07:45:23.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:23 smithi169 bash[14688]: cluster 2024-09-11T07:45:22.662729+0000 mgr.y (mgr.14138) 219 : cluster [DBG] pgmap v205: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 117 B/s wr, 0 op/s 2024-09-11T07:45:23.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:23 smithi169 bash[14688]: cluster 2024-09-11T07:45:22.691266+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T07:45:23.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:23 smithi169 bash[14688]: audit 2024-09-11T07:45:22.819502+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:23.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:23 smithi169 bash[14688]: audit 2024-09-11T07:45:22.822375+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:45:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:23 smithi133 bash[19346]: cluster 2024-09-11T07:45:22.662729+0000 mgr.y (mgr.14138) 219 : cluster [DBG] pgmap v205: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 117 B/s wr, 0 op/s 2024-09-11T07:45:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:23 smithi133 bash[19346]: cluster 2024-09-11T07:45:22.691266+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T07:45:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:23 smithi133 bash[19346]: audit 2024-09-11T07:45:22.819502+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:23 smithi133 bash[19346]: audit 2024-09-11T07:45:22.822375+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:45:23.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:23 smithi133 bash[15104]: cluster 2024-09-11T07:45:22.662729+0000 mgr.y (mgr.14138) 219 : cluster [DBG] pgmap v205: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 117 B/s wr, 0 op/s 2024-09-11T07:45:23.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:23 smithi133 bash[15104]: cluster 2024-09-11T07:45:22.691266+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T07:45:23.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:23 smithi133 bash[15104]: audit 2024-09-11T07:45:22.819502+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:23.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:23 smithi133 bash[15104]: audit 2024-09-11T07:45:22.822375+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:45:24.875 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled prometheus update... 2024-09-11T07:45:25.448 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[22920]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T07:45:25.448 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.354959+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.360973+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.370973+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.372209+0000 mgr.y (mgr.14138) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: cephadm 2024-09-11T07:45:24.376053+0000 mgr.y (mgr.14138) 221 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.169:5000 to Dashboard 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.376459+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.377274+0000 mgr.y (mgr.14138) 222 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.385558+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.389356+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.169:5000", "name": "smithi169"}]: dispatch 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.390106+0000 mgr.y (mgr.14138) 223 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.169:5000", "name": "smithi169"}]: dispatch 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.402451+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.411167+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.449 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: cluster 2024-09-11T07:45:24.663378+0000 mgr.y (mgr.14138) 224 : cluster [DBG] pgmap v207: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-09-11T07:45:25.450 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.864173+0000 mgr.y (mgr.14138) 225 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi169=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:25.450 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: cephadm 2024-09-11T07:45:24.865666+0000 mgr.y (mgr.14138) 226 : cephadm [INF] Saving service prometheus spec with placement smithi169=a;count:1 2024-09-11T07:45:25.450 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.872014+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.450 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: audit 2024-09-11T07:45:24.881416+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.450 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:25 smithi169 bash[14688]: cephadm 2024-09-11T07:45:24.893480+0000 mgr.y (mgr.14138) 227 : cephadm [INF] Deploying daemon prometheus.a on smithi169 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.354959+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.360973+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.370973+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.372209+0000 mgr.y (mgr.14138) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: cephadm 2024-09-11T07:45:24.376053+0000 mgr.y (mgr.14138) 221 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.169:5000 to Dashboard 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.376459+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.377274+0000 mgr.y (mgr.14138) 222 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.385558+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.389356+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.169:5000", "name": "smithi169"}]: dispatch 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.390106+0000 mgr.y (mgr.14138) 223 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.169:5000", "name": "smithi169"}]: dispatch 2024-09-11T07:45:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.402451+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.411167+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: cluster 2024-09-11T07:45:24.663378+0000 mgr.y (mgr.14138) 224 : cluster [DBG] pgmap v207: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.864173+0000 mgr.y (mgr.14138) 225 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi169=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: cephadm 2024-09-11T07:45:24.865666+0000 mgr.y (mgr.14138) 226 : cephadm [INF] Saving service prometheus spec with placement smithi169=a;count:1 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.872014+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: audit 2024-09-11T07:45:24.881416+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[15104]: cephadm 2024-09-11T07:45:24.893480+0000 mgr.y (mgr.14138) 227 : cephadm [INF] Deploying daemon prometheus.a on smithi169 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.354959+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.360973+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.370973+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.372209+0000 mgr.y (mgr.14138) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:45:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: cephadm 2024-09-11T07:45:24.376053+0000 mgr.y (mgr.14138) 221 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.169:5000 to Dashboard 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.376459+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.377274+0000 mgr.y (mgr.14138) 222 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.385558+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.389356+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.169:5000", "name": "smithi169"}]: dispatch 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.390106+0000 mgr.y (mgr.14138) 223 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "service_url": "http://admin:admin@172.21.15.169:5000", "name": "smithi169"}]: dispatch 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.402451+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.411167+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: cluster 2024-09-11T07:45:24.663378+0000 mgr.y (mgr.14138) 224 : cluster [DBG] pgmap v207: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.864173+0000 mgr.y (mgr.14138) 225 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi169=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: cephadm 2024-09-11T07:45:24.865666+0000 mgr.y (mgr.14138) 226 : cephadm [INF] Saving service prometheus spec with placement smithi169=a;count:1 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.872014+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: audit 2024-09-11T07:45:24.881416+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:25 smithi133 bash[19346]: cephadm 2024-09-11T07:45:24.893480+0000 mgr.y (mgr.14138) 227 : cephadm [INF] Deploying daemon prometheus.a on smithi169 2024-09-11T07:45:25.948 DEBUG:teuthology.orchestra.run.smithi169:prometheus.a> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@prometheus.a.service 2024-09-11T07:45:25.950 INFO:tasks.cephadm:Adding node-exporter.a on smithi133 2024-09-11T07:45:25.950 INFO:tasks.cephadm:Adding node-exporter.b on smithi169 2024-09-11T07:45:25.950 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch apply node-exporter '2;smithi133=a;smithi169=b' 2024-09-11T07:45:26.160 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:45:26.674 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:26 smithi169 bash[14688]: audit 2024-09-11T07:45:25.776172+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.169:0/400774977' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T07:45:26.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:26 smithi133 bash[15104]: audit 2024-09-11T07:45:25.776172+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.169:0/400774977' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T07:45:26.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:26 smithi133 bash[19346]: audit 2024-09-11T07:45:25.776172+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.169:0/400774977' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T07:45:27.583 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:27 smithi169 bash[14688]: cluster 2024-09-11T07:45:26.663969+0000 mgr.y (mgr.14138) 228 : cluster [DBG] pgmap v208: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-09-11T07:45:27.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:27 smithi133 bash[15104]: cluster 2024-09-11T07:45:26.663969+0000 mgr.y (mgr.14138) 228 : cluster [DBG] pgmap v208: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-09-11T07:45:27.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:27 smithi133 bash[19346]: cluster 2024-09-11T07:45:26.663969+0000 mgr.y (mgr.14138) 228 : cluster [DBG] pgmap v208: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-09-11T07:45:29.685 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled node-exporter update... 2024-09-11T07:45:29.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:29 smithi133 bash[15104]: cluster 2024-09-11T07:45:28.664608+0000 mgr.y (mgr.14138) 229 : cluster [DBG] pgmap v209: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-09-11T07:45:29.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:29 smithi133 bash[15104]: audit 2024-09-11T07:45:29.681736+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:29.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:29 smithi133 bash[19346]: cluster 2024-09-11T07:45:28.664608+0000 mgr.y (mgr.14138) 229 : cluster [DBG] pgmap v209: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-09-11T07:45:29.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:29 smithi133 bash[19346]: audit 2024-09-11T07:45:29.681736+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:30.038 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:29 smithi169 bash[14688]: cluster 2024-09-11T07:45:28.664608+0000 mgr.y (mgr.14138) 229 : cluster [DBG] pgmap v209: 4 pgs: 4 active+clean; 19 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-09-11T07:45:30.038 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:29 smithi169 bash[14688]: audit 2024-09-11T07:45:29.681736+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:31.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:30 smithi169 bash[14688]: audit 2024-09-11T07:45:29.674065+0000 mgr.y (mgr.14138) 230 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi133=a;smithi169=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:31.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:30 smithi169 bash[14688]: cephadm 2024-09-11T07:45:29.675588+0000 mgr.y (mgr.14138) 231 : cephadm [INF] Saving service node-exporter spec with placement smithi133=a;smithi169=b;count:2 2024-09-11T07:45:31.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:30 smithi133 bash[19346]: audit 2024-09-11T07:45:29.674065+0000 mgr.y (mgr.14138) 230 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi133=a;smithi169=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:31.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:30 smithi133 bash[19346]: cephadm 2024-09-11T07:45:29.675588+0000 mgr.y (mgr.14138) 231 : cephadm [INF] Saving service node-exporter spec with placement smithi133=a;smithi169=b;count:2 2024-09-11T07:45:31.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:30 smithi133 bash[15104]: audit 2024-09-11T07:45:29.674065+0000 mgr.y (mgr.14138) 230 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi133=a;smithi169=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:31.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:30 smithi133 bash[15104]: cephadm 2024-09-11T07:45:29.675588+0000 mgr.y (mgr.14138) 231 : cephadm [INF] Saving service node-exporter spec with placement smithi133=a;smithi169=b;count:2 2024-09-11T07:45:31.265 DEBUG:teuthology.orchestra.run.smithi133:node-exporter.a> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.a.service 2024-09-11T07:45:31.267 DEBUG:teuthology.orchestra.run.smithi169:node-exporter.b> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.b.service 2024-09-11T07:45:31.269 INFO:tasks.cephadm:Adding alertmanager.a on smithi133 2024-09-11T07:45:31.269 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch apply alertmanager '1;smithi133=a' 2024-09-11T07:45:31.323 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:45:31.390 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:45:31.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:31 smithi169 bash[14688]: cluster 2024-09-11T07:45:30.665223+0000 mgr.y (mgr.14138) 232 : cluster [DBG] pgmap v210: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 409 B/s rd, 102 B/s wr, 1 op/s 2024-09-11T07:45:32.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:31 smithi133 bash[19346]: cluster 2024-09-11T07:45:30.665223+0000 mgr.y (mgr.14138) 232 : cluster [DBG] pgmap v210: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 409 B/s rd, 102 B/s wr, 1 op/s 2024-09-11T07:45:32.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:31 smithi133 bash[15104]: cluster 2024-09-11T07:45:30.665223+0000 mgr.y (mgr.14138) 232 : cluster [DBG] pgmap v210: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 409 B/s rd, 102 B/s wr, 1 op/s 2024-09-11T07:45:34.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:33 smithi169 bash[14688]: cluster 2024-09-11T07:45:32.665808+0000 mgr.y (mgr.14138) 233 : cluster [DBG] pgmap v211: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 409 B/s rd, 102 B/s wr, 1 op/s 2024-09-11T07:45:34.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:33 smithi133 bash[15104]: cluster 2024-09-11T07:45:32.665808+0000 mgr.y (mgr.14138) 233 : cluster [DBG] pgmap v211: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 409 B/s rd, 102 B/s wr, 1 op/s 2024-09-11T07:45:34.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:33 smithi133 bash[19346]: cluster 2024-09-11T07:45:32.665808+0000 mgr.y (mgr.14138) 233 : cluster [DBG] pgmap v211: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 409 B/s rd, 102 B/s wr, 1 op/s 2024-09-11T07:45:36.174 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:35 smithi169 bash[14688]: cluster 2024-09-11T07:45:34.666421+0000 mgr.y (mgr.14138) 234 : cluster [DBG] pgmap v212: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 769 B/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:36.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:35 smithi133 bash[15104]: cluster 2024-09-11T07:45:34.666421+0000 mgr.y (mgr.14138) 234 : cluster [DBG] pgmap v212: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 769 B/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:36.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:35 smithi133 bash[19346]: cluster 2024-09-11T07:45:34.666421+0000 mgr.y (mgr.14138) 234 : cluster [DBG] pgmap v212: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 769 B/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:37.214 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled alertmanager update... 2024-09-11T07:45:38.320 DEBUG:teuthology.orchestra.run.smithi133:alertmanager.a> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@alertmanager.a.service 2024-09-11T07:45:38.322 INFO:tasks.cephadm:Adding grafana.a on smithi169 2024-09-11T07:45:38.323 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph orch apply grafana '1;smithi169=a' 2024-09-11T07:45:38.577 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:45:38.603 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:38 smithi169 bash[14688]: cluster 2024-09-11T07:45:36.667000+0000 mgr.y (mgr.14138) 235 : cluster [DBG] pgmap v213: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:38.603 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:38 smithi169 bash[14688]: audit 2024-09-11T07:45:37.202710+0000 mgr.y (mgr.14138) 236 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi133=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:38.603 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:38 smithi169 bash[14688]: cephadm 2024-09-11T07:45:37.204309+0000 mgr.y (mgr.14138) 237 : cephadm [INF] Saving service alertmanager spec with placement smithi133=a;count:1 2024-09-11T07:45:38.603 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:38 smithi169 bash[14688]: audit 2024-09-11T07:45:37.210937+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:38.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:38 smithi133 bash[15104]: cluster 2024-09-11T07:45:36.667000+0000 mgr.y (mgr.14138) 235 : cluster [DBG] pgmap v213: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:38.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:38 smithi133 bash[15104]: audit 2024-09-11T07:45:37.202710+0000 mgr.y (mgr.14138) 236 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi133=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:38.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:38 smithi133 bash[15104]: cephadm 2024-09-11T07:45:37.204309+0000 mgr.y (mgr.14138) 237 : cephadm [INF] Saving service alertmanager spec with placement smithi133=a;count:1 2024-09-11T07:45:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:38 smithi133 bash[15104]: audit 2024-09-11T07:45:37.210937+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:38 smithi133 bash[19346]: cluster 2024-09-11T07:45:36.667000+0000 mgr.y (mgr.14138) 235 : cluster [DBG] pgmap v213: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:38 smithi133 bash[19346]: audit 2024-09-11T07:45:37.202710+0000 mgr.y (mgr.14138) 236 : audit [DBG] from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi133=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:38 smithi133 bash[19346]: cephadm 2024-09-11T07:45:37.204309+0000 mgr.y (mgr.14138) 237 : cephadm [INF] Saving service alertmanager spec with placement smithi133=a;count:1 2024-09-11T07:45:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:38 smithi133 bash[19346]: audit 2024-09-11T07:45:37.210937+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:40.312 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:40 smithi169 bash[14688]: cluster 2024-09-11T07:45:38.667583+0000 mgr.y (mgr.14138) 238 : cluster [DBG] pgmap v214: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:40 smithi133 bash[15104]: cluster 2024-09-11T07:45:38.667583+0000 mgr.y (mgr.14138) 238 : cluster [DBG] pgmap v214: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:40 smithi133 bash[19346]: cluster 2024-09-11T07:45:38.667583+0000 mgr.y (mgr.14138) 238 : cluster [DBG] pgmap v214: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:42.436 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:42 smithi169 bash[14688]: cluster 2024-09-11T07:45:40.668216+0000 mgr.y (mgr.14138) 239 : cluster [DBG] pgmap v215: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:42 smithi133 bash[15104]: cluster 2024-09-11T07:45:40.668216+0000 mgr.y (mgr.14138) 239 : cluster [DBG] pgmap v215: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:42.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:42 smithi133 bash[19346]: cluster 2024-09-11T07:45:40.668216+0000 mgr.y (mgr.14138) 239 : cluster [DBG] pgmap v215: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-11T07:45:43.857 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:43 smithi169 bash[14688]: cluster 2024-09-11T07:45:42.668824+0000 mgr.y (mgr.14138) 240 : cluster [DBG] pgmap v216: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:43.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:43 smithi133 bash[19346]: cluster 2024-09-11T07:45:42.668824+0000 mgr.y (mgr.14138) 240 : cluster [DBG] pgmap v216: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:43.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:43 smithi133 bash[15104]: cluster 2024-09-11T07:45:42.668824+0000 mgr.y (mgr.14138) 240 : cluster [DBG] pgmap v216: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:44.189 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled grafana update... 2024-09-11T07:45:45.374 DEBUG:teuthology.orchestra.run.smithi169:grafana.a> sudo journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@grafana.a.service 2024-09-11T07:45:45.376 INFO:tasks.cephadm:Setting up client nodes... 2024-09-11T07:45:45.376 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T07:45:45.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:45 smithi133 bash[15104]: audit 2024-09-11T07:45:44.176829+0000 mgr.y (mgr.14138) 241 : audit [DBG] from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi169=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:45.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:45 smithi133 bash[15104]: cephadm 2024-09-11T07:45:44.178315+0000 mgr.y (mgr.14138) 242 : cephadm [INF] Saving service grafana spec with placement smithi169=a;count:1 2024-09-11T07:45:45.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:45 smithi133 bash[15104]: audit 2024-09-11T07:45:44.186798+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:45.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:45 smithi133 bash[19346]: audit 2024-09-11T07:45:44.176829+0000 mgr.y (mgr.14138) 241 : audit [DBG] from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi169=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:45.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:45 smithi133 bash[19346]: cephadm 2024-09-11T07:45:44.178315+0000 mgr.y (mgr.14138) 242 : cephadm [INF] Saving service grafana spec with placement smithi169=a;count:1 2024-09-11T07:45:45.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:45 smithi133 bash[19346]: audit 2024-09-11T07:45:44.186798+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:45.493 INFO:journalctl@ceph.grafana.a.smithi169.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:45:45.497 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:45 smithi169 bash[14688]: audit 2024-09-11T07:45:44.176829+0000 mgr.y (mgr.14138) 241 : audit [DBG] from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi169=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:45:45.497 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:45 smithi169 bash[14688]: cephadm 2024-09-11T07:45:44.178315+0000 mgr.y (mgr.14138) 242 : cephadm [INF] Saving service grafana spec with placement smithi169=a;count:1 2024-09-11T07:45:45.497 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:45 smithi169 bash[14688]: audit 2024-09-11T07:45:44.186798+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:46.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:46 smithi133 bash[15104]: cluster 2024-09-11T07:45:44.669435+0000 mgr.y (mgr.14138) 243 : cluster [DBG] pgmap v217: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:45:46.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:46 smithi133 bash[19346]: cluster 2024-09-11T07:45:44.669435+0000 mgr.y (mgr.14138) 243 : cluster [DBG] pgmap v217: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:45:46.614 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:46 smithi169 bash[14688]: cluster 2024-09-11T07:45:44.669435+0000 mgr.y (mgr.14138) 243 : cluster [DBG] pgmap v217: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:45:46.925 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:46 smithi169 systemd[1]: Started Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:45:48.125 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:47 smithi169 bash[14688]: cluster 2024-09-11T07:45:46.669949+0000 mgr.y (mgr.14138) 244 : cluster [DBG] pgmap v218: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:48.125 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:47 smithi169 bash[14688]: audit 2024-09-11T07:45:46.849523+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:48.125 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:47 smithi169 bash[14688]: audit 2024-09-11T07:45:46.851616+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:45:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:47 smithi133 bash[15104]: cluster 2024-09-11T07:45:46.669949+0000 mgr.y (mgr.14138) 244 : cluster [DBG] pgmap v218: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:47 smithi133 bash[15104]: audit 2024-09-11T07:45:46.849523+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:47 smithi133 bash[15104]: audit 2024-09-11T07:45:46.851616+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:45:48.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:47 smithi133 bash[19346]: cluster 2024-09-11T07:45:46.669949+0000 mgr.y (mgr.14138) 244 : cluster [DBG] pgmap v218: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:48.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:47 smithi133 bash[19346]: audit 2024-09-11T07:45:46.849523+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:48.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:47 smithi133 bash[19346]: audit 2024-09-11T07:45:46.851616+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:45:48.425 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.263Z caller=main.go:302 msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-11T07:45:48.425 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.263Z caller=main.go:337 msg="Starting Prometheus" version="(version=2.18.1, branch=HEAD, revision=ecee9c8abfd118f139014cb1b174b08db3f342cf)" 2024-09-11T07:45:48.425 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.263Z caller=main.go:338 build_context="(go=go1.14.2, user=root@2117a9e64a7e, date=20200507-16:51:47)" 2024-09-11T07:45:48.426 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.263Z caller=main.go:339 host_details="(Linux 5.4.0-195-generic #215-Ubuntu SMP Fri Aug 2 18:28:05 UTC 2024 x86_64 smithi169 (none))" 2024-09-11T07:45:48.426 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.263Z caller=main.go:340 fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T07:45:48.426 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.264Z caller=main.go:341 vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T07:45:48.426 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.265Z caller=web.go:523 component=web msg="Start listening for connections" address=:9095 2024-09-11T07:45:48.426 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.265Z caller=main.go:678 msg="Starting TSDB ..." 2024-09-11T07:45:48.426 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.270Z caller=head.go:575 component=tsdb msg="Replaying WAL, this may take awhile" 2024-09-11T07:45:48.427 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.271Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-11T07:45:48.427 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.271Z caller=head.go:627 component=tsdb msg="WAL replay completed" duration=707.532µs 2024-09-11T07:45:48.427 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.273Z caller=main.go:694 fs_type=XFS_SUPER_MAGIC 2024-09-11T07:45:48.427 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.273Z caller=main.go:695 msg="TSDB started" 2024-09-11T07:45:48.427 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.273Z caller=main.go:799 msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T07:45:48.427 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.274Z caller=main.go:827 msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T07:45:48.428 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:45:48 smithi169 bash[24134]: level=info ts=2024-09-11T07:45:48.274Z caller=main.go:646 msg="Server is ready to receive web requests." 2024-09-11T07:45:49.013 INFO:teuthology.orchestra.run.smithi133.stdout:[client.0] 2024-09-11T07:45:49.013 INFO:teuthology.orchestra.run.smithi133.stdout: key = AQCtSuFms7VGABAA6TWih/AB64e6pu7azaJ9AQ== 2024-09-11T07:45:49.533 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[15104]: audit 2024-09-11T07:45:48.426659+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:49.533 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[15104]: audit 2024-09-11T07:45:48.432327+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:49.533 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[15104]: cephadm 2024-09-11T07:45:48.436402+0000 mgr.y (mgr.14138) 245 : cephadm [INF] Deploying daemon node-exporter.b on smithi169 2024-09-11T07:45:49.533 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[15104]: cluster 2024-09-11T07:45:48.670422+0000 mgr.y (mgr.14138) 246 : cluster [DBG] pgmap v219: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:49.533 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[15104]: audit 2024-09-11T07:45:49.003626+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.133:0/3454447853' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:49.533 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[15104]: audit 2024-09-11T07:45:49.004294+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[15104]: audit 2024-09-11T07:45:49.010538+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[15104]: audit 2024-09-11T07:45:49.236020+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[19346]: audit 2024-09-11T07:45:48.426659+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[19346]: audit 2024-09-11T07:45:48.432327+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[19346]: cephadm 2024-09-11T07:45:48.436402+0000 mgr.y (mgr.14138) 245 : cephadm [INF] Deploying daemon node-exporter.b on smithi169 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[19346]: cluster 2024-09-11T07:45:48.670422+0000 mgr.y (mgr.14138) 246 : cluster [DBG] pgmap v219: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[19346]: audit 2024-09-11T07:45:49.003626+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.133:0/3454447853' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[19346]: audit 2024-09-11T07:45:49.004294+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[19346]: audit 2024-09-11T07:45:49.010538+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:45:49.534 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:49 smithi133 bash[19346]: audit 2024-09-11T07:45:49.236020+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:49.675 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:49 smithi169 systemd[1]: Started Ceph node-exporter.b for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:45:49.675 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:49 smithi169 bash[24463]: Unable to find image 'prom/node-exporter:v0.18.1' locally 2024-09-11T07:45:49.675 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:49 smithi169 bash[14688]: audit 2024-09-11T07:45:48.426659+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:49.675 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:49 smithi169 bash[14688]: audit 2024-09-11T07:45:48.432327+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:49.675 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:49 smithi169 bash[14688]: cephadm 2024-09-11T07:45:48.436402+0000 mgr.y (mgr.14138) 245 : cephadm [INF] Deploying daemon node-exporter.b on smithi169 2024-09-11T07:45:49.675 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:49 smithi169 bash[14688]: cluster 2024-09-11T07:45:48.670422+0000 mgr.y (mgr.14138) 246 : cluster [DBG] pgmap v219: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:49.675 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:49 smithi169 bash[14688]: audit 2024-09-11T07:45:49.003626+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.133:0/3454447853' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:49.675 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:49 smithi169 bash[14688]: audit 2024-09-11T07:45:49.004294+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:49.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:49 smithi169 bash[14688]: audit 2024-09-11T07:45:49.010538+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:45:49.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:49 smithi169 bash[14688]: audit 2024-09-11T07:45:49.236020+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:49.710 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-11T07:45:49.710 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-11T07:45:49.710 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-11T07:45:49.728 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T07:45:50.449 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:49 smithi133 systemd[1]: Started Ceph node-exporter.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:45:50.449 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:50 smithi133 bash[28094]: Unable to find image 'prom/node-exporter:v0.18.1' locally 2024-09-11T07:45:51.256 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:50 smithi169 bash[14688]: cephadm 2024-09-11T07:45:49.237717+0000 mgr.y (mgr.14138) 247 : cephadm [INF] Deploying daemon node-exporter.a on smithi133 2024-09-11T07:45:51.257 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:50 smithi169 bash[14688]: audit 2024-09-11T07:45:49.990414+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:51.257 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:50 smithi169 bash[14688]: cephadm 2024-09-11T07:45:49.997749+0000 mgr.y (mgr.14138) 248 : cephadm [INF] Deploying daemon alertmanager.a on smithi133 2024-09-11T07:45:51.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:50 smithi133 bash[15104]: cephadm 2024-09-11T07:45:49.237717+0000 mgr.y (mgr.14138) 247 : cephadm [INF] Deploying daemon node-exporter.a on smithi133 2024-09-11T07:45:51.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:50 smithi133 bash[15104]: audit 2024-09-11T07:45:49.990414+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:51.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:50 smithi133 bash[15104]: cephadm 2024-09-11T07:45:49.997749+0000 mgr.y (mgr.14138) 248 : cephadm [INF] Deploying daemon alertmanager.a on smithi133 2024-09-11T07:45:51.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:50 smithi133 bash[19346]: cephadm 2024-09-11T07:45:49.237717+0000 mgr.y (mgr.14138) 247 : cephadm [INF] Deploying daemon node-exporter.a on smithi133 2024-09-11T07:45:51.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:50 smithi133 bash[19346]: audit 2024-09-11T07:45:49.990414+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:45:51.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:50 smithi133 bash[19346]: cephadm 2024-09-11T07:45:49.997749+0000 mgr.y (mgr.14138) 248 : cephadm [INF] Deploying daemon alertmanager.a on smithi133 2024-09-11T07:45:52.335 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:52 smithi169 bash[14688]: cluster 2024-09-11T07:45:50.671011+0000 mgr.y (mgr.14138) 249 : cluster [DBG] pgmap v220: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:45:52.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:52 smithi133 bash[15104]: cluster 2024-09-11T07:45:50.671011+0000 mgr.y (mgr.14138) 249 : cluster [DBG] pgmap v220: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:45:52.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:52 smithi133 bash[19346]: cluster 2024-09-11T07:45:50.671011+0000 mgr.y (mgr.14138) 249 : cluster [DBG] pgmap v220: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:45:53.174 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:52 smithi169 bash[24463]: v0.18.1: Pulling from prom/node-exporter 2024-09-11T07:45:53.175 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:53 smithi169 bash[24463]: 49a2d53aa1af: Pulling fs layer 2024-09-11T07:45:53.175 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:53 smithi169 bash[24463]: 3589a6efd9ce: Pulling fs layer 2024-09-11T07:45:53.175 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:53 smithi169 bash[24463]: 190160031744: Pulling fs layer 2024-09-11T07:45:53.510 INFO:teuthology.orchestra.run.smithi169.stdout:[client.1] 2024-09-11T07:45:53.510 INFO:teuthology.orchestra.run.smithi169.stdout: key = AQCxSuFmqWToHRAApdyjE2XxAlSI3jMFbvLnsQ== 2024-09-11T07:45:53.542 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:53 smithi169 bash[24463]: 3589a6efd9ce: Download complete 2024-09-11T07:45:53.542 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:53 smithi169 bash[24463]: 49a2d53aa1af: Verifying Checksum 2024-09-11T07:45:53.542 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:53 smithi169 bash[24463]: 49a2d53aa1af: Download complete 2024-09-11T07:45:53.542 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:53 smithi169 bash[24463]: 190160031744: Verifying Checksum 2024-09-11T07:45:53.542 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:53 smithi169 bash[24463]: 190160031744: Download complete 2024-09-11T07:45:53.542 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:53 smithi169 bash[24463]: 49a2d53aa1af: Pull complete 2024-09-11T07:45:53.764 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: v0.18.1: Pulling from prom/node-exporter 2024-09-11T07:45:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:54 smithi169 bash[14688]: cluster 2024-09-11T07:45:52.671591+0000 mgr.y (mgr.14138) 250 : cluster [DBG] pgmap v221: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:54 smithi169 bash[14688]: audit 2024-09-11T07:45:53.500086+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.169:0/2686358815' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:54 smithi169 bash[14688]: audit 2024-09-11T07:45:53.501433+0000 mon.a (mon.0) 553 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:54 smithi169 bash[14688]: audit 2024-09-11T07:45:53.508332+0000 mon.a (mon.0) 554 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:45:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:54 smithi133 bash[19346]: cluster 2024-09-11T07:45:52.671591+0000 mgr.y (mgr.14138) 250 : cluster [DBG] pgmap v221: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:54 smithi133 bash[19346]: audit 2024-09-11T07:45:53.500086+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.169:0/2686358815' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:54 smithi133 bash[19346]: audit 2024-09-11T07:45:53.501433+0000 mon.a (mon.0) 553 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:54 smithi133 bash[19346]: audit 2024-09-11T07:45:53.508332+0000 mon.a (mon.0) 554 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:45:54.200 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: 49a2d53aa1af: Pulling fs layer 2024-09-11T07:45:54.200 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: 3589a6efd9ce: Pulling fs layer 2024-09-11T07:45:54.200 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: 190160031744: Pulling fs layer 2024-09-11T07:45:54.200 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: 3589a6efd9ce: Verifying Checksum 2024-09-11T07:45:54.200 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: 3589a6efd9ce: Download complete 2024-09-11T07:45:54.200 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: 190160031744: Verifying Checksum 2024-09-11T07:45:54.200 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: 190160031744: Download complete 2024-09-11T07:45:54.200 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: 49a2d53aa1af: Verifying Checksum 2024-09-11T07:45:54.200 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:53 smithi133 bash[28094]: 49a2d53aa1af: Download complete 2024-09-11T07:45:54.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:54 smithi133 bash[15104]: cluster 2024-09-11T07:45:52.671591+0000 mgr.y (mgr.14138) 250 : cluster [DBG] pgmap v221: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:54.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:54 smithi133 bash[15104]: audit 2024-09-11T07:45:53.500086+0000 mon.b (mon.2) 23 : audit [INF] from='client.? 172.21.15.169:0/2686358815' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:54.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:54 smithi133 bash[15104]: audit 2024-09-11T07:45:53.501433+0000 mon.a (mon.0) 553 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:45:54.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:54 smithi133 bash[15104]: audit 2024-09-11T07:45:53.508332+0000 mon.a (mon.0) 554 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:45:54.631 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-09-11T07:45:54.631 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-11T07:45:54.631 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-11T07:45:54.653 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-11T07:45:54.653 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-11T07:45:54.654 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-11T07:45:54.669 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:54 smithi133 bash[28094]: 49a2d53aa1af: Pull complete 2024-09-11T07:45:54.801 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:45:54.925 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:54 smithi169 bash[24463]: 3589a6efd9ce: Pull complete 2024-09-11T07:45:55.281 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:55 smithi169 bash[24463]: 190160031744: Pull complete 2024-09-11T07:45:55.281 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:55 smithi169 bash[24463]: Digest: sha256:a2f29256e53cc3e0b64d7a472512600b2e9410347d53cdc85b49f659c17e02ee 2024-09-11T07:45:55.281 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:55 smithi169 bash[24463]: Status: Downloaded newer image for prom/node-exporter:v0.18.1 2024-09-11T07:45:55.449 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:55 smithi133 bash[28094]: 3589a6efd9ce: Pull complete 2024-09-11T07:45:56.374 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[14688]: cluster 2024-09-11T07:45:54.672167+0000 mgr.y (mgr.14138) 251 : cluster [DBG] pgmap v222: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:45:56.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:56 smithi133 bash[15104]: cluster 2024-09-11T07:45:54.672167+0000 mgr.y (mgr.14138) 251 : cluster [DBG] pgmap v222: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:45:56.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:56 smithi133 bash[19346]: cluster 2024-09-11T07:45:54.672167+0000 mgr.y (mgr.14138) 251 : cluster [DBG] pgmap v222: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:45:56.675 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg="Starting node_exporter (version=0.18.1, branch=HEAD, revision=3db77732e925c08f675d7404a8c46466b2ece83e)" source="node_exporter.go:156" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg="Build context (go=go1.12.5, user=root@b50852a1acba, date=20190604-16:41:18)" source="node_exporter.go:157" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg="Enabled collectors:" source="node_exporter.go:97" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - arp" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - bcache" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - bonding" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - conntrack" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - cpu" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - cpufreq" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - diskstats" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - edac" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - entropy" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - filefd" source="node_exporter.go:104" 2024-09-11T07:45:56.676 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - filesystem" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - hwmon" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - infiniband" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - ipvs" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - loadavg" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - mdadm" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - meminfo" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - netclass" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - netdev" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - netstat" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - nfs" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - nfsd" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - pressure" source="node_exporter.go:104" 2024-09-11T07:45:56.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - sockstat" source="node_exporter.go:104" 2024-09-11T07:45:56.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - stat" source="node_exporter.go:104" 2024-09-11T07:45:56.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - textfile" source="node_exporter.go:104" 2024-09-11T07:45:56.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - time" source="node_exporter.go:104" 2024-09-11T07:45:56.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - uname" source="node_exporter.go:104" 2024-09-11T07:45:56.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - vmstat" source="node_exporter.go:104" 2024-09-11T07:45:56.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - xfs" source="node_exporter.go:104" 2024-09-11T07:45:56.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg=" - zfs" source="node_exporter.go:104" 2024-09-11T07:45:56.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 07:45:56 smithi169 bash[24463]: time="2024-09-11T07:45:56Z" level=info msg="Listening on :9100" source="node_exporter.go:170" 2024-09-11T07:45:57.449 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:56 smithi133 bash[28094]: 190160031744: Pull complete 2024-09-11T07:45:57.925 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:57 smithi133 bash[28094]: Digest: sha256:a2f29256e53cc3e0b64d7a472512600b2e9410347d53cdc85b49f659c17e02ee 2024-09-11T07:45:57.925 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:45:57 smithi133 bash[28094]: Status: Downloaded newer image for prom/node-exporter:v0.18.1 2024-09-11T07:45:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:45:58 smithi133 bash[15104]: cluster 2024-09-11T07:45:56.672733+0000 mgr.y (mgr.14138) 252 : cluster [DBG] pgmap v223: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:58.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:45:58 smithi133 bash[19346]: cluster 2024-09-11T07:45:56.672733+0000 mgr.y (mgr.14138) 252 : cluster [DBG] pgmap v223: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:45:58.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:45:58 smithi169 bash[14688]: cluster 2024-09-11T07:45:56.672733+0000 mgr.y (mgr.14138) 252 : cluster [DBG] pgmap v223: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:00.348 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[15104]: cluster 2024-09-11T07:45:58.673449+0000 mgr.y (mgr.14138) 253 : cluster [DBG] pgmap v224: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:00.348 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[19346]: cluster 2024-09-11T07:45:58.673449+0000 mgr.y (mgr.14138) 253 : cluster [DBG] pgmap v224: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:00.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:00 smithi169 bash[14688]: cluster 2024-09-11T07:45:58.673449+0000 mgr.y (mgr.14138) 253 : cluster [DBG] pgmap v224: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:01.030 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg="Starting node_exporter (version=0.18.1, branch=HEAD, revision=3db77732e925c08f675d7404a8c46466b2ece83e)" source="node_exporter.go:156" 2024-09-11T07:46:01.031 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg="Build context (go=go1.12.5, user=root@b50852a1acba, date=20190604-16:41:18)" source="node_exporter.go:157" 2024-09-11T07:46:01.031 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg="Enabled collectors:" source="node_exporter.go:97" 2024-09-11T07:46:01.031 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - arp" source="node_exporter.go:104" 2024-09-11T07:46:01.031 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - bcache" source="node_exporter.go:104" 2024-09-11T07:46:01.031 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - bonding" source="node_exporter.go:104" 2024-09-11T07:46:01.031 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - conntrack" source="node_exporter.go:104" 2024-09-11T07:46:01.031 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - cpu" source="node_exporter.go:104" 2024-09-11T07:46:01.031 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - cpufreq" source="node_exporter.go:104" 2024-09-11T07:46:01.031 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - diskstats" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - edac" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - entropy" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - filefd" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - filesystem" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - hwmon" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - infiniband" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - ipvs" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - loadavg" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - mdadm" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - meminfo" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - netclass" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - netdev" source="node_exporter.go:104" 2024-09-11T07:46:01.032 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - netstat" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - nfs" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - nfsd" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - pressure" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - sockstat" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - stat" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - textfile" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - time" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - uname" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - vmstat" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - xfs" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg=" - zfs" source="node_exporter.go:104" 2024-09-11T07:46:01.033 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 07:46:00 smithi133 bash[28094]: time="2024-09-11T07:46:00Z" level=info msg="Listening on :9100" source="node_exporter.go:170" 2024-09-11T07:46:01.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:01 smithi169 bash[14688]: audit 2024-09-11T07:46:00.774680+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:46:01.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:01 smithi169 bash[14688]: audit 2024-09-11T07:46:00.782704+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:46:01.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:01 smithi133 bash[15104]: audit 2024-09-11T07:46:00.774680+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:46:01.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:01 smithi133 bash[15104]: audit 2024-09-11T07:46:00.782704+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:46:01.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:01 smithi133 bash[19346]: audit 2024-09-11T07:46:00.774680+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:46:01.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:01 smithi133 bash[19346]: audit 2024-09-11T07:46:00.782704+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:46:02.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:02 smithi169 bash[14688]: cluster 2024-09-11T07:46:00.674168+0000 mgr.y (mgr.14138) 254 : cluster [DBG] pgmap v225: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:02.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:02 smithi133 bash[15104]: cluster 2024-09-11T07:46:00.674168+0000 mgr.y (mgr.14138) 254 : cluster [DBG] pgmap v225: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:02.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:02 smithi133 bash[19346]: cluster 2024-09-11T07:46:00.674168+0000 mgr.y (mgr.14138) 254 : cluster [DBG] pgmap v225: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:03.179 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:46:04.053 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:04 smithi133 bash[15104]: cluster 2024-09-11T07:46:02.674790+0000 mgr.y (mgr.14138) 255 : cluster [DBG] pgmap v226: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:04.053 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:04 smithi133 bash[15104]: audit 2024-09-11T07:46:03.170311+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.133:0/498303336' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:46:04.053 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:04 smithi133 bash[19346]: cluster 2024-09-11T07:46:02.674790+0000 mgr.y (mgr.14138) 255 : cluster [DBG] pgmap v226: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:04.054 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:04 smithi133 bash[19346]: audit 2024-09-11T07:46:03.170311+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.133:0/498303336' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:46:04.054 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":15,"active_gid":14138,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2581892322},{"type":"v1","addr":"172.21.15.133:6801","nonce":2581892322}]},"active_addr":"172.21.15.133:6801/2581892322","active_change":"2024-09-11T07:40:00.513460+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":34112,"name":"x","mgr_features":4540138292840890367,"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":"False","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":"none","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":{"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":[]},"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":"docker.io/prom/alertmanager:v0.20.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":"docker.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":"docker.io/ceph/ceph-grafana:6.6.2","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.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":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"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":[]},"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":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","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_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"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":[]},"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":[]},"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_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","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":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","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":"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":[]},"username":{"name":"username","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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","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":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","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":[]},"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":"str","level":"advanced","flags":0,"default_value":"","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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","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":[]},"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":{"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"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":[]},"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":"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","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":"None","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","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":"False","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":"none","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":{"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":[]},"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":"docker.io/prom/alertmanager:v0.20.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":"docker.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":"docker.io/ceph/ceph-grafana:6.6.2","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.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":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"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":[]},"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":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","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_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"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":[]},"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":[]},"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_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","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":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","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":"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":[]},"username":{"name":"username","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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","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":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","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":[]},"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":"str","level":"advanced","flags":0,"default_value":"","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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","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":[]},"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":{"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"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":[]},"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":"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","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":"None","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://smithi133.front.sepia.ceph.com:8443/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":3,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":1478158804}]},{"addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":558754538}]},{"addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":1735201539}]}]}} 2024-09-11T07:46:04.057 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-11T07:46:04.057 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-11T07:46:04.058 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:46:04.179 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:04.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:04 smithi169 bash[14688]: cluster 2024-09-11T07:46:02.674790+0000 mgr.y (mgr.14138) 255 : cluster [DBG] pgmap v226: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:04.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:04 smithi169 bash[14688]: audit 2024-09-11T07:46:03.170311+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.133:0/498303336' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:46:06.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:06 smithi133 bash[15104]: cluster 2024-09-11T07:46:04.675424+0000 mgr.y (mgr.14138) 256 : cluster [DBG] pgmap v227: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:06 smithi133 bash[19346]: cluster 2024-09-11T07:46:04.675424+0000 mgr.y (mgr.14138) 256 : cluster [DBG] pgmap v227: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:06 smithi169 bash[14688]: cluster 2024-09-11T07:46:04.675424+0000 mgr.y (mgr.14138) 256 : cluster [DBG] pgmap v227: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:08 smithi133 bash[15104]: cluster 2024-09-11T07:46:06.676061+0000 mgr.y (mgr.14138) 257 : cluster [DBG] pgmap v228: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:08 smithi133 bash[19346]: cluster 2024-09-11T07:46:06.676061+0000 mgr.y (mgr.14138) 257 : cluster [DBG] pgmap v228: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:08.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:08 smithi169 bash[14688]: cluster 2024-09-11T07:46:06.676061+0000 mgr.y (mgr.14138) 257 : cluster [DBG] pgmap v228: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:46:09.565 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":55,"fsid":"d3da6098-7010-11ef-bcea-c7b262605968","created":"2024-09-11T07:39:15.670430+0000","modified":"2024-09-11T07:45:22.683996+0000","last_up_change":"2024-09-11T07:44:52.813143+0000","last_in_change":"2024-09-11T07:44:52.813143+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":2,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-11T07:40:26.744261+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"datapool","create_time":"2024-09-11T07:45:07.666590+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"object_hash":2,"pg_autoscale_mode":"off","pg_num":3,"pg_placement_num":3,"pg_placement_num_target":3,"pg_num_target":3,"pg_num_pending":3,"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":"54","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":54,"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":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"0e166ed8-4161-4d57-ad43-7d6ab69d2e51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6803","nonce":3822709422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6805","nonce":3822709422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6809","nonce":3822709422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6807","nonce":3822709422}]},"public_addr":"172.21.15.133:6803/3822709422","cluster_addr":"172.21.15.133:6805/3822709422","heartbeat_back_addr":"172.21.15.133:6809/3822709422","heartbeat_front_addr":"172.21.15.133:6807/3822709422","state":["exists","up"]},{"osd":1,"uuid":"7a668624-8915-4d92-b660-87aa17e76562","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6811","nonce":2185536389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6813","nonce":2185536389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6817","nonce":2185536389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6815","nonce":2185536389}]},"public_addr":"172.21.15.133:6811/2185536389","cluster_addr":"172.21.15.133:6813/2185536389","heartbeat_back_addr":"172.21.15.133:6817/2185536389","heartbeat_front_addr":"172.21.15.133:6815/2185536389","state":["exists","up"]},{"osd":2,"uuid":"5e060a1c-21b4-4851-9726-1de17c8f59a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6819","nonce":1849914383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6821","nonce":1849914383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6825","nonce":1849914383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6823","nonce":1849914383}]},"public_addr":"172.21.15.133:6819/1849914383","cluster_addr":"172.21.15.133:6821/1849914383","heartbeat_back_addr":"172.21.15.133:6825/1849914383","heartbeat_front_addr":"172.21.15.133:6823/1849914383","state":["exists","up"]},{"osd":3,"uuid":"8b5bc759-3311-41fd-b304-88f5cbf0a5bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6827","nonce":3964821002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6829","nonce":3964821002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6832","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6833","nonce":3964821002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6831","nonce":3964821002}]},"public_addr":"172.21.15.133:6827/3964821002","cluster_addr":"172.21.15.133:6829/3964821002","heartbeat_back_addr":"172.21.15.133:6833/3964821002","heartbeat_front_addr":"172.21.15.133:6831/3964821002","state":["exists","up"]},{"osd":4,"uuid":"e52ccac6-d496-49d0-a4ad-275152825eb5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6800","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6801","nonce":2203783356}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6803","nonce":2203783356}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6807","nonce":2203783356}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6805","nonce":2203783356}]},"public_addr":"172.21.15.169:6801/2203783356","cluster_addr":"172.21.15.169:6803/2203783356","heartbeat_back_addr":"172.21.15.169:6807/2203783356","heartbeat_front_addr":"172.21.15.169:6805/2203783356","state":["exists","up"]},{"osd":5,"uuid":"cda2039f-9da9-4d09-b2af-3d8a5967e70e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6808","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6809","nonce":1223692364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6810","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6811","nonce":1223692364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6814","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6815","nonce":1223692364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6812","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6813","nonce":1223692364}]},"public_addr":"172.21.15.169:6809/1223692364","cluster_addr":"172.21.15.169:6811/1223692364","heartbeat_back_addr":"172.21.15.169:6815/1223692364","heartbeat_front_addr":"172.21.15.169:6813/1223692364","state":["exists","up"]},{"osd":6,"uuid":"76311534-aad0-4307-bec3-6846bb324e0c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6816","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6817","nonce":3270859993}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6818","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6819","nonce":3270859993}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6822","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6823","nonce":3270859993}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6820","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6821","nonce":3270859993}]},"public_addr":"172.21.15.169:6817/3270859993","cluster_addr":"172.21.15.169:6819/3270859993","heartbeat_back_addr":"172.21.15.169:6823/3270859993","heartbeat_front_addr":"172.21.15.169:6821/3270859993","state":["exists","up"]},{"osd":7,"uuid":"76e90bfe-1494-4711-8f6a-21fed0ace498","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6824","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6825","nonce":223006083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6826","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6827","nonce":223006083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6830","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6831","nonce":223006083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6828","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6829","nonce":223006083}]},"public_addr":"172.21.15.169:6825/223006083","cluster_addr":"172.21.15.169:6827/223006083","heartbeat_back_addr":"172.21.15.169:6831/223006083","heartbeat_front_addr":"172.21.15.169:6829/223006083","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:41:41.164089+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:42:08.695686+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:42:37.166318+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:43:04.123762+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:43:29.011295+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:43:57.152668+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:44:25.025431+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:44:51.760874+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.133:6801/2150058457":"2024-09-12T07:40:00.512887+0000","172.21.15.133:0/3936444232":"2024-09-12T07:40:00.512887+0000","172.21.15.133:0/3800692002":"2024-09-12T07:40:00.512887+0000","172.21.15.133:6800/2150058457":"2024-09-12T07:40:00.512887+0000","172.21.15.133:6800/396677331":"2024-09-12T07:39:40.252259+0000","172.21.15.133:0/883902959":"2024-09-12T07:39:40.252259+0000","172.21.15.133:0/843265466":"2024-09-12T07:39:40.252259+0000","172.21.15.133:6801/396677331":"2024-09-12T07:39:40.252259+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":[{"pool":2,"snaps":[{"begin":2,"length":1}]}],"crush_node_flags":{},"device_class_flags":{}} 2024-09-11T07:46:10.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:10 smithi169 bash[14688]: cluster 2024-09-11T07:46:08.676692+0000 mgr.y (mgr.14138) 258 : cluster [DBG] pgmap v229: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:10.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:10 smithi169 bash[14688]: audit 2024-09-11T07:46:09.129015+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:10 smithi169 bash[14688]: audit 2024-09-11T07:46:09.314535+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:10 smithi169 bash[14688]: audit 2024-09-11T07:46:09.319387+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:10 smithi169 bash[14688]: audit 2024-09-11T07:46:09.320624+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:46:10.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:10 smithi169 bash[14688]: audit 2024-09-11T07:46:09.326387+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:10 smithi169 bash[14688]: audit 2024-09-11T07:46:09.561758+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.133:0/1137882373' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:46:10.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[19346]: cluster 2024-09-11T07:46:08.676692+0000 mgr.y (mgr.14138) 258 : cluster [DBG] pgmap v229: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[19346]: audit 2024-09-11T07:46:09.129015+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[19346]: audit 2024-09-11T07:46:09.314535+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[19346]: audit 2024-09-11T07:46:09.319387+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[19346]: audit 2024-09-11T07:46:09.320624+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[19346]: audit 2024-09-11T07:46:09.326387+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[19346]: audit 2024-09-11T07:46:09.561758+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.133:0/1137882373' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[15104]: cluster 2024-09-11T07:46:08.676692+0000 mgr.y (mgr.14138) 258 : cluster [DBG] pgmap v229: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[15104]: audit 2024-09-11T07:46:09.129015+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[15104]: audit 2024-09-11T07:46:09.314535+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[15104]: audit 2024-09-11T07:46:09.319387+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[15104]: audit 2024-09-11T07:46:09.320624+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:46:10.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[15104]: audit 2024-09-11T07:46:09.326387+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:10.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:10 smithi133 bash[15104]: audit 2024-09-11T07:46:09.561758+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.133:0/1137882373' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:46:10.941 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-11T07:46:10.941 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:46:11.075 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:11.194 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:11 smithi133 bash[15104]: audit 2024-09-11T07:46:09.321386+0000 mgr.y (mgr.14138) 259 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:46:11.195 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:11 smithi133 bash[15104]: cephadm 2024-09-11T07:46:09.332147+0000 mgr.y (mgr.14138) 260 : cephadm [INF] Deploying daemon grafana.a on smithi169 2024-09-11T07:46:11.195 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:11 smithi133 bash[19346]: audit 2024-09-11T07:46:09.321386+0000 mgr.y (mgr.14138) 259 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:46:11.195 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:11 smithi133 bash[19346]: cephadm 2024-09-11T07:46:09.332147+0000 mgr.y (mgr.14138) 260 : cephadm [INF] Deploying daemon grafana.a on smithi169 2024-09-11T07:46:11.195 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:11 smithi133 bash[28708]: level=info ts=2024-09-11T07:46:11.158Z caller=cluster.go:623 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T07:46:11.195 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:11 smithi133 bash[28708]: level=info ts=2024-09-11T07:46:11.192Z caller=coordinator.go:119 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T07:46:11.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:11 smithi169 bash[14688]: audit 2024-09-11T07:46:09.321386+0000 mgr.y (mgr.14138) 259 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:46:11.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:11 smithi169 bash[14688]: cephadm 2024-09-11T07:46:09.332147+0000 mgr.y (mgr.14138) 260 : cephadm [INF] Deploying daemon grafana.a on smithi169 2024-09-11T07:46:11.449 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:11 smithi133 bash[28708]: level=info ts=2024-09-11T07:46:11.193Z caller=coordinator.go:131 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T07:46:11.449 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:11 smithi133 bash[28708]: level=info ts=2024-09-11T07:46:11.198Z caller=main.go:497 msg=Listening address=:9093 2024-09-11T07:46:12.405 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:12 smithi133 bash[15104]: cluster 2024-09-11T07:46:10.677448+0000 mgr.y (mgr.14138) 261 : cluster [DBG] pgmap v230: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:12.405 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:12 smithi133 bash[19346]: cluster 2024-09-11T07:46:10.677448+0000 mgr.y (mgr.14138) 261 : cluster [DBG] pgmap v230: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:12.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:12 smithi169 bash[14688]: cluster 2024-09-11T07:46:10.677448+0000 mgr.y (mgr.14138) 261 : cluster [DBG] pgmap v230: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:13.449 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:13 smithi133 bash[28708]: level=info ts=2024-09-11T07:46:13.158Z caller=cluster.go:648 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000111123s 2024-09-11T07:46:14.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:14 smithi169 bash[14688]: cluster 2024-09-11T07:46:12.678087+0000 mgr.y (mgr.14138) 262 : cluster [DBG] pgmap v231: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:14.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:14 smithi133 bash[15104]: cluster 2024-09-11T07:46:12.678087+0000 mgr.y (mgr.14138) 262 : cluster [DBG] pgmap v231: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:14 smithi133 bash[19346]: cluster 2024-09-11T07:46:12.678087+0000 mgr.y (mgr.14138) 262 : cluster [DBG] pgmap v231: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:14.670 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:46:14.670 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":55,"fsid":"d3da6098-7010-11ef-bcea-c7b262605968","created":"2024-09-11T07:39:15.670430+0000","modified":"2024-09-11T07:45:22.683996+0000","last_up_change":"2024-09-11T07:44:52.813143+0000","last_in_change":"2024-09-11T07:44:52.813143+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":2,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-11T07:40:26.744261+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"12","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_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"datapool","create_time":"2024-09-11T07:45:07.666590+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"object_hash":2,"pg_autoscale_mode":"off","pg_num":3,"pg_placement_num":3,"pg_placement_num_target":3,"pg_num_target":3,"pg_num_pending":3,"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":"54","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":54,"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":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"0e166ed8-4161-4d57-ad43-7d6ab69d2e51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6803","nonce":3822709422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6805","nonce":3822709422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6809","nonce":3822709422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":3822709422},{"type":"v1","addr":"172.21.15.133:6807","nonce":3822709422}]},"public_addr":"172.21.15.133:6803/3822709422","cluster_addr":"172.21.15.133:6805/3822709422","heartbeat_back_addr":"172.21.15.133:6809/3822709422","heartbeat_front_addr":"172.21.15.133:6807/3822709422","state":["exists","up"]},{"osd":1,"uuid":"7a668624-8915-4d92-b660-87aa17e76562","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6811","nonce":2185536389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6813","nonce":2185536389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6817","nonce":2185536389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":2185536389},{"type":"v1","addr":"172.21.15.133:6815","nonce":2185536389}]},"public_addr":"172.21.15.133:6811/2185536389","cluster_addr":"172.21.15.133:6813/2185536389","heartbeat_back_addr":"172.21.15.133:6817/2185536389","heartbeat_front_addr":"172.21.15.133:6815/2185536389","state":["exists","up"]},{"osd":2,"uuid":"5e060a1c-21b4-4851-9726-1de17c8f59a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6819","nonce":1849914383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6821","nonce":1849914383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6825","nonce":1849914383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1849914383},{"type":"v1","addr":"172.21.15.133:6823","nonce":1849914383}]},"public_addr":"172.21.15.133:6819/1849914383","cluster_addr":"172.21.15.133:6821/1849914383","heartbeat_back_addr":"172.21.15.133:6825/1849914383","heartbeat_front_addr":"172.21.15.133:6823/1849914383","state":["exists","up"]},{"osd":3,"uuid":"8b5bc759-3311-41fd-b304-88f5cbf0a5bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6827","nonce":3964821002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6829","nonce":3964821002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6832","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6833","nonce":3964821002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":3964821002},{"type":"v1","addr":"172.21.15.133:6831","nonce":3964821002}]},"public_addr":"172.21.15.133:6827/3964821002","cluster_addr":"172.21.15.133:6829/3964821002","heartbeat_back_addr":"172.21.15.133:6833/3964821002","heartbeat_front_addr":"172.21.15.133:6831/3964821002","state":["exists","up"]},{"osd":4,"uuid":"e52ccac6-d496-49d0-a4ad-275152825eb5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6800","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6801","nonce":2203783356}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6803","nonce":2203783356}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6807","nonce":2203783356}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":2203783356},{"type":"v1","addr":"172.21.15.169:6805","nonce":2203783356}]},"public_addr":"172.21.15.169:6801/2203783356","cluster_addr":"172.21.15.169:6803/2203783356","heartbeat_back_addr":"172.21.15.169:6807/2203783356","heartbeat_front_addr":"172.21.15.169:6805/2203783356","state":["exists","up"]},{"osd":5,"uuid":"cda2039f-9da9-4d09-b2af-3d8a5967e70e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6808","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6809","nonce":1223692364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6810","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6811","nonce":1223692364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6814","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6815","nonce":1223692364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6812","nonce":1223692364},{"type":"v1","addr":"172.21.15.169:6813","nonce":1223692364}]},"public_addr":"172.21.15.169:6809/1223692364","cluster_addr":"172.21.15.169:6811/1223692364","heartbeat_back_addr":"172.21.15.169:6815/1223692364","heartbeat_front_addr":"172.21.15.169:6813/1223692364","state":["exists","up"]},{"osd":6,"uuid":"76311534-aad0-4307-bec3-6846bb324e0c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6816","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6817","nonce":3270859993}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6818","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6819","nonce":3270859993}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6822","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6823","nonce":3270859993}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6820","nonce":3270859993},{"type":"v1","addr":"172.21.15.169:6821","nonce":3270859993}]},"public_addr":"172.21.15.169:6817/3270859993","cluster_addr":"172.21.15.169:6819/3270859993","heartbeat_back_addr":"172.21.15.169:6823/3270859993","heartbeat_front_addr":"172.21.15.169:6821/3270859993","state":["exists","up"]},{"osd":7,"uuid":"76e90bfe-1494-4711-8f6a-21fed0ace498","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6824","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6825","nonce":223006083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6826","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6827","nonce":223006083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6830","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6831","nonce":223006083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6828","nonce":223006083},{"type":"v1","addr":"172.21.15.169:6829","nonce":223006083}]},"public_addr":"172.21.15.169:6825/223006083","cluster_addr":"172.21.15.169:6827/223006083","heartbeat_back_addr":"172.21.15.169:6831/223006083","heartbeat_front_addr":"172.21.15.169:6829/223006083","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:41:41.164089+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:42:08.695686+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:42:37.166318+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:43:04.123762+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:43:29.011295+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:43:57.152668+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:44:25.025431+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:44:51.760874+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.133:6801/2150058457":"2024-09-12T07:40:00.512887+0000","172.21.15.133:0/3936444232":"2024-09-12T07:40:00.512887+0000","172.21.15.133:0/3800692002":"2024-09-12T07:40:00.512887+0000","172.21.15.133:6800/2150058457":"2024-09-12T07:40:00.512887+0000","172.21.15.133:6800/396677331":"2024-09-12T07:39:40.252259+0000","172.21.15.133:0/883902959":"2024-09-12T07:39:40.252259+0000","172.21.15.133:0/843265466":"2024-09-12T07:39:40.252259+0000","172.21.15.133:6801/396677331":"2024-09-12T07:39:40.252259+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":[{"pool":2,"snaps":[{"begin":2,"length":1}]}],"crush_node_flags":{},"device_class_flags":{}} 2024-09-11T07:46:15.395 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-11T07:46:15.396 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-11T07:46:15.396 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-11T07:46:15.396 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-11T07:46:15.397 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-11T07:46:15.397 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-11T07:46:15.398 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-11T07:46:15.398 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-11T07:46:15.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:15 smithi133 bash[19346]: audit 2024-09-11T07:46:14.666850+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.133:0/497847069' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:46:15.412 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:15 smithi133 bash[15104]: audit 2024-09-11T07:46:14.666850+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.133:0/497847069' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:46:15.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:15 smithi169 bash[14688]: audit 2024-09-11T07:46:14.666850+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.133:0/497847069' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:46:15.592 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:15.593 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:15.593 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:15.593 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:15.595 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:15.595 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:15.596 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:15.597 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:16.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:16 smithi169 bash[14688]: cluster 2024-09-11T07:46:14.678739+0000 mgr.y (mgr.14138) 263 : cluster [DBG] pgmap v232: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:16.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:16 smithi133 bash[15104]: cluster 2024-09-11T07:46:14.678739+0000 mgr.y (mgr.14138) 263 : cluster [DBG] pgmap v232: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:16.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:16 smithi133 bash[19346]: cluster 2024-09-11T07:46:14.678739+0000 mgr.y (mgr.14138) 263 : cluster [DBG] pgmap v232: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:18.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:18 smithi169 bash[14688]: cluster 2024-09-11T07:46:16.679215+0000 mgr.y (mgr.14138) 264 : cluster [DBG] pgmap v233: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:18.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:18 smithi133 bash[15104]: cluster 2024-09-11T07:46:16.679215+0000 mgr.y (mgr.14138) 264 : cluster [DBG] pgmap v233: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:18.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:18 smithi133 bash[19346]: cluster 2024-09-11T07:46:16.679215+0000 mgr.y (mgr.14138) 264 : cluster [DBG] pgmap v233: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:20.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:20 smithi169 bash[14688]: cluster 2024-09-11T07:46:18.679888+0000 mgr.y (mgr.14138) 265 : cluster [DBG] pgmap v234: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:20.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:20 smithi133 bash[15104]: cluster 2024-09-11T07:46:18.679888+0000 mgr.y (mgr.14138) 265 : cluster [DBG] pgmap v234: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:20.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:20 smithi133 bash[19346]: cluster 2024-09-11T07:46:18.679888+0000 mgr.y (mgr.14138) 265 : cluster [DBG] pgmap v234: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:21.449 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:21 smithi133 bash[28708]: level=info ts=2024-09-11T07:46:21.159Z caller=cluster.go:640 component=cluster msg="gossip settled; proceeding" elapsed=10.00102927s 2024-09-11T07:46:22.296 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:22 smithi133 bash[19346]: cluster 2024-09-11T07:46:20.680655+0000 mgr.y (mgr.14138) 266 : cluster [DBG] pgmap v235: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:22.674 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:22 smithi169 bash[14688]: cluster 2024-09-11T07:46:20.680655+0000 mgr.y (mgr.14138) 266 : cluster [DBG] pgmap v235: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:22.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:22 smithi133 bash[15104]: cluster 2024-09-11T07:46:20.680655+0000 mgr.y (mgr.14138) 266 : cluster [DBG] pgmap v235: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:24.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:24 smithi133 bash[19346]: cluster 2024-09-11T07:46:22.681330+0000 mgr.y (mgr.14138) 267 : cluster [DBG] pgmap v236: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:24.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:24 smithi133 bash[15104]: cluster 2024-09-11T07:46:22.681330+0000 mgr.y (mgr.14138) 267 : cluster [DBG] pgmap v236: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:24.674 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:24 smithi169 bash[14688]: cluster 2024-09-11T07:46:22.681330+0000 mgr.y (mgr.14138) 267 : cluster [DBG] pgmap v236: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:26.674 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:26 smithi169 bash[14688]: cluster 2024-09-11T07:46:24.681975+0000 mgr.y (mgr.14138) 268 : cluster [DBG] pgmap v237: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:26.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:26 smithi133 bash[19346]: cluster 2024-09-11T07:46:24.681975+0000 mgr.y (mgr.14138) 268 : cluster [DBG] pgmap v237: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:26.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:26 smithi133 bash[15104]: cluster 2024-09-11T07:46:24.681975+0000 mgr.y (mgr.14138) 268 : cluster [DBG] pgmap v237: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:28.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:28 smithi133 bash[15104]: cluster 2024-09-11T07:46:26.682592+0000 mgr.y (mgr.14138) 269 : cluster [DBG] pgmap v238: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:28.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:28 smithi133 bash[19346]: cluster 2024-09-11T07:46:26.682592+0000 mgr.y (mgr.14138) 269 : cluster [DBG] pgmap v238: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:28.505 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:28 smithi169 bash[14688]: cluster 2024-09-11T07:46:26.682592+0000 mgr.y (mgr.14138) 269 : cluster [DBG] pgmap v238: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:30.458 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:30 smithi133 bash[15104]: cluster 2024-09-11T07:46:28.683019+0000 mgr.y (mgr.14138) 270 : cluster [DBG] pgmap v239: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:30.459 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:30 smithi133 bash[19346]: cluster 2024-09-11T07:46:28.683019+0000 mgr.y (mgr.14138) 270 : cluster [DBG] pgmap v239: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:30.573 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:30 smithi169 bash[14688]: cluster 2024-09-11T07:46:28.683019+0000 mgr.y (mgr.14138) 270 : cluster [DBG] pgmap v239: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:30.899 INFO:teuthology.orchestra.run.smithi133.stdout:115964117036 2024-09-11T07:46:30.900 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-11T07:46:31.071 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:31.819 INFO:teuthology.orchestra.run.smithi133.stdout:180388626459 2024-09-11T07:46:31.819 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-11T07:46:31.943 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:32.415 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:32 smithi169 bash[14688]: cluster 2024-09-11T07:46:30.683643+0000 mgr.y (mgr.14138) 271 : cluster [DBG] pgmap v240: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:32.415 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:32 smithi169 bash[14688]: audit 2024-09-11T07:46:31.501040+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:32.415 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:32 smithi169 bash[14688]: audit 2024-09-11T07:46:31.503892+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:46:32.416 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:32 smithi169 bash[14688]: audit 2024-09-11T07:46:31.504572+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:46:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:32 smithi133 bash[15104]: cluster 2024-09-11T07:46:30.683643+0000 mgr.y (mgr.14138) 271 : cluster [DBG] pgmap v240: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:32 smithi133 bash[15104]: audit 2024-09-11T07:46:31.501040+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:32 smithi133 bash[15104]: audit 2024-09-11T07:46:31.503892+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:46:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:32 smithi133 bash[15104]: audit 2024-09-11T07:46:31.504572+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:46:32.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:32 smithi133 bash[19346]: cluster 2024-09-11T07:46:30.683643+0000 mgr.y (mgr.14138) 271 : cluster [DBG] pgmap v240: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:32.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:32 smithi133 bash[19346]: audit 2024-09-11T07:46:31.501040+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:32.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:32 smithi133 bash[19346]: audit 2024-09-11T07:46:31.503892+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:46:32.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:32 smithi133 bash[19346]: audit 2024-09-11T07:46:31.504572+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:46:32.528 INFO:teuthology.orchestra.run.smithi133.stdout:201863462933 2024-09-11T07:46:32.529 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-11T07:46:32.670 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:32.866 INFO:teuthology.orchestra.run.smithi133.stdout:68719476791 2024-09-11T07:46:32.867 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-11T07:46:32.989 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:33.134 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-09-11T07:46:33.394 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-09-11T07:46:33.394 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-09-11T07:46:33.394 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-09-11T07:46:33.394 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-09-11T07:46:33.669 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-09-11T07:46:33.669 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-09-11T07:46:33.669 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-09-11T07:46:33.669 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-09-11T07:46:33.924 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-11T07:46:33.925 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-09-11T07:46:33.925 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-09-11T07:46:33.925 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-09-11T07:46:33.925 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-09-11T07:46:33.925 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-09-11T07:46:34.233 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[14688]: cluster 2024-09-11T07:46:32.684136+0000 mgr.y (mgr.14138) 272 : cluster [DBG] pgmap v241: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:34.233 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[14688]: audit 2024-09-11T07:46:33.170715+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:34.233 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[14688]: cephadm 2024-09-11T07:46:33.172159+0000 mgr.y (mgr.14138) 273 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:46:34.233 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:33 smithi169 bash[25019]: t=2024-09-11T07:46:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-09-11T07:46:34.234 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-09-11T07:46:34.234 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-09-11T07:46:34.234 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-09-11T07:46:34.234 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-09-11T07:46:34.340 INFO:teuthology.orchestra.run.smithi133.stdout:158913789985 2024-09-11T07:46:34.341 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-11T07:46:34.360 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:34 smithi133 bash[15104]: cluster 2024-09-11T07:46:32.684136+0000 mgr.y (mgr.14138) 272 : cluster [DBG] pgmap v241: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:34.360 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:34 smithi133 bash[15104]: audit 2024-09-11T07:46:33.170715+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:34.360 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:34 smithi133 bash[15104]: cephadm 2024-09-11T07:46:33.172159+0000 mgr.y (mgr.14138) 273 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:46:34.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:34 smithi133 bash[19346]: cluster 2024-09-11T07:46:32.684136+0000 mgr.y (mgr.14138) 272 : cluster [DBG] pgmap v241: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:34.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:34 smithi133 bash[19346]: audit 2024-09-11T07:46:33.170715+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:34.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:34 smithi133 bash[19346]: cephadm 2024-09-11T07:46:33.172159+0000 mgr.y (mgr.14138) 273 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:46:34.472 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:34.485 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-09-11T07:46:34.485 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-09-11T07:46:34.485 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-09-11T07:46:34.664 INFO:teuthology.orchestra.run.smithi133.stdout:94489280561 2024-09-11T07:46:34.665 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-11T07:46:34.665 INFO:teuthology.orchestra.run.smithi133.stdout:137438953510 2024-09-11T07:46:34.666 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-11T07:46:34.745 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-09-11T07:46:34.745 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-09-11T07:46:34.745 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-09-11T07:46:34.745 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-09-11T07:46:34.745 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-09-11T07:46:34.840 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:34.841 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:35.056 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-09-11T07:46:35.056 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-09-11T07:46:35.056 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-09-11T07:46:35.056 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:34 smithi169 bash[25019]: t=2024-09-11T07:46:34+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-09-11T07:46:35.056 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-09-11T07:46:35.358 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-09-11T07:46:35.358 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-09-11T07:46:35.358 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-09-11T07:46:35.634 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-09-11T07:46:35.634 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-11T07:46:35.635 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-09-11T07:46:35.635 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-09-11T07:46:35.635 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-09-11T07:46:35.886 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-09-11T07:46:35.886 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-09-11T07:46:35.886 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-09-11T07:46:36.174 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-09-11T07:46:36.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:35 smithi169 bash[25019]: t=2024-09-11T07:46:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-09-11T07:46:36.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-09-11T07:46:36.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-09-11T07:46:36.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-09-11T07:46:36.431 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-09-11T07:46:36.431 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-09-11T07:46:36.431 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-09-11T07:46:36.432 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-09-11T07:46:36.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[14688]: cluster 2024-09-11T07:46:34.684823+0000 mgr.y (mgr.14138) 274 : cluster [DBG] pgmap v242: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:36.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[14688]: audit 2024-09-11T07:46:35.208749+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:36.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[14688]: cephadm 2024-09-11T07:46:35.209641+0000 mgr.y (mgr.14138) 275 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:46:36.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[14688]: audit 2024-09-11T07:46:35.557670+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:36.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:36 smithi133 bash[15104]: cluster 2024-09-11T07:46:34.684823+0000 mgr.y (mgr.14138) 274 : cluster [DBG] pgmap v242: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:36.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:36 smithi133 bash[15104]: audit 2024-09-11T07:46:35.208749+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:36.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:36 smithi133 bash[15104]: cephadm 2024-09-11T07:46:35.209641+0000 mgr.y (mgr.14138) 275 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:46:36.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:36 smithi133 bash[15104]: audit 2024-09-11T07:46:35.557670+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:36.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:36 smithi133 bash[19346]: cluster 2024-09-11T07:46:34.684823+0000 mgr.y (mgr.14138) 274 : cluster [DBG] pgmap v242: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:36.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:36 smithi133 bash[19346]: audit 2024-09-11T07:46:35.208749+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:36.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:36 smithi133 bash[19346]: cephadm 2024-09-11T07:46:35.209641+0000 mgr.y (mgr.14138) 275 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:46:36.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:36 smithi133 bash[19346]: audit 2024-09-11T07:46:35.557670+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:36.725 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-09-11T07:46:36.726 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-09-11T07:46:36.726 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-09-11T07:46:36.726 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-09-11T07:46:36.726 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-09-11T07:46:36.985 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-09-11T07:46:36.985 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-09-11T07:46:36.985 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-09-11T07:46:37.247 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:37 smithi133 bash[19346]: cephadm 2024-09-11T07:46:35.563678+0000 mgr.y (mgr.14138) 276 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T07:46:37.247 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:37 smithi133 bash[19346]: cephadm 2024-09-11T07:46:35.569431+0000 mgr.y (mgr.14138) 277 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi133 2024-09-11T07:46:37.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:37 smithi133 bash[15104]: cephadm 2024-09-11T07:46:35.563678+0000 mgr.y (mgr.14138) 276 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T07:46:37.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:37 smithi133 bash[15104]: cephadm 2024-09-11T07:46:35.569431+0000 mgr.y (mgr.14138) 277 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi133 2024-09-11T07:46:37.248 INFO:teuthology.orchestra.run.smithi133.stdout:42949673022 2024-09-11T07:46:37.248 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-11T07:46:37.287 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[14688]: cephadm 2024-09-11T07:46:35.563678+0000 mgr.y (mgr.14138) 276 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T07:46:37.287 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[14688]: cephadm 2024-09-11T07:46:35.569431+0000 mgr.y (mgr.14138) 277 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi133 2024-09-11T07:46:37.288 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:36 smithi169 bash[25019]: t=2024-09-11T07:46:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-09-11T07:46:37.288 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-11T07:46:37.288 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-09-11T07:46:37.288 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-11T07:46:37.288 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-09-11T07:46:37.288 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-11T07:46:37.377 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:37.589 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-11T07:46:37.590 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-09-11T07:46:37.590 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-09-11T07:46:37.590 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-09-11T07:46:37.590 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-09-11T07:46:37.590 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-09-11T07:46:37.841 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-09-11T07:46:37.841 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-09-11T07:46:37.841 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-09-11T07:46:38.093 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-09-11T07:46:38.093 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-09-11T07:46:38.093 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:37 smithi169 bash[25019]: t=2024-09-11T07:46:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-09-11T07:46:38.093 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-09-11T07:46:38.411 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-11T07:46:38.411 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-09-11T07:46:38.411 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-09-11T07:46:38.411 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-09-11T07:46:38.412 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-09-11T07:46:38.412 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[14688]: cluster 2024-09-11T07:46:36.685483+0000 mgr.y (mgr.14138) 278 : cluster [DBG] pgmap v243: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:38.674 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-09-11T07:46:38.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-09-11T07:46:38.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-09-11T07:46:38.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-09-11T07:46:38.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:38 smithi133 bash[15104]: cluster 2024-09-11T07:46:36.685483+0000 mgr.y (mgr.14138) 278 : cluster [DBG] pgmap v243: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:38 smithi133 bash[19346]: cluster 2024-09-11T07:46:36.685483+0000 mgr.y (mgr.14138) 278 : cluster [DBG] pgmap v243: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:39.023 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-09-11T07:46:39.023 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-09-11T07:46:39.023 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-09-11T07:46:39.023 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:38 smithi169 bash[25019]: t=2024-09-11T07:46:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-09-11T07:46:39.023 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-09-11T07:46:39.291 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-09-11T07:46:39.292 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-09-11T07:46:39.292 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-09-11T07:46:39.585 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-09-11T07:46:39.585 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-09-11T07:46:39.585 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-09-11T07:46:39.585 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-09-11T07:46:39.836 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-09-11T07:46:39.836 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-09-11T07:46:39.836 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-09-11T07:46:39.836 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-09-11T07:46:40.121 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-09-11T07:46:40.121 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-09-11T07:46:40.121 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:39 smithi169 bash[25019]: t=2024-09-11T07:46:39+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-09-11T07:46:40.121 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-09-11T07:46:40.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[14688]: cluster 2024-09-11T07:46:38.686032+0000 mgr.y (mgr.14138) 279 : cluster [DBG] pgmap v244: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:40.406 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-11T07:46:40.406 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-11T07:46:40.406 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-09-11T07:46:40.406 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-09-11T07:46:40.407 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-09-11T07:46:40.407 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-09-11T07:46:40.674 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-11T07:46:40.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-09-11T07:46:40.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-09-11T07:46:40.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:40 smithi133 bash[15104]: cluster 2024-09-11T07:46:38.686032+0000 mgr.y (mgr.14138) 279 : cluster [DBG] pgmap v244: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:40.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:40 smithi133 bash[19346]: cluster 2024-09-11T07:46:38.686032+0000 mgr.y (mgr.14138) 279 : cluster [DBG] pgmap v244: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:41.018 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-11T07:46:41.018 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-09-11T07:46:41.019 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-09-11T07:46:41.019 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:40 smithi169 bash[25019]: t=2024-09-11T07:46:40+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-09-11T07:46:41.019 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-09-11T07:46:41.333 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-09-11T07:46:41.333 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-09-11T07:46:41.333 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-09-11T07:46:41.333 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-09-11T07:46:41.333 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-09-11T07:46:41.589 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-09-11T07:46:41.589 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-09-11T07:46:41.589 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-09-11T07:46:41.873 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-09-11T07:46:41.874 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-09-11T07:46:41.874 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-09-11T07:46:41.874 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-09-11T07:46:41.874 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-09-11T07:46:42.170 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:41 smithi169 bash[25019]: t=2024-09-11T07:46:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-09-11T07:46:42.171 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-09-11T07:46:42.171 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-09-11T07:46:42.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[14688]: cluster 2024-09-11T07:46:40.686715+0000 mgr.y (mgr.14138) 280 : cluster [DBG] pgmap v245: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:42.425 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-11T07:46:42.425 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-09-11T07:46:42.425 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-09-11T07:46:42.425 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-09-11T07:46:42.513 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:42 smithi133 bash[15104]: cluster 2024-09-11T07:46:40.686715+0000 mgr.y (mgr.14138) 280 : cluster [DBG] pgmap v245: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:42.513 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:42 smithi133 bash[19346]: cluster 2024-09-11T07:46:40.686715+0000 mgr.y (mgr.14138) 280 : cluster [DBG] pgmap v245: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:42.751 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-09-11T07:46:42.751 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-09-11T07:46:42.751 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-09-11T07:46:42.751 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-09-11T07:46:42.751 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-09-11T07:46:43.053 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-09-11T07:46:43.053 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-11T07:46:43.053 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-09-11T07:46:43.053 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:42 smithi169 bash[25019]: t=2024-09-11T07:46:42+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-09-11T07:46:43.053 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-11T07:46:43.346 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-09-11T07:46:43.346 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-09-11T07:46:43.347 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-09-11T07:46:43.347 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-09-11T07:46:43.673 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-09-11T07:46:43.673 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-09-11T07:46:43.673 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-09-11T07:46:43.673 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-09-11T07:46:43.924 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-09-11T07:46:43.925 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-09-11T07:46:43.925 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-09-11T07:46:44.202 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:43 smithi169 bash[25019]: t=2024-09-11T07:46:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-09-11T07:46:44.202 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-09-11T07:46:44.202 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-09-11T07:46:44.202 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-09-11T07:46:44.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:44 smithi133 bash[19346]: cluster 2024-09-11T07:46:42.687179+0000 mgr.y (mgr.14138) 281 : cluster [DBG] pgmap v246: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:44.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:44 smithi133 bash[15104]: cluster 2024-09-11T07:46:42.687179+0000 mgr.y (mgr.14138) 281 : cluster [DBG] pgmap v246: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:44.487 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[14688]: cluster 2024-09-11T07:46:42.687179+0000 mgr.y (mgr.14138) 281 : cluster [DBG] pgmap v246: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:44.488 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-09-11T07:46:44.488 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-09-11T07:46:44.488 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-11T07:46:44.488 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-09-11T07:46:44.488 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-09-11T07:46:44.488 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-09-11T07:46:44.789 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-09-11T07:46:44.789 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-09-11T07:46:44.789 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-09-11T07:46:45.041 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-09-11T07:46:45.041 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-09-11T07:46:45.041 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-09-11T07:46:45.041 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:44 smithi169 bash[25019]: t=2024-09-11T07:46:44+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-09-11T07:46:45.309 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[14688]: cluster 2024-09-11T07:46:44.687760+0000 mgr.y (mgr.14138) 282 : cluster [DBG] pgmap v247: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:45.309 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-09-11T07:46:45.310 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-11T07:46:45.310 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-11T07:46:45.310 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-11T07:46:45.310 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-11T07:46:45.462 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:45 smithi133 bash[15104]: cluster 2024-09-11T07:46:44.687760+0000 mgr.y (mgr.14138) 282 : cluster [DBG] pgmap v247: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:45.462 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:45 smithi133 bash[19346]: cluster 2024-09-11T07:46:44.687760+0000 mgr.y (mgr.14138) 282 : cluster [DBG] pgmap v247: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:45.612 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-09-11T07:46:45.612 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-09-11T07:46:45.612 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-09-11T07:46:45.612 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-11T07:46:45.612 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-09-11T07:46:45.888 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-09-11T07:46:45.888 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-09-11T07:46:45.889 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-09-11T07:46:46.174 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:45 smithi169 bash[25019]: t=2024-09-11T07:46:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-09-11T07:46:46.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-09-11T07:46:46.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-09-11T07:46:46.458 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-09-11T07:46:46.459 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-09-11T07:46:46.459 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-09-11T07:46:46.459 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-09-11T07:46:46.761 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-09-11T07:46:46.761 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-09-11T07:46:46.761 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-09-11T07:46:46.761 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-11T07:46:46.761 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-11T07:46:46.761 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-09-11T07:46:47.056 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-09-11T07:46:47.056 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-09-11T07:46:47.056 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-09-11T07:46:47.056 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:46 smithi169 bash[25019]: t=2024-09-11T07:46:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-09-11T07:46:47.314 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-09-11T07:46:47.314 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-11T07:46:47.314 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-09-11T07:46:47.477 INFO:teuthology.orchestra.run.smithi133.stdout:180388626462 2024-09-11T07:46:47.574 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-09-11T07:46:47.574 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-09-11T07:46:47.574 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-09-11T07:46:47.574 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-09-11T07:46:47.574 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-11T07:46:47.842 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-09-11T07:46:47.843 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-09-11T07:46:47.843 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-09-11T07:46:47.843 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[14688]: cluster 2024-09-11T07:46:46.688422+0000 mgr.y (mgr.14138) 283 : cluster [DBG] pgmap v248: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:47.843 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[14688]: audit 2024-09-11T07:46:47.475267+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.133:0/2555218949' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T07:46:48.103 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-09-11T07:46:48.103 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-09-11T07:46:48.103 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:47 smithi169 bash[25019]: t=2024-09-11T07:46:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-09-11T07:46:48.103 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-09-11T07:46:48.126 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:47 smithi133 bash[15104]: cluster 2024-09-11T07:46:46.688422+0000 mgr.y (mgr.14138) 283 : cluster [DBG] pgmap v248: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:48.126 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:47 smithi133 bash[15104]: audit 2024-09-11T07:46:47.475267+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.133:0/2555218949' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T07:46:48.126 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:47 smithi133 bash[19346]: cluster 2024-09-11T07:46:46.688422+0000 mgr.y (mgr.14138) 283 : cluster [DBG] pgmap v248: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:48.126 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:47 smithi133 bash[19346]: audit 2024-09-11T07:46:47.475267+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.133:0/2555218949' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T07:46:48.405 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-09-11T07:46:48.405 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-09-11T07:46:48.405 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-09-11T07:46:48.405 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-09-11T07:46:48.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-09-11T07:46:48.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-09-11T07:46:48.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-09-11T07:46:48.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-09-11T07:46:48.675 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing HooksService" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-09-11T07:46:48.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing LoginService" logger=server 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing SearchService" logger=server 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing TracingService" logger=server 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-09-11T07:46:48.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 2024-09-11T07:46:48.956 INFO:teuthology.orchestra.run.smithi133.stdout:115964117040 2024-09-11T07:46:49.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-09-11T07:46:49.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin." logger=rendering renderer=phantomJS 2024-09-11T07:46:49.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="Initializing Stream Manager" 2024-09-11T07:46:49.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 07:46:48 smithi169 bash[25019]: t=2024-09-11T07:46:48+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-09-11T07:46:49.962 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:49 smithi133 bash[15104]: cluster 2024-09-11T07:46:48.689009+0000 mgr.y (mgr.14138) 284 : cluster [DBG] pgmap v249: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:49.963 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:49 smithi133 bash[15104]: audit 2024-09-11T07:46:48.954452+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.133:0/2504516073' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T07:46:49.963 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:49 smithi133 bash[19346]: cluster 2024-09-11T07:46:48.689009+0000 mgr.y (mgr.14138) 284 : cluster [DBG] pgmap v249: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:49.963 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:49 smithi133 bash[19346]: audit 2024-09-11T07:46:48.954452+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.133:0/2504516073' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T07:46:50.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:49 smithi169 bash[14688]: cluster 2024-09-11T07:46:48.689009+0000 mgr.y (mgr.14138) 284 : cluster [DBG] pgmap v249: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:50.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:49 smithi169 bash[14688]: audit 2024-09-11T07:46:48.954452+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.133:0/2504516073' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T07:46:50.460 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626459 got 180388626462 for osd.6 2024-09-11T07:46:50.461 DEBUG:teuthology.parallel:result is None 2024-09-11T07:46:51.454 INFO:teuthology.orchestra.run.smithi133.stdout:68719476795 2024-09-11T07:46:51.613 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117036 got 115964117040 for osd.3 2024-09-11T07:46:51.613 DEBUG:teuthology.parallel:result is None 2024-09-11T07:46:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:51 smithi169 bash[14688]: cluster 2024-09-11T07:46:50.689607+0000 mgr.y (mgr.14138) 285 : cluster [DBG] pgmap v250: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:52.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:51 smithi169 bash[14688]: audit 2024-09-11T07:46:51.452460+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.133:0/2407564671' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:46:52.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:51 smithi133 bash[15104]: cluster 2024-09-11T07:46:50.689607+0000 mgr.y (mgr.14138) 285 : cluster [DBG] pgmap v250: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:52.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:51 smithi133 bash[15104]: audit 2024-09-11T07:46:51.452460+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.133:0/2407564671' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:46:52.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:51 smithi133 bash[19346]: cluster 2024-09-11T07:46:50.689607+0000 mgr.y (mgr.14138) 285 : cluster [DBG] pgmap v250: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:52.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:51 smithi133 bash[19346]: audit 2024-09-11T07:46:51.452460+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.133:0/2407564671' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:46:52.890 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476791 got 68719476795 for osd.1 2024-09-11T07:46:52.890 DEBUG:teuthology.parallel:result is None 2024-09-11T07:46:53.538 INFO:teuthology.orchestra.run.smithi133.stdout:137438953514 2024-09-11T07:46:53.619 INFO:teuthology.orchestra.run.smithi133.stdout:201863462938 2024-09-11T07:46:53.809 INFO:teuthology.orchestra.run.smithi133.stdout:94489280565 2024-09-11T07:46:54.011 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:53 smithi133 bash[15104]: cluster 2024-09-11T07:46:52.690255+0000 mgr.y (mgr.14138) 286 : cluster [DBG] pgmap v251: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:54.011 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:53 smithi133 bash[15104]: audit 2024-09-11T07:46:53.537121+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.133:0/3354369877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T07:46:54.011 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:53 smithi133 bash[15104]: audit 2024-09-11T07:46:53.617846+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.133:0/3323423038' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T07:46:54.012 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:53 smithi133 bash[19346]: cluster 2024-09-11T07:46:52.690255+0000 mgr.y (mgr.14138) 286 : cluster [DBG] pgmap v251: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:54.012 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:53 smithi133 bash[19346]: audit 2024-09-11T07:46:53.537121+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.133:0/3354369877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T07:46:54.012 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:53 smithi133 bash[19346]: audit 2024-09-11T07:46:53.617846+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.133:0/3323423038' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T07:46:54.111 INFO:teuthology.orchestra.run.smithi133.stdout:158913789989 2024-09-11T07:46:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:53 smithi169 bash[14688]: cluster 2024-09-11T07:46:52.690255+0000 mgr.y (mgr.14138) 286 : cluster [DBG] pgmap v251: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:53 smithi169 bash[14688]: audit 2024-09-11T07:46:53.537121+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.133:0/3354369877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T07:46:54.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:53 smithi169 bash[14688]: audit 2024-09-11T07:46:53.617846+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.133:0/3323423038' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T07:46:55.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:54 smithi169 bash[14688]: audit 2024-09-11T07:46:53.807812+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.133:0/3663192700' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:46:55.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:54 smithi169 bash[14688]: audit 2024-09-11T07:46:54.109145+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.133:0/4030842400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T07:46:55.197 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:54 smithi133 bash[15104]: audit 2024-09-11T07:46:53.807812+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.133:0/3663192700' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:46:55.197 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:54 smithi133 bash[15104]: audit 2024-09-11T07:46:54.109145+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.133:0/4030842400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T07:46:55.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:54 smithi133 bash[19346]: audit 2024-09-11T07:46:53.807812+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.133:0/3663192700' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:46:55.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:54 smithi133 bash[19346]: audit 2024-09-11T07:46:54.109145+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.133:0/4030842400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T07:46:55.490 INFO:teuthology.orchestra.run.smithi133.stdout:42949673026 2024-09-11T07:46:55.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:55 smithi133 bash[15104]: cluster 2024-09-11T07:46:54.690923+0000 mgr.y (mgr.14138) 287 : cluster [DBG] pgmap v252: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:55.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:55 smithi133 bash[15104]: audit 2024-09-11T07:46:55.487951+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.133:0/2042413727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:46:55.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:55 smithi133 bash[19346]: cluster 2024-09-11T07:46:54.690923+0000 mgr.y (mgr.14138) 287 : cluster [DBG] pgmap v252: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:55.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:55 smithi133 bash[19346]: audit 2024-09-11T07:46:55.487951+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.133:0/2042413727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:46:55.988 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953510 got 137438953514 for osd.4 2024-09-11T07:46:55.988 DEBUG:teuthology.parallel:result is None 2024-09-11T07:46:55.990 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462933 got 201863462938 for osd.7 2024-09-11T07:46:55.990 DEBUG:teuthology.parallel:result is None 2024-09-11T07:46:56.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:55 smithi169 bash[14688]: cluster 2024-09-11T07:46:54.690923+0000 mgr.y (mgr.14138) 287 : cluster [DBG] pgmap v252: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:46:56.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:55 smithi169 bash[14688]: audit 2024-09-11T07:46:55.487951+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.133:0/2042413727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:46:57.024 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:56 smithi133 systemd[1]: Stopping Ceph alertmanager.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T07:46:57.449 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:57 smithi133 bash[28708]: level=info ts=2024-09-11T07:46:57.022Z caller=main.go:536 msg="Received SIGTERM, exiting gracefully..." 2024-09-11T07:46:57.501 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789985 got 158913789989 for osd.5 2024-09-11T07:46:57.502 DEBUG:teuthology.parallel:result is None 2024-09-11T07:46:57.502 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280561 got 94489280565 for osd.2 2024-09-11T07:46:57.502 DEBUG:teuthology.parallel:result is None 2024-09-11T07:46:57.597 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949673022 got 42949673026 for osd.0 2024-09-11T07:46:57.597 DEBUG:teuthology.parallel:result is None 2024-09-11T07:46:57.598 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-11T07:46:57.598 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:46:57.730 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:46:57.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:57 smithi133 bash[15104]: cluster 2024-09-11T07:46:56.691682+0000 mgr.y (mgr.14138) 288 : cluster [DBG] pgmap v253: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:57.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:57 smithi133 bash[19346]: cluster 2024-09-11T07:46:56.691682+0000 mgr.y (mgr.14138) 288 : cluster [DBG] pgmap v253: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:58.034 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:58 smithi133 docker[32279]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T07:46:58.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:57 smithi169 bash[14688]: cluster 2024-09-11T07:46:56.691682+0000 mgr.y (mgr.14138) 288 : cluster [DBG] pgmap v253: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:58.811 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:58 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-11T07:46:58.812 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:58 smithi133 systemd[1]: Stopped Ceph alertmanager.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:46:58.812 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:46:58 smithi133 systemd[1]: Started Ceph alertmanager.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:46:59.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:59 smithi169 bash[14688]: audit 2024-09-11T07:46:58.585394+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:59.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:59 smithi169 bash[14688]: cephadm 2024-09-11T07:46:58.587662+0000 mgr.y (mgr.14138) 289 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T07:46:59.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:59 smithi169 bash[14688]: cephadm 2024-09-11T07:46:58.590906+0000 mgr.y (mgr.14138) 290 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi169 2024-09-11T07:46:59.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:46:59 smithi169 bash[14688]: cluster 2024-09-11T07:46:58.692457+0000 mgr.y (mgr.14138) 291 : cluster [DBG] pgmap v254: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:59 smithi133 bash[15104]: audit 2024-09-11T07:46:58.585394+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:59.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:59 smithi133 bash[15104]: cephadm 2024-09-11T07:46:58.587662+0000 mgr.y (mgr.14138) 289 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T07:46:59.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:59 smithi133 bash[15104]: cephadm 2024-09-11T07:46:58.590906+0000 mgr.y (mgr.14138) 290 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi169 2024-09-11T07:46:59.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:46:59 smithi133 bash[15104]: cluster 2024-09-11T07:46:58.692457+0000 mgr.y (mgr.14138) 291 : cluster [DBG] pgmap v254: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:46:59.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:59 smithi133 bash[19346]: audit 2024-09-11T07:46:58.585394+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:46:59.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:59 smithi133 bash[19346]: cephadm 2024-09-11T07:46:58.587662+0000 mgr.y (mgr.14138) 289 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T07:46:59.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:59 smithi133 bash[19346]: cephadm 2024-09-11T07:46:58.590906+0000 mgr.y (mgr.14138) 290 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi169 2024-09-11T07:46:59.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:46:59 smithi133 bash[19346]: cluster 2024-09-11T07:46:58.692457+0000 mgr.y (mgr.14138) 291 : cluster [DBG] pgmap v254: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:00.428 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:47:00 smithi133 bash[32341]: level=info ts=2024-09-11T07:47:00.404Z caller=main.go:231 msg="Starting Alertmanager" version="(version=0.20.0, branch=HEAD, revision=f74be0400a6243d10bb53812d6fa408ad71ff32d)" 2024-09-11T07:47:00.428 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:47:00 smithi133 bash[32341]: level=info ts=2024-09-11T07:47:00.404Z caller=main.go:232 build_context="(go=go1.13.5, user=root@00c3106655f8, date=20191211-14:13:14)" 2024-09-11T07:47:00.700 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:47:00 smithi133 bash[32341]: level=info ts=2024-09-11T07:47:00.425Z caller=cluster.go:161 component=cluster msg="setting advertise address explicitly" addr=172.21.15.133 port=9094 2024-09-11T07:47:00.700 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:47:00 smithi133 bash[32341]: level=info ts=2024-09-11T07:47:00.427Z caller=cluster.go:623 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T07:47:00.700 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:47:00 smithi133 bash[32341]: level=info ts=2024-09-11T07:47:00.469Z caller=coordinator.go:119 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T07:47:00.700 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:47:00 smithi133 bash[32341]: level=info ts=2024-09-11T07:47:00.470Z caller=coordinator.go:131 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T07:47:00.700 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:47:00 smithi133 bash[32341]: level=info ts=2024-09-11T07:47:00.476Z caller=main.go:497 msg=Listening address=:9093 2024-09-11T07:47:01.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:01 smithi169 bash[14688]: cluster 2024-09-11T07:47:00.693220+0000 mgr.y (mgr.14138) 292 : cluster [DBG] pgmap v255: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:01.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:01 smithi169 bash[14688]: audit 2024-09-11T07:47:00.783129+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:47:01.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:01 smithi169 bash[14688]: audit 2024-09-11T07:47:00.788830+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:47:02.117 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:01 smithi133 bash[15104]: cluster 2024-09-11T07:47:00.693220+0000 mgr.y (mgr.14138) 292 : cluster [DBG] pgmap v255: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:02.117 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:01 smithi133 bash[15104]: audit 2024-09-11T07:47:00.783129+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:47:02.117 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:01 smithi133 bash[15104]: audit 2024-09-11T07:47:00.788830+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:47:02.117 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:01 smithi133 bash[19346]: cluster 2024-09-11T07:47:00.693220+0000 mgr.y (mgr.14138) 292 : cluster [DBG] pgmap v255: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:02.118 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:01 smithi133 bash[19346]: audit 2024-09-11T07:47:00.783129+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:47:02.118 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:01 smithi133 bash[19346]: audit 2024-09-11T07:47:00.788830+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:47:02.463 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:47:02.465 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-09-11T07:47:02.699 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:47:02 smithi133 bash[32341]: level=info ts=2024-09-11T07:47:02.427Z caller=cluster.go:648 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000160853s 2024-09-11T07:47:03.205 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":255,"stamp":"2024-09-11T07:47:00.692869+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":408,"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":99,"num_read_kb":94,"num_write":6,"num_write_kb":3,"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":7,"ondisk_log_size":7,"up":12,"acting":12,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":12,"num_osds":8,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":749961216,"kb_used":8392888,"kb_used_data":4216,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568328,"statfs":{"total":767960285184,"available":759365967872,"internally_reserved":8589934592,"allocated":4317184,"data_stored":1756712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":15,"num_read_kb":15,"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.004154"},"pg_stats":[{"pgid":"2.2","version":"54'2","reported_seq":"21","reported_epoch":"55","state":"active+clean","last_fresh":"2024-09-11T07:45:23.236944+0000","last_change":"2024-09-11T07:45:13.974270+0000","last_active":"2024-09-11T07:45:23.236944+0000","last_peered":"2024-09-11T07:45:23.236944+0000","last_clean":"2024-09-11T07:45:23.236944+0000","last_became_active":"2024-09-11T07:45:09.117912+0000","last_became_peered":"2024-09-11T07:45:09.117912+0000","last_unstale":"2024-09-11T07:45:23.236944+0000","last_undegraded":"2024-09-11T07:45:23.236944+0000","last_fullsized":"2024-09-11T07:45:23.236944+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_clean_scrub_stamp":"2024-09-11T07:45:07.890769+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"19","reported_epoch":"55","state":"active+clean","last_fresh":"2024-09-11T07:45:22.691314+0000","last_change":"2024-09-11T07:45:13.967184+0000","last_active":"2024-09-11T07:45:22.691314+0000","last_peered":"2024-09-11T07:45:22.691314+0000","last_clean":"2024-09-11T07:45:22.691314+0000","last_became_active":"2024-09-11T07:45:08.946427+0000","last_became_peered":"2024-09-11T07:45:08.946427+0000","last_unstale":"2024-09-11T07:45:22.691314+0000","last_undegraded":"2024-09-11T07:45:22.691314+0000","last_fullsized":"2024-09-11T07:45:22.691314+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_clean_scrub_stamp":"2024-09-11T07:45:07.890769+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":"17","reported_epoch":"54","state":"active+clean","last_fresh":"2024-09-11T07:45:14.033475+0000","last_change":"2024-09-11T07:44:54.069706+0000","last_active":"2024-09-11T07:45:14.033475+0000","last_peered":"2024-09-11T07:45:14.033475+0000","last_clean":"2024-09-11T07:45:14.033475+0000","last_became_active":"2024-09-11T07:44:54.068361+0000","last_became_peered":"2024-09-11T07:44:54.068361+0000","last_unstale":"2024-09-11T07:45:14.033475+0000","last_undegraded":"2024-09-11T07:45:14.033475+0000","last_fullsized":"2024-09-11T07:45:14.033475+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":5,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:40:27.310996+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:40:27.310996+0000","last_clean_scrub_stamp":"2024-09-11T07:40:27.310996+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.0","version":"55'5","reported_seq":"121","reported_epoch":"55","state":"active+clean","last_fresh":"2024-09-11T07:46:57.687775+0000","last_change":"2024-09-11T07:45:14.034010+0000","last_active":"2024-09-11T07:46:57.687775+0000","last_peered":"2024-09-11T07:46:57.687775+0000","last_clean":"2024-09-11T07:46:57.687775+0000","last_became_active":"2024-09-11T07:45:08.919105+0000","last_became_peered":"2024-09-11T07:45:08.919105+0000","last_unstale":"2024-09-11T07:46:57.687775+0000","last_undegraded":"2024-09-11T07:46:57.687775+0000","last_fullsized":"2024-09-11T07:46:57.687775+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_clean_scrub_stamp":"2024-09-11T07:45:07.890769+0000","log_size":5,"ondisk_log_size":5,"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,"stat_sum":{"num_bytes":389,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":99,"num_read_kb":94,"num_write":4,"num_write_kb":1,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":3,"stat_sum":{"num_bytes":408,"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":99,"num_read_kb":94,"num_write":6,"num_write_kb":3,"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":24576,"data_stored":1224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":7,"ondisk_log_size":7,"up":9,"acting":9,"num_store_stats":7},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462940,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049112,"kb_used_data":528,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696040,"statfs":{"total":95995035648,"available":94920744960,"internally_reserved":1073741824,"allocated":540672,"data_stored":219825,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.88700000000000001,"15min":0.89500000000000002},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.2,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"min":{"1min":0.66500000000000004,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.76100000000000001}]},{"osd":1,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.88700000000000001,"15min":0.88100000000000001},"min":{"1min":0.63600000000000001,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.159,"5min":1.163,"15min":1.163},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.91000000000000003,"15min":0.92000000000000004},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.177,"5min":1.204,"15min":1.204},"last":0.88600000000000001}]},{"osd":2,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.84799999999999998,"15min":0.84399999999999997},"min":{"1min":0.624,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.224,"5min":1.224,"15min":1.224},"last":0.91100000000000003},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.93400000000000005,"15min":0.93600000000000005},"min":{"1min":0.76100000000000001,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.1519999999999999,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":1}]},{"osd":3,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.872,"15min":0.86899999999999999},"min":{"1min":0.67100000000000004,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.093,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.83599999999999997},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.96099999999999997,"15min":0.96499999999999997},"min":{"1min":0.69499999999999995,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.86299999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.79900000000000004,"5min":0.85899999999999999,"15min":0.86899999999999999},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.1539999999999999,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.84599999999999997,"5min":0.93400000000000005,"15min":0.94799999999999995},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.163,"5min":1.419,"15min":1.419},"last":0.71499999999999997}]},{"osd":5,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.97099999999999997,"15min":0.97499999999999998},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.206,"5min":1.216,"15min":1.216},"last":1.0509999999999999},{"interface":"front","average":{"1min":0.95899999999999996,"5min":1.0129999999999999,"15min":1.022},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2330000000000001,"5min":1.405,"15min":1.405},"last":0.81399999999999995}]},{"osd":6,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.085,"15min":1.097},"min":{"1min":0.73499999999999999,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.282,"5min":1.988,"15min":1.988},"last":0.96099999999999997},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.0289999999999999,"15min":1.0329999999999999},"min":{"1min":0.68100000000000005,"5min":0.621,"15min":0.621},"max":{"1min":1.2689999999999999,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":0.96999999999999997}]}]},{"osd":6,"up_from":42,"seq":180388626465,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049112,"kb_used_data":528,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696040,"statfs":{"total":95995035648,"available":94920744960,"internally_reserved":1073741824,"allocated":540672,"data_stored":219455,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.90400000000000003,"15min":0.91600000000000004},"min":{"1min":0.57599999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.179,"5min":1.367,"15min":1.367},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.89200000000000002,"15min":0.88500000000000001},"min":{"1min":0.60099999999999998,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.93200000000000005}]},{"osd":1,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.94099999999999995,"15min":0.93999999999999995},"min":{"1min":0.67300000000000004,"5min":0.63,"15min":0.63},"max":{"1min":1.177,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.84199999999999997,"15min":0.83399999999999996},"min":{"1min":0.625,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":1.0600000000000001}]},{"osd":2,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.84999999999999998,"15min":0.84399999999999997},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.96699999999999997},{"interface":"front","average":{"1min":0.86699999999999999,"5min":0.90800000000000003,"15min":0.91500000000000004},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.042,"5min":1.141,"15min":1.141},"last":1.04}]},{"osd":3,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.94899999999999995,"15min":0.94699999999999995},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.167,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":1.1040000000000001},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.88700000000000001,"15min":0.875},"min":{"1min":0.77500000000000002,"5min":0.626,"15min":0.626},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":0.88700000000000001}]},{"osd":4,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.83399999999999996,"15min":0.82799999999999996},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.70999999999999996},{"interface":"front","average":{"1min":1.004,"5min":0.878,"15min":0.85699999999999998},"min":{"1min":0.504,"5min":0.504,"15min":0.504},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":1.173}]},{"osd":5,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.84099999999999997,"15min":0.82899999999999996},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.143,"5min":1.157,"15min":1.157},"last":0.81100000000000005},{"interface":"front","average":{"1min":1.085,"5min":1.006,"15min":0.99299999999999999},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2789999999999999,"5min":1.302,"15min":1.302},"last":1.018}]},{"osd":7,"last update":"Wed Sep 11 07:46:56 2024","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":0.99199999999999999,"15min":0.98599999999999999},"min":{"1min":0.79000000000000004,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.127},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.143,"15min":1.137},"min":{"1min":0.89800000000000002,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.4690000000000001,"5min":1.472,"15min":1.472},"last":1.2130000000000001}]}]},{"osd":1,"up_from":16,"seq":68719476797,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049116,"kb_used_data":532,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696036,"statfs":{"total":95995035648,"available":94920740864,"internally_reserved":1073741824,"allocated":544768,"data_stored":219844,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:15 2024","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.60099999999999998,"15min":0.53700000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.65400000000000003,"15min":0.57899999999999996},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.129,"5min":1.129,"15min":1.129},"last":0.78300000000000003}]},{"osd":2,"last update":"Wed Sep 11 07:46:53 2024","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.66800000000000004,"15min":0.63900000000000001},"min":{"1min":0.44600000000000001,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.6220000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.73899999999999999,"15min":0.68899999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.92700000000000005}]},{"osd":3,"last update":"Wed Sep 11 07:46:14 2024","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.79600000000000004,"15min":0.78800000000000003},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.0489999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.79300000000000004,"5min":0.76800000000000002,"15min":0.752},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.74299999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:46:39 2024","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":0.94499999999999995,"15min":0.91900000000000004},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.92300000000000004,"15min":0.89300000000000002},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.73,"5min":1.73,"15min":1.73},"last":0.84999999999999998}]},{"osd":5,"last update":"Wed Sep 11 07:46:01 2024","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":0.95799999999999996,"15min":0.94499999999999995},"min":{"1min":0.76600000000000001,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.4159999999999999,"5min":1.4159999999999999,"15min":1.4159999999999999},"last":0.755},{"interface":"front","average":{"1min":1.125,"5min":1.0589999999999999,"15min":1.048},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.4710000000000001,"5min":1.716,"15min":1.716},"last":1.111}]},{"osd":6,"last update":"Wed Sep 11 07:46:28 2024","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.113,"15min":1.113},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.649,"5min":1.649,"15min":1.649},"last":0.98499999999999999},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.119,"15min":1.117},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.7589999999999999,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":0.94999999999999996}]},{"osd":7,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.1519999999999999,"15min":1.1599999999999999},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.885,"5min":1.885,"15min":1.885},"last":1.071},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.151,"15min":1.153},"min":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.96,"5min":1.96,"15min":1.96},"last":0.91600000000000004}]}]},{"osd":0,"up_from":10,"seq":42949673027,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049112,"kb_used_data":528,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696040,"statfs":{"total":95995035648,"available":94920744960,"internally_reserved":1073741824,"allocated":540672,"data_stored":219825,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:22 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.56499999999999995,"15min":0.53600000000000003},"min":{"1min":0.47399999999999998,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.749,"5min":0.64500000000000002,"15min":0.57599999999999996},"min":{"1min":0.498,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.016,"5min":1.149,"15min":1.149},"last":0.76200000000000001}]},{"osd":2,"last update":"Wed Sep 11 07:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.64800000000000002},"min":{"1min":0.438,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.90800000000000003,"5min":1.294,"15min":1.294},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.65600000000000003,"15min":0.63200000000000001},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.81799999999999995,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.626}]},{"osd":3,"last update":"Wed Sep 11 07:46:17 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.78600000000000003,"15min":0.76900000000000002},"min":{"1min":0.61299999999999999,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.0049999999999999,"5min":1.0940000000000001,"15min":1.0940000000000001},"last":1.103},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.80700000000000005,"15min":0.77600000000000002},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.131,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.1439999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:46:40 2024","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.89900000000000002,"15min":0.877},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.1950000000000001,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.84199999999999997},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.88500000000000001,"15min":0.876},"min":{"1min":0.69299999999999995,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.101,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.80300000000000005}]},{"osd":5,"last update":"Wed Sep 11 07:46:03 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.88800000000000001,"15min":0.89400000000000002},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.103,"5min":1.341,"15min":1.341},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.999,"5min":0.996,"15min":0.996},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.3280000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.91900000000000004}]},{"osd":6,"last update":"Wed Sep 11 07:46:34 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.98299999999999998,"15min":0.98899999999999999},"min":{"1min":0.68999999999999995,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.1419999999999999,"5min":1.355,"15min":1.355},"last":1.0069999999999999},{"interface":"front","average":{"1min":0.98699999999999999,"5min":1.0780000000000001,"15min":1.093},"min":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.2050000000000001,"5min":1.49,"15min":1.49},"last":1.0580000000000001}]},{"osd":7,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":1.038,"15min":1.046},"min":{"1min":0.73399999999999999,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.335,"5min":1.45,"15min":1.45},"last":1.022},{"interface":"front","average":{"1min":1.069,"5min":1.0249999999999999,"15min":1.018},"min":{"1min":0.80100000000000005,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":0.81799999999999995}]}]},{"osd":2,"up_from":22,"seq":94489280567,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049108,"kb_used_data":524,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696044,"statfs":{"total":95995035648,"available":94920749056,"internally_reserved":1073741824,"allocated":536576,"data_stored":219436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:50 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.63100000000000001,"15min":0.59499999999999997},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.3540000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.72299999999999998},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.71099999999999997,"15min":0.64500000000000002},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.679,"5min":1.679,"15min":1.679},"last":0.87}]},{"osd":1,"last update":"Wed Sep 11 07:46:50 2024","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.65500000000000003,"15min":0.63900000000000001},"min":{"1min":0.51300000000000001,"5min":0.502,"15min":0.502},"max":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.75800000000000001,"5min":0.73499999999999999,"15min":0.69299999999999995},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.0349999999999999,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":1.0589999999999999}]},{"osd":3,"last update":"Wed Sep 11 07:46:11 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.79100000000000004,"15min":0.755},"min":{"1min":0.69999999999999996,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.75,"5min":0.72599999999999998,"15min":0.70999999999999996},"min":{"1min":0.64000000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.095,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.66200000000000003}]},{"osd":4,"last update":"Wed Sep 11 07:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.872,"15min":0.86299999999999999},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.125,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.80400000000000005},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.94699999999999995,"15min":0.94699999999999995},"min":{"1min":0.73999999999999999,"5min":0.70299999999999996,"15min":0.70299999999999996},"max":{"1min":1.079,"5min":1.526,"15min":1.526},"last":0.78700000000000003}]},{"osd":5,"last update":"Wed Sep 11 07:46:07 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.90400000000000003,"15min":0.89300000000000002},"min":{"1min":0.71399999999999997,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.95799999999999996},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0269999999999999,"15min":1.0209999999999999},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":1.3169999999999999}]},{"osd":6,"last update":"Wed Sep 11 07:46:27 2024","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.093,"15min":1.0980000000000001},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.4199999999999999},{"interface":"front","average":{"1min":0.96999999999999997,"5min":1.0940000000000001,"15min":1.115},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.111,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":0.94099999999999995}]},{"osd":7,"last update":"Wed Sep 11 07:46:57 2024","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.1719999999999999,"15min":1.1819999999999999},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.27},{"interface":"front","average":{"1min":1.087,"5min":1.081,"15min":1.0800000000000001},"min":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":0.997}]}]},{"osd":3,"up_from":27,"seq":115964117042,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049108,"kb_used_data":524,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696044,"statfs":{"total":95995035648,"available":94920749056,"internally_reserved":1073741824,"allocated":536576,"data_stored":219436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.67200000000000004,"5min":0.623,"15min":0.60099999999999998},"min":{"1min":0.441,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.94799999999999995,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.77400000000000002,"15min":0.80100000000000005},"min":{"1min":0.48599999999999999,"5min":0.442,"15min":0.442},"max":{"1min":1.1850000000000001,"5min":2.7850000000000001,"15min":2.7850000000000001},"last":0.58199999999999996}]},{"osd":1,"last update":"Wed Sep 11 07:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.69999999999999996,"15min":0.68899999999999995},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":0.91600000000000004,"5min":1.046,"15min":1.046},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.83499999999999996,"15min":0.85599999999999998},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.1100000000000001,"5min":2.8929999999999998,"15min":2.8929999999999998},"last":0.83099999999999996}]},{"osd":2,"last update":"Wed Sep 11 07:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":0.83899999999999997,"15min":0.85699999999999998},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.0169999999999999,"5min":2.7210000000000001,"15min":2.7210000000000001},"last":0.75},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.88800000000000001,"15min":0.90300000000000002},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.3089999999999999,"5min":2.9750000000000001,"15min":2.9750000000000001},"last":0.878}]},{"osd":4,"last update":"Wed Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.85299999999999998,"15min":0.84699999999999998},"min":{"1min":0.64100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.125,"5min":1.22,"15min":1.22},"last":1.0489999999999999},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.95599999999999996,"15min":0.94599999999999995},"min":{"1min":0.58499999999999996,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.3740000000000001,"5min":1.488,"15min":1.488},"last":1.167}]},{"osd":5,"last update":"Wed Sep 11 07:45:59 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":0.88100000000000001,"15min":0.85899999999999999},"min":{"1min":0.78600000000000003,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.431,"5min":1.431,"15min":1.431},"last":0.95899999999999996},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.046,"15min":1.042},"min":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.345,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":1.123}]},{"osd":6,"last update":"Wed Sep 11 07:46:31 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":1.075,"15min":1.0880000000000001},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.304,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.25},{"interface":"front","average":{"1min":1.04,"5min":1.0800000000000001,"15min":1.0860000000000001},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.0309999999999999}]},{"osd":7,"last update":"Wed Sep 11 07:45:55 2024","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.026},{"interface":"front","average":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"min":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"max":{"1min":1.5349999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.214}]}]},{"osd":4,"up_from":32,"seq":137438953515,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049108,"kb_used_data":524,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696044,"statfs":{"total":95995035648,"available":94920749056,"internally_reserved":1073741824,"allocated":536576,"data_stored":219436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.81799999999999995,"15min":0.78700000000000003},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.1419999999999999,"5min":1.403,"15min":1.403},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.879,"5min":0.86199999999999999,"15min":0.85299999999999998},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.1930000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.877}]},{"osd":1,"last update":"Wed Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.80400000000000005,"15min":0.77300000000000002},"min":{"1min":0.58999999999999997,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.147,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.85499999999999998,"15min":0.85099999999999998},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.0620000000000001,"5min":1.254,"15min":1.254},"last":0.94599999999999995}]},{"osd":2,"last update":"Wed Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.83899999999999997,"15min":0.83399999999999996},"min":{"1min":0.59599999999999997,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.0149999999999999,"5min":1.171,"15min":1.171},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.878,"15min":0.85299999999999998},"min":{"1min":0.64800000000000002,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.224,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":0.98399999999999999}]},{"osd":3,"last update":"Wed Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.86899999999999999,"15min":0.84499999999999997},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.304,"5min":1.321,"15min":1.321},"last":1.155},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.874,"15min":0.83799999999999997},"min":{"1min":0.70999999999999996,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.3220000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.753}]},{"osd":5,"last update":"Wed Sep 11 07:46:04 2024","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.84599999999999997,"15min":0.82999999999999996},"min":{"1min":0.65300000000000002,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.4810000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.0549999999999999},{"interface":"front","average":{"1min":1.004,"5min":0.84799999999999998,"15min":0.82199999999999995},"min":{"1min":0.502,"5min":0.495,"15min":0.495},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.036}]},{"osd":6,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.93400000000000005,"15min":0.93899999999999995},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.224,"5min":1.623,"15min":1.623},"last":0.82399999999999995},{"interface":"front","average":{"1min":0.96399999999999997,"5min":1,"15min":1.006},"min":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.262,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.129}]},{"osd":7,"last update":"Wed Sep 11 07:46:54 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":1.0549999999999999,"15min":1.0569999999999999},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.2789999999999999,"5min":1.73,"15min":1.73},"last":1.2789999999999999},{"interface":"front","average":{"1min":1.052,"5min":1.0609999999999999,"15min":1.0629999999999999},"min":{"1min":0.88,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.4279999999999999,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":0.92000000000000004}]}]},{"osd":5,"up_from":37,"seq":158913789991,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049112,"kb_used_data":528,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696040,"statfs":{"total":95995035648,"available":94920744960,"internally_reserved":1073741824,"allocated":540672,"data_stored":219455,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.84999999999999998,"15min":0.85199999999999998},"min":{"1min":0.63900000000000001,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1930000000000001,"5min":1.8500000000000001,"15min":1.8500000000000001},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.872,"5min":0.90100000000000002,"15min":0.90600000000000003},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.2470000000000001,"5min":2.3100000000000001,"15min":2.3100000000000001},"last":0.82299999999999995}]},{"osd":1,"last update":"Wed Sep 11 07:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.81299999999999994,"15min":0.80100000000000005},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.302,"5min":1.302,"15min":1.302},"last":0.69199999999999995},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.83799999999999997,"15min":0.83399999999999996},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.109,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.95499999999999996}]},{"osd":2,"last update":"Wed Sep 11 07:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.879,"15min":0.88500000000000001},"min":{"1min":0.65200000000000002,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2589999999999999,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.032},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.86699999999999999,"15min":0.85799999999999998},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.4359999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.76800000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.83899999999999997,"15min":0.82999999999999996},"min":{"1min":0.67100000000000004,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.85499999999999998},{"interface":"front","average":{"1min":1.034,"5min":0.95799999999999996,"15min":0.94499999999999995},"min":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.98899999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.78200000000000003,"15min":0.76900000000000002},"min":{"1min":0.61199999999999999,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.84599999999999997,"15min":0.82199999999999995},"min":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":1.0960000000000001}]},{"osd":6,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.998,"15min":1.006},"min":{"1min":0.52500000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.294,"5min":1.413,"15min":1.413},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.93999999999999995,"5min":1.006,"15min":1.0169999999999999},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.2529999999999999,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":1.0669999999999999}]},{"osd":7,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.95099999999999996,"15min":0.96099999999999997},"min":{"1min":0.57999999999999996,"5min":0.437,"15min":0.437},"max":{"1min":1.359,"5min":1.359,"15min":1.359},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.036,"5min":1.0609999999999999,"15min":1.0649999999999999},"min":{"1min":0.81999999999999995,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.4219999999999999,"5min":1.448,"15min":1.448},"last":0.88800000000000001}]}]}]}} 2024-09-11T07:47:03.207 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:47:03.326 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 systemd[1]: Stopping Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T07:47:03.326 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=warn ts=2024-09-11T07:47:03.098Z caller=main.go:524 msg="Received SIGTERM, exiting gracefully..." 2024-09-11T07:47:03.326 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=main.go:547 msg="Stopping scrape discovery manager..." 2024-09-11T07:47:03.326 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=main.go:561 msg="Stopping notify discovery manager..." 2024-09-11T07:47:03.326 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=main.go:583 msg="Stopping scrape manager..." 2024-09-11T07:47:03.326 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=main.go:543 msg="Scrape discovery manager stopped" 2024-09-11T07:47:03.326 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=manager.go:882 component="rule manager" msg="Stopping rule manager..." 2024-09-11T07:47:03.327 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=manager.go:892 component="rule manager" msg="Rule manager stopped" 2024-09-11T07:47:03.327 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=main.go:577 msg="Scrape manager stopped" 2024-09-11T07:47:03.327 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=main.go:557 msg="Notify discovery manager stopped" 2024-09-11T07:47:03.327 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=notifier.go:601 component=notifier msg="Stopping notification manager..." 2024-09-11T07:47:03.327 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.098Z caller=main.go:749 msg="Notifier manager stopped" 2024-09-11T07:47:03.327 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[24134]: level=info ts=2024-09-11T07:47:03.099Z caller=main.go:761 msg="See you next time!" 2024-09-11T07:47:03.336 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:47:03.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[14688]: audit 2024-09-11T07:47:02.453033+0000 mgr.y (mgr.14138) 293 : audit [DBG] from='client.24544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:47:03.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:03 smithi169 bash[14688]: cluster 2024-09-11T07:47:02.693845+0000 mgr.y (mgr.14138) 294 : cluster [DBG] pgmap v256: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:03.925 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 docker[25547]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T07:47:03.925 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-11T07:47:03.925 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 systemd[1]: Stopped Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:47:03.925 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:03 smithi169 systemd[1]: Started Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:47:04.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:03 smithi133 bash[19346]: audit 2024-09-11T07:47:02.453033+0000 mgr.y (mgr.14138) 293 : audit [DBG] from='client.24544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:47:04.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:03 smithi133 bash[19346]: cluster 2024-09-11T07:47:02.693845+0000 mgr.y (mgr.14138) 294 : cluster [DBG] pgmap v256: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:04.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:03 smithi133 bash[15104]: audit 2024-09-11T07:47:02.453033+0000 mgr.y (mgr.14138) 293 : audit [DBG] from='client.24544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:47:04.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:03 smithi133 bash[15104]: cluster 2024-09-11T07:47:02.693845+0000 mgr.y (mgr.14138) 294 : cluster [DBG] pgmap v256: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:05.165 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:04 smithi133 bash[15104]: audit 2024-09-11T07:47:03.930627+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.165 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:04 smithi133 bash[15104]: audit 2024-09-11T07:47:03.936601+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:47:05.165 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.937309+0000 mgr.y (mgr.14138) 295 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:47:05.165 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.939355+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133:9093"}]: dispatch 2024-09-11T07:47:05.165 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.939907+0000 mgr.y (mgr.14138) 296 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133:9093"}]: dispatch 2024-09-11T07:47:05.165 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.947668+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.955359+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.955946+0000 mgr.y (mgr.14138) 297 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.966001+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169:9095"}]: dispatch 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.966715+0000 mgr.y (mgr.14138) 298 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169:9095"}]: dispatch 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.972307+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.981603+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.982345+0000 mgr.y (mgr.14138) 299 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.990204+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169:3000"}]: dispatch 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.990791+0000 mgr.y (mgr.14138) 300 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169:3000"}]: dispatch 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:03.998140+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:04.003485+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:05.167 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: audit 2024-09-11T07:47:04.004040+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:05.167 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.930627+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.167 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.936601+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:47:05.167 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.937309+0000 mgr.y (mgr.14138) 295 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:47:05.167 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.939355+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133:9093"}]: dispatch 2024-09-11T07:47:05.167 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.939907+0000 mgr.y (mgr.14138) 296 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133:9093"}]: dispatch 2024-09-11T07:47:05.167 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.947668+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.167 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.955359+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:47:05.167 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.955946+0000 mgr.y (mgr.14138) 297 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.966001+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169:9095"}]: dispatch 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.966715+0000 mgr.y (mgr.14138) 298 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169:9095"}]: dispatch 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.972307+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.981603+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.982345+0000 mgr.y (mgr.14138) 299 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.990204+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169:3000"}]: dispatch 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.990791+0000 mgr.y (mgr.14138) 300 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169:3000"}]: dispatch 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:03.998140+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:04.003485+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:05.168 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[19346]: audit 2024-09-11T07:47:04.004040+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:05.426 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.128Z caller=main.go:302 msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-11T07:47:05.445 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.128Z caller=main.go:337 msg="Starting Prometheus" version="(version=2.18.1, branch=HEAD, revision=ecee9c8abfd118f139014cb1b174b08db3f342cf)" 2024-09-11T07:47:05.445 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.128Z caller=main.go:338 build_context="(go=go1.14.2, user=root@2117a9e64a7e, date=20200507-16:51:47)" 2024-09-11T07:47:05.445 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.128Z caller=main.go:339 host_details="(Linux 5.4.0-195-generic #215-Ubuntu SMP Fri Aug 2 18:28:05 UTC 2024 x86_64 smithi169 (none))" 2024-09-11T07:47:05.445 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.128Z caller=main.go:340 fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T07:47:05.445 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.128Z caller=main.go:341 vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T07:47:05.445 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.130Z caller=main.go:678 msg="Starting TSDB ..." 2024-09-11T07:47:05.445 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.130Z caller=web.go:523 component=web msg="Start listening for connections" address=:9095 2024-09-11T07:47:05.445 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.137Z caller=head.go:575 component=tsdb msg="Replaying WAL, this may take awhile" 2024-09-11T07:47:05.446 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.137Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-11T07:47:05.446 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.138Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-11T07:47:05.446 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.138Z caller=head.go:627 component=tsdb msg="WAL replay completed" duration=1.389045ms 2024-09-11T07:47:05.446 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.140Z caller=main.go:694 fs_type=XFS_SUPER_MAGIC 2024-09-11T07:47:05.446 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.140Z caller=main.go:695 msg="TSDB started" 2024-09-11T07:47:05.446 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.140Z caller=main.go:799 msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T07:47:05.446 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.141Z caller=main.go:827 msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T07:47:05.446 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[25605]: level=info ts=2024-09-11T07:47:05.141Z caller=main.go:646 msg="Server is ready to receive web requests." 2024-09-11T07:47:05.446 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.930627+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.446 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.936601+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:47:05.446 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.937309+0000 mgr.y (mgr.14138) 295 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.939355+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133:9093"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.939907+0000 mgr.y (mgr.14138) 296 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133:9093"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.947668+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.955359+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.955946+0000 mgr.y (mgr.14138) 297 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.966001+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169:9095"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.966715+0000 mgr.y (mgr.14138) 298 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169:9095"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.972307+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.981603+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.982345+0000 mgr.y (mgr.14138) 299 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.990204+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169:3000"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.990791+0000 mgr.y (mgr.14138) 300 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169:3000"}]: dispatch 2024-09-11T07:47:05.447 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:03.998140+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:05.448 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:04.003485+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:05.448 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:04 smithi169 bash[14688]: audit 2024-09-11T07:47:04.004040+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:06.398 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:05 smithi133 bash[15104]: cluster 2024-09-11T07:47:04.694531+0000 mgr.y (mgr.14138) 301 : cluster [DBG] pgmap v257: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:06.398 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[15104]: audit 2024-09-11T07:47:05.285469+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:06.398 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[15104]: audit 2024-09-11T07:47:05.635874+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:06.398 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[15104]: audit 2024-09-11T07:47:05.643804+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:06.398 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[15104]: audit 2024-09-11T07:47:05.650529+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:06.399 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[15104]: audit 2024-09-11T07:47:05.650950+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:06.399 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[19346]: cluster 2024-09-11T07:47:04.694531+0000 mgr.y (mgr.14138) 301 : cluster [DBG] pgmap v257: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:06.399 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[19346]: audit 2024-09-11T07:47:05.285469+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:06.399 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[19346]: audit 2024-09-11T07:47:05.635874+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:06.399 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[19346]: audit 2024-09-11T07:47:05.643804+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:06.399 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[19346]: audit 2024-09-11T07:47:05.650529+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:06.399 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:06 smithi133 bash[19346]: audit 2024-09-11T07:47:05.650950+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:05 smithi169 bash[14688]: cluster 2024-09-11T07:47:04.694531+0000 mgr.y (mgr.14138) 301 : cluster [DBG] pgmap v257: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:06 smithi169 bash[14688]: audit 2024-09-11T07:47:05.285469+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:06 smithi169 bash[14688]: audit 2024-09-11T07:47:05.635874+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:06 smithi169 bash[14688]: audit 2024-09-11T07:47:05.643804+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:06 smithi169 bash[14688]: audit 2024-09-11T07:47:05.650529+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:06.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:06 smithi169 bash[14688]: audit 2024-09-11T07:47:05.650950+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:06.770 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:47:06.772 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-09-11T07:47:07.461 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":258,"stamp":"2024-09-11T07:47:06.694824+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":408,"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":104,"num_read_kb":99,"num_write":6,"num_write_kb":3,"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":7,"ondisk_log_size":7,"up":12,"acting":12,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":12,"num_osds":8,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":749961216,"kb_used":8392888,"kb_used_data":4216,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568328,"statfs":{"total":767960285184,"available":759365967872,"internally_reserved":8589934592,"allocated":4317184,"data_stored":1756712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":10,"num_read_kb":10,"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.004240"},"pg_stats":[{"pgid":"2.2","version":"54'2","reported_seq":"21","reported_epoch":"55","state":"active+clean","last_fresh":"2024-09-11T07:45:23.236944+0000","last_change":"2024-09-11T07:45:13.974270+0000","last_active":"2024-09-11T07:45:23.236944+0000","last_peered":"2024-09-11T07:45:23.236944+0000","last_clean":"2024-09-11T07:45:23.236944+0000","last_became_active":"2024-09-11T07:45:09.117912+0000","last_became_peered":"2024-09-11T07:45:09.117912+0000","last_unstale":"2024-09-11T07:45:23.236944+0000","last_undegraded":"2024-09-11T07:45:23.236944+0000","last_fullsized":"2024-09-11T07:45:23.236944+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_clean_scrub_stamp":"2024-09-11T07:45:07.890769+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":"19","reported_epoch":"55","state":"active+clean","last_fresh":"2024-09-11T07:45:22.691314+0000","last_change":"2024-09-11T07:45:13.967184+0000","last_active":"2024-09-11T07:45:22.691314+0000","last_peered":"2024-09-11T07:45:22.691314+0000","last_clean":"2024-09-11T07:45:22.691314+0000","last_became_active":"2024-09-11T07:45:08.946427+0000","last_became_peered":"2024-09-11T07:45:08.946427+0000","last_unstale":"2024-09-11T07:45:22.691314+0000","last_undegraded":"2024-09-11T07:45:22.691314+0000","last_fullsized":"2024-09-11T07:45:22.691314+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_clean_scrub_stamp":"2024-09-11T07:45:07.890769+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":"17","reported_epoch":"54","state":"active+clean","last_fresh":"2024-09-11T07:45:14.033475+0000","last_change":"2024-09-11T07:44:54.069706+0000","last_active":"2024-09-11T07:45:14.033475+0000","last_peered":"2024-09-11T07:45:14.033475+0000","last_clean":"2024-09-11T07:45:14.033475+0000","last_became_active":"2024-09-11T07:44:54.068361+0000","last_became_peered":"2024-09-11T07:44:54.068361+0000","last_unstale":"2024-09-11T07:45:14.033475+0000","last_undegraded":"2024-09-11T07:45:14.033475+0000","last_fullsized":"2024-09-11T07:45:14.033475+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":5,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:40:27.310996+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:40:27.310996+0000","last_clean_scrub_stamp":"2024-09-11T07:40:27.310996+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.0","version":"55'5","reported_seq":"126","reported_epoch":"55","state":"active+clean","last_fresh":"2024-09-11T07:47:02.698088+0000","last_change":"2024-09-11T07:45:14.034010+0000","last_active":"2024-09-11T07:47:02.698088+0000","last_peered":"2024-09-11T07:47:02.698088+0000","last_clean":"2024-09-11T07:47:02.698088+0000","last_became_active":"2024-09-11T07:45:08.919105+0000","last_became_peered":"2024-09-11T07:45:08.919105+0000","last_unstale":"2024-09-11T07:47:02.698088+0000","last_undegraded":"2024-09-11T07:47:02.698088+0000","last_fullsized":"2024-09-11T07:47:02.698088+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":49,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:45:07.890769+0000","last_clean_scrub_stamp":"2024-09-11T07:45:07.890769+0000","log_size":5,"ondisk_log_size":5,"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,"stat_sum":{"num_bytes":389,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":104,"num_read_kb":99,"num_write":4,"num_write_kb":1,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":3,"stat_sum":{"num_bytes":408,"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":104,"num_read_kb":99,"num_write":6,"num_write_kb":3,"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":24576,"data_stored":1224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":7,"ondisk_log_size":7,"up":9,"acting":9,"num_store_stats":7},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462941,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049112,"kb_used_data":528,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696040,"statfs":{"total":95995035648,"available":94920744960,"internally_reserved":1073741824,"allocated":540672,"data_stored":219825,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.88700000000000001,"15min":0.89500000000000002},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.2,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.006},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"min":{"1min":0.66500000000000004,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.82799999999999996}]},{"osd":1,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.88700000000000001,"15min":0.88100000000000001},"min":{"1min":0.63600000000000001,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.159,"5min":1.163,"15min":1.163},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.91000000000000003,"15min":0.92000000000000004},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.177,"5min":1.204,"15min":1.204},"last":0.751}]},{"osd":2,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.84799999999999998,"15min":0.84399999999999997},"min":{"1min":0.624,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.224,"5min":1.224,"15min":1.224},"last":1.069},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.93400000000000005,"15min":0.93600000000000005},"min":{"1min":0.76100000000000001,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.1519999999999999,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.73299999999999998}]},{"osd":3,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.872,"15min":0.86899999999999999},"min":{"1min":0.67100000000000004,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.093,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":1.1140000000000001},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.96099999999999997,"15min":0.96499999999999997},"min":{"1min":0.69499999999999995,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.90600000000000003}]},{"osd":4,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.79900000000000004,"5min":0.85899999999999999,"15min":0.86899999999999999},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.1539999999999999,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.878},{"interface":"front","average":{"1min":0.84599999999999997,"5min":0.93400000000000005,"15min":0.94799999999999995},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.163,"5min":1.419,"15min":1.419},"last":1.1539999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.97099999999999997,"15min":0.97499999999999998},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.206,"5min":1.216,"15min":1.216},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.95899999999999996,"5min":1.0129999999999999,"15min":1.022},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2330000000000001,"5min":1.405,"15min":1.405},"last":0.95899999999999996}]},{"osd":6,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.085,"15min":1.097},"min":{"1min":0.73499999999999999,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.282,"5min":1.988,"15min":1.988},"last":0.91800000000000004},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.0289999999999999,"15min":1.0329999999999999},"min":{"1min":0.68100000000000005,"5min":0.621,"15min":0.621},"max":{"1min":1.2689999999999999,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":1.1919999999999999}]}]},{"osd":6,"up_from":42,"seq":180388626466,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049112,"kb_used_data":528,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696040,"statfs":{"total":95995035648,"available":94920744960,"internally_reserved":1073741824,"allocated":540672,"data_stored":219455,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.90400000000000003,"15min":0.91600000000000004},"min":{"1min":0.57599999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.179,"5min":1.367,"15min":1.367},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.89200000000000002,"15min":0.88500000000000001},"min":{"1min":0.60099999999999998,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.69199999999999995}]},{"osd":1,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.94099999999999995,"15min":0.93999999999999995},"min":{"1min":0.67300000000000004,"5min":0.63,"15min":0.63},"max":{"1min":1.177,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.0649999999999999},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.84199999999999997,"15min":0.83399999999999996},"min":{"1min":0.625,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.86599999999999999}]},{"osd":2,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.84999999999999998,"15min":0.84399999999999997},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.86699999999999999,"5min":0.90800000000000003,"15min":0.91500000000000004},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.042,"5min":1.141,"15min":1.141},"last":0.83199999999999996}]},{"osd":3,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.94899999999999995,"15min":0.94699999999999995},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.167,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.88700000000000001,"15min":0.875},"min":{"1min":0.77500000000000002,"5min":0.626,"15min":0.626},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":1.0329999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.83399999999999996,"15min":0.82799999999999996},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":1.1000000000000001},{"interface":"front","average":{"1min":1.004,"5min":0.878,"15min":0.85699999999999998},"min":{"1min":0.504,"5min":0.504,"15min":0.504},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":1.0049999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.84099999999999997,"15min":0.82899999999999996},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.143,"5min":1.157,"15min":1.157},"last":0.98499999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.006,"15min":0.99299999999999999},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2789999999999999,"5min":1.302,"15min":1.302},"last":1.1220000000000001}]},{"osd":7,"last update":"Wed Sep 11 07:46:56 2024","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":0.99199999999999999,"15min":0.98599999999999999},"min":{"1min":0.79000000000000004,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.052},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.143,"15min":1.137},"min":{"1min":0.89800000000000002,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.4690000000000001,"5min":1.472,"15min":1.472},"last":1.1699999999999999}]}]},{"osd":1,"up_from":16,"seq":68719476799,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049116,"kb_used_data":532,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696036,"statfs":{"total":95995035648,"available":94920740864,"internally_reserved":1073741824,"allocated":544768,"data_stored":219844,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:15 2024","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.60099999999999998,"15min":0.53700000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.65400000000000003,"15min":0.57899999999999996},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.129,"5min":1.129,"15min":1.129},"last":0.67300000000000004}]},{"osd":2,"last update":"Wed Sep 11 07:46:53 2024","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.66800000000000004,"15min":0.63900000000000001},"min":{"1min":0.44600000000000001,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.6220000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.73899999999999999,"15min":0.68899999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.61399999999999999}]},{"osd":3,"last update":"Wed Sep 11 07:46:14 2024","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.79600000000000004,"15min":0.78800000000000003},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.0489999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.79300000000000004,"5min":0.76800000000000002,"15min":0.752},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.59199999999999997}]},{"osd":4,"last update":"Wed Sep 11 07:46:39 2024","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":0.94499999999999995,"15min":0.91900000000000004},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.006},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.92300000000000004,"15min":0.89300000000000002},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.73,"5min":1.73,"15min":1.73},"last":0.73899999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:47:04 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.96499999999999997,"15min":0.94699999999999995},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.786,"5min":1.786,"15min":1.786},"last":0.78100000000000003},{"interface":"front","average":{"1min":1.05,"5min":1.0600000000000001,"15min":1.048},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.8580000000000001,"5min":1.8580000000000001,"15min":1.8580000000000001},"last":0.77600000000000002}]},{"osd":6,"last update":"Wed Sep 11 07:46:28 2024","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.113,"15min":1.113},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.649,"5min":1.649,"15min":1.649},"last":0.86899999999999999},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.119,"15min":1.117},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.7589999999999999,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":0.90000000000000002}]},{"osd":7,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.1519999999999999,"15min":1.1599999999999999},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.885,"5min":1.885,"15min":1.885},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.151,"15min":1.153},"min":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.96,"5min":1.96,"15min":1.96},"last":0.92600000000000005}]}]},{"osd":0,"up_from":10,"seq":42949673028,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049112,"kb_used_data":528,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696040,"statfs":{"total":95995035648,"available":94920744960,"internally_reserved":1073741824,"allocated":540672,"data_stored":219825,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:22 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.56499999999999995,"15min":0.53600000000000003},"min":{"1min":0.47399999999999998,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.749,"5min":0.64500000000000002,"15min":0.57599999999999996},"min":{"1min":0.498,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.016,"5min":1.149,"15min":1.149},"last":0.91200000000000003}]},{"osd":2,"last update":"Wed Sep 11 07:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.64800000000000002},"min":{"1min":0.438,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.90800000000000003,"5min":1.294,"15min":1.294},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.65600000000000003,"15min":0.63200000000000001},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.81799999999999995,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.54700000000000004}]},{"osd":3,"last update":"Wed Sep 11 07:46:17 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.78600000000000003,"15min":0.76900000000000002},"min":{"1min":0.61299999999999999,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.0049999999999999,"5min":1.0940000000000001,"15min":1.0940000000000001},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.80700000000000005,"15min":0.77600000000000002},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.131,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.56999999999999995}]},{"osd":4,"last update":"Wed Sep 11 07:46:40 2024","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.89900000000000002,"15min":0.877},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.1950000000000001,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.88500000000000001,"15min":0.876},"min":{"1min":0.69299999999999995,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.101,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.92300000000000004}]},{"osd":5,"last update":"Wed Sep 11 07:46:03 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.88800000000000001,"15min":0.89400000000000002},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.103,"5min":1.341,"15min":1.341},"last":1.0069999999999999},{"interface":"front","average":{"1min":0.999,"5min":0.996,"15min":0.996},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.3280000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.66000000000000003}]},{"osd":6,"last update":"Wed Sep 11 07:46:34 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.98299999999999998,"15min":0.98899999999999999},"min":{"1min":0.68999999999999995,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.1419999999999999,"5min":1.355,"15min":1.355},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.98699999999999999,"5min":1.0780000000000001,"15min":1.093},"min":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.2050000000000001,"5min":1.49,"15min":1.49},"last":0.68200000000000005}]},{"osd":7,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":1.038,"15min":1.046},"min":{"1min":0.73399999999999999,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.335,"5min":1.45,"15min":1.45},"last":0.77600000000000002},{"interface":"front","average":{"1min":1.069,"5min":1.0249999999999999,"15min":1.018},"min":{"1min":0.80100000000000005,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":1.0509999999999999}]}]},{"osd":2,"up_from":22,"seq":94489280568,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049108,"kb_used_data":524,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696044,"statfs":{"total":95995035648,"available":94920749056,"internally_reserved":1073741824,"allocated":536576,"data_stored":219436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:50 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.63100000000000001,"15min":0.59499999999999997},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.3540000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.71099999999999997,"15min":0.64500000000000002},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.679,"5min":1.679,"15min":1.679},"last":0.81499999999999995}]},{"osd":1,"last update":"Wed Sep 11 07:46:50 2024","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.65500000000000003,"15min":0.63900000000000001},"min":{"1min":0.51300000000000001,"5min":0.502,"15min":0.502},"max":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.75800000000000001,"5min":0.73499999999999999,"15min":0.69299999999999995},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.0349999999999999,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.77500000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:46:11 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.79100000000000004,"15min":0.755},"min":{"1min":0.69999999999999996,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.75,"5min":0.72599999999999998,"15min":0.70999999999999996},"min":{"1min":0.64000000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.095,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.96999999999999997}]},{"osd":4,"last update":"Wed Sep 11 07:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.872,"15min":0.86299999999999999},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.125,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.877},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.94699999999999995,"15min":0.94699999999999995},"min":{"1min":0.73999999999999999,"5min":0.70299999999999996,"15min":0.70299999999999996},"max":{"1min":1.079,"5min":1.526,"15min":1.526},"last":1.0429999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:46:07 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.90400000000000003,"15min":0.89300000000000002},"min":{"1min":0.71399999999999997,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":1.1830000000000001},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0269999999999999,"15min":1.0209999999999999},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":1.3120000000000001}]},{"osd":6,"last update":"Wed Sep 11 07:46:27 2024","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.093,"15min":1.0980000000000001},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.177},{"interface":"front","average":{"1min":0.96999999999999997,"5min":1.0940000000000001,"15min":1.115},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.111,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.25}]},{"osd":7,"last update":"Wed Sep 11 07:46:57 2024","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.1719999999999999,"15min":1.1819999999999999},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.0149999999999999},{"interface":"front","average":{"1min":1.087,"5min":1.081,"15min":1.0800000000000001},"min":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.3720000000000001}]}]},{"osd":3,"up_from":27,"seq":115964117043,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049108,"kb_used_data":524,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696044,"statfs":{"total":95995035648,"available":94920749056,"internally_reserved":1073741824,"allocated":536576,"data_stored":219436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.67200000000000004,"5min":0.623,"15min":0.60099999999999998},"min":{"1min":0.441,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.94799999999999995,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.77400000000000002,"15min":0.80100000000000005},"min":{"1min":0.48599999999999999,"5min":0.442,"15min":0.442},"max":{"1min":1.1850000000000001,"5min":2.7850000000000001,"15min":2.7850000000000001},"last":0.91700000000000004}]},{"osd":1,"last update":"Wed Sep 11 07:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.69999999999999996,"15min":0.68899999999999995},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":0.91600000000000004,"5min":1.046,"15min":1.046},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.83499999999999996,"15min":0.85599999999999998},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.1100000000000001,"5min":2.8929999999999998,"15min":2.8929999999999998},"last":0.69999999999999996}]},{"osd":2,"last update":"Wed Sep 11 07:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":0.83899999999999997,"15min":0.85699999999999998},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.0169999999999999,"5min":2.7210000000000001,"15min":2.7210000000000001},"last":0.81100000000000005},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.88800000000000001,"15min":0.90300000000000002},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.3089999999999999,"5min":2.9750000000000001,"15min":2.9750000000000001},"last":1.0309999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.85299999999999998,"15min":0.84699999999999998},"min":{"1min":0.64100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.125,"5min":1.22,"15min":1.22},"last":0.93799999999999994},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.95599999999999996,"15min":0.94599999999999995},"min":{"1min":0.58499999999999996,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.3740000000000001,"5min":1.488,"15min":1.488},"last":1.0669999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:47:00 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.89000000000000001,"15min":0.86199999999999999},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.3049999999999999,"5min":1.431,"15min":1.431},"last":0.79100000000000004},{"interface":"front","average":{"1min":1.046,"5min":1.048,"15min":1.042},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.5629999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":0.98099999999999998}]},{"osd":6,"last update":"Wed Sep 11 07:46:31 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":1.075,"15min":1.0880000000000001},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.304,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":0.82999999999999996},{"interface":"front","average":{"1min":1.04,"5min":1.0800000000000001,"15min":1.0860000000000001},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.141}]},{"osd":7,"last update":"Wed Sep 11 07:47:00 2024","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":1.0589999999999999,"15min":1.073},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2549999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.119,"5min":1.1719999999999999,"15min":1.181},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.5069999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.111}]}]},{"osd":4,"up_from":32,"seq":137438953517,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049108,"kb_used_data":524,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696044,"statfs":{"total":95995035648,"available":94920749056,"internally_reserved":1073741824,"allocated":536576,"data_stored":219436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.81799999999999995,"15min":0.78700000000000003},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.1419999999999999,"5min":1.403,"15min":1.403},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.879,"5min":0.86199999999999999,"15min":0.85299999999999998},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.1930000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":1.0349999999999999}]},{"osd":1,"last update":"Wed Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.80400000000000005,"15min":0.77300000000000002},"min":{"1min":0.58999999999999997,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.147,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.85499999999999998,"15min":0.85099999999999998},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.0620000000000001,"5min":1.254,"15min":1.254},"last":0.65500000000000003}]},{"osd":2,"last update":"Wed Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.83899999999999997,"15min":0.83399999999999996},"min":{"1min":0.59599999999999997,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.0149999999999999,"5min":1.171,"15min":1.171},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.878,"15min":0.85299999999999998},"min":{"1min":0.64800000000000002,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.224,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":0.99199999999999999}]},{"osd":3,"last update":"Wed Sep 11 07:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.86899999999999999,"15min":0.84499999999999997},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.304,"5min":1.321,"15min":1.321},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.874,"15min":0.83799999999999997},"min":{"1min":0.70999999999999996,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.3220000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.745}]},{"osd":5,"last update":"Wed Sep 11 07:46:04 2024","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.84599999999999997,"15min":0.82999999999999996},"min":{"1min":0.65300000000000002,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.4810000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.72799999999999998},{"interface":"front","average":{"1min":1.004,"5min":0.84799999999999998,"15min":0.82199999999999995},"min":{"1min":0.502,"5min":0.495,"15min":0.495},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.94699999999999995}]},{"osd":6,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.93400000000000005,"15min":0.93899999999999995},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.224,"5min":1.623,"15min":1.623},"last":1.151},{"interface":"front","average":{"1min":0.96399999999999997,"5min":1,"15min":1.006},"min":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.262,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.0580000000000001}]},{"osd":7,"last update":"Wed Sep 11 07:46:54 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":1.0549999999999999,"15min":1.0569999999999999},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.2789999999999999,"5min":1.73,"15min":1.73},"last":1.083},{"interface":"front","average":{"1min":1.052,"5min":1.0609999999999999,"15min":1.0629999999999999},"min":{"1min":0.88,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.4279999999999999,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.0920000000000001}]}]},{"osd":5,"up_from":37,"seq":158913789992,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049112,"kb_used_data":528,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696040,"statfs":{"total":95995035648,"available":94920744960,"internally_reserved":1073741824,"allocated":540672,"data_stored":219455,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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 Sep 11 07:47:03 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.85199999999999998,"15min":0.85199999999999998},"min":{"1min":0.63400000000000001,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.0609999999999999,"5min":1.8500000000000001,"15min":1.8500000000000001},"last":0.79900000000000004},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.91300000000000003,"15min":0.91000000000000003},"min":{"1min":0.73899999999999999,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.3200000000000001,"5min":2.3100000000000001,"15min":2.3100000000000001},"last":0.84099999999999997}]},{"osd":1,"last update":"Wed Sep 11 07:47:03 2024","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.82299999999999995,"15min":0.80500000000000005},"min":{"1min":0.61799999999999999,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.1819999999999999,"5min":1.302,"15min":1.302},"last":1.111},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.84499999999999997,"15min":0.83699999999999997},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.1799999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.89000000000000001}]},{"osd":2,"last update":"Wed Sep 11 07:47:03 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.72499999999999998,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1160000000000001,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.877,"5min":0.872,"15min":0.85999999999999999},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.143,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.93899999999999995}]},{"osd":3,"last update":"Wed Sep 11 07:47:03 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.85899999999999999,"15min":0.83699999999999997},"min":{"1min":0.59899999999999998,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.173,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":1.159},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.96699999999999997,"15min":0.94799999999999995},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.181,"5min":1.363,"15min":1.363},"last":0.98999999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:47:03 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.78600000000000003,"15min":0.77000000000000002},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.85699999999999998,"15min":0.82499999999999996},"min":{"1min":0.59399999999999997,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.1950000000000001,"5min":1.508,"15min":1.508},"last":1.0169999999999999}]},{"osd":6,"last update":"Wed Sep 11 07:46:30 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.998,"15min":1.006},"min":{"1min":0.52500000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.294,"5min":1.413,"15min":1.413},"last":0.91900000000000004},{"interface":"front","average":{"1min":0.93999999999999995,"5min":1.006,"15min":1.0169999999999999},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.2529999999999999,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":1.2529999999999999}]},{"osd":7,"last update":"Wed Sep 11 07:46:55 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.95099999999999996,"15min":0.96099999999999997},"min":{"1min":0.57999999999999996,"5min":0.437,"15min":0.437},"max":{"1min":1.359,"5min":1.359,"15min":1.359},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.036,"5min":1.0609999999999999,"15min":1.0649999999999999},"min":{"1min":0.81999999999999995,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.4219999999999999,"5min":1.448,"15min":1.448},"last":1.2330000000000001}]}]}]}} 2024-09-11T07:47:07.462 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-11T07:47:07.462 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-11T07:47:07.462 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-11T07:47:07.463 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-11T07:47:07.591 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:47:07.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[19346]: audit 2024-09-11T07:47:06.680880+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:07.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[19346]: cluster 2024-09-11T07:47:06.695041+0000 mgr.y (mgr.14138) 302 : cluster [DBG] pgmap v258: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:07.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[19346]: audit 2024-09-11T07:47:06.760272+0000 mgr.y (mgr.14138) 303 : audit [DBG] from='client.34538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:47:07.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[19346]: audit 2024-09-11T07:47:07.111718+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:07.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[19346]: audit 2024-09-11T07:47:07.121003+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[15104]: audit 2024-09-11T07:47:06.680880+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[15104]: cluster 2024-09-11T07:47:06.695041+0000 mgr.y (mgr.14138) 302 : cluster [DBG] pgmap v258: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[15104]: audit 2024-09-11T07:47:06.760272+0000 mgr.y (mgr.14138) 303 : audit [DBG] from='client.34538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:47:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[15104]: audit 2024-09-11T07:47:07.111718+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:07 smithi133 bash[15104]: audit 2024-09-11T07:47:07.121003+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:08.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:07 smithi169 bash[14688]: audit 2024-09-11T07:47:06.680880+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:08.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:07 smithi169 bash[14688]: cluster 2024-09-11T07:47:06.695041+0000 mgr.y (mgr.14138) 302 : cluster [DBG] pgmap v258: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:08.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:07 smithi169 bash[14688]: audit 2024-09-11T07:47:06.760272+0000 mgr.y (mgr.14138) 303 : audit [DBG] from='client.34538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:47:08.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:07 smithi169 bash[14688]: audit 2024-09-11T07:47:07.111718+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:08.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:07 smithi169 bash[14688]: audit 2024-09-11T07:47:07.121003+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:09.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:09 smithi133 bash[15104]: cluster 2024-09-11T07:47:08.695662+0000 mgr.y (mgr.14138) 304 : cluster [DBG] pgmap v259: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:09.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:09 smithi133 bash[19346]: cluster 2024-09-11T07:47:08.695662+0000 mgr.y (mgr.14138) 304 : cluster [DBG] pgmap v259: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:10.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:09 smithi169 bash[14688]: cluster 2024-09-11T07:47:08.695662+0000 mgr.y (mgr.14138) 304 : cluster [DBG] pgmap v259: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:10.682 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:47:10 smithi133 bash[32341]: level=info ts=2024-09-11T07:47:10.428Z caller=cluster.go:640 component=cluster msg="gossip settled; proceeding" elapsed=10.001131966s 2024-09-11T07:47:11.067 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:47:11.851 INFO:teuthology.orchestra.run.smithi133.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-11T07:47:11.851 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-11T07:47:11.851 INFO:tasks.cephadm:Setup complete, yielding 2024-09-11T07:47:11.852 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:47:11.864 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi133.front.sepia.ceph.com 2024-09-11T07:47:11.865 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-09-11T07:47:12.089 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:11 smithi133 bash[15104]: cluster 2024-09-11T07:47:10.696350+0000 mgr.y (mgr.14138) 305 : cluster [DBG] pgmap v260: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:12.089 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:11 smithi133 bash[15104]: audit 2024-09-11T07:47:11.065421+0000 mon.a (mon.0) 597 : audit [DBG] from='client.? 172.21.15.133:0/209836529' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:47:12.089 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:11 smithi133 bash[19346]: cluster 2024-09-11T07:47:10.696350+0000 mgr.y (mgr.14138) 305 : cluster [DBG] pgmap v260: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:12.089 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:11 smithi133 bash[19346]: audit 2024-09-11T07:47:11.065421+0000 mon.a (mon.0) 597 : audit [DBG] from='client.? 172.21.15.133:0/209836529' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:47:12.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:11 smithi169 bash[14688]: cluster 2024-09-11T07:47:10.696350+0000 mgr.y (mgr.14138) 305 : cluster [DBG] pgmap v260: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:12.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:11 smithi169 bash[14688]: audit 2024-09-11T07:47:11.065421+0000 mon.a (mon.0) 597 : audit [DBG] from='client.? 172.21.15.133:0/209836529' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:47:13.989 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:13 smithi133 bash[15104]: cluster 2024-09-11T07:47:12.696921+0000 mgr.y (mgr.14138) 306 : cluster [DBG] pgmap v261: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:13.989 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:13 smithi133 bash[19346]: cluster 2024-09-11T07:47:12.696921+0000 mgr.y (mgr.14138) 306 : cluster [DBG] pgmap v261: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:14.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:13 smithi169 bash[14688]: cluster 2024-09-11T07:47:12.696921+0000 mgr.y (mgr.14138) 306 : cluster [DBG] pgmap v261: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:15.744 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:15 smithi133 bash[15104]: cluster 2024-09-11T07:47:14.697557+0000 mgr.y (mgr.14138) 307 : cluster [DBG] pgmap v262: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:15.992 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:47:16.001 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi133.front.sepia.ceph.com 2024-09-11T07:47:16.001 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-11T07:47:16.014 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:15 smithi133 bash[15104]: audit 2024-09-11T07:47:15.297274+0000 mon.a (mon.0) 598 : audit [INF] from='client.? 172.21.15.133:0/1979050473' entity='client.admin' 2024-09-11T07:47:16.014 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:15 smithi133 bash[15104]: audit 2024-09-11T07:47:15.311697+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:16.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:15 smithi133 bash[19346]: cluster 2024-09-11T07:47:14.697557+0000 mgr.y (mgr.14138) 307 : cluster [DBG] pgmap v262: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:16.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:15 smithi133 bash[19346]: audit 2024-09-11T07:47:15.297274+0000 mon.a (mon.0) 598 : audit [INF] from='client.? 172.21.15.133:0/1979050473' entity='client.admin' 2024-09-11T07:47:16.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:15 smithi133 bash[19346]: audit 2024-09-11T07:47:15.311697+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:16.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:15 smithi169 bash[14688]: cluster 2024-09-11T07:47:14.697557+0000 mgr.y (mgr.14138) 307 : cluster [DBG] pgmap v262: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:47:16.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:15 smithi169 bash[14688]: audit 2024-09-11T07:47:15.297274+0000 mon.a (mon.0) 598 : audit [INF] from='client.? 172.21.15.133:0/1979050473' entity='client.admin' 2024-09-11T07:47:16.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:15 smithi169 bash[14688]: audit 2024-09-11T07:47:15.311697+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:17 smithi133 bash[15104]: cluster 2024-09-11T07:47:16.698198+0000 mgr.y (mgr.14138) 308 : cluster [DBG] pgmap v263: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:17.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:17 smithi133 bash[19346]: cluster 2024-09-11T07:47:16.698198+0000 mgr.y (mgr.14138) 308 : cluster [DBG] pgmap v263: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:18.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:17 smithi169 bash[14688]: cluster 2024-09-11T07:47:16.698198+0000 mgr.y (mgr.14138) 308 : cluster [DBG] pgmap v263: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:20.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:19 smithi169 bash[14688]: cluster 2024-09-11T07:47:18.698837+0000 mgr.y (mgr.14138) 309 : cluster [DBG] pgmap v264: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:20.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:19 smithi133 bash[19346]: cluster 2024-09-11T07:47:18.698837+0000 mgr.y (mgr.14138) 309 : cluster [DBG] pgmap v264: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:20.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:19 smithi133 bash[15104]: cluster 2024-09-11T07:47:18.698837+0000 mgr.y (mgr.14138) 309 : cluster [DBG] pgmap v264: 4 pgs: 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-11T07:47:20.817 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T07:47:20.817 INFO:teuthology.orchestra.run.smithi133.stdout: "id": "7b263cd0-9d3a-4d72-b1a7-df426cb97280", 2024-09-11T07:47:20.817 INFO:teuthology.orchestra.run.smithi133.stdout: "name": "r", 2024-09-11T07:47:20.817 INFO:teuthology.orchestra.run.smithi133.stdout: "current_period": "5582f6ec-299d-400f-b58b-5c1647802bea", 2024-09-11T07:47:20.817 INFO:teuthology.orchestra.run.smithi133.stdout: "epoch": 1 2024-09-11T07:47:20.817 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T07:47:21.025 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:20 smithi133 bash[15104]: cluster 2024-09-11T07:47:19.764162+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T07:47:21.025 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:20 smithi133 bash[15104]: audit 2024-09-11T07:47:19.766970+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.133:0/2925880921' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T07:47:21.025 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:20 smithi133 bash[15104]: audit 2024-09-11T07:47:19.767533+0000 mon.a (mon.0) 601 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T07:47:21.025 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:20 smithi133 bash[19346]: cluster 2024-09-11T07:47:19.764162+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T07:47:21.025 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:20 smithi133 bash[19346]: audit 2024-09-11T07:47:19.766970+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.133:0/2925880921' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T07:47:21.026 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:20 smithi133 bash[19346]: audit 2024-09-11T07:47:19.767533+0000 mon.a (mon.0) 601 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T07:47:21.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:20 smithi169 bash[14688]: cluster 2024-09-11T07:47:19.764162+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T07:47:21.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:20 smithi169 bash[14688]: audit 2024-09-11T07:47:19.766970+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.133:0/2925880921' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T07:47:21.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:20 smithi169 bash[14688]: audit 2024-09-11T07:47:19.767533+0000 mon.a (mon.0) 601 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T07:47:21.612 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-11T07:47:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:21 smithi133 bash[15104]: cluster 2024-09-11T07:47:20.699484+0000 mgr.y (mgr.14138) 310 : cluster [DBG] pgmap v266: 36 pgs: 32 unknown, 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-11T07:47:21.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:21 smithi133 bash[15104]: audit 2024-09-11T07:47:20.773569+0000 mon.a (mon.0) 602 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T07:47:21.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:21 smithi133 bash[15104]: cluster 2024-09-11T07:47:20.773884+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T07:47:21.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:21 smithi133 bash[19346]: cluster 2024-09-11T07:47:20.699484+0000 mgr.y (mgr.14138) 310 : cluster [DBG] pgmap v266: 36 pgs: 32 unknown, 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-11T07:47:21.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:21 smithi133 bash[19346]: audit 2024-09-11T07:47:20.773569+0000 mon.a (mon.0) 602 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T07:47:21.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:21 smithi133 bash[19346]: cluster 2024-09-11T07:47:20.773884+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T07:47:22.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:21 smithi169 bash[14688]: cluster 2024-09-11T07:47:20.699484+0000 mgr.y (mgr.14138) 310 : cluster [DBG] pgmap v266: 36 pgs: 32 unknown, 4 active+clean; 408 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-11T07:47:22.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:21 smithi169 bash[14688]: audit 2024-09-11T07:47:20.773569+0000 mon.a (mon.0) 602 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T07:47:22.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:21 smithi169 bash[14688]: cluster 2024-09-11T07:47:20.773884+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T07:47:23.044 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:22 smithi133 bash[15104]: cluster 2024-09-11T07:47:21.784068+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T07:47:23.045 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:22 smithi133 bash[19346]: cluster 2024-09-11T07:47:21.784068+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T07:47:23.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:22 smithi169 bash[14688]: cluster 2024-09-11T07:47:21.784068+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T07:47:24.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:23 smithi169 bash[14688]: cluster 2024-09-11T07:47:22.700195+0000 mgr.y (mgr.14138) 311 : cluster [DBG] pgmap v269: 36 pgs: 17 unknown, 19 active+clean; 534 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2024-09-11T07:47:24.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:23 smithi133 bash[15104]: cluster 2024-09-11T07:47:22.700195+0000 mgr.y (mgr.14138) 311 : cluster [DBG] pgmap v269: 36 pgs: 17 unknown, 19 active+clean; 534 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2024-09-11T07:47:24.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:23 smithi133 bash[19346]: cluster 2024-09-11T07:47:22.700195+0000 mgr.y (mgr.14138) 311 : cluster [DBG] pgmap v269: 36 pgs: 17 unknown, 19 active+clean; 534 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2024-09-11T07:47:24.975 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T07:47:24.975 INFO:teuthology.orchestra.run.smithi133.stdout: "id": "30b759e8-08e2-4545-99dd-4c7efc4cf267", 2024-09-11T07:47:24.975 INFO:teuthology.orchestra.run.smithi133.stdout: "name": "default", 2024-09-11T07:47:24.975 INFO:teuthology.orchestra.run.smithi133.stdout: "api_name": "default", 2024-09-11T07:47:24.975 INFO:teuthology.orchestra.run.smithi133.stdout: "is_master": "true", 2024-09-11T07:47:24.975 INFO:teuthology.orchestra.run.smithi133.stdout: "endpoints": [], 2024-09-11T07:47:24.975 INFO:teuthology.orchestra.run.smithi133.stdout: "hostnames": [], 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout: "hostnames_s3website": [], 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout: "master_zone": "", 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout: "zones": [], 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout: "placement_targets": [], 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout: "default_placement": "", 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout: "realm_id": "7b263cd0-9d3a-4d72-b1a7-df426cb97280", 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout: "sync_policy": { 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout: "groups": [] 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:24.976 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T07:47:25.702 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-11T07:47:26.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:25 smithi169 bash[14688]: cluster 2024-09-11T07:47:24.701093+0000 mgr.y (mgr.14138) 312 : cluster [DBG] pgmap v270: 36 pgs: 36 active+clean; 924 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-11T07:47:26.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:25 smithi133 bash[15104]: cluster 2024-09-11T07:47:24.701093+0000 mgr.y (mgr.14138) 312 : cluster [DBG] pgmap v270: 36 pgs: 36 active+clean; 924 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-11T07:47:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:25 smithi133 bash[19346]: cluster 2024-09-11T07:47:24.701093+0000 mgr.y (mgr.14138) 312 : cluster [DBG] pgmap v270: 36 pgs: 36 active+clean; 924 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-11T07:47:28.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:27 smithi169 bash[14688]: cluster 2024-09-11T07:47:26.701923+0000 mgr.y (mgr.14138) 313 : cluster [DBG] pgmap v271: 36 pgs: 36 active+clean; 1.1 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 737 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-09-11T07:47:28.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:27 smithi133 bash[15104]: cluster 2024-09-11T07:47:26.701923+0000 mgr.y (mgr.14138) 313 : cluster [DBG] pgmap v271: 36 pgs: 36 active+clean; 1.1 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 737 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-09-11T07:47:28.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:27 smithi133 bash[19346]: cluster 2024-09-11T07:47:26.701923+0000 mgr.y (mgr.14138) 313 : cluster [DBG] pgmap v271: 36 pgs: 36 active+clean; 1.1 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 737 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-09-11T07:47:29.044 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "id": "ac1604a7-79ff-4f12-bb52-cc12282d6495", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "name": "z", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "domain_root": "z.rgw.meta:root", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "control_pool": "z.rgw.control", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "log_pool": "z.rgw.log", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-11T07:47:29.045 INFO:teuthology.orchestra.run.smithi133.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "otp_pool": "z.rgw.otp", 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "system_key": { 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "access_key": "", 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "secret_key": "" 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "placement_pools": [ 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: { 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "key": "default-placement", 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "val": { 2024-09-11T07:47:29.046 INFO:teuthology.orchestra.run.smithi133.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: "storage_classes": { 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: "STANDARD": { 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: "index_type": 0 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout: "realm_id": "7b263cd0-9d3a-4d72-b1a7-df426cb97280" 2024-09-11T07:47:29.047 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T07:47:29.719 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-11T07:47:30.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:29 smithi169 bash[14688]: cluster 2024-09-11T07:47:28.702601+0000 mgr.y (mgr.14138) 314 : cluster [DBG] pgmap v272: 36 pgs: 36 active+clean; 1.1 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 639 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:47:30.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:29 smithi133 bash[15104]: cluster 2024-09-11T07:47:28.702601+0000 mgr.y (mgr.14138) 314 : cluster [DBG] pgmap v272: 36 pgs: 36 active+clean; 1.1 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 639 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:47:30.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:29 smithi133 bash[19346]: cluster 2024-09-11T07:47:28.702601+0000 mgr.y (mgr.14138) 314 : cluster [DBG] pgmap v272: 36 pgs: 36 active+clean; 1.1 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 639 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:47:32.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:31 smithi169 bash[14688]: cluster 2024-09-11T07:47:30.703447+0000 mgr.y (mgr.14138) 315 : cluster [DBG] pgmap v273: 36 pgs: 36 active+clean; 1.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:47:32.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:31 smithi133 bash[15104]: cluster 2024-09-11T07:47:30.703447+0000 mgr.y (mgr.14138) 315 : cluster [DBG] pgmap v273: 36 pgs: 36 active+clean; 1.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:47:32.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:31 smithi133 bash[19346]: cluster 2024-09-11T07:47:30.703447+0000 mgr.y (mgr.14138) 315 : cluster [DBG] pgmap v273: 36 pgs: 36 active+clean; 1.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:47:34.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:33 smithi169 bash[14688]: cluster 2024-09-11T07:47:32.704200+0000 mgr.y (mgr.14138) 316 : cluster [DBG] pgmap v274: 36 pgs: 36 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-11T07:47:34.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:33 smithi133 bash[15104]: cluster 2024-09-11T07:47:32.704200+0000 mgr.y (mgr.14138) 316 : cluster [DBG] pgmap v274: 36 pgs: 36 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-11T07:47:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:33 smithi133 bash[19346]: cluster 2024-09-11T07:47:32.704200+0000 mgr.y (mgr.14138) 316 : cluster [DBG] pgmap v274: 36 pgs: 36 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-11T07:47:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:34 smithi169 bash[14688]: cluster 2024-09-11T07:47:33.827317+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T07:47:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:34 smithi169 bash[14688]: audit 2024-09-11T07:47:33.833392+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.133:0/459136406' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T07:47:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:34 smithi169 bash[14688]: audit 2024-09-11T07:47:33.834834+0000 mon.a (mon.0) 606 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T07:47:35.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:34 smithi133 bash[15104]: cluster 2024-09-11T07:47:33.827317+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T07:47:35.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:34 smithi133 bash[15104]: audit 2024-09-11T07:47:33.833392+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.133:0/459136406' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T07:47:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:34 smithi133 bash[15104]: audit 2024-09-11T07:47:33.834834+0000 mon.a (mon.0) 606 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T07:47:35.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:34 smithi133 bash[19346]: cluster 2024-09-11T07:47:33.827317+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T07:47:35.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:34 smithi133 bash[19346]: audit 2024-09-11T07:47:33.833392+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.133:0/459136406' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T07:47:35.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:34 smithi133 bash[19346]: audit 2024-09-11T07:47:33.834834+0000 mon.a (mon.0) 606 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T07:47:36.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:35 smithi169 bash[14688]: cluster 2024-09-11T07:47:34.705181+0000 mgr.y (mgr.14138) 317 : cluster [DBG] pgmap v276: 68 pgs: 8 creating+peering, 24 unknown, 36 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 818 B/s wr, 3 op/s 2024-09-11T07:47:36.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:35 smithi169 bash[14688]: audit 2024-09-11T07:47:34.842147+0000 mon.a (mon.0) 607 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T07:47:36.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:35 smithi169 bash[14688]: cluster 2024-09-11T07:47:34.842573+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T07:47:36.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:35 smithi133 bash[15104]: cluster 2024-09-11T07:47:34.705181+0000 mgr.y (mgr.14138) 317 : cluster [DBG] pgmap v276: 68 pgs: 8 creating+peering, 24 unknown, 36 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 818 B/s wr, 3 op/s 2024-09-11T07:47:36.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:35 smithi133 bash[15104]: audit 2024-09-11T07:47:34.842147+0000 mon.a (mon.0) 607 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T07:47:36.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:35 smithi133 bash[15104]: cluster 2024-09-11T07:47:34.842573+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T07:47:36.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:35 smithi133 bash[19346]: cluster 2024-09-11T07:47:34.705181+0000 mgr.y (mgr.14138) 317 : cluster [DBG] pgmap v276: 68 pgs: 8 creating+peering, 24 unknown, 36 active+clean; 2.2 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 818 B/s wr, 3 op/s 2024-09-11T07:47:36.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:35 smithi133 bash[19346]: audit 2024-09-11T07:47:34.842147+0000 mon.a (mon.0) 607 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T07:47:36.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:35 smithi133 bash[19346]: cluster 2024-09-11T07:47:34.842573+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T07:47:37.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:36 smithi169 bash[14688]: cluster 2024-09-11T07:47:35.846271+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T07:47:37.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:36 smithi169 bash[14688]: audit 2024-09-11T07:47:35.850969+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.133:0/459136406' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T07:47:37.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:36 smithi169 bash[14688]: audit 2024-09-11T07:47:35.857179+0000 mon.a (mon.0) 610 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T07:47:37.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:36 smithi169 bash[14688]: audit 2024-09-11T07:47:36.853508+0000 mon.a (mon.0) 611 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T07:47:37.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:36 smithi169 bash[14688]: cluster 2024-09-11T07:47:36.853724+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[15104]: cluster 2024-09-11T07:47:35.846271+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[15104]: audit 2024-09-11T07:47:35.850969+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.133:0/459136406' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[15104]: audit 2024-09-11T07:47:35.857179+0000 mon.a (mon.0) 610 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[15104]: audit 2024-09-11T07:47:36.853508+0000 mon.a (mon.0) 611 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[15104]: cluster 2024-09-11T07:47:36.853724+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[19346]: cluster 2024-09-11T07:47:35.846271+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[19346]: audit 2024-09-11T07:47:35.850969+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.133:0/459136406' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[19346]: audit 2024-09-11T07:47:35.857179+0000 mon.a (mon.0) 610 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[19346]: audit 2024-09-11T07:47:36.853508+0000 mon.a (mon.0) 611 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T07:47:37.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:36 smithi133 bash[19346]: cluster 2024-09-11T07:47:36.853724+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T07:47:38.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:37 smithi169 bash[14688]: cluster 2024-09-11T07:47:36.706084+0000 mgr.y (mgr.14138) 318 : cluster [DBG] pgmap v279: 100 pgs: 16 creating+peering, 34 unknown, 50 active+clean; 2.2 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 852 B/s wr, 4 op/s 2024-09-11T07:47:38.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:37 smithi169 bash[14688]: cluster 2024-09-11T07:47:37.870400+0000 mon.a (mon.0) 613 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T07:47:38.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:37 smithi133 bash[15104]: cluster 2024-09-11T07:47:36.706084+0000 mgr.y (mgr.14138) 318 : cluster [DBG] pgmap v279: 100 pgs: 16 creating+peering, 34 unknown, 50 active+clean; 2.2 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 852 B/s wr, 4 op/s 2024-09-11T07:47:38.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:37 smithi133 bash[15104]: cluster 2024-09-11T07:47:37.870400+0000 mon.a (mon.0) 613 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T07:47:38.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:37 smithi133 bash[19346]: cluster 2024-09-11T07:47:36.706084+0000 mgr.y (mgr.14138) 318 : cluster [DBG] pgmap v279: 100 pgs: 16 creating+peering, 34 unknown, 50 active+clean; 2.2 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 3.2 KiB/s rd, 852 B/s wr, 4 op/s 2024-09-11T07:47:38.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:37 smithi133 bash[19346]: cluster 2024-09-11T07:47:37.870400+0000 mon.a (mon.0) 613 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T07:47:39.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:38 smithi169 bash[14688]: audit 2024-09-11T07:47:37.882885+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.133:0/2476789716' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T07:47:39.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:38 smithi169 bash[14688]: audit 2024-09-11T07:47:37.884731+0000 mon.a (mon.0) 614 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T07:47:39.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:38 smithi169 bash[14688]: audit 2024-09-11T07:47:38.874065+0000 mon.a (mon.0) 615 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T07:47:39.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:38 smithi169 bash[14688]: cluster 2024-09-11T07:47:38.874409+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T07:47:39.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:38 smithi133 bash[15104]: audit 2024-09-11T07:47:37.882885+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.133:0/2476789716' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T07:47:39.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:38 smithi133 bash[15104]: audit 2024-09-11T07:47:37.884731+0000 mon.a (mon.0) 614 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T07:47:39.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:38 smithi133 bash[15104]: audit 2024-09-11T07:47:38.874065+0000 mon.a (mon.0) 615 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T07:47:39.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:38 smithi133 bash[15104]: cluster 2024-09-11T07:47:38.874409+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T07:47:39.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:38 smithi133 bash[19346]: audit 2024-09-11T07:47:37.882885+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.133:0/2476789716' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T07:47:39.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:38 smithi133 bash[19346]: audit 2024-09-11T07:47:37.884731+0000 mon.a (mon.0) 614 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T07:47:39.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:38 smithi133 bash[19346]: audit 2024-09-11T07:47:38.874065+0000 mon.a (mon.0) 615 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T07:47:39.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:38 smithi133 bash[19346]: cluster 2024-09-11T07:47:38.874409+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T07:47:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:39 smithi169 bash[14688]: cluster 2024-09-11T07:47:38.706841+0000 mgr.y (mgr.14138) 319 : cluster [DBG] pgmap v282: 132 pgs: 16 creating+peering, 49 unknown, 67 active+clean; 2.2 KiB data, 4.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-11T07:47:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:39 smithi169 bash[14688]: audit 2024-09-11T07:47:38.878040+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.133:0/2476789716' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T07:47:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:39 smithi169 bash[14688]: audit 2024-09-11T07:47:38.881157+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T07:47:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:39 smithi169 bash[14688]: audit 2024-09-11T07:47:39.880445+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-11T07:47:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:39 smithi169 bash[14688]: cluster 2024-09-11T07:47:39.880665+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T07:47:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:39 smithi169 bash[14688]: audit 2024-09-11T07:47:39.882114+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.133:0/2476789716' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T07:47:40.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:39 smithi169 bash[14688]: audit 2024-09-11T07:47:39.883753+0000 mon.a (mon.0) 620 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T07:47:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[15104]: cluster 2024-09-11T07:47:38.706841+0000 mgr.y (mgr.14138) 319 : cluster [DBG] pgmap v282: 132 pgs: 16 creating+peering, 49 unknown, 67 active+clean; 2.2 KiB data, 4.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-11T07:47:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[15104]: audit 2024-09-11T07:47:38.878040+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.133:0/2476789716' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T07:47:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[15104]: audit 2024-09-11T07:47:38.881157+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T07:47:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[15104]: audit 2024-09-11T07:47:39.880445+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-11T07:47:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[15104]: cluster 2024-09-11T07:47:39.880665+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T07:47:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[15104]: audit 2024-09-11T07:47:39.882114+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.133:0/2476789716' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T07:47:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[15104]: audit 2024-09-11T07:47:39.883753+0000 mon.a (mon.0) 620 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T07:47:40.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[19346]: cluster 2024-09-11T07:47:38.706841+0000 mgr.y (mgr.14138) 319 : cluster [DBG] pgmap v282: 132 pgs: 16 creating+peering, 49 unknown, 67 active+clean; 2.2 KiB data, 4.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-11T07:47:40.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[19346]: audit 2024-09-11T07:47:38.878040+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.133:0/2476789716' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T07:47:40.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[19346]: audit 2024-09-11T07:47:38.881157+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T07:47:40.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[19346]: audit 2024-09-11T07:47:39.880445+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-11T07:47:40.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[19346]: cluster 2024-09-11T07:47:39.880665+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T07:47:40.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[19346]: audit 2024-09-11T07:47:39.882114+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.133:0/2476789716' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T07:47:40.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:39 smithi133 bash[19346]: audit 2024-09-11T07:47:39.883753+0000 mon.a (mon.0) 620 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T07:47:41.079 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T07:47:41.079 INFO:teuthology.orchestra.run.smithi133.stdout: "id": "51bb8db1-c226-4153-b4bc-07d5c36b2ed7", 2024-09-11T07:47:41.079 INFO:teuthology.orchestra.run.smithi133.stdout: "epoch": 1, 2024-09-11T07:47:41.079 INFO:teuthology.orchestra.run.smithi133.stdout: "predecessor_uuid": "5582f6ec-299d-400f-b58b-5c1647802bea", 2024-09-11T07:47:41.079 INFO:teuthology.orchestra.run.smithi133.stdout: "sync_status": [], 2024-09-11T07:47:41.079 INFO:teuthology.orchestra.run.smithi133.stdout: "period_map": { 2024-09-11T07:47:41.079 INFO:teuthology.orchestra.run.smithi133.stdout: "id": "51bb8db1-c226-4153-b4bc-07d5c36b2ed7", 2024-09-11T07:47:41.079 INFO:teuthology.orchestra.run.smithi133.stdout: "zonegroups": [ 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: { 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "id": "30b759e8-08e2-4545-99dd-4c7efc4cf267", 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "name": "default", 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "api_name": "default", 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "is_master": "true", 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "endpoints": [], 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "hostnames": [], 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "hostnames_s3website": [], 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "master_zone": "ac1604a7-79ff-4f12-bb52-cc12282d6495", 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "zones": [ 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: { 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "id": "ac1604a7-79ff-4f12-bb52-cc12282d6495", 2024-09-11T07:47:41.080 INFO:teuthology.orchestra.run.smithi133.stdout: "name": "z", 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "endpoints": [], 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "log_meta": "false", 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "log_data": "false", 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "bucket_index_max_shards": 11, 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "read_only": "false", 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "tier_type": "", 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "sync_from_all": "true", 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "sync_from": [], 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "redirect_zone": "" 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: "placement_targets": [ 2024-09-11T07:47:41.081 INFO:teuthology.orchestra.run.smithi133.stdout: { 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: "name": "default-placement", 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: "tags": [], 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: "storage_classes": [ 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: "STANDARD" 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: "default_placement": "default-placement", 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: "realm_id": "7b263cd0-9d3a-4d72-b1a7-df426cb97280", 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: "sync_policy": { 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: "groups": [] 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:41.082 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "short_zone_ids": [ 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: { 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "key": "ac1604a7-79ff-4f12-bb52-cc12282d6495", 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "val": 3805192022 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "master_zonegroup": "30b759e8-08e2-4545-99dd-4c7efc4cf267", 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "master_zone": "ac1604a7-79ff-4f12-bb52-cc12282d6495", 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "period_config": { 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "bucket_quota": { 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "enabled": false, 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "check_on_raw": false, 2024-09-11T07:47:41.083 INFO:teuthology.orchestra.run.smithi133.stdout: "max_size": -1, 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "max_size_kb": 0, 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "max_objects": -1 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "user_quota": { 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "enabled": false, 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "check_on_raw": false, 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "max_size": -1, 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "max_size_kb": 0, 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "max_objects": -1 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "realm_id": "7b263cd0-9d3a-4d72-b1a7-df426cb97280", 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "realm_name": "r", 2024-09-11T07:47:41.084 INFO:teuthology.orchestra.run.smithi133.stdout: "realm_epoch": 2 2024-09-11T07:47:41.085 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T07:47:41.911 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-09-11T07:47:42.165 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:41 smithi133 bash[15104]: cluster 2024-09-11T07:47:40.707604+0000 mgr.y (mgr.14138) 320 : cluster [DBG] pgmap v285: 132 pgs: 18 creating+peering, 15 unknown, 99 active+clean; 2.2 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-09-11T07:47:42.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:41 smithi133 bash[15104]: audit 2024-09-11T07:47:40.884357+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-11T07:47:42.166 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:41 smithi133 bash[15104]: cluster 2024-09-11T07:47:40.884569+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T07:47:42.166 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:41 smithi133 bash[19346]: cluster 2024-09-11T07:47:40.707604+0000 mgr.y (mgr.14138) 320 : cluster [DBG] pgmap v285: 132 pgs: 18 creating+peering, 15 unknown, 99 active+clean; 2.2 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-09-11T07:47:42.166 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:41 smithi133 bash[19346]: audit 2024-09-11T07:47:40.884357+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-11T07:47:42.166 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:41 smithi133 bash[19346]: cluster 2024-09-11T07:47:40.884569+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T07:47:42.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:41 smithi169 bash[14688]: cluster 2024-09-11T07:47:40.707604+0000 mgr.y (mgr.14138) 320 : cluster [DBG] pgmap v285: 132 pgs: 18 creating+peering, 15 unknown, 99 active+clean; 2.2 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-09-11T07:47:42.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:41 smithi169 bash[14688]: audit 2024-09-11T07:47:40.884357+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-11T07:47:42.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:41 smithi169 bash[14688]: cluster 2024-09-11T07:47:40.884569+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T07:47:44.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:43 smithi169 bash[14688]: cluster 2024-09-11T07:47:42.708891+0000 mgr.y (mgr.14138) 321 : cluster [DBG] pgmap v287: 132 pgs: 10 creating+peering, 122 active+clean; 5.6 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s rd, 5.6 KiB/s wr, 22 op/s 2024-09-11T07:47:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:43 smithi133 bash[15104]: cluster 2024-09-11T07:47:42.708891+0000 mgr.y (mgr.14138) 321 : cluster [DBG] pgmap v287: 132 pgs: 10 creating+peering, 122 active+clean; 5.6 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s rd, 5.6 KiB/s wr, 22 op/s 2024-09-11T07:47:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:43 smithi133 bash[19346]: cluster 2024-09-11T07:47:42.708891+0000 mgr.y (mgr.14138) 321 : cluster [DBG] pgmap v287: 132 pgs: 10 creating+peering, 122 active+clean; 5.6 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s rd, 5.6 KiB/s wr, 22 op/s 2024-09-11T07:47:45.625 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled rgw.r.z update... 2024-09-11T07:47:46.059 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:45 smithi133 bash[15104]: cluster 2024-09-11T07:47:44.710076+0000 mgr.y (mgr.14138) 322 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.8 KiB/s rd, 6.5 KiB/s wr, 25 op/s 2024-09-11T07:47:46.059 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:45 smithi133 bash[15104]: audit 2024-09-11T07:47:45.622706+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:46.060 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:45 smithi133 bash[19346]: cluster 2024-09-11T07:47:44.710076+0000 mgr.y (mgr.14138) 322 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.8 KiB/s rd, 6.5 KiB/s wr, 25 op/s 2024-09-11T07:47:46.060 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:45 smithi133 bash[19346]: audit 2024-09-11T07:47:45.622706+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:45 smithi169 bash[14688]: cluster 2024-09-11T07:47:44.710076+0000 mgr.y (mgr.14138) 322 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 7.4 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.8 KiB/s rd, 6.5 KiB/s wr, 25 op/s 2024-09-11T07:47:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:45 smithi169 bash[14688]: audit 2024-09-11T07:47:45.622706+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:46.352 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T07:47:47.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:45.615164+0000 mgr.y (mgr.14138) 323 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:47:47.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: cephadm 2024-09-11T07:47:45.616600+0000 mgr.y (mgr.14138) 324 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T07:47:47.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: cephadm 2024-09-11T07:47:45.625439+0000 mgr.y (mgr.14138) 325 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:47:47.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: cephadm 2024-09-11T07:47:45.626555+0000 mgr.y (mgr.14138) 326 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:45.977186+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:45.983106+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:45.984384+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:45.990678+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:46.199195+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:46.208645+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:46.216949+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: cephadm 2024-09-11T07:47:46.218004+0000 mgr.y (mgr.14138) 327 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:46.224191+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:46.225674+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:46.227445+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: cephadm 2024-09-11T07:47:46.228625+0000 mgr.y (mgr.14138) 328 : cephadm [INF] Deploying daemon rgw.r.z.smithi169.iczyvx on smithi169 2024-09-11T07:47:47.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:46 smithi169 bash[14688]: audit 2024-09-11T07:47:46.229424+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi169.iczyvx", "key": "container_image"}]: dispatch 2024-09-11T07:47:47.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:45.615164+0000 mgr.y (mgr.14138) 323 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:47:47.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: cephadm 2024-09-11T07:47:45.616600+0000 mgr.y (mgr.14138) 324 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T07:47:47.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: cephadm 2024-09-11T07:47:45.625439+0000 mgr.y (mgr.14138) 325 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:47:47.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: cephadm 2024-09-11T07:47:45.626555+0000 mgr.y (mgr.14138) 326 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:47:47.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:45.977186+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:45.983106+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:45.984384+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:45.990678+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:46.199195+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:46.208645+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:46.216949+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: cephadm 2024-09-11T07:47:46.218004+0000 mgr.y (mgr.14138) 327 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:46.224191+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:46.225674+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:46.227445+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: cephadm 2024-09-11T07:47:46.228625+0000 mgr.y (mgr.14138) 328 : cephadm [INF] Deploying daemon rgw.r.z.smithi169.iczyvx on smithi169 2024-09-11T07:47:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[15104]: audit 2024-09-11T07:47:46.229424+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi169.iczyvx", "key": "container_image"}]: dispatch 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:45.615164+0000 mgr.y (mgr.14138) 323 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: cephadm 2024-09-11T07:47:45.616600+0000 mgr.y (mgr.14138) 324 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: cephadm 2024-09-11T07:47:45.625439+0000 mgr.y (mgr.14138) 325 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: cephadm 2024-09-11T07:47:45.626555+0000 mgr.y (mgr.14138) 326 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:45.977186+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:45.983106+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:45.984384+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:45.990678+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:46.199195+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:46.208645+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:46.216949+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: cephadm 2024-09-11T07:47:46.218004+0000 mgr.y (mgr.14138) 327 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T07:47:47.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:46.224191+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:47.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:46.225674+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:47:47.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:46.227445+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:47:47.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: cephadm 2024-09-11T07:47:46.228625+0000 mgr.y (mgr.14138) 328 : cephadm [INF] Deploying daemon rgw.r.z.smithi169.iczyvx on smithi169 2024-09-11T07:47:47.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:46 smithi133 bash[19346]: audit 2024-09-11T07:47:46.229424+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi169.iczyvx", "key": "container_image"}]: dispatch 2024-09-11T07:47:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:48 smithi169 bash[14688]: cluster 2024-09-11T07:47:46.711432+0000 mgr.y (mgr.14138) 329 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 5.0 KiB/s wr, 19 op/s 2024-09-11T07:47:48.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:48 smithi133 bash[15104]: cluster 2024-09-11T07:47:46.711432+0000 mgr.y (mgr.14138) 329 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 5.0 KiB/s wr, 19 op/s 2024-09-11T07:47:48.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:48 smithi133 bash[19346]: cluster 2024-09-11T07:47:46.711432+0000 mgr.y (mgr.14138) 329 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 5.0 KiB/s wr, 19 op/s 2024-09-11T07:47:50.349 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:50 smithi169 bash[14688]: cluster 2024-09-11T07:47:48.712442+0000 mgr.y (mgr.14138) 330 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 4.4 KiB/s wr, 17 op/s 2024-09-11T07:47:50.350 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:50 smithi169 bash[14688]: audit 2024-09-11T07:47:49.093037+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:50.350 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:50 smithi169 bash[14688]: audit 2024-09-11T07:47:49.095168+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:47:50.350 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:50 smithi169 bash[14688]: audit 2024-09-11T07:47:49.104128+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:47:50.350 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:50 smithi169 bash[14688]: audit 2024-09-11T07:47:49.105741+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:47:50.350 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:50 smithi169 bash[14688]: cephadm 2024-09-11T07:47:49.106786+0000 mgr.y (mgr.14138) 331 : cephadm [INF] Deploying daemon rgw.r.z.smithi133.yujiqq on smithi133 2024-09-11T07:47:50.350 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:50 smithi169 bash[14688]: audit 2024-09-11T07:47:49.107502+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi133.yujiqq", "key": "container_image"}]: dispatch 2024-09-11T07:47:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[15104]: cluster 2024-09-11T07:47:48.712442+0000 mgr.y (mgr.14138) 330 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 4.4 KiB/s wr, 17 op/s 2024-09-11T07:47:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[15104]: audit 2024-09-11T07:47:49.093037+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[15104]: audit 2024-09-11T07:47:49.095168+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:47:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[15104]: audit 2024-09-11T07:47:49.104128+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:47:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[15104]: audit 2024-09-11T07:47:49.105741+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:47:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[15104]: cephadm 2024-09-11T07:47:49.106786+0000 mgr.y (mgr.14138) 331 : cephadm [INF] Deploying daemon rgw.r.z.smithi133.yujiqq on smithi133 2024-09-11T07:47:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[15104]: audit 2024-09-11T07:47:49.107502+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi133.yujiqq", "key": "container_image"}]: dispatch 2024-09-11T07:47:50.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[19346]: cluster 2024-09-11T07:47:48.712442+0000 mgr.y (mgr.14138) 330 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 4.4 KiB/s wr, 17 op/s 2024-09-11T07:47:50.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[19346]: audit 2024-09-11T07:47:49.093037+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:50.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[19346]: audit 2024-09-11T07:47:49.095168+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:47:50.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[19346]: audit 2024-09-11T07:47:49.104128+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:47:50.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[19346]: audit 2024-09-11T07:47:49.105741+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:47:50.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[19346]: cephadm 2024-09-11T07:47:49.106786+0000 mgr.y (mgr.14138) 331 : cephadm [INF] Deploying daemon rgw.r.z.smithi133.yujiqq on smithi133 2024-09-11T07:47:50.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:50 smithi133 bash[19346]: audit 2024-09-11T07:47:49.107502+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi133.yujiqq", "key": "container_image"}]: dispatch 2024-09-11T07:47:52.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:52 smithi133 bash[19346]: cluster 2024-09-11T07:47:50.713433+0000 mgr.y (mgr.14138) 332 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 2.1 KiB/s rd, 3.9 KiB/s wr, 15 op/s 2024-09-11T07:47:52.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:52 smithi133 bash[15104]: cluster 2024-09-11T07:47:50.713433+0000 mgr.y (mgr.14138) 332 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 2.1 KiB/s rd, 3.9 KiB/s wr, 15 op/s 2024-09-11T07:47:52.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:52 smithi169 bash[14688]: cluster 2024-09-11T07:47:50.713433+0000 mgr.y (mgr.14138) 332 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 2.1 KiB/s rd, 3.9 KiB/s wr, 15 op/s 2024-09-11T07:47:53.588 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:53 smithi133 bash[19346]: audit 2024-09-11T07:47:52.307649+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:53.589 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:53 smithi133 bash[19346]: audit 2024-09-11T07:47:52.309909+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:53.589 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:53 smithi133 bash[19346]: audit 2024-09-11T07:47:52.310492+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:53.589 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:53 smithi133 bash[19346]: cluster 2024-09-11T07:47:52.714622+0000 mgr.y (mgr.14138) 333 : cluster [DBG] pgmap v292: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 3.4 KiB/s wr, 70 op/s 2024-09-11T07:47:53.589 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:53 smithi133 bash[15104]: audit 2024-09-11T07:47:52.307649+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:53.589 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:53 smithi133 bash[15104]: audit 2024-09-11T07:47:52.309909+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:53.589 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:53 smithi133 bash[15104]: audit 2024-09-11T07:47:52.310492+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:53.589 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:53 smithi133 bash[15104]: cluster 2024-09-11T07:47:52.714622+0000 mgr.y (mgr.14138) 333 : cluster [DBG] pgmap v292: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 3.4 KiB/s wr, 70 op/s 2024-09-11T07:47:53.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:53 smithi169 bash[14688]: audit 2024-09-11T07:47:52.307649+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:53.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:53 smithi169 bash[14688]: audit 2024-09-11T07:47:52.309909+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:53.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:53 smithi169 bash[14688]: audit 2024-09-11T07:47:52.310492+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:47:53.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:53 smithi169 bash[14688]: cluster 2024-09-11T07:47:52.714622+0000 mgr.y (mgr.14138) 333 : cluster [DBG] pgmap v292: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 3.4 KiB/s wr, 70 op/s 2024-09-11T07:47:55.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:54 smithi169 bash[14688]: audit 2024-09-11T07:47:53.721634+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:54 smithi169 bash[14688]: audit 2024-09-11T07:47:53.803085+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:54 smithi169 bash[14688]: audit 2024-09-11T07:47:53.812450+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:54 smithi169 bash[14688]: audit 2024-09-11T07:47:53.827778+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:54 smithi133 bash[19346]: audit 2024-09-11T07:47:53.721634+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:54 smithi133 bash[19346]: audit 2024-09-11T07:47:53.803085+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:54 smithi133 bash[19346]: audit 2024-09-11T07:47:53.812450+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:54 smithi133 bash[19346]: audit 2024-09-11T07:47:53.827778+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:54 smithi133 bash[15104]: audit 2024-09-11T07:47:53.721634+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:54 smithi133 bash[15104]: audit 2024-09-11T07:47:53.803085+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:54 smithi133 bash[15104]: audit 2024-09-11T07:47:53.812450+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:55.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:54 smithi133 bash[15104]: audit 2024-09-11T07:47:53.827778+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:47:56.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:55 smithi169 bash[14688]: cluster 2024-09-11T07:47:54.715802+0000 mgr.y (mgr.14138) 334 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 43 KiB/s rd, 1.1 KiB/s wr, 89 op/s 2024-09-11T07:47:56.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:55 smithi133 bash[15104]: cluster 2024-09-11T07:47:54.715802+0000 mgr.y (mgr.14138) 334 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 43 KiB/s rd, 1.1 KiB/s wr, 89 op/s 2024-09-11T07:47:56.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:55 smithi133 bash[19346]: cluster 2024-09-11T07:47:54.715802+0000 mgr.y (mgr.14138) 334 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 43 KiB/s rd, 1.1 KiB/s wr, 89 op/s 2024-09-11T07:47:58.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:57 smithi169 bash[14688]: cluster 2024-09-11T07:47:56.716786+0000 mgr.y (mgr.14138) 335 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 68 KiB/s rd, 85 B/s wr, 126 op/s 2024-09-11T07:47:58.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:57 smithi133 bash[19346]: cluster 2024-09-11T07:47:56.716786+0000 mgr.y (mgr.14138) 335 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 68 KiB/s rd, 85 B/s wr, 126 op/s 2024-09-11T07:47:58.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:57 smithi133 bash[15104]: cluster 2024-09-11T07:47:56.716786+0000 mgr.y (mgr.14138) 335 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 68 KiB/s rd, 85 B/s wr, 126 op/s 2024-09-11T07:48:00.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:47:59 smithi169 bash[14688]: cluster 2024-09-11T07:47:58.717808+0000 mgr.y (mgr.14138) 336 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 84 KiB/s rd, 170 B/s wr, 152 op/s 2024-09-11T07:48:00.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:47:59 smithi133 bash[15104]: cluster 2024-09-11T07:47:58.717808+0000 mgr.y (mgr.14138) 336 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 84 KiB/s rd, 170 B/s wr, 152 op/s 2024-09-11T07:48:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:47:59 smithi133 bash[19346]: cluster 2024-09-11T07:47:58.717808+0000 mgr.y (mgr.14138) 336 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 84 KiB/s rd, 170 B/s wr, 152 op/s 2024-09-11T07:48:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:00 smithi169 bash[14688]: audit 2024-09-11T07:48:00.794808+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:48:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:00 smithi169 bash[14688]: audit 2024-09-11T07:48:00.795425+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:48:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:00 smithi133 bash[15104]: audit 2024-09-11T07:48:00.794808+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:48:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:00 smithi133 bash[15104]: audit 2024-09-11T07:48:00.795425+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:48:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:00 smithi133 bash[19346]: audit 2024-09-11T07:48:00.794808+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:48:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:00 smithi133 bash[19346]: audit 2024-09-11T07:48:00.795425+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:48:02.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:01 smithi169 bash[14688]: cluster 2024-09-11T07:48:00.718947+0000 mgr.y (mgr.14138) 337 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-11T07:48:02.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:01 smithi133 bash[15104]: cluster 2024-09-11T07:48:00.718947+0000 mgr.y (mgr.14138) 337 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-11T07:48:02.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:01 smithi133 bash[19346]: cluster 2024-09-11T07:48:00.718947+0000 mgr.y (mgr.14138) 337 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-11T07:48:04.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:03 smithi169 bash[14688]: cluster 2024-09-11T07:48:02.720099+0000 mgr.y (mgr.14138) 338 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-11T07:48:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:03 smithi133 bash[15104]: cluster 2024-09-11T07:48:02.720099+0000 mgr.y (mgr.14138) 338 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-11T07:48:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:03 smithi133 bash[19346]: cluster 2024-09-11T07:48:02.720099+0000 mgr.y (mgr.14138) 338 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 170 B/s wr, 167 op/s 2024-09-11T07:48:06.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:05 smithi169 bash[14688]: cluster 2024-09-11T07:48:04.721253+0000 mgr.y (mgr.14138) 339 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 68 KiB/s rd, 85 B/s wr, 111 op/s 2024-09-11T07:48:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:05 smithi133 bash[15104]: cluster 2024-09-11T07:48:04.721253+0000 mgr.y (mgr.14138) 339 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 68 KiB/s rd, 85 B/s wr, 111 op/s 2024-09-11T07:48:06.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:05 smithi133 bash[19346]: cluster 2024-09-11T07:48:04.721253+0000 mgr.y (mgr.14138) 339 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 68 KiB/s rd, 85 B/s wr, 111 op/s 2024-09-11T07:48:08.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:07 smithi169 bash[14688]: cluster 2024-09-11T07:48:06.722308+0000 mgr.y (mgr.14138) 340 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 52 KiB/s rd, 85 B/s wr, 82 op/s 2024-09-11T07:48:08.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:07 smithi133 bash[15104]: cluster 2024-09-11T07:48:06.722308+0000 mgr.y (mgr.14138) 340 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 52 KiB/s rd, 85 B/s wr, 82 op/s 2024-09-11T07:48:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:07 smithi133 bash[19346]: cluster 2024-09-11T07:48:06.722308+0000 mgr.y (mgr.14138) 340 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 52 KiB/s rd, 85 B/s wr, 82 op/s 2024-09-11T07:48:10.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:09 smithi169 bash[14688]: cluster 2024-09-11T07:48:08.723303+0000 mgr.y (mgr.14138) 341 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 27 KiB/s rd, 85 B/s wr, 42 op/s 2024-09-11T07:48:10.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:09 smithi133 bash[15104]: cluster 2024-09-11T07:48:08.723303+0000 mgr.y (mgr.14138) 341 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 27 KiB/s rd, 85 B/s wr, 42 op/s 2024-09-11T07:48:10.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:09 smithi133 bash[19346]: cluster 2024-09-11T07:48:08.723303+0000 mgr.y (mgr.14138) 341 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 27 KiB/s rd, 85 B/s wr, 42 op/s 2024-09-11T07:48:12.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:11 smithi169 bash[14688]: cluster 2024-09-11T07:48:10.724426+0000 mgr.y (mgr.14138) 342 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-11T07:48:12.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:11 smithi133 bash[15104]: cluster 2024-09-11T07:48:10.724426+0000 mgr.y (mgr.14138) 342 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-11T07:48:12.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:11 smithi133 bash[19346]: cluster 2024-09-11T07:48:10.724426+0000 mgr.y (mgr.14138) 342 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-11T07:48:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:13 smithi169 bash[14688]: cluster 2024-09-11T07:48:12.725589+0000 mgr.y (mgr.14138) 343 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:13 smithi133 bash[15104]: cluster 2024-09-11T07:48:12.725589+0000 mgr.y (mgr.14138) 343 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:13 smithi133 bash[19346]: cluster 2024-09-11T07:48:12.725589+0000 mgr.y (mgr.14138) 343 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:16.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:15 smithi169 bash[14688]: cluster 2024-09-11T07:48:14.726696+0000 mgr.y (mgr.14138) 344 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:16.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:15 smithi133 bash[15104]: cluster 2024-09-11T07:48:14.726696+0000 mgr.y (mgr.14138) 344 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:16.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:15 smithi133 bash[19346]: cluster 2024-09-11T07:48:14.726696+0000 mgr.y (mgr.14138) 344 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:18.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:17 smithi169 bash[14688]: cluster 2024-09-11T07:48:16.727628+0000 mgr.y (mgr.14138) 345 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-11T07:48:18.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:17 smithi133 bash[15104]: cluster 2024-09-11T07:48:16.727628+0000 mgr.y (mgr.14138) 345 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-11T07:48:18.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:17 smithi133 bash[19346]: cluster 2024-09-11T07:48:16.727628+0000 mgr.y (mgr.14138) 345 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-11T07:48:20.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:19 smithi169 bash[14688]: cluster 2024-09-11T07:48:18.728639+0000 mgr.y (mgr.14138) 346 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-11T07:48:20.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:19 smithi133 bash[15104]: cluster 2024-09-11T07:48:18.728639+0000 mgr.y (mgr.14138) 346 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-11T07:48:20.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:19 smithi133 bash[19346]: cluster 2024-09-11T07:48:18.728639+0000 mgr.y (mgr.14138) 346 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-11T07:48:22.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:21 smithi169 bash[14688]: cluster 2024-09-11T07:48:20.729812+0000 mgr.y (mgr.14138) 347 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:22.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:21 smithi133 bash[19346]: cluster 2024-09-11T07:48:20.729812+0000 mgr.y (mgr.14138) 347 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:21 smithi133 bash[15104]: cluster 2024-09-11T07:48:20.729812+0000 mgr.y (mgr.14138) 347 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:24.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:23 smithi169 bash[14688]: cluster 2024-09-11T07:48:22.730932+0000 mgr.y (mgr.14138) 348 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-11T07:48:24.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:23 smithi133 bash[19346]: cluster 2024-09-11T07:48:22.730932+0000 mgr.y (mgr.14138) 348 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-11T07:48:24.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:23 smithi133 bash[15104]: cluster 2024-09-11T07:48:22.730932+0000 mgr.y (mgr.14138) 348 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-11T07:48:26.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:25 smithi169 bash[14688]: cluster 2024-09-11T07:48:24.732124+0000 mgr.y (mgr.14138) 349 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:26.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:25 smithi133 bash[19346]: cluster 2024-09-11T07:48:24.732124+0000 mgr.y (mgr.14138) 349 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:25 smithi133 bash[15104]: cluster 2024-09-11T07:48:24.732124+0000 mgr.y (mgr.14138) 349 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:27 smithi133 bash[15104]: cluster 2024-09-11T07:48:26.733122+0000 mgr.y (mgr.14138) 350 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:28.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:27 smithi133 bash[19346]: cluster 2024-09-11T07:48:26.733122+0000 mgr.y (mgr.14138) 350 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:28.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:27 smithi169 bash[14688]: cluster 2024-09-11T07:48:26.733122+0000 mgr.y (mgr.14138) 350 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:30.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:29 smithi133 bash[19346]: cluster 2024-09-11T07:48:28.734034+0000 mgr.y (mgr.14138) 351 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:30.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:29 smithi133 bash[15104]: cluster 2024-09-11T07:48:28.734034+0000 mgr.y (mgr.14138) 351 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:30.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:29 smithi169 bash[14688]: cluster 2024-09-11T07:48:28.734034+0000 mgr.y (mgr.14138) 351 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:32.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:31 smithi133 bash[19346]: cluster 2024-09-11T07:48:30.735161+0000 mgr.y (mgr.14138) 352 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:32.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:31 smithi133 bash[15104]: cluster 2024-09-11T07:48:30.735161+0000 mgr.y (mgr.14138) 352 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:32.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:31 smithi169 bash[14688]: cluster 2024-09-11T07:48:30.735161+0000 mgr.y (mgr.14138) 352 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:33 smithi133 bash[19346]: cluster 2024-09-11T07:48:32.736309+0000 mgr.y (mgr.14138) 353 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:34.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:33 smithi133 bash[15104]: cluster 2024-09-11T07:48:32.736309+0000 mgr.y (mgr.14138) 353 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:34.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:33 smithi169 bash[14688]: cluster 2024-09-11T07:48:32.736309+0000 mgr.y (mgr.14138) 353 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:36.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:35 smithi133 bash[15104]: cluster 2024-09-11T07:48:34.737422+0000 mgr.y (mgr.14138) 354 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:36.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:35 smithi133 bash[19346]: cluster 2024-09-11T07:48:34.737422+0000 mgr.y (mgr.14138) 354 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:36.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:35 smithi169 bash[14688]: cluster 2024-09-11T07:48:34.737422+0000 mgr.y (mgr.14138) 354 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:38.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:37 smithi169 bash[14688]: cluster 2024-09-11T07:48:36.738354+0000 mgr.y (mgr.14138) 355 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:38.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:37 smithi133 bash[15104]: cluster 2024-09-11T07:48:36.738354+0000 mgr.y (mgr.14138) 355 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:37 smithi133 bash[19346]: cluster 2024-09-11T07:48:36.738354+0000 mgr.y (mgr.14138) 355 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:40.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:39 smithi169 bash[14688]: cluster 2024-09-11T07:48:38.739292+0000 mgr.y (mgr.14138) 356 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:40.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:39 smithi133 bash[15104]: cluster 2024-09-11T07:48:38.739292+0000 mgr.y (mgr.14138) 356 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:40.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:39 smithi133 bash[19346]: cluster 2024-09-11T07:48:38.739292+0000 mgr.y (mgr.14138) 356 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:42.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:41 smithi169 bash[14688]: cluster 2024-09-11T07:48:40.740542+0000 mgr.y (mgr.14138) 357 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:41 smithi133 bash[15104]: cluster 2024-09-11T07:48:40.740542+0000 mgr.y (mgr.14138) 357 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:42.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:41 smithi133 bash[19346]: cluster 2024-09-11T07:48:40.740542+0000 mgr.y (mgr.14138) 357 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:43 smithi169 bash[14688]: cluster 2024-09-11T07:48:42.741666+0000 mgr.y (mgr.14138) 358 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:44.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:43 smithi133 bash[15104]: cluster 2024-09-11T07:48:42.741666+0000 mgr.y (mgr.14138) 358 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:44.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:43 smithi133 bash[19346]: cluster 2024-09-11T07:48:42.741666+0000 mgr.y (mgr.14138) 358 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:46.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:45 smithi169 bash[14688]: cluster 2024-09-11T07:48:44.742775+0000 mgr.y (mgr.14138) 359 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:46.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:45 smithi133 bash[15104]: cluster 2024-09-11T07:48:44.742775+0000 mgr.y (mgr.14138) 359 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:46.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:45 smithi133 bash[19346]: cluster 2024-09-11T07:48:44.742775+0000 mgr.y (mgr.14138) 359 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:47 smithi169 bash[14688]: cluster 2024-09-11T07:48:46.743710+0000 mgr.y (mgr.14138) 360 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:47 smithi133 bash[15104]: cluster 2024-09-11T07:48:46.743710+0000 mgr.y (mgr.14138) 360 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:48.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:47 smithi133 bash[19346]: cluster 2024-09-11T07:48:46.743710+0000 mgr.y (mgr.14138) 360 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:50.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:49 smithi169 bash[14688]: cluster 2024-09-11T07:48:48.744686+0000 mgr.y (mgr.14138) 361 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:49 smithi133 bash[15104]: cluster 2024-09-11T07:48:48.744686+0000 mgr.y (mgr.14138) 361 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:50.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:49 smithi133 bash[19346]: cluster 2024-09-11T07:48:48.744686+0000 mgr.y (mgr.14138) 361 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:52.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:51 smithi169 bash[14688]: cluster 2024-09-11T07:48:50.745854+0000 mgr.y (mgr.14138) 362 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:52.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:51 smithi133 bash[15104]: cluster 2024-09-11T07:48:50.745854+0000 mgr.y (mgr.14138) 362 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:52.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:51 smithi133 bash[19346]: cluster 2024-09-11T07:48:50.745854+0000 mgr.y (mgr.14138) 362 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:54.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:53 smithi169 bash[14688]: cluster 2024-09-11T07:48:52.747034+0000 mgr.y (mgr.14138) 363 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:54.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:53 smithi133 bash[15104]: cluster 2024-09-11T07:48:52.747034+0000 mgr.y (mgr.14138) 363 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:54.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:53 smithi133 bash[19346]: cluster 2024-09-11T07:48:52.747034+0000 mgr.y (mgr.14138) 363 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:56.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:55 smithi169 bash[14688]: cluster 2024-09-11T07:48:54.748162+0000 mgr.y (mgr.14138) 364 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:56.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:55 smithi133 bash[15104]: cluster 2024-09-11T07:48:54.748162+0000 mgr.y (mgr.14138) 364 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:56.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:56 smithi133 bash[19346]: cluster 2024-09-11T07:48:54.748162+0000 mgr.y (mgr.14138) 364 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:48:58.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:48:58 smithi169 bash[14688]: cluster 2024-09-11T07:48:56.749111+0000 mgr.y (mgr.14138) 365 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:58.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:48:58 smithi133 bash[15104]: cluster 2024-09-11T07:48:56.749111+0000 mgr.y (mgr.14138) 365 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:48:58.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:48:58 smithi133 bash[19346]: cluster 2024-09-11T07:48:56.749111+0000 mgr.y (mgr.14138) 365 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:00.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:00 smithi169 bash[14688]: cluster 2024-09-11T07:48:58.750065+0000 mgr.y (mgr.14138) 366 : cluster [DBG] pgmap v325: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:00.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:00 smithi133 bash[15104]: cluster 2024-09-11T07:48:58.750065+0000 mgr.y (mgr.14138) 366 : cluster [DBG] pgmap v325: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:00 smithi133 bash[19346]: cluster 2024-09-11T07:48:58.750065+0000 mgr.y (mgr.14138) 366 : cluster [DBG] pgmap v325: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:01.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:01 smithi169 bash[14688]: audit 2024-09-11T07:49:00.806275+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:49:01.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:01 smithi169 bash[14688]: audit 2024-09-11T07:49:00.808101+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:49:01.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:01 smithi133 bash[15104]: audit 2024-09-11T07:49:00.806275+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:49:01.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:01 smithi133 bash[15104]: audit 2024-09-11T07:49:00.808101+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:49:01.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:01 smithi133 bash[19346]: audit 2024-09-11T07:49:00.806275+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:49:01.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:01 smithi133 bash[19346]: audit 2024-09-11T07:49:00.808101+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:49:02.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:02 smithi169 bash[14688]: cluster 2024-09-11T07:49:00.751249+0000 mgr.y (mgr.14138) 367 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:02.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:02 smithi133 bash[19346]: cluster 2024-09-11T07:49:00.751249+0000 mgr.y (mgr.14138) 367 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:02.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:02 smithi133 bash[15104]: cluster 2024-09-11T07:49:00.751249+0000 mgr.y (mgr.14138) 367 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:04.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:04 smithi169 bash[14688]: cluster 2024-09-11T07:49:02.752394+0000 mgr.y (mgr.14138) 368 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:04.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:04 smithi133 bash[15104]: cluster 2024-09-11T07:49:02.752394+0000 mgr.y (mgr.14138) 368 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:04.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:04 smithi133 bash[19346]: cluster 2024-09-11T07:49:02.752394+0000 mgr.y (mgr.14138) 368 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:06.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:06 smithi169 bash[14688]: cluster 2024-09-11T07:49:04.753542+0000 mgr.y (mgr.14138) 369 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:06.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:06 smithi133 bash[15104]: cluster 2024-09-11T07:49:04.753542+0000 mgr.y (mgr.14138) 369 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:06 smithi133 bash[19346]: cluster 2024-09-11T07:49:04.753542+0000 mgr.y (mgr.14138) 369 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:08.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:08 smithi169 bash[14688]: cluster 2024-09-11T07:49:06.754516+0000 mgr.y (mgr.14138) 370 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:08.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:08 smithi133 bash[15104]: cluster 2024-09-11T07:49:06.754516+0000 mgr.y (mgr.14138) 370 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:08 smithi133 bash[19346]: cluster 2024-09-11T07:49:06.754516+0000 mgr.y (mgr.14138) 370 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:10.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:10 smithi169 bash[14688]: cluster 2024-09-11T07:49:08.755521+0000 mgr.y (mgr.14138) 371 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:10 smithi133 bash[15104]: cluster 2024-09-11T07:49:08.755521+0000 mgr.y (mgr.14138) 371 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:10 smithi133 bash[19346]: cluster 2024-09-11T07:49:08.755521+0000 mgr.y (mgr.14138) 371 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:12 smithi169 bash[14688]: cluster 2024-09-11T07:49:10.756663+0000 mgr.y (mgr.14138) 372 : cluster [DBG] pgmap v331: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:12.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:12 smithi133 bash[15104]: cluster 2024-09-11T07:49:10.756663+0000 mgr.y (mgr.14138) 372 : cluster [DBG] pgmap v331: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:12 smithi133 bash[19346]: cluster 2024-09-11T07:49:10.756663+0000 mgr.y (mgr.14138) 372 : cluster [DBG] pgmap v331: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:14.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:14 smithi169 bash[14688]: cluster 2024-09-11T07:49:12.757828+0000 mgr.y (mgr.14138) 373 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:14 smithi133 bash[15104]: cluster 2024-09-11T07:49:12.757828+0000 mgr.y (mgr.14138) 373 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:14.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:14 smithi133 bash[19346]: cluster 2024-09-11T07:49:12.757828+0000 mgr.y (mgr.14138) 373 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:16.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:16 smithi169 bash[14688]: cluster 2024-09-11T07:49:14.759036+0000 mgr.y (mgr.14138) 374 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:16.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:16 smithi133 bash[15104]: cluster 2024-09-11T07:49:14.759036+0000 mgr.y (mgr.14138) 374 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:16.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:16 smithi133 bash[19346]: cluster 2024-09-11T07:49:14.759036+0000 mgr.y (mgr.14138) 374 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:18.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:18 smithi169 bash[14688]: cluster 2024-09-11T07:49:16.760061+0000 mgr.y (mgr.14138) 375 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:18 smithi133 bash[15104]: cluster 2024-09-11T07:49:16.760061+0000 mgr.y (mgr.14138) 375 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:18.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:18 smithi133 bash[19346]: cluster 2024-09-11T07:49:16.760061+0000 mgr.y (mgr.14138) 375 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:20.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:20 smithi169 bash[14688]: cluster 2024-09-11T07:49:18.761044+0000 mgr.y (mgr.14138) 376 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:20.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:20 smithi133 bash[15104]: cluster 2024-09-11T07:49:18.761044+0000 mgr.y (mgr.14138) 376 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:20.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:20 smithi133 bash[19346]: cluster 2024-09-11T07:49:18.761044+0000 mgr.y (mgr.14138) 376 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:22.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:22 smithi169 bash[14688]: cluster 2024-09-11T07:49:20.762166+0000 mgr.y (mgr.14138) 377 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:22.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:22 smithi133 bash[15104]: cluster 2024-09-11T07:49:20.762166+0000 mgr.y (mgr.14138) 377 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:22.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:22 smithi133 bash[19346]: cluster 2024-09-11T07:49:20.762166+0000 mgr.y (mgr.14138) 377 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:24.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:23 smithi169 bash[14688]: cluster 2024-09-11T07:49:22.763345+0000 mgr.y (mgr.14138) 378 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:24.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:23 smithi133 bash[15104]: cluster 2024-09-11T07:49:22.763345+0000 mgr.y (mgr.14138) 378 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:24.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:23 smithi133 bash[19346]: cluster 2024-09-11T07:49:22.763345+0000 mgr.y (mgr.14138) 378 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:25 smithi169 bash[14688]: cluster 2024-09-11T07:49:24.764614+0000 mgr.y (mgr.14138) 379 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:25 smithi133 bash[15104]: cluster 2024-09-11T07:49:24.764614+0000 mgr.y (mgr.14138) 379 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:25 smithi133 bash[19346]: cluster 2024-09-11T07:49:24.764614+0000 mgr.y (mgr.14138) 379 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:28.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:27 smithi169 bash[14688]: cluster 2024-09-11T07:49:26.765687+0000 mgr.y (mgr.14138) 380 : cluster [DBG] pgmap v339: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:27 smithi133 bash[15104]: cluster 2024-09-11T07:49:26.765687+0000 mgr.y (mgr.14138) 380 : cluster [DBG] pgmap v339: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:28.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:27 smithi133 bash[19346]: cluster 2024-09-11T07:49:26.765687+0000 mgr.y (mgr.14138) 380 : cluster [DBG] pgmap v339: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:30.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:29 smithi169 bash[14688]: cluster 2024-09-11T07:49:28.766659+0000 mgr.y (mgr.14138) 381 : cluster [DBG] pgmap v340: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:30.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:29 smithi133 bash[15104]: cluster 2024-09-11T07:49:28.766659+0000 mgr.y (mgr.14138) 381 : cluster [DBG] pgmap v340: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:30.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:29 smithi133 bash[19346]: cluster 2024-09-11T07:49:28.766659+0000 mgr.y (mgr.14138) 381 : cluster [DBG] pgmap v340: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:32.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:31 smithi169 bash[14688]: cluster 2024-09-11T07:49:30.767796+0000 mgr.y (mgr.14138) 382 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:32.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:31 smithi133 bash[15104]: cluster 2024-09-11T07:49:30.767796+0000 mgr.y (mgr.14138) 382 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:32.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:31 smithi133 bash[19346]: cluster 2024-09-11T07:49:30.767796+0000 mgr.y (mgr.14138) 382 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:33 smithi169 bash[14688]: cluster 2024-09-11T07:49:32.769172+0000 mgr.y (mgr.14138) 383 : cluster [DBG] pgmap v342: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:34.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:33 smithi133 bash[15104]: cluster 2024-09-11T07:49:32.769172+0000 mgr.y (mgr.14138) 383 : cluster [DBG] pgmap v342: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:33 smithi133 bash[19346]: cluster 2024-09-11T07:49:32.769172+0000 mgr.y (mgr.14138) 383 : cluster [DBG] pgmap v342: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:36.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:35 smithi169 bash[14688]: cluster 2024-09-11T07:49:34.770309+0000 mgr.y (mgr.14138) 384 : cluster [DBG] pgmap v343: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:36.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:35 smithi133 bash[15104]: cluster 2024-09-11T07:49:34.770309+0000 mgr.y (mgr.14138) 384 : cluster [DBG] pgmap v343: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:36.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:35 smithi133 bash[19346]: cluster 2024-09-11T07:49:34.770309+0000 mgr.y (mgr.14138) 384 : cluster [DBG] pgmap v343: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:38.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:37 smithi169 bash[14688]: cluster 2024-09-11T07:49:36.771276+0000 mgr.y (mgr.14138) 385 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:38.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:37 smithi133 bash[15104]: cluster 2024-09-11T07:49:36.771276+0000 mgr.y (mgr.14138) 385 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:38.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:37 smithi133 bash[19346]: cluster 2024-09-11T07:49:36.771276+0000 mgr.y (mgr.14138) 385 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:40.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:39 smithi169 bash[14688]: cluster 2024-09-11T07:49:38.772214+0000 mgr.y (mgr.14138) 386 : cluster [DBG] pgmap v345: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:39 smithi133 bash[15104]: cluster 2024-09-11T07:49:38.772214+0000 mgr.y (mgr.14138) 386 : cluster [DBG] pgmap v345: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:40.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:39 smithi133 bash[19346]: cluster 2024-09-11T07:49:38.772214+0000 mgr.y (mgr.14138) 386 : cluster [DBG] pgmap v345: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:42.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:41 smithi169 bash[14688]: cluster 2024-09-11T07:49:40.773378+0000 mgr.y (mgr.14138) 387 : cluster [DBG] pgmap v346: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:42.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:41 smithi133 bash[15104]: cluster 2024-09-11T07:49:40.773378+0000 mgr.y (mgr.14138) 387 : cluster [DBG] pgmap v346: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:41 smithi133 bash[19346]: cluster 2024-09-11T07:49:40.773378+0000 mgr.y (mgr.14138) 387 : cluster [DBG] pgmap v346: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:44.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:43 smithi169 bash[14688]: cluster 2024-09-11T07:49:42.774482+0000 mgr.y (mgr.14138) 388 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:43 smithi133 bash[15104]: cluster 2024-09-11T07:49:42.774482+0000 mgr.y (mgr.14138) 388 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:43 smithi133 bash[19346]: cluster 2024-09-11T07:49:42.774482+0000 mgr.y (mgr.14138) 388 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:46.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:45 smithi169 bash[14688]: cluster 2024-09-11T07:49:44.775580+0000 mgr.y (mgr.14138) 389 : cluster [DBG] pgmap v348: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:45 smithi133 bash[15104]: cluster 2024-09-11T07:49:44.775580+0000 mgr.y (mgr.14138) 389 : cluster [DBG] pgmap v348: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:45 smithi133 bash[19346]: cluster 2024-09-11T07:49:44.775580+0000 mgr.y (mgr.14138) 389 : cluster [DBG] pgmap v348: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:48.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:47 smithi169 bash[14688]: cluster 2024-09-11T07:49:46.776592+0000 mgr.y (mgr.14138) 390 : cluster [DBG] pgmap v349: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:48.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:47 smithi133 bash[15104]: cluster 2024-09-11T07:49:46.776592+0000 mgr.y (mgr.14138) 390 : cluster [DBG] pgmap v349: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:48.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:47 smithi133 bash[19346]: cluster 2024-09-11T07:49:46.776592+0000 mgr.y (mgr.14138) 390 : cluster [DBG] pgmap v349: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:50.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:49 smithi169 bash[14688]: cluster 2024-09-11T07:49:48.777468+0000 mgr.y (mgr.14138) 391 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:50.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:49 smithi133 bash[15104]: cluster 2024-09-11T07:49:48.777468+0000 mgr.y (mgr.14138) 391 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:50.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:49 smithi133 bash[19346]: cluster 2024-09-11T07:49:48.777468+0000 mgr.y (mgr.14138) 391 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:52.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:51 smithi169 bash[14688]: cluster 2024-09-11T07:49:50.778658+0000 mgr.y (mgr.14138) 392 : cluster [DBG] pgmap v351: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:52.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:51 smithi133 bash[15104]: cluster 2024-09-11T07:49:50.778658+0000 mgr.y (mgr.14138) 392 : cluster [DBG] pgmap v351: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:52.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:51 smithi133 bash[19346]: cluster 2024-09-11T07:49:50.778658+0000 mgr.y (mgr.14138) 392 : cluster [DBG] pgmap v351: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:54.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:53 smithi169 bash[14688]: cluster 2024-09-11T07:49:52.779837+0000 mgr.y (mgr.14138) 393 : cluster [DBG] pgmap v352: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:54.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:53 smithi133 bash[15104]: cluster 2024-09-11T07:49:52.779837+0000 mgr.y (mgr.14138) 393 : cluster [DBG] pgmap v352: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:53 smithi133 bash[19346]: cluster 2024-09-11T07:49:52.779837+0000 mgr.y (mgr.14138) 393 : cluster [DBG] pgmap v352: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:56.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:55 smithi169 bash[14688]: cluster 2024-09-11T07:49:54.780968+0000 mgr.y (mgr.14138) 394 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:56.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:55 smithi133 bash[15104]: cluster 2024-09-11T07:49:54.780968+0000 mgr.y (mgr.14138) 394 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:56.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:55 smithi133 bash[19346]: cluster 2024-09-11T07:49:54.780968+0000 mgr.y (mgr.14138) 394 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:49:58.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:57 smithi169 bash[14688]: cluster 2024-09-11T07:49:56.781901+0000 mgr.y (mgr.14138) 395 : cluster [DBG] pgmap v354: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:58.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:57 smithi133 bash[15104]: cluster 2024-09-11T07:49:56.781901+0000 mgr.y (mgr.14138) 395 : cluster [DBG] pgmap v354: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:49:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:57 smithi133 bash[19346]: cluster 2024-09-11T07:49:56.781901+0000 mgr.y (mgr.14138) 395 : cluster [DBG] pgmap v354: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:49:59 smithi169 bash[14688]: cluster 2024-09-11T07:49:58.782799+0000 mgr.y (mgr.14138) 396 : cluster [DBG] pgmap v355: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:00.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:49:59 smithi133 bash[15104]: cluster 2024-09-11T07:49:58.782799+0000 mgr.y (mgr.14138) 396 : cluster [DBG] pgmap v355: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:49:59 smithi133 bash[19346]: cluster 2024-09-11T07:49:58.782799+0000 mgr.y (mgr.14138) 396 : cluster [DBG] pgmap v355: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:00 smithi169 bash[14688]: cluster 2024-09-11T07:50:00.000160+0000 mon.a (mon.0) 651 : cluster [INF] overall HEALTH_OK 2024-09-11T07:50:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:00 smithi169 bash[14688]: audit 2024-09-11T07:50:00.814683+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:50:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:00 smithi169 bash[14688]: audit 2024-09-11T07:50:00.815155+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:50:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:00 smithi133 bash[15104]: cluster 2024-09-11T07:50:00.000160+0000 mon.a (mon.0) 651 : cluster [INF] overall HEALTH_OK 2024-09-11T07:50:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:00 smithi133 bash[15104]: audit 2024-09-11T07:50:00.814683+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:50:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:00 smithi133 bash[15104]: audit 2024-09-11T07:50:00.815155+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:50:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:00 smithi133 bash[19346]: cluster 2024-09-11T07:50:00.000160+0000 mon.a (mon.0) 651 : cluster [INF] overall HEALTH_OK 2024-09-11T07:50:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:00 smithi133 bash[19346]: audit 2024-09-11T07:50:00.814683+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:50:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:00 smithi133 bash[19346]: audit 2024-09-11T07:50:00.815155+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:50:02.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:01 smithi169 bash[14688]: cluster 2024-09-11T07:50:00.783943+0000 mgr.y (mgr.14138) 397 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:02.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:01 smithi133 bash[15104]: cluster 2024-09-11T07:50:00.783943+0000 mgr.y (mgr.14138) 397 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:02.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:01 smithi133 bash[19346]: cluster 2024-09-11T07:50:00.783943+0000 mgr.y (mgr.14138) 397 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:03 smithi169 bash[14688]: cluster 2024-09-11T07:50:02.785095+0000 mgr.y (mgr.14138) 398 : cluster [DBG] pgmap v357: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:04.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:03 smithi133 bash[15104]: cluster 2024-09-11T07:50:02.785095+0000 mgr.y (mgr.14138) 398 : cluster [DBG] pgmap v357: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:03 smithi133 bash[19346]: cluster 2024-09-11T07:50:02.785095+0000 mgr.y (mgr.14138) 398 : cluster [DBG] pgmap v357: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:06.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:05 smithi169 bash[14688]: cluster 2024-09-11T07:50:04.786200+0000 mgr.y (mgr.14138) 399 : cluster [DBG] pgmap v358: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:05 smithi133 bash[15104]: cluster 2024-09-11T07:50:04.786200+0000 mgr.y (mgr.14138) 399 : cluster [DBG] pgmap v358: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:06.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:05 smithi133 bash[19346]: cluster 2024-09-11T07:50:04.786200+0000 mgr.y (mgr.14138) 399 : cluster [DBG] pgmap v358: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:08.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:07 smithi169 bash[14688]: cluster 2024-09-11T07:50:06.787158+0000 mgr.y (mgr.14138) 400 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:08.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:07 smithi133 bash[15104]: cluster 2024-09-11T07:50:06.787158+0000 mgr.y (mgr.14138) 400 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:07 smithi133 bash[19346]: cluster 2024-09-11T07:50:06.787158+0000 mgr.y (mgr.14138) 400 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:10.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:09 smithi169 bash[14688]: cluster 2024-09-11T07:50:08.788067+0000 mgr.y (mgr.14138) 401 : cluster [DBG] pgmap v360: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:10.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:09 smithi133 bash[15104]: cluster 2024-09-11T07:50:08.788067+0000 mgr.y (mgr.14138) 401 : cluster [DBG] pgmap v360: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:10.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:09 smithi133 bash[19346]: cluster 2024-09-11T07:50:08.788067+0000 mgr.y (mgr.14138) 401 : cluster [DBG] pgmap v360: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:12.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:11 smithi169 bash[14688]: cluster 2024-09-11T07:50:10.789232+0000 mgr.y (mgr.14138) 402 : cluster [DBG] pgmap v361: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:12.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:11 smithi133 bash[15104]: cluster 2024-09-11T07:50:10.789232+0000 mgr.y (mgr.14138) 402 : cluster [DBG] pgmap v361: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:12.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:11 smithi133 bash[19346]: cluster 2024-09-11T07:50:10.789232+0000 mgr.y (mgr.14138) 402 : cluster [DBG] pgmap v361: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:14.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:13 smithi169 bash[14688]: cluster 2024-09-11T07:50:12.790473+0000 mgr.y (mgr.14138) 403 : cluster [DBG] pgmap v362: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:14.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:13 smithi133 bash[15104]: cluster 2024-09-11T07:50:12.790473+0000 mgr.y (mgr.14138) 403 : cluster [DBG] pgmap v362: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:13 smithi133 bash[19346]: cluster 2024-09-11T07:50:12.790473+0000 mgr.y (mgr.14138) 403 : cluster [DBG] pgmap v362: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:16.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:15 smithi169 bash[14688]: cluster 2024-09-11T07:50:14.791602+0000 mgr.y (mgr.14138) 404 : cluster [DBG] pgmap v363: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:16.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:15 smithi133 bash[15104]: cluster 2024-09-11T07:50:14.791602+0000 mgr.y (mgr.14138) 404 : cluster [DBG] pgmap v363: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:16.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:15 smithi133 bash[19346]: cluster 2024-09-11T07:50:14.791602+0000 mgr.y (mgr.14138) 404 : cluster [DBG] pgmap v363: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:18.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:17 smithi169 bash[14688]: cluster 2024-09-11T07:50:16.792563+0000 mgr.y (mgr.14138) 405 : cluster [DBG] pgmap v364: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:18.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:17 smithi133 bash[19346]: cluster 2024-09-11T07:50:16.792563+0000 mgr.y (mgr.14138) 405 : cluster [DBG] pgmap v364: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:18.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:17 smithi133 bash[15104]: cluster 2024-09-11T07:50:16.792563+0000 mgr.y (mgr.14138) 405 : cluster [DBG] pgmap v364: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:20.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:19 smithi169 bash[14688]: cluster 2024-09-11T07:50:18.793451+0000 mgr.y (mgr.14138) 406 : cluster [DBG] pgmap v365: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:20.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:19 smithi133 bash[19346]: cluster 2024-09-11T07:50:18.793451+0000 mgr.y (mgr.14138) 406 : cluster [DBG] pgmap v365: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:20.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:19 smithi133 bash[15104]: cluster 2024-09-11T07:50:18.793451+0000 mgr.y (mgr.14138) 406 : cluster [DBG] pgmap v365: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:22.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:21 smithi169 bash[14688]: cluster 2024-09-11T07:50:20.794578+0000 mgr.y (mgr.14138) 407 : cluster [DBG] pgmap v366: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:22.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:21 smithi133 bash[19346]: cluster 2024-09-11T07:50:20.794578+0000 mgr.y (mgr.14138) 407 : cluster [DBG] pgmap v366: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:21 smithi133 bash[15104]: cluster 2024-09-11T07:50:20.794578+0000 mgr.y (mgr.14138) 407 : cluster [DBG] pgmap v366: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:24.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:23 smithi169 bash[14688]: cluster 2024-09-11T07:50:22.795595+0000 mgr.y (mgr.14138) 408 : cluster [DBG] pgmap v367: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:24.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:23 smithi133 bash[19346]: cluster 2024-09-11T07:50:22.795595+0000 mgr.y (mgr.14138) 408 : cluster [DBG] pgmap v367: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:24.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:23 smithi133 bash[15104]: cluster 2024-09-11T07:50:22.795595+0000 mgr.y (mgr.14138) 408 : cluster [DBG] pgmap v367: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:25 smithi169 bash[14688]: cluster 2024-09-11T07:50:24.796967+0000 mgr.y (mgr.14138) 409 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:25 smithi133 bash[19346]: cluster 2024-09-11T07:50:24.796967+0000 mgr.y (mgr.14138) 409 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:25 smithi133 bash[15104]: cluster 2024-09-11T07:50:24.796967+0000 mgr.y (mgr.14138) 409 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:28.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:27 smithi169 bash[14688]: cluster 2024-09-11T07:50:26.797963+0000 mgr.y (mgr.14138) 410 : cluster [DBG] pgmap v369: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:28.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:27 smithi133 bash[19346]: cluster 2024-09-11T07:50:26.797963+0000 mgr.y (mgr.14138) 410 : cluster [DBG] pgmap v369: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:27 smithi133 bash[15104]: cluster 2024-09-11T07:50:26.797963+0000 mgr.y (mgr.14138) 410 : cluster [DBG] pgmap v369: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:30.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:29 smithi169 bash[14688]: cluster 2024-09-11T07:50:28.798875+0000 mgr.y (mgr.14138) 411 : cluster [DBG] pgmap v370: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:30.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:29 smithi133 bash[19346]: cluster 2024-09-11T07:50:28.798875+0000 mgr.y (mgr.14138) 411 : cluster [DBG] pgmap v370: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:30.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:29 smithi133 bash[15104]: cluster 2024-09-11T07:50:28.798875+0000 mgr.y (mgr.14138) 411 : cluster [DBG] pgmap v370: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:32.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:31 smithi169 bash[14688]: cluster 2024-09-11T07:50:30.800000+0000 mgr.y (mgr.14138) 412 : cluster [DBG] pgmap v371: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:32.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:31 smithi133 bash[19346]: cluster 2024-09-11T07:50:30.800000+0000 mgr.y (mgr.14138) 412 : cluster [DBG] pgmap v371: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:32.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:31 smithi133 bash[15104]: cluster 2024-09-11T07:50:30.800000+0000 mgr.y (mgr.14138) 412 : cluster [DBG] pgmap v371: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:34.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:33 smithi169 bash[14688]: cluster 2024-09-11T07:50:32.800878+0000 mgr.y (mgr.14138) 413 : cluster [DBG] pgmap v372: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:33 smithi133 bash[19346]: cluster 2024-09-11T07:50:32.800878+0000 mgr.y (mgr.14138) 413 : cluster [DBG] pgmap v372: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:34.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:33 smithi133 bash[15104]: cluster 2024-09-11T07:50:32.800878+0000 mgr.y (mgr.14138) 413 : cluster [DBG] pgmap v372: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:36.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:35 smithi169 bash[14688]: cluster 2024-09-11T07:50:34.801971+0000 mgr.y (mgr.14138) 414 : cluster [DBG] pgmap v373: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:36.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:35 smithi133 bash[19346]: cluster 2024-09-11T07:50:34.801971+0000 mgr.y (mgr.14138) 414 : cluster [DBG] pgmap v373: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:36.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:35 smithi133 bash[15104]: cluster 2024-09-11T07:50:34.801971+0000 mgr.y (mgr.14138) 414 : cluster [DBG] pgmap v373: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:38.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:37 smithi169 bash[14688]: cluster 2024-09-11T07:50:36.802938+0000 mgr.y (mgr.14138) 415 : cluster [DBG] pgmap v374: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:38.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:37 smithi133 bash[19346]: cluster 2024-09-11T07:50:36.802938+0000 mgr.y (mgr.14138) 415 : cluster [DBG] pgmap v374: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:38.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:37 smithi133 bash[15104]: cluster 2024-09-11T07:50:36.802938+0000 mgr.y (mgr.14138) 415 : cluster [DBG] pgmap v374: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:40.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:39 smithi169 bash[14688]: cluster 2024-09-11T07:50:38.803852+0000 mgr.y (mgr.14138) 416 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:40.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:39 smithi133 bash[19346]: cluster 2024-09-11T07:50:38.803852+0000 mgr.y (mgr.14138) 416 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:39 smithi133 bash[15104]: cluster 2024-09-11T07:50:38.803852+0000 mgr.y (mgr.14138) 416 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:42.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:41 smithi169 bash[14688]: cluster 2024-09-11T07:50:40.804736+0000 mgr.y (mgr.14138) 417 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:42.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:41 smithi133 bash[15104]: cluster 2024-09-11T07:50:40.804736+0000 mgr.y (mgr.14138) 417 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:41 smithi133 bash[19346]: cluster 2024-09-11T07:50:40.804736+0000 mgr.y (mgr.14138) 417 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:44.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:43 smithi169 bash[14688]: cluster 2024-09-11T07:50:42.805903+0000 mgr.y (mgr.14138) 418 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:43 smithi133 bash[19346]: cluster 2024-09-11T07:50:42.805903+0000 mgr.y (mgr.14138) 418 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:43 smithi133 bash[15104]: cluster 2024-09-11T07:50:42.805903+0000 mgr.y (mgr.14138) 418 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:46.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:45 smithi169 bash[14688]: cluster 2024-09-11T07:50:44.806993+0000 mgr.y (mgr.14138) 419 : cluster [DBG] pgmap v378: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:45 smithi133 bash[19346]: cluster 2024-09-11T07:50:44.806993+0000 mgr.y (mgr.14138) 419 : cluster [DBG] pgmap v378: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:45 smithi133 bash[15104]: cluster 2024-09-11T07:50:44.806993+0000 mgr.y (mgr.14138) 419 : cluster [DBG] pgmap v378: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:48.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:47 smithi169 bash[14688]: cluster 2024-09-11T07:50:46.807925+0000 mgr.y (mgr.14138) 420 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:48.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:47 smithi133 bash[15104]: cluster 2024-09-11T07:50:46.807925+0000 mgr.y (mgr.14138) 420 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:48.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:47 smithi133 bash[19346]: cluster 2024-09-11T07:50:46.807925+0000 mgr.y (mgr.14138) 420 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:50.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:49 smithi169 bash[14688]: cluster 2024-09-11T07:50:48.808517+0000 mgr.y (mgr.14138) 421 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:50.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:49 smithi133 bash[15104]: cluster 2024-09-11T07:50:48.808517+0000 mgr.y (mgr.14138) 421 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:50.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:49 smithi133 bash[19346]: cluster 2024-09-11T07:50:48.808517+0000 mgr.y (mgr.14138) 421 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:51.418 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-11T07:50:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:51 smithi133 bash[15104]: cluster 2024-09-11T07:50:50.809594+0000 mgr.y (mgr.14138) 422 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:51.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:51 smithi133 bash[19346]: cluster 2024-09-11T07:50:50.809594+0000 mgr.y (mgr.14138) 422 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:52.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:51 smithi169 bash[14688]: cluster 2024-09-11T07:50:50.809594+0000 mgr.y (mgr.14138) 422 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:53 smithi133 bash[15104]: cluster 2024-09-11T07:50:52.810823+0000 mgr.y (mgr.14138) 423 : cluster [DBG] pgmap v382: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:53 smithi133 bash[19346]: cluster 2024-09-11T07:50:52.810823+0000 mgr.y (mgr.14138) 423 : cluster [DBG] pgmap v382: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:54.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:53 smithi169 bash[14688]: cluster 2024-09-11T07:50:52.810823+0000 mgr.y (mgr.14138) 423 : cluster [DBG] pgmap v382: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:55.713 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-11T07:50:55.988 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:55 smithi133 bash[19346]: cluster 2024-09-11T07:50:54.811602+0000 mgr.y (mgr.14138) 424 : cluster [DBG] pgmap v383: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:55.988 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:55 smithi133 bash[19346]: audit 2024-09-11T07:50:54.985590+0000 mon.a (mon.0) 654 : audit [INF] from='client.? 172.21.15.133:0/2485569015' entity='client.admin' 2024-09-11T07:50:56.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:55 smithi133 bash[15104]: cluster 2024-09-11T07:50:54.811602+0000 mgr.y (mgr.14138) 424 : cluster [DBG] pgmap v383: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:56.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:55 smithi133 bash[15104]: audit 2024-09-11T07:50:54.985590+0000 mon.a (mon.0) 654 : audit [INF] from='client.? 172.21.15.133:0/2485569015' entity='client.admin' 2024-09-11T07:50:56.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:55 smithi169 bash[14688]: cluster 2024-09-11T07:50:54.811602+0000 mgr.y (mgr.14138) 424 : cluster [DBG] pgmap v383: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:50:56.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:55 smithi169 bash[14688]: audit 2024-09-11T07:50:54.985590+0000 mon.a (mon.0) 654 : audit [INF] from='client.? 172.21.15.133:0/2485569015' entity='client.admin' 2024-09-11T07:50:58.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:57 smithi169 bash[14688]: cluster 2024-09-11T07:50:56.812452+0000 mgr.y (mgr.14138) 425 : cluster [DBG] pgmap v384: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:58.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:57 smithi133 bash[15104]: cluster 2024-09-11T07:50:56.812452+0000 mgr.y (mgr.14138) 425 : cluster [DBG] pgmap v384: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:50:58.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:57 smithi133 bash[19346]: cluster 2024-09-11T07:50:56.812452+0000 mgr.y (mgr.14138) 425 : cluster [DBG] pgmap v384: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:00.168 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-11T07:51:00.406 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:59 smithi133 bash[19346]: cluster 2024-09-11T07:50:58.813378+0000 mgr.y (mgr.14138) 426 : cluster [DBG] pgmap v385: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:00.406 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:50:59 smithi133 bash[19346]: audit 2024-09-11T07:50:59.432563+0000 mon.a (mon.0) 655 : audit [INF] from='client.? ' entity='client.admin' 2024-09-11T07:51:00.406 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:59 smithi133 bash[15104]: cluster 2024-09-11T07:50:58.813378+0000 mgr.y (mgr.14138) 426 : cluster [DBG] pgmap v385: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:00.406 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:50:59 smithi133 bash[15104]: audit 2024-09-11T07:50:59.432563+0000 mon.a (mon.0) 655 : audit [INF] from='client.? ' entity='client.admin' 2024-09-11T07:51:00.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:59 smithi169 bash[14688]: cluster 2024-09-11T07:50:58.813378+0000 mgr.y (mgr.14138) 426 : cluster [DBG] pgmap v385: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:00.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:50:59 smithi169 bash[14688]: audit 2024-09-11T07:50:59.432563+0000 mon.a (mon.0) 655 : audit [INF] from='client.? ' entity='client.admin' 2024-09-11T07:51:01.381 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:01 smithi133 bash[15104]: audit 2024-09-11T07:51:00.826282+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:51:01.382 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:01 smithi133 bash[15104]: audit 2024-09-11T07:51:00.828086+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:51:01.382 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:01 smithi133 bash[19346]: audit 2024-09-11T07:51:00.826282+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:51:01.382 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:01 smithi133 bash[19346]: audit 2024-09-11T07:51:00.828086+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:51:01.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:01 smithi169 bash[14688]: audit 2024-09-11T07:51:00.826282+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:51:01.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:01 smithi169 bash[14688]: audit 2024-09-11T07:51:00.828086+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:51:02.332 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:02 smithi133 bash[15104]: cluster 2024-09-11T07:51:00.814641+0000 mgr.y (mgr.14138) 427 : cluster [DBG] pgmap v386: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:02.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:02 smithi133 bash[19346]: cluster 2024-09-11T07:51:00.814641+0000 mgr.y (mgr.14138) 427 : cluster [DBG] pgmap v386: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:02.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:02 smithi169 bash[14688]: cluster 2024-09-11T07:51:00.814641+0000 mgr.y (mgr.14138) 427 : cluster [DBG] pgmap v386: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:04.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:03 smithi169 bash[14688]: cluster 2024-09-11T07:51:02.815845+0000 mgr.y (mgr.14138) 428 : cluster [DBG] pgmap v387: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:04.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:03 smithi169 bash[14688]: audit 2024-09-11T07:51:03.670534+0000 mon.a (mon.0) 658 : audit [INF] from='client.? 172.21.15.133:0/1985176985' entity='client.admin' 2024-09-11T07:51:04.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:03 smithi133 bash[15104]: cluster 2024-09-11T07:51:02.815845+0000 mgr.y (mgr.14138) 428 : cluster [DBG] pgmap v387: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:04.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:03 smithi133 bash[15104]: audit 2024-09-11T07:51:03.670534+0000 mon.a (mon.0) 658 : audit [INF] from='client.? 172.21.15.133:0/1985176985' entity='client.admin' 2024-09-11T07:51:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:03 smithi133 bash[19346]: cluster 2024-09-11T07:51:02.815845+0000 mgr.y (mgr.14138) 428 : cluster [DBG] pgmap v387: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:03 smithi133 bash[19346]: audit 2024-09-11T07:51:03.670534+0000 mon.a (mon.0) 658 : audit [INF] from='client.? 172.21.15.133:0/1985176985' entity='client.admin' 2024-09-11T07:51:04.319 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T07:51:05.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:05 smithi169 bash[14688]: audit 2024-09-11T07:51:04.020726+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:05.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:05 smithi169 bash[14688]: cephadm 2024-09-11T07:51:04.022152+0000 mgr.y (mgr.14138) 429 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:51:05.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:05 smithi169 bash[14688]: audit 2024-09-11T07:51:04.041264+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:05.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:05 smithi169 bash[14688]: cephadm 2024-09-11T07:51:04.042809+0000 mgr.y (mgr.14138) 430 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:51:05.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:05 smithi169 bash[14688]: audit 2024-09-11T07:51:04.419805+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[15104]: audit 2024-09-11T07:51:04.020726+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[15104]: cephadm 2024-09-11T07:51:04.022152+0000 mgr.y (mgr.14138) 429 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:51:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[15104]: audit 2024-09-11T07:51:04.041264+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[15104]: cephadm 2024-09-11T07:51:04.042809+0000 mgr.y (mgr.14138) 430 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:51:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[15104]: audit 2024-09-11T07:51:04.419805+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[19346]: audit 2024-09-11T07:51:04.020726+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:05.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[19346]: cephadm 2024-09-11T07:51:04.022152+0000 mgr.y (mgr.14138) 429 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:51:05.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[19346]: audit 2024-09-11T07:51:04.041264+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:05.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[19346]: cephadm 2024-09-11T07:51:04.042809+0000 mgr.y (mgr.14138) 430 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:51:05.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:05 smithi133 bash[19346]: audit 2024-09-11T07:51:04.419805+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:06.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:06 smithi169 bash[14688]: cluster 2024-09-11T07:51:04.816772+0000 mgr.y (mgr.14138) 431 : cluster [DBG] pgmap v388: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:06.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:06 smithi133 bash[15104]: cluster 2024-09-11T07:51:04.816772+0000 mgr.y (mgr.14138) 431 : cluster [DBG] pgmap v388: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:06 smithi133 bash[19346]: cluster 2024-09-11T07:51:04.816772+0000 mgr.y (mgr.14138) 431 : cluster [DBG] pgmap v388: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:08.056 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-11T07:51:08.056 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (4m) 3m ago 4m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T07:51:08.056 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (4m) 3m ago 4m 6.6.2 docker.io/ceph/ceph-grafana:6.6.2 a0dce381714a 6561d3352548 2024-09-11T07:51:08.056 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running (5m) 3m ago 5m 3.4 docker.io/ceph/ceph:v15.2.9 dfc483079636 4b04489d8e15 2024-09-11T07:51:08.056 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 running (9m) 3m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 504b62b2083c 2024-09-11T07:51:08.056 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 running (11m) 3m ago 11m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 9ace4962e274 2024-09-11T07:51:08.056 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (11m) 3m ago 11m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 6c868417dde1 2024-09-11T07:51:08.056 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 8403592c4570 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 ca084a51bd67 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (5m) 3m ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf a3e335b83031 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (5m) 3m ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 42d15393d125 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (9m) 3m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 80df84b71732 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (9m) 3m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (8m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 865430f2e10d 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (8m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 11f611a8521c 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (7m) 3m ago 7m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (7m) 3m ago 7m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 a0b9306ef209 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (6m) 3m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 80fd7de0345e 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (6m) 3m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (4m) 3m ago 5m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 b5910ecd49c2 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (3m) 3m ago 3m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 666bed2f41b1 2024-09-11T07:51:08.057 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (3m) 3m ago 3m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T07:51:08.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:08 smithi169 bash[14688]: cluster 2024-09-11T07:51:06.817731+0000 mgr.y (mgr.14138) 432 : cluster [DBG] pgmap v389: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:08.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:08 smithi133 bash[15104]: cluster 2024-09-11T07:51:06.817731+0000 mgr.y (mgr.14138) 432 : cluster [DBG] pgmap v389: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:08 smithi133 bash[19346]: cluster 2024-09-11T07:51:06.817731+0000 mgr.y (mgr.14138) 432 : cluster [DBG] pgmap v389: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:08.784 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T07:51:09.040 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:09 smithi133 bash[19346]: audit 2024-09-11T07:51:08.034670+0000 mgr.y (mgr.14138) 433 : audit [DBG] from='client.14787 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:09.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:09 smithi169 bash[14688]: audit 2024-09-11T07:51:08.034670+0000 mgr.y (mgr.14138) 433 : audit [DBG] from='client.14787 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:09.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:09 smithi133 bash[15104]: audit 2024-09-11T07:51:08.034670+0000 mgr.y (mgr.14138) 433 : audit [DBG] from='client.14787 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:10.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:10 smithi169 bash[14688]: cluster 2024-09-11T07:51:08.818448+0000 mgr.y (mgr.14138) 434 : cluster [DBG] pgmap v390: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:10.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:10 smithi133 bash[15104]: cluster 2024-09-11T07:51:08.818448+0000 mgr.y (mgr.14138) 434 : cluster [DBG] pgmap v390: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:10.435 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:10 smithi133 bash[19346]: cluster 2024-09-11T07:51:08.818448+0000 mgr.y (mgr.14138) 434 : cluster [DBG] pgmap v390: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:12.411 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T07:51:12.411 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T07:51:12.411 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T07:51:12.411 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:51:12.411 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T07:51:12.411 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T07:51:12.411 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:51:12.411 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 15 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:51:12.412 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T07:51:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:12 smithi169 bash[14688]: cluster 2024-09-11T07:51:10.819534+0000 mgr.y (mgr.14138) 435 : cluster [DBG] pgmap v391: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:12.444 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:12 smithi133 bash[15104]: cluster 2024-09-11T07:51:10.819534+0000 mgr.y (mgr.14138) 435 : cluster [DBG] pgmap v391: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:12.444 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:12 smithi133 bash[19346]: cluster 2024-09-11T07:51:10.819534+0000 mgr.y (mgr.14138) 435 : cluster [DBG] pgmap v391: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:13.170 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T07:51:13.400 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:13 smithi133 bash[15104]: audit 2024-09-11T07:51:12.407991+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.133:0/3101051945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:51:13.401 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:13 smithi133 bash[19346]: audit 2024-09-11T07:51:12.407991+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.133:0/3101051945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:51:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:13 smithi169 bash[14688]: audit 2024-09-11T07:51:12.407991+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.133:0/3101051945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:51:14.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:14 smithi169 bash[14688]: cluster 2024-09-11T07:51:12.820501+0000 mgr.y (mgr.14138) 436 : cluster [DBG] pgmap v392: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:14 smithi133 bash[15104]: cluster 2024-09-11T07:51:12.820501+0000 mgr.y (mgr.14138) 436 : cluster [DBG] pgmap v392: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:14.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:14 smithi133 bash[19346]: cluster 2024-09-11T07:51:12.820501+0000 mgr.y (mgr.14138) 436 : cluster [DBG] pgmap v392: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:16.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:16 smithi169 bash[14688]: cluster 2024-09-11T07:51:14.821556+0000 mgr.y (mgr.14138) 437 : cluster [DBG] pgmap v393: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:16.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:16 smithi133 bash[15104]: cluster 2024-09-11T07:51:14.821556+0000 mgr.y (mgr.14138) 437 : cluster [DBG] pgmap v393: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:16.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:16 smithi133 bash[19346]: cluster 2024-09-11T07:51:14.821556+0000 mgr.y (mgr.14138) 437 : cluster [DBG] pgmap v393: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: cluster: 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: id: d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: health: HEALTH_OK 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: services: 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: mon: 3 daemons, quorum a,c,b (age 10m) 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: mgr: y(active, since 11m), standbys: x 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: osd: 8 osds: 8 up (since 6m), 8 in (since 6m) 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: rgw: 2 daemons active (r.z.smithi133.yujiqq, r.z.smithi169.iczyvx) 2024-09-11T07:51:16.825 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: task status: 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: data: 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: pools: 6 pools, 132 pgs 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: objects: 203 objects, 7.4 KiB 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: pgs: 132 active+clean 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: io: 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-11T07:51:16.826 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:51:17.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:17 smithi133 bash[15104]: audit 2024-09-11T07:51:16.822406+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.133:0/3437536981' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:51:17.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:17 smithi133 bash[19346]: audit 2024-09-11T07:51:16.822406+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.133:0/3437536981' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:51:17.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:17 smithi169 bash[14688]: audit 2024-09-11T07:51:16.822406+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.133:0/3437536981' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:51:17.521 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ls' 2024-09-11T07:51:18.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:18 smithi169 bash[14688]: cluster 2024-09-11T07:51:16.822464+0000 mgr.y (mgr.14138) 438 : cluster [DBG] pgmap v394: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:18.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:18 smithi133 bash[19346]: cluster 2024-09-11T07:51:16.822464+0000 mgr.y (mgr.14138) 438 : cluster [DBG] pgmap v394: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:18 smithi133 bash[15104]: cluster 2024-09-11T07:51:16.822464+0000 mgr.y (mgr.14138) 438 : cluster [DBG] pgmap v394: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:20.077 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:20 smithi133 bash[19346]: cluster 2024-09-11T07:51:18.823419+0000 mgr.y (mgr.14138) 439 : cluster [DBG] pgmap v395: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:20.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:20 smithi169 bash[14688]: cluster 2024-09-11T07:51:18.823419+0000 mgr.y (mgr.14138) 439 : cluster [DBG] pgmap v395: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:20.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:20 smithi133 bash[15104]: cluster 2024-09-11T07:51:18.823419+0000 mgr.y (mgr.14138) 439 : cluster [DBG] pgmap v395: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:21.186 INFO:teuthology.orchestra.run.smithi133.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-09-11T07:51:21.186 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager 1/1 3m ago 5m smithi133=a;count:1 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 2024-09-11T07:51:21.186 INFO:teuthology.orchestra.run.smithi133.stdout:grafana 1/1 3m ago 5m smithi169=a;count:1 docker.io/ceph/ceph-grafana:6.6.2 a0dce381714a 2024-09-11T07:51:21.186 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi 1/1 3m ago 6m smithi169=iscsi.a;count:1 docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-11T07:51:21.187 INFO:teuthology.orchestra.run.smithi133.stdout:mgr 2/2 3m ago 10m smithi133=y;smithi169=x;count:2 docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-11T07:51:21.187 INFO:teuthology.orchestra.run.smithi133.stdout:mon 3/0 3m ago - docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-11T07:51:21.187 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter 2/2 3m ago 5m smithi133=a;smithi169=b;count:2 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 2024-09-11T07:51:21.187 INFO:teuthology.orchestra.run.smithi133.stdout:osd.None 8/0 3m ago - docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-11T07:51:21.187 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus 1/1 3m ago 5m smithi169=a;count:1 docker.io/prom/prometheus:v2.18.1 de242295e225 2024-09-11T07:51:21.187 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z 2/2 3m ago 3m count:2 docker.io/ceph/ceph:v15.2.9 dfc483079636 2024-09-11T07:51:21.881 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mgr container_image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-11T07:51:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:22 smithi133 bash[15104]: cluster 2024-09-11T07:51:20.824373+0000 mgr.y (mgr.14138) 440 : cluster [DBG] pgmap v396: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:22.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:22 smithi133 bash[15104]: audit 2024-09-11T07:51:21.173084+0000 mgr.y (mgr.14138) 441 : audit [DBG] from='client.14805 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:22.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:22 smithi133 bash[19346]: cluster 2024-09-11T07:51:20.824373+0000 mgr.y (mgr.14138) 440 : cluster [DBG] pgmap v396: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:22.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:22 smithi133 bash[19346]: audit 2024-09-11T07:51:21.173084+0000 mgr.y (mgr.14138) 441 : audit [DBG] from='client.14805 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:22.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:22 smithi169 bash[14688]: cluster 2024-09-11T07:51:20.824373+0000 mgr.y (mgr.14138) 440 : cluster [DBG] pgmap v396: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:22.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:22 smithi169 bash[14688]: audit 2024-09-11T07:51:21.173084+0000 mgr.y (mgr.14138) 441 : audit [DBG] from='client.14805 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:24.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:23 smithi169 bash[14688]: cluster 2024-09-11T07:51:22.825472+0000 mgr.y (mgr.14138) 442 : cluster [DBG] pgmap v397: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:24.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:23 smithi133 bash[15104]: cluster 2024-09-11T07:51:22.825472+0000 mgr.y (mgr.14138) 442 : cluster [DBG] pgmap v397: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:24.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:23 smithi133 bash[19346]: cluster 2024-09-11T07:51:22.825472+0000 mgr.y (mgr.14138) 442 : cluster [DBG] pgmap v397: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:26.011 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)"' 2024-09-11T07:51:26.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:25 smithi169 bash[14688]: cluster 2024-09-11T07:51:24.826576+0000 mgr.y (mgr.14138) 443 : cluster [DBG] pgmap v398: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:26.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:25 smithi169 bash[14688]: audit 2024-09-11T07:51:25.313981+0000 mon.a (mon.0) 662 : audit [INF] from='client.? ' entity='client.admin' 2024-09-11T07:51:26.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:25 smithi169 bash[14688]: audit 2024-09-11T07:51:25.325775+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:25 smithi133 bash[15104]: cluster 2024-09-11T07:51:24.826576+0000 mgr.y (mgr.14138) 443 : cluster [DBG] pgmap v398: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:25 smithi133 bash[15104]: audit 2024-09-11T07:51:25.313981+0000 mon.a (mon.0) 662 : audit [INF] from='client.? ' entity='client.admin' 2024-09-11T07:51:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:25 smithi133 bash[15104]: audit 2024-09-11T07:51:25.325775+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:25 smithi133 bash[19346]: cluster 2024-09-11T07:51:24.826576+0000 mgr.y (mgr.14138) 443 : cluster [DBG] pgmap v398: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:25 smithi133 bash[19346]: audit 2024-09-11T07:51:25.313981+0000 mon.a (mon.0) 662 : audit [INF] from='client.? ' entity='client.admin' 2024-09-11T07:51:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:25 smithi133 bash[19346]: audit 2024-09-11T07:51:25.325775+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:27 smithi169 bash[14688]: cluster 2024-09-11T07:51:26.827558+0000 mgr.y (mgr.14138) 444 : cluster [DBG] pgmap v399: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:28.196 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:27 smithi133 bash[15104]: cluster 2024-09-11T07:51:26.827558+0000 mgr.y (mgr.14138) 444 : cluster [DBG] pgmap v399: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:28.197 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:27 smithi133 bash[19346]: cluster 2024-09-11T07:51:26.827558+0000 mgr.y (mgr.14138) 444 : cluster [DBG] pgmap v399: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:29.887 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled to redeploy mgr.x on host 'smithi169' 2024-09-11T07:51:30.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:29 smithi169 bash[14688]: cluster 2024-09-11T07:51:28.828404+0000 mgr.y (mgr.14138) 445 : cluster [DBG] pgmap v400: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:30.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:29 smithi169 bash[14688]: audit 2024-09-11T07:51:29.546744+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.133:0/4114579332' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:51:30.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:29 smithi133 bash[15104]: cluster 2024-09-11T07:51:28.828404+0000 mgr.y (mgr.14138) 445 : cluster [DBG] pgmap v400: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:30.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:29 smithi133 bash[15104]: audit 2024-09-11T07:51:29.546744+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.133:0/4114579332' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:51:30.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:29 smithi133 bash[19346]: cluster 2024-09-11T07:51:28.828404+0000 mgr.y (mgr.14138) 445 : cluster [DBG] pgmap v400: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:30.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:29 smithi133 bash[19346]: audit 2024-09-11T07:51:29.546744+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.133:0/4114579332' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:51:30.638 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps --refresh' 2024-09-11T07:51:31.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:30 smithi169 bash[14688]: audit 2024-09-11T07:51:29.884182+0000 mgr.y (mgr.14138) 446 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:31.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:30 smithi169 bash[14688]: cephadm 2024-09-11T07:51:29.884769+0000 mgr.y (mgr.14138) 447 : cephadm [INF] Schedule redeploy daemon mgr.x 2024-09-11T07:51:31.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:30 smithi169 bash[14688]: audit 2024-09-11T07:51:29.892551+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:31.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:30 smithi169 bash[14688]: audit 2024-09-11T07:51:29.902166+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T07:51:31.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:30 smithi169 bash[14688]: audit 2024-09-11T07:51:29.903096+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:31.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:30 smithi169 bash[14688]: cephadm 2024-09-11T07:51:29.903838+0000 mgr.y (mgr.14138) 448 : cephadm [INF] Deploying daemon mgr.x on smithi169 2024-09-11T07:51:31.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:30 smithi169 bash[14688]: audit 2024-09-11T07:51:29.904186+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T07:51:31.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[15104]: audit 2024-09-11T07:51:29.884182+0000 mgr.y (mgr.14138) 446 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:31.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[15104]: cephadm 2024-09-11T07:51:29.884769+0000 mgr.y (mgr.14138) 447 : cephadm [INF] Schedule redeploy daemon mgr.x 2024-09-11T07:51:31.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[15104]: audit 2024-09-11T07:51:29.892551+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:31.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[15104]: audit 2024-09-11T07:51:29.902166+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[15104]: audit 2024-09-11T07:51:29.903096+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[15104]: cephadm 2024-09-11T07:51:29.903838+0000 mgr.y (mgr.14138) 448 : cephadm [INF] Deploying daemon mgr.x on smithi169 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[15104]: audit 2024-09-11T07:51:29.904186+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[19346]: audit 2024-09-11T07:51:29.884182+0000 mgr.y (mgr.14138) 446 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[19346]: cephadm 2024-09-11T07:51:29.884769+0000 mgr.y (mgr.14138) 447 : cephadm [INF] Schedule redeploy daemon mgr.x 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[19346]: audit 2024-09-11T07:51:29.892551+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[19346]: audit 2024-09-11T07:51:29.902166+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[19346]: audit 2024-09-11T07:51:29.903096+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[19346]: cephadm 2024-09-11T07:51:29.903838+0000 mgr.y (mgr.14138) 448 : cephadm [INF] Deploying daemon mgr.x on smithi169 2024-09-11T07:51:31.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:30 smithi133 bash[19346]: audit 2024-09-11T07:51:29.904186+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T07:51:32.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:31 smithi169 bash[14688]: cluster 2024-09-11T07:51:30.829549+0000 mgr.y (mgr.14138) 449 : cluster [DBG] pgmap v401: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:32.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:31 smithi133 bash[15104]: cluster 2024-09-11T07:51:30.829549+0000 mgr.y (mgr.14138) 449 : cluster [DBG] pgmap v401: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:32.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:31 smithi133 bash[19346]: cluster 2024-09-11T07:51:30.829549+0000 mgr.y (mgr.14138) 449 : cluster [DBG] pgmap v401: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:34.178 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-11T07:51:34.178 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (4m) 3m ago 5m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (5m) 3m ago 5m 6.6.2 docker.io/ceph/ceph-grafana:6.6.2 a0dce381714a 6561d3352548 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running (6m) 3m ago 6m 3.4 docker.io/ceph/ceph:v15.2.9 dfc483079636 4b04489d8e15 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 504b62b2083c 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 running (12m) 3m ago 12m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 9ace4962e274 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (12m) 3m ago 12m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 6c868417dde1 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 8403592c4570 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (10m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 ca084a51bd67 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (5m) 3m ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf a3e335b83031 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (5m) 3m ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 42d15393d125 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (9m) 3m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 80df84b71732 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (9m) 3m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T07:51:34.179 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (9m) 3m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 865430f2e10d 2024-09-11T07:51:34.180 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (8m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 11f611a8521c 2024-09-11T07:51:34.180 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (8m) 3m ago 8m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T07:51:34.180 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (7m) 3m ago 7m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 a0b9306ef209 2024-09-11T07:51:34.180 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (7m) 3m ago 7m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 80fd7de0345e 2024-09-11T07:51:34.180 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (6m) 3m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T07:51:34.180 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (4m) 3m ago 5m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 b5910ecd49c2 2024-09-11T07:51:34.180 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (3m) 3m ago 3m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 666bed2f41b1 2024-09-11T07:51:34.180 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (3m) 3m ago 3m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T07:51:34.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:33 smithi169 bash[14688]: cluster 2024-09-11T07:51:32.830731+0000 mgr.y (mgr.14138) 450 : cluster [DBG] pgmap v402: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:34.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:33 smithi133 bash[15104]: cluster 2024-09-11T07:51:32.830731+0000 mgr.y (mgr.14138) 450 : cluster [DBG] pgmap v402: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:33 smithi133 bash[19346]: cluster 2024-09-11T07:51:32.830731+0000 mgr.y (mgr.14138) 450 : cluster [DBG] pgmap v402: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:34.892 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T07:51:35.131 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:34 smithi133 bash[15104]: audit 2024-09-11T07:51:34.153890+0000 mgr.y (mgr.14138) 451 : audit [DBG] from='client.24763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:35.131 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:34 smithi133 bash[15104]: cephadm 2024-09-11T07:51:34.155068+0000 mgr.y (mgr.14138) 452 : cephadm [INF] Kicked serve() loop to refresh all daemons 2024-09-11T07:51:35.132 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:34 smithi133 bash[19346]: audit 2024-09-11T07:51:34.153890+0000 mgr.y (mgr.14138) 451 : audit [DBG] from='client.24763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:35.132 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:34 smithi133 bash[19346]: cephadm 2024-09-11T07:51:34.155068+0000 mgr.y (mgr.14138) 452 : cephadm [INF] Kicked serve() loop to refresh all daemons 2024-09-11T07:51:35.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:34 smithi169 bash[14688]: audit 2024-09-11T07:51:34.153890+0000 mgr.y (mgr.14138) 451 : audit [DBG] from='client.24763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:35.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:34 smithi169 bash[14688]: cephadm 2024-09-11T07:51:34.155068+0000 mgr.y (mgr.14138) 452 : cephadm [INF] Kicked serve() loop to refresh all daemons 2024-09-11T07:51:36.084 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:35 smithi133 bash[15104]: cluster 2024-09-11T07:51:34.831979+0000 mgr.y (mgr.14138) 453 : cluster [DBG] pgmap v403: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:36.084 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:35 smithi133 bash[19346]: cluster 2024-09-11T07:51:34.831979+0000 mgr.y (mgr.14138) 453 : cluster [DBG] pgmap v403: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:36.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:35 smithi169 bash[14688]: cluster 2024-09-11T07:51:34.831979+0000 mgr.y (mgr.14138) 453 : cluster [DBG] pgmap v403: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:38.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:37 smithi169 bash[14688]: cluster 2024-09-11T07:51:36.832978+0000 mgr.y (mgr.14138) 454 : cluster [DBG] pgmap v404: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:38.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:37 smithi133 bash[15104]: cluster 2024-09-11T07:51:36.832978+0000 mgr.y (mgr.14138) 454 : cluster [DBG] pgmap v404: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:38.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:37 smithi133 bash[19346]: cluster 2024-09-11T07:51:36.832978+0000 mgr.y (mgr.14138) 454 : cluster [DBG] pgmap v404: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:40.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:39 smithi169 bash[14688]: cluster 2024-09-11T07:51:38.834028+0000 mgr.y (mgr.14138) 455 : cluster [DBG] pgmap v405: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:40.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:39 smithi133 bash[19346]: cluster 2024-09-11T07:51:38.834028+0000 mgr.y (mgr.14138) 455 : cluster [DBG] pgmap v405: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:39 smithi133 bash[15104]: cluster 2024-09-11T07:51:38.834028+0000 mgr.y (mgr.14138) 455 : cluster [DBG] pgmap v405: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:42.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:41 smithi169 bash[14688]: cluster 2024-09-11T07:51:40.835187+0000 mgr.y (mgr.14138) 456 : cluster [DBG] pgmap v406: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:41 smithi133 bash[19346]: cluster 2024-09-11T07:51:40.835187+0000 mgr.y (mgr.14138) 456 : cluster [DBG] pgmap v406: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:42.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:41 smithi133 bash[15104]: cluster 2024-09-11T07:51:40.835187+0000 mgr.y (mgr.14138) 456 : cluster [DBG] pgmap v406: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:44.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:43 smithi169 bash[14688]: cluster 2024-09-11T07:51:42.836422+0000 mgr.y (mgr.14138) 457 : cluster [DBG] pgmap v407: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:43 smithi133 bash[15104]: cluster 2024-09-11T07:51:42.836422+0000 mgr.y (mgr.14138) 457 : cluster [DBG] pgmap v407: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:43 smithi133 bash[19346]: cluster 2024-09-11T07:51:42.836422+0000 mgr.y (mgr.14138) 457 : cluster [DBG] pgmap v407: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:46.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:45 smithi169 bash[14688]: cluster 2024-09-11T07:51:44.837470+0000 mgr.y (mgr.14138) 458 : cluster [DBG] pgmap v408: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:45 smithi133 bash[19346]: cluster 2024-09-11T07:51:44.837470+0000 mgr.y (mgr.14138) 458 : cluster [DBG] pgmap v408: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:45 smithi133 bash[15104]: cluster 2024-09-11T07:51:44.837470+0000 mgr.y (mgr.14138) 458 : cluster [DBG] pgmap v408: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:48.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:47 smithi169 bash[14688]: cluster 2024-09-11T07:51:46.838410+0000 mgr.y (mgr.14138) 459 : cluster [DBG] pgmap v409: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:48.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:47 smithi133 bash[19346]: cluster 2024-09-11T07:51:46.838410+0000 mgr.y (mgr.14138) 459 : cluster [DBG] pgmap v409: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:48.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:47 smithi133 bash[15104]: cluster 2024-09-11T07:51:46.838410+0000 mgr.y (mgr.14138) 459 : cluster [DBG] pgmap v409: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:50.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:49 smithi169 bash[14688]: cluster 2024-09-11T07:51:48.839446+0000 mgr.y (mgr.14138) 460 : cluster [DBG] pgmap v410: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:50.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:49 smithi133 bash[15104]: cluster 2024-09-11T07:51:48.839446+0000 mgr.y (mgr.14138) 460 : cluster [DBG] pgmap v410: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:50.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:49 smithi133 bash[19346]: cluster 2024-09-11T07:51:48.839446+0000 mgr.y (mgr.14138) 460 : cluster [DBG] pgmap v410: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:52.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:51 smithi169 bash[14688]: cluster 2024-09-11T07:51:50.840633+0000 mgr.y (mgr.14138) 461 : cluster [DBG] pgmap v411: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:52.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:51 smithi133 bash[19346]: cluster 2024-09-11T07:51:50.840633+0000 mgr.y (mgr.14138) 461 : cluster [DBG] pgmap v411: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:52.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:51 smithi133 bash[15104]: cluster 2024-09-11T07:51:50.840633+0000 mgr.y (mgr.14138) 461 : cluster [DBG] pgmap v411: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:54.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:53 smithi169 bash[14688]: cluster 2024-09-11T07:51:52.841584+0000 mgr.y (mgr.14138) 462 : cluster [DBG] pgmap v412: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:53 smithi133 bash[19346]: cluster 2024-09-11T07:51:52.841584+0000 mgr.y (mgr.14138) 462 : cluster [DBG] pgmap v412: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:54.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:53 smithi133 bash[15104]: cluster 2024-09-11T07:51:52.841584+0000 mgr.y (mgr.14138) 462 : cluster [DBG] pgmap v412: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:56.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:55 smithi169 bash[14688]: cluster 2024-09-11T07:51:54.842662+0000 mgr.y (mgr.14138) 463 : cluster [DBG] pgmap v413: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:56.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:55 smithi133 bash[15104]: cluster 2024-09-11T07:51:54.842662+0000 mgr.y (mgr.14138) 463 : cluster [DBG] pgmap v413: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:56.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:55 smithi133 bash[19346]: cluster 2024-09-11T07:51:54.842662+0000 mgr.y (mgr.14138) 463 : cluster [DBG] pgmap v413: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:51:58.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:57 smithi169 bash[14688]: cluster 2024-09-11T07:51:56.843629+0000 mgr.y (mgr.14138) 464 : cluster [DBG] pgmap v414: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:58.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:57 smithi133 bash[15104]: cluster 2024-09-11T07:51:56.843629+0000 mgr.y (mgr.14138) 464 : cluster [DBG] pgmap v414: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:51:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:57 smithi133 bash[19346]: cluster 2024-09-11T07:51:56.843629+0000 mgr.y (mgr.14138) 464 : cluster [DBG] pgmap v414: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:00.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:51:59 smithi169 bash[14688]: cluster 2024-09-11T07:51:58.844608+0000 mgr.y (mgr.14138) 465 : cluster [DBG] pgmap v415: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:51:59 smithi133 bash[19346]: cluster 2024-09-11T07:51:58.844608+0000 mgr.y (mgr.14138) 465 : cluster [DBG] pgmap v415: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:00.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:51:59 smithi133 bash[15104]: cluster 2024-09-11T07:51:58.844608+0000 mgr.y (mgr.14138) 465 : cluster [DBG] pgmap v415: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:01.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:00 smithi169 bash[14688]: audit 2024-09-11T07:52:00.834953+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:52:01.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:00 smithi169 bash[14688]: audit 2024-09-11T07:52:00.838019+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:52:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:00 smithi133 bash[19346]: audit 2024-09-11T07:52:00.834953+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:52:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:00 smithi133 bash[19346]: audit 2024-09-11T07:52:00.838019+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:52:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:00 smithi133 bash[15104]: audit 2024-09-11T07:52:00.834953+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:52:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:00 smithi133 bash[15104]: audit 2024-09-11T07:52:00.838019+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:52:02.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:01 smithi169 bash[14688]: cluster 2024-09-11T07:52:00.845444+0000 mgr.y (mgr.14138) 466 : cluster [DBG] pgmap v416: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:02.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:01 smithi133 bash[15104]: cluster 2024-09-11T07:52:00.845444+0000 mgr.y (mgr.14138) 466 : cluster [DBG] pgmap v416: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:02.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:01 smithi133 bash[19346]: cluster 2024-09-11T07:52:00.845444+0000 mgr.y (mgr.14138) 466 : cluster [DBG] pgmap v416: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:04.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:03 smithi169 bash[14688]: cluster 2024-09-11T07:52:02.846570+0000 mgr.y (mgr.14138) 467 : cluster [DBG] pgmap v417: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:04.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:03 smithi133 bash[15104]: cluster 2024-09-11T07:52:02.846570+0000 mgr.y (mgr.14138) 467 : cluster [DBG] pgmap v417: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:03 smithi133 bash[19346]: cluster 2024-09-11T07:52:02.846570+0000 mgr.y (mgr.14138) 467 : cluster [DBG] pgmap v417: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:06.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:05 smithi169 bash[14688]: cluster 2024-09-11T07:52:04.847682+0000 mgr.y (mgr.14138) 468 : cluster [DBG] pgmap v418: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:05 smithi133 bash[15104]: cluster 2024-09-11T07:52:04.847682+0000 mgr.y (mgr.14138) 468 : cluster [DBG] pgmap v418: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:06.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:05 smithi133 bash[19346]: cluster 2024-09-11T07:52:04.847682+0000 mgr.y (mgr.14138) 468 : cluster [DBG] pgmap v418: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:07.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:07 smithi169 bash[14688]: cluster 2024-09-11T07:52:06.848657+0000 mgr.y (mgr.14138) 469 : cluster [DBG] pgmap v419: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:08.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:07 smithi133 bash[15104]: cluster 2024-09-11T07:52:06.848657+0000 mgr.y (mgr.14138) 469 : cluster [DBG] pgmap v419: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:07 smithi133 bash[19346]: cluster 2024-09-11T07:52:06.848657+0000 mgr.y (mgr.14138) 469 : cluster [DBG] pgmap v419: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:10.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:09 smithi169 bash[14688]: cluster 2024-09-11T07:52:08.849558+0000 mgr.y (mgr.14138) 470 : cluster [DBG] pgmap v420: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:10.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:09 smithi133 bash[15104]: cluster 2024-09-11T07:52:08.849558+0000 mgr.y (mgr.14138) 470 : cluster [DBG] pgmap v420: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:10.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:09 smithi133 bash[19346]: cluster 2024-09-11T07:52:08.849558+0000 mgr.y (mgr.14138) 470 : cluster [DBG] pgmap v420: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:12.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:11 smithi169 bash[14688]: cluster 2024-09-11T07:52:10.850761+0000 mgr.y (mgr.14138) 471 : cluster [DBG] pgmap v421: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:12.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:11 smithi133 bash[15104]: cluster 2024-09-11T07:52:10.850761+0000 mgr.y (mgr.14138) 471 : cluster [DBG] pgmap v421: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:12.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:11 smithi133 bash[19346]: cluster 2024-09-11T07:52:10.850761+0000 mgr.y (mgr.14138) 471 : cluster [DBG] pgmap v421: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:14.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:13 smithi169 bash[14688]: cluster 2024-09-11T07:52:12.851987+0000 mgr.y (mgr.14138) 472 : cluster [DBG] pgmap v422: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:14.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:13 smithi133 bash[15104]: cluster 2024-09-11T07:52:12.851987+0000 mgr.y (mgr.14138) 472 : cluster [DBG] pgmap v422: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:13 smithi133 bash[19346]: cluster 2024-09-11T07:52:12.851987+0000 mgr.y (mgr.14138) 472 : cluster [DBG] pgmap v422: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:16.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:15 smithi169 bash[14688]: cluster 2024-09-11T07:52:14.853162+0000 mgr.y (mgr.14138) 473 : cluster [DBG] pgmap v423: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:16.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:15 smithi133 bash[15104]: cluster 2024-09-11T07:52:14.853162+0000 mgr.y (mgr.14138) 473 : cluster [DBG] pgmap v423: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:16.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:15 smithi133 bash[19346]: cluster 2024-09-11T07:52:14.853162+0000 mgr.y (mgr.14138) 473 : cluster [DBG] pgmap v423: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:17 smithi169 bash[14688]: cluster 2024-09-11T07:52:16.854042+0000 mgr.y (mgr.14138) 474 : cluster [DBG] pgmap v424: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:18.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:17 smithi133 bash[15104]: cluster 2024-09-11T07:52:16.854042+0000 mgr.y (mgr.14138) 474 : cluster [DBG] pgmap v424: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:18.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:17 smithi133 bash[19346]: cluster 2024-09-11T07:52:16.854042+0000 mgr.y (mgr.14138) 474 : cluster [DBG] pgmap v424: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:20.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:19 smithi169 bash[14688]: cluster 2024-09-11T07:52:18.855053+0000 mgr.y (mgr.14138) 475 : cluster [DBG] pgmap v425: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:20.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:19 smithi133 bash[15104]: cluster 2024-09-11T07:52:18.855053+0000 mgr.y (mgr.14138) 475 : cluster [DBG] pgmap v425: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:20.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:19 smithi133 bash[19346]: cluster 2024-09-11T07:52:18.855053+0000 mgr.y (mgr.14138) 475 : cluster [DBG] pgmap v425: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:20.929 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:20 smithi169 systemd[1]: Stopping Ceph mgr.x for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T07:52:22.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:21 smithi169 bash[14688]: cluster 2024-09-11T07:52:20.856217+0000 mgr.y (mgr.14138) 476 : cluster [DBG] pgmap v426: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:22.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:21 smithi133 bash[15104]: cluster 2024-09-11T07:52:20.856217+0000 mgr.y (mgr.14138) 476 : cluster [DBG] pgmap v426: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:22.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:21 smithi133 bash[19346]: cluster 2024-09-11T07:52:20.856217+0000 mgr.y (mgr.14138) 476 : cluster [DBG] pgmap v426: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:24.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:23 smithi169 bash[14688]: cluster 2024-09-11T07:52:22.857420+0000 mgr.y (mgr.14138) 477 : cluster [DBG] pgmap v427: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:24.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:23 smithi133 bash[15104]: cluster 2024-09-11T07:52:22.857420+0000 mgr.y (mgr.14138) 477 : cluster [DBG] pgmap v427: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:24.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:23 smithi133 bash[19346]: cluster 2024-09-11T07:52:22.857420+0000 mgr.y (mgr.14138) 477 : cluster [DBG] pgmap v427: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:26.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:25 smithi169 bash[14688]: cluster 2024-09-11T07:52:24.858538+0000 mgr.y (mgr.14138) 478 : cluster [DBG] pgmap v428: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:26.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:25 smithi133 bash[15104]: cluster 2024-09-11T07:52:24.858538+0000 mgr.y (mgr.14138) 478 : cluster [DBG] pgmap v428: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:26.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:25 smithi133 bash[19346]: cluster 2024-09-11T07:52:24.858538+0000 mgr.y (mgr.14138) 478 : cluster [DBG] pgmap v428: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:28.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:27 smithi169 bash[14688]: cluster 2024-09-11T07:52:26.859491+0000 mgr.y (mgr.14138) 479 : cluster [DBG] pgmap v429: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:27 smithi133 bash[15104]: cluster 2024-09-11T07:52:26.859491+0000 mgr.y (mgr.14138) 479 : cluster [DBG] pgmap v429: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:28.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:27 smithi133 bash[19346]: cluster 2024-09-11T07:52:26.859491+0000 mgr.y (mgr.14138) 479 : cluster [DBG] pgmap v429: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:30.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:29 smithi133 bash[15104]: cluster 2024-09-11T07:52:28.860463+0000 mgr.y (mgr.14138) 480 : cluster [DBG] pgmap v430: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:30.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:29 smithi133 bash[19346]: cluster 2024-09-11T07:52:28.860463+0000 mgr.y (mgr.14138) 480 : cluster [DBG] pgmap v430: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:30.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:29 smithi169 bash[14688]: cluster 2024-09-11T07:52:28.860463+0000 mgr.y (mgr.14138) 480 : cluster [DBG] pgmap v430: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:31.679 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:31 smithi169 docker[27489]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mgr.x 2024-09-11T07:52:31.680 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:31 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-11T07:52:31.680 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:31 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-11T07:52:31.680 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:31 smithi169 systemd[1]: Stopped Ceph mgr.x for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:52:32.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:31 smithi169 bash[14688]: cluster 2024-09-11T07:52:30.861649+0000 mgr.y (mgr.14138) 481 : cluster [DBG] pgmap v431: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:32.179 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:31 smithi169 systemd[1]: Started Ceph mgr.x for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:52:32.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:31 smithi133 bash[15104]: cluster 2024-09-11T07:52:30.861649+0000 mgr.y (mgr.14138) 481 : cluster [DBG] pgmap v431: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:32.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:31 smithi133 bash[19346]: cluster 2024-09-11T07:52:30.861649+0000 mgr.y (mgr.14138) 481 : cluster [DBG] pgmap v431: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:32 smithi133 bash[15104]: audit 2024-09-11T07:52:31.937467+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:32 smithi133 bash[15104]: audit 2024-09-11T07:52:31.946616+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:52:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:32 smithi133 bash[15104]: audit 2024-09-11T07:52:31.947253+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:52:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:32 smithi133 bash[19346]: audit 2024-09-11T07:52:31.937467+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:33.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:32 smithi133 bash[19346]: audit 2024-09-11T07:52:31.946616+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:52:33.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:32 smithi133 bash[19346]: audit 2024-09-11T07:52:31.947253+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:52:33.210 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:32 smithi169 bash[14688]: audit 2024-09-11T07:52:31.937467+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:33.210 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:32 smithi169 bash[14688]: audit 2024-09-11T07:52:31.946616+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:52:33.210 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:32 smithi169 bash[14688]: audit 2024-09-11T07:52:31.947253+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T07:52:33.679 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:33 smithi169 bash[27590]: debug 2024-09-11T07:52:33.297+0000 7f63b0be4640 1 -- 172.21.15.169:0/2756737906 <== mon.0 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5560486c4340 con 0x5560486d0800 2024-09-11T07:52:33.679 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:33 smithi169 bash[27590]: debug 2024-09-11T07:52:33.441+0000 7f63b344cec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T07:52:34.289 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:34 smithi169 bash[27590]: debug 2024-09-11T07:52:34.209+0000 7f63b344cec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T07:52:34.289 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:33 smithi169 bash[14688]: cluster 2024-09-11T07:52:32.862762+0000 mgr.y (mgr.14138) 482 : cluster [DBG] pgmap v432: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:34.289 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:33 smithi169 bash[14688]: audit 2024-09-11T07:52:32.992242+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:34.289 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:33 smithi169 bash[14688]: cephadm 2024-09-11T07:52:32.993464+0000 mgr.y (mgr.14138) 483 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:52:34.289 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:33 smithi169 bash[14688]: audit 2024-09-11T07:52:33.476508+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:34.289 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:33 smithi169 bash[14688]: audit 2024-09-11T07:52:33.836559+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[15104]: cluster 2024-09-11T07:52:32.862762+0000 mgr.y (mgr.14138) 482 : cluster [DBG] pgmap v432: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[15104]: audit 2024-09-11T07:52:32.992242+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[15104]: cephadm 2024-09-11T07:52:32.993464+0000 mgr.y (mgr.14138) 483 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:52:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[15104]: audit 2024-09-11T07:52:33.476508+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:34.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[15104]: audit 2024-09-11T07:52:33.836559+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[19346]: cluster 2024-09-11T07:52:32.862762+0000 mgr.y (mgr.14138) 482 : cluster [DBG] pgmap v432: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[19346]: audit 2024-09-11T07:52:32.992242+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[19346]: cephadm 2024-09-11T07:52:32.993464+0000 mgr.y (mgr.14138) 483 : cephadm [INF] refreshing smithi133 facts 2024-09-11T07:52:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[19346]: audit 2024-09-11T07:52:33.476508+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:33 smithi133 bash[19346]: audit 2024-09-11T07:52:33.836559+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' 2024-09-11T07:52:34.679 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:34 smithi169 bash[27590]: debug 2024-09-11T07:52:34.277+0000 7f63b344cec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T07:52:34.679 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:34 smithi169 bash[27590]: debug 2024-09-11T07:52:34.341+0000 7f63b344cec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T07:52:34.679 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:34 smithi169 bash[27590]: debug 2024-09-11T07:52:34.493+0000 7f63b344cec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:52:35.004 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:34 smithi169 bash[27590]: debug 2024-09-11T07:52:34.737+0000 7f63b344cec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T07:52:35.004 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:34 smithi169 bash[27590]: debug 2024-09-11T07:52:34.801+0000 7f63b344cec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T07:52:35.004 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:34 smithi169 bash[27590]: debug 2024-09-11T07:52:34.933+0000 7f63b344cec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T07:52:35.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:34 smithi169 bash[14688]: cephadm 2024-09-11T07:52:33.477890+0000 mgr.y (mgr.14138) 484 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:52:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:35 smithi133 bash[19346]: cephadm 2024-09-11T07:52:33.477890+0000 mgr.y (mgr.14138) 484 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:52:35.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:35 smithi133 bash[15104]: cephadm 2024-09-11T07:52:33.477890+0000 mgr.y (mgr.14138) 484 : cephadm [INF] refreshing smithi169 facts 2024-09-11T07:52:35.929 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:35 smithi169 bash[27590]: debug 2024-09-11T07:52:35.573+0000 7f63b344cec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T07:52:35.929 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:35 smithi169 bash[27590]: debug 2024-09-11T07:52:35.645+0000 7f63b344cec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T07:52:35.929 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:35 smithi169 bash[27590]: debug 2024-09-11T07:52:35.717+0000 7f63b344cec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T07:52:36.429 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:36 smithi169 bash[27590]: debug 2024-09-11T07:52:35.997+0000 7f63b344cec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T07:52:36.429 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:36 smithi169 bash[27590]: debug 2024-09-11T07:52:36.133+0000 7f63b344cec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T07:52:36.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:36 smithi169 bash[14688]: cluster 2024-09-11T07:52:34.863933+0000 mgr.y (mgr.14138) 485 : cluster [DBG] pgmap v433: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:36.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:36 smithi133 bash[15104]: cluster 2024-09-11T07:52:34.863933+0000 mgr.y (mgr.14138) 485 : cluster [DBG] pgmap v433: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:36.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:36 smithi133 bash[19346]: cluster 2024-09-11T07:52:34.863933+0000 mgr.y (mgr.14138) 485 : cluster [DBG] pgmap v433: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:36.929 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:36 smithi169 bash[27590]: debug 2024-09-11T07:52:36.449+0000 7f63b344cec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T07:52:36.929 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:36 smithi169 bash[27590]: debug 2024-09-11T07:52:36.661+0000 7f63b344cec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:52:37.373 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:37 smithi169 bash[27590]: debug 2024-09-11T07:52:37.077+0000 7f63b344cec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T07:52:37.374 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:37 smithi169 bash[27590]: debug 2024-09-11T07:52:37.137+0000 7f63b344cec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T07:52:37.374 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:37 smithi169 bash[27590]: debug 2024-09-11T07:52:37.205+0000 7f63b344cec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T07:52:37.374 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:37 smithi169 bash[27590]: debug 2024-09-11T07:52:37.297+0000 7f63b344cec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T07:52:37.669 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:37 smithi169 bash[27590]: debug 2024-09-11T07:52:37.361+0000 7f63b344cec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T07:52:37.669 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:37 smithi169 bash[27590]: debug 2024-09-11T07:52:37.433+0000 7f63b344cec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T07:52:37.669 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:37 smithi169 bash[27590]: debug 2024-09-11T07:52:37.581+0000 7f63b344cec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T07:52:37.929 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:37 smithi169 bash[27590]: debug 2024-09-11T07:52:37.657+0000 7f63b344cec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T07:52:38.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:38 smithi169 bash[14688]: cluster 2024-09-11T07:52:36.864950+0000 mgr.y (mgr.14138) 486 : cluster [DBG] pgmap v434: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:38 smithi133 bash[19346]: cluster 2024-09-11T07:52:36.864950+0000 mgr.y (mgr.14138) 486 : cluster [DBG] pgmap v434: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:38.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:38 smithi133 bash[15104]: cluster 2024-09-11T07:52:36.864950+0000 mgr.y (mgr.14138) 486 : cluster [DBG] pgmap v434: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:38.929 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:52:38 smithi169 bash[27590]: debug 2024-09-11T07:52:38.601+0000 7f63b344cec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T07:52:39.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:39 smithi169 bash[14688]: audit 2024-09-11T07:52:38.630462+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T07:52:39.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:39 smithi169 bash[14688]: audit 2024-09-11T07:52:38.631565+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:52:39.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:39 smithi169 bash[14688]: audit 2024-09-11T07:52:38.633330+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T07:52:39.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:39 smithi169 bash[14688]: cluster 2024-09-11T07:52:38.633805+0000 mon.a (mon.0) 676 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T07:52:39.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:39 smithi169 bash[14688]: audit 2024-09-11T07:52:38.633957+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:52:39.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:39 smithi169 bash[14688]: cluster 2024-09-11T07:52:38.634015+0000 mon.a (mon.0) 677 : cluster [DBG] Standby manager daemon x started 2024-09-11T07:52:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[15104]: audit 2024-09-11T07:52:38.630462+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T07:52:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[15104]: audit 2024-09-11T07:52:38.631565+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:52:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[15104]: audit 2024-09-11T07:52:38.633330+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T07:52:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[15104]: cluster 2024-09-11T07:52:38.633805+0000 mon.a (mon.0) 676 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T07:52:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[15104]: audit 2024-09-11T07:52:38.633957+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:52:39.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[15104]: cluster 2024-09-11T07:52:38.634015+0000 mon.a (mon.0) 677 : cluster [DBG] Standby manager daemon x started 2024-09-11T07:52:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[19346]: audit 2024-09-11T07:52:38.630462+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T07:52:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[19346]: audit 2024-09-11T07:52:38.631565+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:52:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[19346]: audit 2024-09-11T07:52:38.633330+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T07:52:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[19346]: cluster 2024-09-11T07:52:38.633805+0000 mon.a (mon.0) 676 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T07:52:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[19346]: audit 2024-09-11T07:52:38.633957+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:52:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:39 smithi133 bash[19346]: cluster 2024-09-11T07:52:38.634015+0000 mon.a (mon.0) 677 : cluster [DBG] Standby manager daemon x started 2024-09-11T07:52:40.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:40 smithi169 bash[14688]: cluster 2024-09-11T07:52:38.865984+0000 mgr.y (mgr.14138) 487 : cluster [DBG] pgmap v435: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:40.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:40 smithi169 bash[14688]: cluster 2024-09-11T07:52:39.033199+0000 mon.a (mon.0) 678 : cluster [DBG] mgrmap e16: y(active, since 12m), standbys: x 2024-09-11T07:52:40.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:40 smithi133 bash[15104]: cluster 2024-09-11T07:52:38.865984+0000 mgr.y (mgr.14138) 487 : cluster [DBG] pgmap v435: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:40.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:40 smithi133 bash[15104]: cluster 2024-09-11T07:52:39.033199+0000 mon.a (mon.0) 678 : cluster [DBG] mgrmap e16: y(active, since 12m), standbys: x 2024-09-11T07:52:40.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:40 smithi133 bash[19346]: cluster 2024-09-11T07:52:38.865984+0000 mgr.y (mgr.14138) 487 : cluster [DBG] pgmap v435: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:40.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:40 smithi133 bash[19346]: cluster 2024-09-11T07:52:39.033199+0000 mon.a (mon.0) 678 : cluster [DBG] mgrmap e16: y(active, since 12m), standbys: x 2024-09-11T07:52:42.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:42 smithi169 bash[14688]: cluster 2024-09-11T07:52:40.867139+0000 mgr.y (mgr.14138) 488 : cluster [DBG] pgmap v436: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:42 smithi133 bash[15104]: cluster 2024-09-11T07:52:40.867139+0000 mgr.y (mgr.14138) 488 : cluster [DBG] pgmap v436: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:42.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:42 smithi133 bash[19346]: cluster 2024-09-11T07:52:40.867139+0000 mgr.y (mgr.14138) 488 : cluster [DBG] pgmap v436: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:44.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:43 smithi169 bash[14688]: cluster 2024-09-11T07:52:42.868310+0000 mgr.y (mgr.14138) 489 : cluster [DBG] pgmap v437: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:43 smithi133 bash[15104]: cluster 2024-09-11T07:52:42.868310+0000 mgr.y (mgr.14138) 489 : cluster [DBG] pgmap v437: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:43 smithi133 bash[19346]: cluster 2024-09-11T07:52:42.868310+0000 mgr.y (mgr.14138) 489 : cluster [DBG] pgmap v437: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:46.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:45 smithi133 bash[15104]: cluster 2024-09-11T07:52:44.869433+0000 mgr.y (mgr.14138) 490 : cluster [DBG] pgmap v438: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:45 smithi133 bash[19346]: cluster 2024-09-11T07:52:44.869433+0000 mgr.y (mgr.14138) 490 : cluster [DBG] pgmap v438: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:46.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:45 smithi169 bash[14688]: cluster 2024-09-11T07:52:44.869433+0000 mgr.y (mgr.14138) 490 : cluster [DBG] pgmap v438: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:48.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:47 smithi133 bash[15104]: cluster 2024-09-11T07:52:46.870599+0000 mgr.y (mgr.14138) 491 : cluster [DBG] pgmap v439: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:48.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:47 smithi133 bash[19346]: cluster 2024-09-11T07:52:46.870599+0000 mgr.y (mgr.14138) 491 : cluster [DBG] pgmap v439: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:48.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:47 smithi169 bash[14688]: cluster 2024-09-11T07:52:46.870599+0000 mgr.y (mgr.14138) 491 : cluster [DBG] pgmap v439: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:50.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:49 smithi133 bash[15104]: cluster 2024-09-11T07:52:48.871594+0000 mgr.y (mgr.14138) 492 : cluster [DBG] pgmap v440: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:50.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:49 smithi133 bash[19346]: cluster 2024-09-11T07:52:48.871594+0000 mgr.y (mgr.14138) 492 : cluster [DBG] pgmap v440: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:50.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:49 smithi169 bash[14688]: cluster 2024-09-11T07:52:48.871594+0000 mgr.y (mgr.14138) 492 : cluster [DBG] pgmap v440: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:52.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:51 smithi133 bash[15104]: cluster 2024-09-11T07:52:50.872765+0000 mgr.y (mgr.14138) 493 : cluster [DBG] pgmap v441: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:52.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:51 smithi133 bash[19346]: cluster 2024-09-11T07:52:50.872765+0000 mgr.y (mgr.14138) 493 : cluster [DBG] pgmap v441: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:52.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:51 smithi169 bash[14688]: cluster 2024-09-11T07:52:50.872765+0000 mgr.y (mgr.14138) 493 : cluster [DBG] pgmap v441: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:54.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:53 smithi169 bash[14688]: cluster 2024-09-11T07:52:52.873918+0000 mgr.y (mgr.14138) 494 : cluster [DBG] pgmap v442: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:54.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:53 smithi133 bash[15104]: cluster 2024-09-11T07:52:52.873918+0000 mgr.y (mgr.14138) 494 : cluster [DBG] pgmap v442: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:53 smithi133 bash[19346]: cluster 2024-09-11T07:52:52.873918+0000 mgr.y (mgr.14138) 494 : cluster [DBG] pgmap v442: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:56.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:55 smithi133 bash[15104]: cluster 2024-09-11T07:52:54.875029+0000 mgr.y (mgr.14138) 495 : cluster [DBG] pgmap v443: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:56.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:55 smithi133 bash[19346]: cluster 2024-09-11T07:52:54.875029+0000 mgr.y (mgr.14138) 495 : cluster [DBG] pgmap v443: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:56.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:55 smithi169 bash[14688]: cluster 2024-09-11T07:52:54.875029+0000 mgr.y (mgr.14138) 495 : cluster [DBG] pgmap v443: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:52:58.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:57 smithi133 bash[15104]: cluster 2024-09-11T07:52:56.875981+0000 mgr.y (mgr.14138) 496 : cluster [DBG] pgmap v444: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:57 smithi133 bash[19346]: cluster 2024-09-11T07:52:56.875981+0000 mgr.y (mgr.14138) 496 : cluster [DBG] pgmap v444: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:52:58.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:57 smithi169 bash[14688]: cluster 2024-09-11T07:52:56.875981+0000 mgr.y (mgr.14138) 496 : cluster [DBG] pgmap v444: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:00.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:52:59 smithi133 bash[15104]: cluster 2024-09-11T07:52:58.876992+0000 mgr.y (mgr.14138) 497 : cluster [DBG] pgmap v445: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:52:59 smithi133 bash[19346]: cluster 2024-09-11T07:52:58.876992+0000 mgr.y (mgr.14138) 497 : cluster [DBG] pgmap v445: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:00.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:52:59 smithi169 bash[14688]: cluster 2024-09-11T07:52:58.876992+0000 mgr.y (mgr.14138) 497 : cluster [DBG] pgmap v445: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:01.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:00 smithi169 bash[14688]: audit 2024-09-11T07:53:00.847269+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:53:01.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:00 smithi169 bash[14688]: audit 2024-09-11T07:53:00.847788+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:53:01.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:00 smithi133 bash[15104]: audit 2024-09-11T07:53:00.847269+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:53:01.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:00 smithi133 bash[15104]: audit 2024-09-11T07:53:00.847788+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:53:01.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:00 smithi133 bash[19346]: audit 2024-09-11T07:53:00.847269+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:53:01.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:00 smithi133 bash[19346]: audit 2024-09-11T07:53:00.847788+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:53:02.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:01 smithi169 bash[14688]: cluster 2024-09-11T07:53:00.877979+0000 mgr.y (mgr.14138) 498 : cluster [DBG] pgmap v446: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:02.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:01 smithi133 bash[15104]: cluster 2024-09-11T07:53:00.877979+0000 mgr.y (mgr.14138) 498 : cluster [DBG] pgmap v446: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:02.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:01 smithi133 bash[19346]: cluster 2024-09-11T07:53:00.877979+0000 mgr.y (mgr.14138) 498 : cluster [DBG] pgmap v446: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:04.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:03 smithi169 bash[14688]: cluster 2024-09-11T07:53:02.879191+0000 mgr.y (mgr.14138) 499 : cluster [DBG] pgmap v447: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:04.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:03 smithi133 bash[15104]: cluster 2024-09-11T07:53:02.879191+0000 mgr.y (mgr.14138) 499 : cluster [DBG] pgmap v447: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:03 smithi133 bash[19346]: cluster 2024-09-11T07:53:02.879191+0000 mgr.y (mgr.14138) 499 : cluster [DBG] pgmap v447: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:05 smithi133 bash[15104]: cluster 2024-09-11T07:53:04.880191+0000 mgr.y (mgr.14138) 500 : cluster [DBG] pgmap v448: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:06.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:05 smithi133 bash[19346]: cluster 2024-09-11T07:53:04.880191+0000 mgr.y (mgr.14138) 500 : cluster [DBG] pgmap v448: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:06.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:05 smithi169 bash[14688]: cluster 2024-09-11T07:53:04.880191+0000 mgr.y (mgr.14138) 500 : cluster [DBG] pgmap v448: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:08.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:07 smithi133 bash[15104]: cluster 2024-09-11T07:53:06.881178+0000 mgr.y (mgr.14138) 501 : cluster [DBG] pgmap v449: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:07 smithi133 bash[19346]: cluster 2024-09-11T07:53:06.881178+0000 mgr.y (mgr.14138) 501 : cluster [DBG] pgmap v449: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:08.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:07 smithi169 bash[14688]: cluster 2024-09-11T07:53:06.881178+0000 mgr.y (mgr.14138) 501 : cluster [DBG] pgmap v449: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:10.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:09 smithi133 bash[15104]: cluster 2024-09-11T07:53:08.882228+0000 mgr.y (mgr.14138) 502 : cluster [DBG] pgmap v450: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:10.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:09 smithi133 bash[19346]: cluster 2024-09-11T07:53:08.882228+0000 mgr.y (mgr.14138) 502 : cluster [DBG] pgmap v450: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:10.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:09 smithi169 bash[14688]: cluster 2024-09-11T07:53:08.882228+0000 mgr.y (mgr.14138) 502 : cluster [DBG] pgmap v450: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:12.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:11 smithi169 bash[14688]: cluster 2024-09-11T07:53:10.882834+0000 mgr.y (mgr.14138) 503 : cluster [DBG] pgmap v451: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:11 smithi133 bash[15104]: cluster 2024-09-11T07:53:10.882834+0000 mgr.y (mgr.14138) 503 : cluster [DBG] pgmap v451: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:11 smithi133 bash[19346]: cluster 2024-09-11T07:53:10.882834+0000 mgr.y (mgr.14138) 503 : cluster [DBG] pgmap v451: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:14.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:13 smithi169 bash[14688]: cluster 2024-09-11T07:53:12.884260+0000 mgr.y (mgr.14138) 504 : cluster [DBG] pgmap v452: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:14.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:13 smithi133 bash[15104]: cluster 2024-09-11T07:53:12.884260+0000 mgr.y (mgr.14138) 504 : cluster [DBG] pgmap v452: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:13 smithi133 bash[19346]: cluster 2024-09-11T07:53:12.884260+0000 mgr.y (mgr.14138) 504 : cluster [DBG] pgmap v452: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:16.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:15 smithi133 bash[15104]: cluster 2024-09-11T07:53:14.885396+0000 mgr.y (mgr.14138) 505 : cluster [DBG] pgmap v453: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:16.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:15 smithi133 bash[19346]: cluster 2024-09-11T07:53:14.885396+0000 mgr.y (mgr.14138) 505 : cluster [DBG] pgmap v453: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:16.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:15 smithi169 bash[14688]: cluster 2024-09-11T07:53:14.885396+0000 mgr.y (mgr.14138) 505 : cluster [DBG] pgmap v453: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:18.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:17 smithi133 bash[15104]: cluster 2024-09-11T07:53:16.886346+0000 mgr.y (mgr.14138) 506 : cluster [DBG] pgmap v454: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:18.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:17 smithi133 bash[19346]: cluster 2024-09-11T07:53:16.886346+0000 mgr.y (mgr.14138) 506 : cluster [DBG] pgmap v454: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:18.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:17 smithi169 bash[14688]: cluster 2024-09-11T07:53:16.886346+0000 mgr.y (mgr.14138) 506 : cluster [DBG] pgmap v454: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:20.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:19 smithi169 bash[14688]: cluster 2024-09-11T07:53:18.887101+0000 mgr.y (mgr.14138) 507 : cluster [DBG] pgmap v455: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:20.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:19 smithi133 bash[15104]: cluster 2024-09-11T07:53:18.887101+0000 mgr.y (mgr.14138) 507 : cluster [DBG] pgmap v455: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:20.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:19 smithi133 bash[19346]: cluster 2024-09-11T07:53:18.887101+0000 mgr.y (mgr.14138) 507 : cluster [DBG] pgmap v455: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:22.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:21 smithi169 bash[14688]: cluster 2024-09-11T07:53:20.888168+0000 mgr.y (mgr.14138) 508 : cluster [DBG] pgmap v456: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:22.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:21 smithi133 bash[15104]: cluster 2024-09-11T07:53:20.888168+0000 mgr.y (mgr.14138) 508 : cluster [DBG] pgmap v456: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:22.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:21 smithi133 bash[19346]: cluster 2024-09-11T07:53:20.888168+0000 mgr.y (mgr.14138) 508 : cluster [DBG] pgmap v456: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:24.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:23 smithi169 bash[14688]: cluster 2024-09-11T07:53:22.889482+0000 mgr.y (mgr.14138) 509 : cluster [DBG] pgmap v457: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:24.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:23 smithi133 bash[15104]: cluster 2024-09-11T07:53:22.889482+0000 mgr.y (mgr.14138) 509 : cluster [DBG] pgmap v457: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:24.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:23 smithi133 bash[19346]: cluster 2024-09-11T07:53:22.889482+0000 mgr.y (mgr.14138) 509 : cluster [DBG] pgmap v457: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:26.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:25 smithi169 bash[14688]: cluster 2024-09-11T07:53:24.890663+0000 mgr.y (mgr.14138) 510 : cluster [DBG] pgmap v458: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:26.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:25 smithi133 bash[19346]: cluster 2024-09-11T07:53:24.890663+0000 mgr.y (mgr.14138) 510 : cluster [DBG] pgmap v458: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:25 smithi133 bash[15104]: cluster 2024-09-11T07:53:24.890663+0000 mgr.y (mgr.14138) 510 : cluster [DBG] pgmap v458: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:28.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:27 smithi169 bash[14688]: cluster 2024-09-11T07:53:26.891463+0000 mgr.y (mgr.14138) 511 : cluster [DBG] pgmap v459: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:28.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:27 smithi133 bash[19346]: cluster 2024-09-11T07:53:26.891463+0000 mgr.y (mgr.14138) 511 : cluster [DBG] pgmap v459: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:28.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:27 smithi133 bash[15104]: cluster 2024-09-11T07:53:26.891463+0000 mgr.y (mgr.14138) 511 : cluster [DBG] pgmap v459: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:30.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:29 smithi169 bash[14688]: cluster 2024-09-11T07:53:28.892396+0000 mgr.y (mgr.14138) 512 : cluster [DBG] pgmap v460: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:30.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:29 smithi133 bash[15104]: cluster 2024-09-11T07:53:28.892396+0000 mgr.y (mgr.14138) 512 : cluster [DBG] pgmap v460: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:29 smithi133 bash[19346]: cluster 2024-09-11T07:53:28.892396+0000 mgr.y (mgr.14138) 512 : cluster [DBG] pgmap v460: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:32.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:31 smithi169 bash[14688]: cluster 2024-09-11T07:53:30.893314+0000 mgr.y (mgr.14138) 513 : cluster [DBG] pgmap v461: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:31 smithi133 bash[15104]: cluster 2024-09-11T07:53:30.893314+0000 mgr.y (mgr.14138) 513 : cluster [DBG] pgmap v461: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:32.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:31 smithi133 bash[19346]: cluster 2024-09-11T07:53:30.893314+0000 mgr.y (mgr.14138) 513 : cluster [DBG] pgmap v461: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:34.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:33 smithi169 bash[14688]: cluster 2024-09-11T07:53:32.894463+0000 mgr.y (mgr.14138) 514 : cluster [DBG] pgmap v462: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:34.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:33 smithi133 bash[15104]: cluster 2024-09-11T07:53:32.894463+0000 mgr.y (mgr.14138) 514 : cluster [DBG] pgmap v462: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:33 smithi133 bash[19346]: cluster 2024-09-11T07:53:32.894463+0000 mgr.y (mgr.14138) 514 : cluster [DBG] pgmap v462: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:36.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:35 smithi169 bash[14688]: cluster 2024-09-11T07:53:34.895554+0000 mgr.y (mgr.14138) 515 : cluster [DBG] pgmap v463: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:36.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:35 smithi133 bash[15104]: cluster 2024-09-11T07:53:34.895554+0000 mgr.y (mgr.14138) 515 : cluster [DBG] pgmap v463: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:36.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:35 smithi133 bash[19346]: cluster 2024-09-11T07:53:34.895554+0000 mgr.y (mgr.14138) 515 : cluster [DBG] pgmap v463: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:38.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:37 smithi169 bash[14688]: cluster 2024-09-11T07:53:36.896270+0000 mgr.y (mgr.14138) 516 : cluster [DBG] pgmap v464: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:38.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:37 smithi133 bash[15104]: cluster 2024-09-11T07:53:36.896270+0000 mgr.y (mgr.14138) 516 : cluster [DBG] pgmap v464: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:37 smithi133 bash[19346]: cluster 2024-09-11T07:53:36.896270+0000 mgr.y (mgr.14138) 516 : cluster [DBG] pgmap v464: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:40.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:39 smithi169 bash[14688]: cluster 2024-09-11T07:53:38.897478+0000 mgr.y (mgr.14138) 517 : cluster [DBG] pgmap v465: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:40.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:39 smithi133 bash[15104]: cluster 2024-09-11T07:53:38.897478+0000 mgr.y (mgr.14138) 517 : cluster [DBG] pgmap v465: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:40.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:39 smithi133 bash[19346]: cluster 2024-09-11T07:53:38.897478+0000 mgr.y (mgr.14138) 517 : cluster [DBG] pgmap v465: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:42.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:41 smithi169 bash[14688]: cluster 2024-09-11T07:53:40.898430+0000 mgr.y (mgr.14138) 518 : cluster [DBG] pgmap v466: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:41 smithi133 bash[15104]: cluster 2024-09-11T07:53:40.898430+0000 mgr.y (mgr.14138) 518 : cluster [DBG] pgmap v466: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:42.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:41 smithi133 bash[19346]: cluster 2024-09-11T07:53:40.898430+0000 mgr.y (mgr.14138) 518 : cluster [DBG] pgmap v466: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:44.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:43 smithi169 bash[14688]: cluster 2024-09-11T07:53:42.899467+0000 mgr.y (mgr.14138) 519 : cluster [DBG] pgmap v467: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:43 smithi133 bash[15104]: cluster 2024-09-11T07:53:42.899467+0000 mgr.y (mgr.14138) 519 : cluster [DBG] pgmap v467: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:43 smithi133 bash[19346]: cluster 2024-09-11T07:53:42.899467+0000 mgr.y (mgr.14138) 519 : cluster [DBG] pgmap v467: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:46.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:45 smithi169 bash[14688]: cluster 2024-09-11T07:53:44.900227+0000 mgr.y (mgr.14138) 520 : cluster [DBG] pgmap v468: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:46.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:45 smithi133 bash[15104]: cluster 2024-09-11T07:53:44.900227+0000 mgr.y (mgr.14138) 520 : cluster [DBG] pgmap v468: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:46.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:45 smithi133 bash[19346]: cluster 2024-09-11T07:53:44.900227+0000 mgr.y (mgr.14138) 520 : cluster [DBG] pgmap v468: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:48.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:47 smithi169 bash[14688]: cluster 2024-09-11T07:53:46.901207+0000 mgr.y (mgr.14138) 521 : cluster [DBG] pgmap v469: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:47 smithi133 bash[15104]: cluster 2024-09-11T07:53:46.901207+0000 mgr.y (mgr.14138) 521 : cluster [DBG] pgmap v469: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:48.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:47 smithi133 bash[19346]: cluster 2024-09-11T07:53:46.901207+0000 mgr.y (mgr.14138) 521 : cluster [DBG] pgmap v469: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:50.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:49 smithi169 bash[14688]: cluster 2024-09-11T07:53:48.902370+0000 mgr.y (mgr.14138) 522 : cluster [DBG] pgmap v470: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:49 smithi133 bash[15104]: cluster 2024-09-11T07:53:48.902370+0000 mgr.y (mgr.14138) 522 : cluster [DBG] pgmap v470: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:50.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:49 smithi133 bash[19346]: cluster 2024-09-11T07:53:48.902370+0000 mgr.y (mgr.14138) 522 : cluster [DBG] pgmap v470: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:52.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:51 smithi169 bash[14688]: cluster 2024-09-11T07:53:50.903230+0000 mgr.y (mgr.14138) 523 : cluster [DBG] pgmap v471: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:52.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:51 smithi133 bash[15104]: cluster 2024-09-11T07:53:50.903230+0000 mgr.y (mgr.14138) 523 : cluster [DBG] pgmap v471: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:52.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:51 smithi133 bash[19346]: cluster 2024-09-11T07:53:50.903230+0000 mgr.y (mgr.14138) 523 : cluster [DBG] pgmap v471: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:54.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:53 smithi169 bash[14688]: cluster 2024-09-11T07:53:52.904362+0000 mgr.y (mgr.14138) 524 : cluster [DBG] pgmap v472: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:54.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:53 smithi133 bash[15104]: cluster 2024-09-11T07:53:52.904362+0000 mgr.y (mgr.14138) 524 : cluster [DBG] pgmap v472: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:53 smithi133 bash[19346]: cluster 2024-09-11T07:53:52.904362+0000 mgr.y (mgr.14138) 524 : cluster [DBG] pgmap v472: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:56.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:55 smithi169 bash[14688]: cluster 2024-09-11T07:53:54.905657+0000 mgr.y (mgr.14138) 525 : cluster [DBG] pgmap v473: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:56.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:55 smithi133 bash[15104]: cluster 2024-09-11T07:53:54.905657+0000 mgr.y (mgr.14138) 525 : cluster [DBG] pgmap v473: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:56.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:55 smithi133 bash[19346]: cluster 2024-09-11T07:53:54.905657+0000 mgr.y (mgr.14138) 525 : cluster [DBG] pgmap v473: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:53:58.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:57 smithi169 bash[14688]: cluster 2024-09-11T07:53:56.906717+0000 mgr.y (mgr.14138) 526 : cluster [DBG] pgmap v474: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:58.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:57 smithi133 bash[15104]: cluster 2024-09-11T07:53:56.906717+0000 mgr.y (mgr.14138) 526 : cluster [DBG] pgmap v474: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:53:58.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:57 smithi133 bash[19346]: cluster 2024-09-11T07:53:56.906717+0000 mgr.y (mgr.14138) 526 : cluster [DBG] pgmap v474: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:00.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:53:59 smithi169 bash[14688]: cluster 2024-09-11T07:53:58.907736+0000 mgr.y (mgr.14138) 527 : cluster [DBG] pgmap v475: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:00.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:53:59 smithi133 bash[15104]: cluster 2024-09-11T07:53:58.907736+0000 mgr.y (mgr.14138) 527 : cluster [DBG] pgmap v475: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:53:59 smithi133 bash[19346]: cluster 2024-09-11T07:53:58.907736+0000 mgr.y (mgr.14138) 527 : cluster [DBG] pgmap v475: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:01.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:00 smithi169 bash[14688]: audit 2024-09-11T07:54:00.858707+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:54:01.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:00 smithi169 bash[14688]: audit 2024-09-11T07:54:00.859987+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:54:01.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:00 smithi133 bash[15104]: audit 2024-09-11T07:54:00.858707+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:54:01.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:00 smithi133 bash[15104]: audit 2024-09-11T07:54:00.859987+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:54:01.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:00 smithi133 bash[19346]: audit 2024-09-11T07:54:00.858707+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T07:54:01.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:00 smithi133 bash[19346]: audit 2024-09-11T07:54:00.859987+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14138 172.21.15.133:0/154146972' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:54:02.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:01 smithi169 bash[14688]: cluster 2024-09-11T07:54:00.908399+0000 mgr.y (mgr.14138) 528 : cluster [DBG] pgmap v476: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:02.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:01 smithi133 bash[15104]: cluster 2024-09-11T07:54:00.908399+0000 mgr.y (mgr.14138) 528 : cluster [DBG] pgmap v476: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:02.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:01 smithi133 bash[19346]: cluster 2024-09-11T07:54:00.908399+0000 mgr.y (mgr.14138) 528 : cluster [DBG] pgmap v476: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:04.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:03 smithi169 bash[14688]: cluster 2024-09-11T07:54:02.910050+0000 mgr.y (mgr.14138) 529 : cluster [DBG] pgmap v477: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:04.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:03 smithi133 bash[15104]: cluster 2024-09-11T07:54:02.910050+0000 mgr.y (mgr.14138) 529 : cluster [DBG] pgmap v477: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:03 smithi133 bash[19346]: cluster 2024-09-11T07:54:02.910050+0000 mgr.y (mgr.14138) 529 : cluster [DBG] pgmap v477: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:06.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:05 smithi169 bash[14688]: cluster 2024-09-11T07:54:04.911174+0000 mgr.y (mgr.14138) 530 : cluster [DBG] pgmap v478: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:06.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:05 smithi133 bash[15104]: cluster 2024-09-11T07:54:04.911174+0000 mgr.y (mgr.14138) 530 : cluster [DBG] pgmap v478: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:05 smithi133 bash[19346]: cluster 2024-09-11T07:54:04.911174+0000 mgr.y (mgr.14138) 530 : cluster [DBG] pgmap v478: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:08.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:07 smithi169 bash[14688]: cluster 2024-09-11T07:54:06.912106+0000 mgr.y (mgr.14138) 531 : cluster [DBG] pgmap v479: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:08.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:07 smithi133 bash[15104]: cluster 2024-09-11T07:54:06.912106+0000 mgr.y (mgr.14138) 531 : cluster [DBG] pgmap v479: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:07 smithi133 bash[19346]: cluster 2024-09-11T07:54:06.912106+0000 mgr.y (mgr.14138) 531 : cluster [DBG] pgmap v479: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:09 smithi169 bash[14688]: cluster 2024-09-11T07:54:08.913231+0000 mgr.y (mgr.14138) 532 : cluster [DBG] pgmap v480: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:09 smithi133 bash[15104]: cluster 2024-09-11T07:54:08.913231+0000 mgr.y (mgr.14138) 532 : cluster [DBG] pgmap v480: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:09 smithi133 bash[19346]: cluster 2024-09-11T07:54:08.913231+0000 mgr.y (mgr.14138) 532 : cluster [DBG] pgmap v480: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:11 smithi169 bash[14688]: cluster 2024-09-11T07:54:10.914166+0000 mgr.y (mgr.14138) 533 : cluster [DBG] pgmap v481: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:11 smithi133 bash[15104]: cluster 2024-09-11T07:54:10.914166+0000 mgr.y (mgr.14138) 533 : cluster [DBG] pgmap v481: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:11 smithi133 bash[19346]: cluster 2024-09-11T07:54:10.914166+0000 mgr.y (mgr.14138) 533 : cluster [DBG] pgmap v481: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:14.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:13 smithi169 bash[14688]: cluster 2024-09-11T07:54:12.915324+0000 mgr.y (mgr.14138) 534 : cluster [DBG] pgmap v482: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:14.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:13 smithi133 bash[15104]: cluster 2024-09-11T07:54:12.915324+0000 mgr.y (mgr.14138) 534 : cluster [DBG] pgmap v482: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:14.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:13 smithi133 bash[19346]: cluster 2024-09-11T07:54:12.915324+0000 mgr.y (mgr.14138) 534 : cluster [DBG] pgmap v482: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:16.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:15 smithi169 bash[14688]: cluster 2024-09-11T07:54:14.916453+0000 mgr.y (mgr.14138) 535 : cluster [DBG] pgmap v483: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:16.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:15 smithi133 bash[15104]: cluster 2024-09-11T07:54:14.916453+0000 mgr.y (mgr.14138) 535 : cluster [DBG] pgmap v483: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:16.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:15 smithi133 bash[19346]: cluster 2024-09-11T07:54:14.916453+0000 mgr.y (mgr.14138) 535 : cluster [DBG] pgmap v483: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:18.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:17 smithi169 bash[14688]: cluster 2024-09-11T07:54:16.917305+0000 mgr.y (mgr.14138) 536 : cluster [DBG] pgmap v484: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:17 smithi133 bash[15104]: cluster 2024-09-11T07:54:16.917305+0000 mgr.y (mgr.14138) 536 : cluster [DBG] pgmap v484: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:18.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:17 smithi133 bash[19346]: cluster 2024-09-11T07:54:16.917305+0000 mgr.y (mgr.14138) 536 : cluster [DBG] pgmap v484: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:20.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:19 smithi169 bash[14688]: cluster 2024-09-11T07:54:18.918449+0000 mgr.y (mgr.14138) 537 : cluster [DBG] pgmap v485: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:20.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:19 smithi133 bash[15104]: cluster 2024-09-11T07:54:18.918449+0000 mgr.y (mgr.14138) 537 : cluster [DBG] pgmap v485: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:20.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:19 smithi133 bash[19346]: cluster 2024-09-11T07:54:18.918449+0000 mgr.y (mgr.14138) 537 : cluster [DBG] pgmap v485: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:22.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:21 smithi169 bash[14688]: cluster 2024-09-11T07:54:20.919421+0000 mgr.y (mgr.14138) 538 : cluster [DBG] pgmap v486: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:22.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:21 smithi133 bash[15104]: cluster 2024-09-11T07:54:20.919421+0000 mgr.y (mgr.14138) 538 : cluster [DBG] pgmap v486: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:22.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:21 smithi133 bash[19346]: cluster 2024-09-11T07:54:20.919421+0000 mgr.y (mgr.14138) 538 : cluster [DBG] pgmap v486: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:24.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:23 smithi169 bash[14688]: cluster 2024-09-11T07:54:22.920455+0000 mgr.y (mgr.14138) 539 : cluster [DBG] pgmap v487: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:24.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:23 smithi133 bash[15104]: cluster 2024-09-11T07:54:22.920455+0000 mgr.y (mgr.14138) 539 : cluster [DBG] pgmap v487: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:24.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:23 smithi133 bash[19346]: cluster 2024-09-11T07:54:22.920455+0000 mgr.y (mgr.14138) 539 : cluster [DBG] pgmap v487: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:26.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:25 smithi169 bash[14688]: cluster 2024-09-11T07:54:24.921627+0000 mgr.y (mgr.14138) 540 : cluster [DBG] pgmap v488: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:25 smithi133 bash[15104]: cluster 2024-09-11T07:54:24.921627+0000 mgr.y (mgr.14138) 540 : cluster [DBG] pgmap v488: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:26.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:25 smithi133 bash[19346]: cluster 2024-09-11T07:54:24.921627+0000 mgr.y (mgr.14138) 540 : cluster [DBG] pgmap v488: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:28.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:27 smithi169 bash[14688]: cluster 2024-09-11T07:54:26.922452+0000 mgr.y (mgr.14138) 541 : cluster [DBG] pgmap v489: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:28.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:27 smithi133 bash[15104]: cluster 2024-09-11T07:54:26.922452+0000 mgr.y (mgr.14138) 541 : cluster [DBG] pgmap v489: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:28.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:27 smithi133 bash[19346]: cluster 2024-09-11T07:54:26.922452+0000 mgr.y (mgr.14138) 541 : cluster [DBG] pgmap v489: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:30.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:29 smithi169 bash[14688]: cluster 2024-09-11T07:54:28.923617+0000 mgr.y (mgr.14138) 542 : cluster [DBG] pgmap v490: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:29 smithi133 bash[19346]: cluster 2024-09-11T07:54:28.923617+0000 mgr.y (mgr.14138) 542 : cluster [DBG] pgmap v490: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:30.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:29 smithi133 bash[15104]: cluster 2024-09-11T07:54:28.923617+0000 mgr.y (mgr.14138) 542 : cluster [DBG] pgmap v490: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:32.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:31 smithi169 bash[14688]: cluster 2024-09-11T07:54:30.924635+0000 mgr.y (mgr.14138) 543 : cluster [DBG] pgmap v491: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:31 smithi133 bash[15104]: cluster 2024-09-11T07:54:30.924635+0000 mgr.y (mgr.14138) 543 : cluster [DBG] pgmap v491: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:31 smithi133 bash[19346]: cluster 2024-09-11T07:54:30.924635+0000 mgr.y (mgr.14138) 543 : cluster [DBG] pgmap v491: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:34.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:33 smithi169 bash[14688]: cluster 2024-09-11T07:54:32.925767+0000 mgr.y (mgr.14138) 544 : cluster [DBG] pgmap v492: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:34.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:33 smithi133 bash[15104]: cluster 2024-09-11T07:54:32.925767+0000 mgr.y (mgr.14138) 544 : cluster [DBG] pgmap v492: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:33 smithi133 bash[19346]: cluster 2024-09-11T07:54:32.925767+0000 mgr.y (mgr.14138) 544 : cluster [DBG] pgmap v492: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:36.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:35 smithi169 bash[14688]: cluster 2024-09-11T07:54:34.926567+0000 mgr.y (mgr.14138) 545 : cluster [DBG] pgmap v493: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:36.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:35 smithi133 bash[15104]: cluster 2024-09-11T07:54:34.926567+0000 mgr.y (mgr.14138) 545 : cluster [DBG] pgmap v493: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:36.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:35 smithi133 bash[19346]: cluster 2024-09-11T07:54:34.926567+0000 mgr.y (mgr.14138) 545 : cluster [DBG] pgmap v493: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:38.298 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:37 smithi133 bash[15104]: cluster 2024-09-11T07:54:36.927499+0000 mgr.y (mgr.14138) 546 : cluster [DBG] pgmap v494: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:38.299 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:37 smithi133 bash[19346]: cluster 2024-09-11T07:54:36.927499+0000 mgr.y (mgr.14138) 546 : cluster [DBG] pgmap v494: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:38.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:37 smithi169 bash[14688]: cluster 2024-09-11T07:54:36.927499+0000 mgr.y (mgr.14138) 546 : cluster [DBG] pgmap v494: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:38.898 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T07:54:40.317 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:39 smithi133 bash[15104]: cluster 2024-09-11T07:54:38.928655+0000 mgr.y (mgr.14138) 547 : cluster [DBG] pgmap v495: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:40.317 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:39 smithi133 bash[19346]: cluster 2024-09-11T07:54:38.928655+0000 mgr.y (mgr.14138) 547 : cluster [DBG] pgmap v495: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:40.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:39 smithi169 bash[14688]: cluster 2024-09-11T07:54:38.928655+0000 mgr.y (mgr.14138) 547 : cluster [DBG] pgmap v495: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:42.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:41 smithi169 bash[14688]: cluster 2024-09-11T07:54:40.929535+0000 mgr.y (mgr.14138) 548 : cluster [DBG] pgmap v496: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:42.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:42 smithi133 bash[15104]: cluster 2024-09-11T07:54:40.929535+0000 mgr.y (mgr.14138) 548 : cluster [DBG] pgmap v496: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:42.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:42 smithi133 bash[19346]: cluster 2024-09-11T07:54:40.929535+0000 mgr.y (mgr.14138) 548 : cluster [DBG] pgmap v496: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:42.462 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-11T07:54:42.462 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (7m) 2m ago 8m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T07:54:42.462 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (8m) 2m ago 8m 6.6.2 docker.io/ceph/ceph-grafana:6.6.2 a0dce381714a 6561d3352548 2024-09-11T07:54:42.462 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running (9m) 2m ago 9m 3.4 docker.io/ceph/ceph:v15.2.9 dfc483079636 4b04489d8e15 2024-09-11T07:54:42.462 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 running 2m ago 13m quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 running (15m) 2m ago 15m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 9ace4962e274 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (15m) 2m ago 15m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 6c868417dde1 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (13m) 2m ago 13m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 8403592c4570 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (14m) 2m ago 14m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 ca084a51bd67 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (8m) 2m ago 8m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf a3e335b83031 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (8m) 2m ago 8m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 42d15393d125 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (13m) 2m ago 13m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 80df84b71732 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (12m) 2m ago 12m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (12m) 2m ago 12m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 865430f2e10d 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (11m) 2m ago 11m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 11f611a8521c 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (11m) 2m ago 11m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (10m) 2m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 a0b9306ef209 2024-09-11T07:54:42.463 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (10m) 2m ago 10m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 80fd7de0345e 2024-09-11T07:54:42.464 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (9m) 2m ago 9m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T07:54:42.464 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (7m) 2m ago 8m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 b5910ecd49c2 2024-09-11T07:54:42.464 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (6m) 2m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 666bed2f41b1 2024-09-11T07:54:42.464 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (6m) 2m ago 6m 15.2.9 docker.io/ceph/ceph:v15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T07:54:43.167 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T07:54:44.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:43 smithi169 bash[14688]: audit 2024-09-11T07:54:42.437687+0000 mgr.y (mgr.14138) 549 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:44.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:43 smithi169 bash[14688]: cluster 2024-09-11T07:54:42.930678+0000 mgr.y (mgr.14138) 550 : cluster [DBG] pgmap v497: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:43 smithi133 bash[19346]: audit 2024-09-11T07:54:42.437687+0000 mgr.y (mgr.14138) 549 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:44.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:43 smithi133 bash[19346]: cluster 2024-09-11T07:54:42.930678+0000 mgr.y (mgr.14138) 550 : cluster [DBG] pgmap v497: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:43 smithi133 bash[15104]: audit 2024-09-11T07:54:42.437687+0000 mgr.y (mgr.14138) 549 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:44.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:43 smithi133 bash[15104]: cluster 2024-09-11T07:54:42.930678+0000 mgr.y (mgr.14138) 550 : cluster [DBG] pgmap v497: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:46.394 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:45 smithi133 bash[15104]: cluster 2024-09-11T07:54:44.931851+0000 mgr.y (mgr.14138) 551 : cluster [DBG] pgmap v498: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:46.394 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:45 smithi133 bash[19346]: cluster 2024-09-11T07:54:44.931851+0000 mgr.y (mgr.14138) 551 : cluster [DBG] pgmap v498: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:46.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:45 smithi169 bash[14688]: cluster 2024-09-11T07:54:44.931851+0000 mgr.y (mgr.14138) 551 : cluster [DBG] pgmap v498: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:46.792 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T07:54:46.792 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T07:54:46.792 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T07:54:46.792 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 1, 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T07:54:46.793 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 14, 2024-09-11T07:54:46.794 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:54:46.794 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T07:54:46.794 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T07:54:47.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:46 smithi133 bash[15104]: audit 2024-09-11T07:54:46.789201+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.133:0/2204787602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:54:47.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:46 smithi133 bash[19346]: audit 2024-09-11T07:54:46.789201+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.133:0/2204787602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:54:47.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:46 smithi169 bash[14688]: audit 2024-09-11T07:54:46.789201+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.133:0/2204787602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:54:47.549 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T07:54:48.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:48 smithi133 bash[15104]: cluster 2024-09-11T07:54:46.932912+0000 mgr.y (mgr.14138) 552 : cluster [DBG] pgmap v499: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:48.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:48 smithi133 bash[19346]: cluster 2024-09-11T07:54:46.932912+0000 mgr.y (mgr.14138) 552 : cluster [DBG] pgmap v499: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:48.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:47 smithi169 bash[14688]: cluster 2024-09-11T07:54:46.932912+0000 mgr.y (mgr.14138) 552 : cluster [DBG] pgmap v499: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:50.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:50 smithi169 bash[14688]: cluster 2024-09-11T07:54:48.934106+0000 mgr.y (mgr.14138) 553 : cluster [DBG] pgmap v500: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:50.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:50 smithi133 bash[15104]: cluster 2024-09-11T07:54:48.934106+0000 mgr.y (mgr.14138) 553 : cluster [DBG] pgmap v500: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:50.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:50 smithi133 bash[19346]: cluster 2024-09-11T07:54:48.934106+0000 mgr.y (mgr.14138) 553 : cluster [DBG] pgmap v500: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:51.133 INFO:teuthology.orchestra.run.smithi133.stdout: cluster: 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: id: d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: health: HEALTH_OK 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: services: 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: mon: 3 daemons, quorum a,c,b (age 13m) 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: mgr: y(active, since 14m), standbys: x 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: osd: 8 osds: 8 up (since 9m), 8 in (since 9m) 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: rgw: 2 daemons active (r.z.smithi133.yujiqq, r.z.smithi169.iczyvx) 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: task status: 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: data: 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: pools: 6 pools, 132 pgs 2024-09-11T07:54:51.134 INFO:teuthology.orchestra.run.smithi133.stdout: objects: 203 objects, 7.4 KiB 2024-09-11T07:54:51.135 INFO:teuthology.orchestra.run.smithi133.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T07:54:51.135 INFO:teuthology.orchestra.run.smithi133.stdout: pgs: 132 active+clean 2024-09-11T07:54:51.135 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:54:51.135 INFO:teuthology.orchestra.run.smithi133.stdout: io: 2024-09-11T07:54:51.135 INFO:teuthology.orchestra.run.smithi133.stdout: client: 852 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-11T07:54:51.135 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T07:54:51.867 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-11T07:54:52.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:52 smithi133 bash[19346]: cluster 2024-09-11T07:54:50.934929+0000 mgr.y (mgr.14138) 554 : cluster [DBG] pgmap v501: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:52.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:52 smithi133 bash[19346]: audit 2024-09-11T07:54:51.130793+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.133:0/777849568' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:54:52.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:52 smithi133 bash[15104]: cluster 2024-09-11T07:54:50.934929+0000 mgr.y (mgr.14138) 554 : cluster [DBG] pgmap v501: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:52.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:52 smithi133 bash[15104]: audit 2024-09-11T07:54:51.130793+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.133:0/777849568' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:54:52.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:52 smithi169 bash[14688]: cluster 2024-09-11T07:54:50.934929+0000 mgr.y (mgr.14138) 554 : cluster [DBG] pgmap v501: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:52.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:52 smithi169 bash[14688]: audit 2024-09-11T07:54:51.130793+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.133:0/777849568' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:54:54.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:53 smithi169 bash[14688]: cluster 2024-09-11T07:54:52.936084+0000 mgr.y (mgr.14138) 555 : cluster [DBG] pgmap v502: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:54.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:53 smithi133 bash[15104]: cluster 2024-09-11T07:54:52.936084+0000 mgr.y (mgr.14138) 555 : cluster [DBG] pgmap v502: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:53 smithi133 bash[19346]: cluster 2024-09-11T07:54:52.936084+0000 mgr.y (mgr.14138) 555 : cluster [DBG] pgmap v502: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:55.318 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T07:54:56.003 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr fail' 2024-09-11T07:54:56.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:55 smithi133 bash[15104]: cluster 2024-09-11T07:54:54.937170+0000 mgr.y (mgr.14138) 556 : cluster [DBG] pgmap v503: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:56.247 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:55 smithi133 bash[15104]: audit 2024-09-11T07:54:55.298830+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.133:0/2752326475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:54:56.247 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:55 smithi133 bash[19346]: cluster 2024-09-11T07:54:54.937170+0000 mgr.y (mgr.14138) 556 : cluster [DBG] pgmap v503: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:56.247 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:55 smithi133 bash[19346]: audit 2024-09-11T07:54:55.298830+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.133:0/2752326475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:54:56.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:55 smithi169 bash[14688]: cluster 2024-09-11T07:54:54.937170+0000 mgr.y (mgr.14138) 556 : cluster [DBG] pgmap v503: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:54:56.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:55 smithi169 bash[14688]: audit 2024-09-11T07:54:55.298830+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.133:0/2752326475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:54:58.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:54:57 smithi169 bash[14688]: cluster 2024-09-11T07:54:56.938157+0000 mgr.y (mgr.14138) 557 : cluster [DBG] pgmap v504: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:58.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:54:57 smithi133 bash[15104]: cluster 2024-09-11T07:54:56.938157+0000 mgr.y (mgr.14138) 557 : cluster [DBG] pgmap v504: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:54:58.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:54:58 smithi133 bash[19346]: cluster 2024-09-11T07:54:56.938157+0000 mgr.y (mgr.14138) 557 : cluster [DBG] pgmap v504: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:00.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:00 smithi169 bash[14688]: cluster 2024-09-11T07:54:58.939318+0000 mgr.y (mgr.14138) 558 : cluster [DBG] pgmap v505: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:00.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:00 smithi169 bash[14688]: audit 2024-09-11T07:54:59.449159+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.133:0/573222086' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T07:55:00.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:00 smithi169 bash[14688]: audit 2024-09-11T07:54:59.449787+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T07:55:00.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:00 smithi169 bash[14688]: cluster 2024-09-11T07:54:59.465917+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T07:55:00.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[15360]: ignoring --setuser ceph since I am not root 2024-09-11T07:55:00.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[15360]: ignoring --setgroup ceph since I am not root 2024-09-11T07:55:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[19346]: cluster 2024-09-11T07:54:58.939318+0000 mgr.y (mgr.14138) 558 : cluster [DBG] pgmap v505: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[19346]: audit 2024-09-11T07:54:59.449159+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.133:0/573222086' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T07:55:00.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[19346]: audit 2024-09-11T07:54:59.449787+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T07:55:00.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[19346]: cluster 2024-09-11T07:54:59.465917+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T07:55:00.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[15104]: cluster 2024-09-11T07:54:58.939318+0000 mgr.y (mgr.14138) 558 : cluster [DBG] pgmap v505: 132 pgs: 132 active+clean; 7.4 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:00.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[15104]: audit 2024-09-11T07:54:59.449159+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.133:0/573222086' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T07:55:00.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[15104]: audit 2024-09-11T07:54:59.449787+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T07:55:00.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:00 smithi133 bash[15104]: cluster 2024-09-11T07:54:59.465917+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T07:55:00.820 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T07:55:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:01 smithi133 bash[15104]: audit 2024-09-11T07:55:00.014502+0000 mon.a (mon.0) 686 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T07:55:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:01 smithi133 bash[15104]: cluster 2024-09-11T07:55:00.014636+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e17: x(active, starting, since 0.563798s) 2024-09-11T07:55:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:01 smithi133 bash[19346]: audit 2024-09-11T07:55:00.014502+0000 mon.a (mon.0) 686 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T07:55:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:01 smithi133 bash[19346]: cluster 2024-09-11T07:55:00.014636+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e17: x(active, starting, since 0.563798s) 2024-09-11T07:55:01.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:01 smithi169 bash[14688]: audit 2024-09-11T07:55:00.014502+0000 mon.a (mon.0) 686 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T07:55:01.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:01 smithi169 bash[14688]: cluster 2024-09-11T07:55:00.014636+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e17: x(active, starting, since 0.563798s) 2024-09-11T07:55:04.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:04 smithi169 bash[14688]: cluster 2024-09-11T07:55:04.401365+0000 mon.a (mon.0) 688 : cluster [DBG] Standby manager daemon y started 2024-09-11T07:55:04.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:04 smithi169 bash[14688]: audit 2024-09-11T07:55:04.402619+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.? 172.21.15.133:0/2956324169' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:55:04.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:04 smithi169 bash[14688]: audit 2024-09-11T07:55:04.404711+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.? 172.21.15.133:0/2956324169' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:55:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:04 smithi133 bash[15104]: cluster 2024-09-11T07:55:04.401365+0000 mon.a (mon.0) 688 : cluster [DBG] Standby manager daemon y started 2024-09-11T07:55:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:04 smithi133 bash[15104]: audit 2024-09-11T07:55:04.402619+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.? 172.21.15.133:0/2956324169' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:55:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:04 smithi133 bash[15104]: audit 2024-09-11T07:55:04.404711+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.? 172.21.15.133:0/2956324169' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:55:04.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:04 smithi133 bash[19346]: cluster 2024-09-11T07:55:04.401365+0000 mon.a (mon.0) 688 : cluster [DBG] Standby manager daemon y started 2024-09-11T07:55:04.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:04 smithi133 bash[19346]: audit 2024-09-11T07:55:04.402619+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.? 172.21.15.133:0/2956324169' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:55:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:04 smithi133 bash[19346]: audit 2024-09-11T07:55:04.404711+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.? 172.21.15.133:0/2956324169' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:55:05.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:05 smithi169 bash[14688]: audit 2024-09-11T07:55:04.463692+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T07:55:05.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:05 smithi169 bash[14688]: cluster 2024-09-11T07:55:04.464940+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e18: x(active, starting, since 5s), standbys: y 2024-09-11T07:55:05.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:05 smithi169 bash[14688]: audit 2024-09-11T07:55:04.466452+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T07:55:05.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:05 smithi133 bash[15104]: audit 2024-09-11T07:55:04.463692+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T07:55:05.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:05 smithi133 bash[15104]: cluster 2024-09-11T07:55:04.464940+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e18: x(active, starting, since 5s), standbys: y 2024-09-11T07:55:05.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:05 smithi133 bash[15104]: audit 2024-09-11T07:55:04.466452+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T07:55:05.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:05 smithi133 bash[19346]: audit 2024-09-11T07:55:04.463692+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T07:55:05.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:05 smithi133 bash[19346]: cluster 2024-09-11T07:55:04.464940+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e18: x(active, starting, since 5s), standbys: y 2024-09-11T07:55:05.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:05 smithi133 bash[19346]: audit 2024-09-11T07:55:04.466452+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T07:55:06.766 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.010848+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:06.766 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.011325+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:06.766 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.011798+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:06.766 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.015825+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:55:06.766 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.016483+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:55:06.766 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.017030+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:55:06.766 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.017599+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:55:06.766 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.018179+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.018714+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.019256+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.020004+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.020634+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.021066+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.022012+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.023647+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.025240+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.025887+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.026519+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.027215+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.027752+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.028197+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T07:55:06.767 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.028666+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.029112+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.029578+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.030026+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.030539+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.031048+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.031535+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.032021+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.032541+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.033027+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.033556+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.034029+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.034517+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.035002+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:55:06.768 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.035466+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T07:55:06.769 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.035953+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T07:55:06.769 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.036411+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T07:55:06.769 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:06 smithi169 bash[14688]: audit 2024-09-11T07:55:06.036816+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T07:55:06.769 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.010848+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:06.769 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.011325+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:06.769 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.011798+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:06.769 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.015825+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:55:06.769 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.016483+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.017030+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.017599+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.018179+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.018714+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.019256+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.020004+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.020634+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.021066+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.022012+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.023647+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.025240+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.025887+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T07:55:06.770 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.026519+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.010848+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.011325+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.011798+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.015825+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.016483+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.017030+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.017599+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.018179+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.018714+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.019256+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.020004+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:55:06.771 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.020634+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.021066+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.022012+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.023647+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.025240+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.025887+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.026519+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.027215+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.027752+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.028197+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T07:55:06.772 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.028666+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.029112+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.029578+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.030026+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.030539+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.031048+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.031535+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.032021+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.032541+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.033027+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.033556+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.034029+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.034517+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:55:06.773 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.035002+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.027215+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.027752+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.028197+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.028666+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.029112+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.029578+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.030026+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.030539+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.031048+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.031535+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.032021+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.032541+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T07:55:06.774 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.033027+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T07:55:06.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.033556+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T07:55:06.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.034029+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T07:55:06.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.034517+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:55:06.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.035002+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:55:06.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.035466+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T07:55:06.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.035953+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T07:55:06.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.036411+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T07:55:06.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[15104]: audit 2024-09-11T07:55:06.036816+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T07:55:06.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.035466+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T07:55:06.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.035953+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T07:55:06.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.036411+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T07:55:06.776 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:06 smithi133 bash[19346]: audit 2024-09-11T07:55:06.036816+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T07:55:07.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: cluster 2024-09-11T07:55:06.542823+0000 mon.a (mon.0) 692 : cluster [INF] Manager daemon x is now available 2024-09-11T07:55:07.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: cephadm 2024-09-11T07:55:06.556585+0000 mgr.x (mgr.34733) 1 : cephadm [INF] inventory: adjusted host smithi133 addr 'smithi133' -> '172.21.15.133' 2024-09-11T07:55:07.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.570438+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: cephadm 2024-09-11T07:55:06.582485+0000 mgr.x (mgr.34733) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T07:55:07.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.588156+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.596063+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.655014+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:55:07.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.663093+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:55:07.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.668531+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.680542+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T07:55:07.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.687977+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T07:55:07.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.973490+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:07.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: audit 2024-09-11T07:55:06.985249+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:07.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: cephadm 2024-09-11T07:55:07.146726+0000 mgr.x (mgr.34733) 3 : cephadm [INF] Deploying cephadm binary to smithi169 2024-09-11T07:55:07.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:07 smithi169 bash[14688]: cephadm 2024-09-11T07:55:07.171446+0000 mgr.x (mgr.34733) 4 : cephadm [INF] Deploying cephadm binary to smithi133 2024-09-11T07:55:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: cluster 2024-09-11T07:55:06.542823+0000 mon.a (mon.0) 692 : cluster [INF] Manager daemon x is now available 2024-09-11T07:55:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: cephadm 2024-09-11T07:55:06.556585+0000 mgr.x (mgr.34733) 1 : cephadm [INF] inventory: adjusted host smithi133 addr 'smithi133' -> '172.21.15.133' 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.570438+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: cephadm 2024-09-11T07:55:06.582485+0000 mgr.x (mgr.34733) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.588156+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.596063+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.655014+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.663093+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.668531+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.680542+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.687977+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.973490+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: audit 2024-09-11T07:55:06.985249+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: cephadm 2024-09-11T07:55:07.146726+0000 mgr.x (mgr.34733) 3 : cephadm [INF] Deploying cephadm binary to smithi169 2024-09-11T07:55:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[15104]: cephadm 2024-09-11T07:55:07.171446+0000 mgr.x (mgr.34733) 4 : cephadm [INF] Deploying cephadm binary to smithi133 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: cluster 2024-09-11T07:55:06.542823+0000 mon.a (mon.0) 692 : cluster [INF] Manager daemon x is now available 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: cephadm 2024-09-11T07:55:06.556585+0000 mgr.x (mgr.34733) 1 : cephadm [INF] inventory: adjusted host smithi133 addr 'smithi133' -> '172.21.15.133' 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.570438+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: cephadm 2024-09-11T07:55:06.582485+0000 mgr.x (mgr.34733) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.588156+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.596063+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.655014+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.663093+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.668531+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.680542+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T07:55:07.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.687977+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T07:55:07.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.973490+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:07.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: audit 2024-09-11T07:55:06.985249+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:07.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: cephadm 2024-09-11T07:55:07.146726+0000 mgr.x (mgr.34733) 3 : cephadm [INF] Deploying cephadm binary to smithi169 2024-09-11T07:55:07.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:07 smithi133 bash[19346]: cephadm 2024-09-11T07:55:07.171446+0000 mgr.x (mgr.34733) 4 : cephadm [INF] Deploying cephadm binary to smithi133 2024-09-11T07:55:08.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:08 smithi169 bash[14688]: cluster 2024-09-11T07:55:07.499020+0000 mon.a (mon.0) 699 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-09-11T07:55:08.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:08 smithi169 bash[14688]: cluster 2024-09-11T07:55:07.541593+0000 mgr.x (mgr.34733) 5 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:08.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:08 smithi169 bash[14688]: cluster 2024-09-11T07:55:08.020068+0000 mgr.x (mgr.34733) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:08.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:08 smithi133 bash[15104]: cluster 2024-09-11T07:55:07.499020+0000 mon.a (mon.0) 699 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-09-11T07:55:08.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:08 smithi133 bash[15104]: cluster 2024-09-11T07:55:07.541593+0000 mgr.x (mgr.34733) 5 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:08.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:08 smithi133 bash[15104]: cluster 2024-09-11T07:55:08.020068+0000 mgr.x (mgr.34733) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:08.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:08 smithi133 bash[19346]: cluster 2024-09-11T07:55:07.499020+0000 mon.a (mon.0) 699 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-09-11T07:55:08.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:08 smithi133 bash[19346]: cluster 2024-09-11T07:55:07.541593+0000 mgr.x (mgr.34733) 5 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:08.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:08 smithi133 bash[19346]: cluster 2024-09-11T07:55:08.020068+0000 mgr.x (mgr.34733) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:09.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[14688]: audit 2024-09-11T07:55:08.616899+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:55:09.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[14688]: audit 2024-09-11T07:55:08.624464+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:55:09.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[14688]: cluster 2024-09-11T07:55:08.879943+0000 mon.a (mon.0) 701 : cluster [DBG] mgrmap e20: x(active, since 9s), standbys: y 2024-09-11T07:55:09.932 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: debug 2024-09-11T07:55:09.642+0000 7f635dfc3640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:07:55:09] ENGINE Error in HTTPServer.serve 2024-09-11T07:55:09.932 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: Traceback (most recent call last): 2024-09-11T07:55:09.932 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:55:09.932 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: self._connections.run(self.expiration_interval) 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: self._run(expiration_interval) 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: s = self.context.wrap_socket( 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: return self.sslsocket_class._create( 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: self.do_handshake() 2024-09-11T07:55:09.933 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:55:09.934 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: self._sslobj.do_handshake() 2024-09-11T07:55:09.934 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:09 smithi169 bash[27590]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:55:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:09 smithi133 bash[15104]: audit 2024-09-11T07:55:08.616899+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:55:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:09 smithi133 bash[15104]: audit 2024-09-11T07:55:08.624464+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:55:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:09 smithi133 bash[15104]: cluster 2024-09-11T07:55:08.879943+0000 mon.a (mon.0) 701 : cluster [DBG] mgrmap e20: x(active, since 9s), standbys: y 2024-09-11T07:55:09.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:09 smithi133 bash[19346]: audit 2024-09-11T07:55:08.616899+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:55:09.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:09 smithi133 bash[19346]: audit 2024-09-11T07:55:08.624464+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:55:09.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:09 smithi133 bash[19346]: cluster 2024-09-11T07:55:08.879943+0000 mon.a (mon.0) 701 : cluster [DBG] mgrmap e20: x(active, since 9s), standbys: y 2024-09-11T07:55:10.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: audit 2024-09-11T07:55:09.511801+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:55:10.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: audit 2024-09-11T07:55:09.514162+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T07:55:10.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: cluster 2024-09-11T07:55:09.514234+0000 mon.a (mon.0) 703 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T07:55:10.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: audit 2024-09-11T07:55:09.519694+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: cephadm 2024-09-11T07:55:09.521744+0000 mgr.x (mgr.34733) 7 : cephadm [INF] [11/Sep/2024:07:55:09] ENGINE Bus STARTING 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: cephadm 2024-09-11T07:55:09.643476+0000 mgr.x (mgr.34733) 8 : cephadm [INF] [11/Sep/2024:07:55:09] ENGINE Serving on https://172.21.15.169:7150 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: cephadm 2024-09-11T07:55:09.643736+0000 mgr.x (mgr.34733) 9 : cephadm [INF] [11/Sep/2024:07:55:09] ENGINE Bus STARTED 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: cephadm 2024-09-11T07:55:09.647009+0000 mgr.x (mgr.34733) 10 : cephadm [ERR] [11/Sep/2024:07:55:09] ENGINE Error in HTTPServer.serve 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: Traceback (most recent call last): 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: self._connections.run(self.expiration_interval) 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: self._run(expiration_interval) 2024-09-11T07:55:10.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: s = self.context.wrap_socket( 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: return self.sslsocket_class._create( 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: self.do_handshake() 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:55:10.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: self._sslobj.do_handshake() 2024-09-11T07:55:10.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:55:10.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: audit 2024-09-11T07:55:09.659950+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:10.935 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:10 smithi169 bash[14688]: cluster 2024-09-11T07:55:10.020911+0000 mgr.x (mgr.34733) 11 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:10.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: audit 2024-09-11T07:55:09.511801+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: audit 2024-09-11T07:55:09.514162+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: cluster 2024-09-11T07:55:09.514234+0000 mon.a (mon.0) 703 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: audit 2024-09-11T07:55:09.519694+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: cephadm 2024-09-11T07:55:09.521744+0000 mgr.x (mgr.34733) 7 : cephadm [INF] [11/Sep/2024:07:55:09] ENGINE Bus STARTING 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: cephadm 2024-09-11T07:55:09.643476+0000 mgr.x (mgr.34733) 8 : cephadm [INF] [11/Sep/2024:07:55:09] ENGINE Serving on https://172.21.15.169:7150 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: cephadm 2024-09-11T07:55:09.643736+0000 mgr.x (mgr.34733) 9 : cephadm [INF] [11/Sep/2024:07:55:09] ENGINE Bus STARTED 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: cephadm 2024-09-11T07:55:09.647009+0000 mgr.x (mgr.34733) 10 : cephadm [ERR] [11/Sep/2024:07:55:09] ENGINE Error in HTTPServer.serve 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: Traceback (most recent call last): 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: self._connections.run(self.expiration_interval) 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:55:10.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: self._run(expiration_interval) 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: s = self.context.wrap_socket( 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: return self.sslsocket_class._create( 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: self.do_handshake() 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:55:10.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: self._sslobj.do_handshake() 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: audit 2024-09-11T07:55:09.659950+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[15104]: cluster 2024-09-11T07:55:10.020911+0000 mgr.x (mgr.34733) 11 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: audit 2024-09-11T07:55:09.511801+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: audit 2024-09-11T07:55:09.514162+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: cluster 2024-09-11T07:55:09.514234+0000 mon.a (mon.0) 703 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: audit 2024-09-11T07:55:09.519694+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: cephadm 2024-09-11T07:55:09.521744+0000 mgr.x (mgr.34733) 7 : cephadm [INF] [11/Sep/2024:07:55:09] ENGINE Bus STARTING 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: cephadm 2024-09-11T07:55:09.643476+0000 mgr.x (mgr.34733) 8 : cephadm [INF] [11/Sep/2024:07:55:09] ENGINE Serving on https://172.21.15.169:7150 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: cephadm 2024-09-11T07:55:09.643736+0000 mgr.x (mgr.34733) 9 : cephadm [INF] [11/Sep/2024:07:55:09] ENGINE Bus STARTED 2024-09-11T07:55:10.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: cephadm 2024-09-11T07:55:09.647009+0000 mgr.x (mgr.34733) 10 : cephadm [ERR] [11/Sep/2024:07:55:09] ENGINE Error in HTTPServer.serve 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: Traceback (most recent call last): 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: self._connections.run(self.expiration_interval) 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: self._run(expiration_interval) 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: s = self.context.wrap_socket( 2024-09-11T07:55:10.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:55:10.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: return self.sslsocket_class._create( 2024-09-11T07:55:10.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:55:10.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: self.do_handshake() 2024-09-11T07:55:10.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:55:10.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: self._sslobj.do_handshake() 2024-09-11T07:55:10.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:55:10.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: audit 2024-09-11T07:55:09.659950+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:10.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:10 smithi133 bash[19346]: cluster 2024-09-11T07:55:10.020911+0000 mgr.x (mgr.34733) 11 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:11.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:11 smithi169 bash[14688]: audit 2024-09-11T07:55:10.527584+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:55:11.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:11 smithi169 bash[14688]: cluster 2024-09-11T07:55:10.527744+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-11T07:55:11.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:11 smithi133 bash[19346]: audit 2024-09-11T07:55:10.527584+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:55:11.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:11 smithi133 bash[19346]: cluster 2024-09-11T07:55:10.527744+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-11T07:55:11.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:11 smithi133 bash[15104]: audit 2024-09-11T07:55:10.527584+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:55:11.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:11 smithi133 bash[15104]: cluster 2024-09-11T07:55:10.527744+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-11T07:55:12.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:12 smithi169 bash[14688]: audit 2024-09-11T07:55:11.545537+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:12.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:12 smithi169 bash[14688]: cluster 2024-09-11T07:55:12.021669+0000 mgr.x (mgr.34733) 12 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:12.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:12 smithi133 bash[19346]: audit 2024-09-11T07:55:11.545537+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:12.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:12 smithi133 bash[19346]: cluster 2024-09-11T07:55:12.021669+0000 mgr.x (mgr.34733) 12 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:12.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:12 smithi133 bash[15104]: audit 2024-09-11T07:55:11.545537+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:12.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:12 smithi133 bash[15104]: cluster 2024-09-11T07:55:12.021669+0000 mgr.x (mgr.34733) 12 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 7.4 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T07:55:13.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:13 smithi169 bash[14688]: cluster 2024-09-11T07:55:12.558410+0000 mon.a (mon.0) 709 : cluster [DBG] mgrmap e21: x(active, since 13s), standbys: y 2024-09-11T07:55:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:13 smithi133 bash[15104]: cluster 2024-09-11T07:55:12.558410+0000 mon.a (mon.0) 709 : cluster [DBG] mgrmap e21: x(active, since 13s), standbys: y 2024-09-11T07:55:13.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:13 smithi133 bash[19346]: cluster 2024-09-11T07:55:12.558410+0000 mon.a (mon.0) 709 : cluster [DBG] mgrmap e21: x(active, since 13s), standbys: y 2024-09-11T07:55:14.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:14 smithi169 bash[14688]: audit 2024-09-11T07:55:13.949132+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:14.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:14 smithi169 bash[14688]: audit 2024-09-11T07:55:13.962597+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:14.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:14 smithi169 bash[14688]: audit 2024-09-11T07:55:13.969535+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:14.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:14 smithi169 bash[14688]: cluster 2024-09-11T07:55:14.022494+0000 mgr.x (mgr.34733) 13 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 6.5 KiB/s rd, 130 KiB/s wr, 17 op/s 2024-09-11T07:55:14.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:14 smithi169 bash[14688]: audit 2024-09-11T07:55:14.345840+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:14.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[19346]: audit 2024-09-11T07:55:13.949132+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:14.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[19346]: audit 2024-09-11T07:55:13.962597+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:14.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[19346]: audit 2024-09-11T07:55:13.969535+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:14.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[19346]: cluster 2024-09-11T07:55:14.022494+0000 mgr.x (mgr.34733) 13 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 6.5 KiB/s rd, 130 KiB/s wr, 17 op/s 2024-09-11T07:55:14.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[19346]: audit 2024-09-11T07:55:14.345840+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:14.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[15104]: audit 2024-09-11T07:55:13.949132+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:14.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[15104]: audit 2024-09-11T07:55:13.962597+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:14.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[15104]: audit 2024-09-11T07:55:13.969535+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:14.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[15104]: cluster 2024-09-11T07:55:14.022494+0000 mgr.x (mgr.34733) 13 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 6.5 KiB/s rd, 130 KiB/s wr, 17 op/s 2024-09-11T07:55:14.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:14 smithi133 bash[15104]: audit 2024-09-11T07:55:14.345840+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:15.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:14.551458+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:15.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:14.570299+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:14.575153+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T07:55:15.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:14.578976+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:14.713724+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:15.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:14.727674+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:14.735796+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:15.093685+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:15.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:15.256376+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:15.310077+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:15.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:15.324920+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:15.330168+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T07:55:15.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:15 smithi169 bash[14688]: audit 2024-09-11T07:55:15.333492+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:14.551458+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:14.570299+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:14.575153+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:14.578976+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:14.713724+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:14.727674+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:14.735796+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:15.093685+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:15.256376+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:15.310077+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:15.324920+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:15.330168+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[15104]: audit 2024-09-11T07:55:15.333492+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:14.551458+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:14.570299+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:14.575153+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:14.578976+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:14.713724+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:14.727674+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:14.735796+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:15.093685+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:15.256376+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:15.310077+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:15.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:15.324920+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:15.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:15.330168+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T07:55:15.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:15 smithi133 bash[19346]: audit 2024-09-11T07:55:15.333492+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:16.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:16 smithi169 bash[14688]: cluster 2024-09-11T07:55:16.023203+0000 mgr.x (mgr.34733) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 105 KiB/s wr, 14 op/s 2024-09-11T07:55:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:16 smithi133 bash[15104]: cluster 2024-09-11T07:55:16.023203+0000 mgr.x (mgr.34733) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 105 KiB/s wr, 14 op/s 2024-09-11T07:55:16.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:16 smithi133 bash[19346]: cluster 2024-09-11T07:55:16.023203+0000 mgr.x (mgr.34733) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.3 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 105 KiB/s wr, 14 op/s 2024-09-11T07:55:19.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:19 smithi169 bash[14688]: audit 2024-09-11T07:55:17.889160+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:19.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:19 smithi169 bash[14688]: audit 2024-09-11T07:55:17.889350+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:19.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:19 smithi169 bash[14688]: audit 2024-09-11T07:55:17.889481+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:19.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:19 smithi169 bash[14688]: audit 2024-09-11T07:55:17.895693+0000 mon.a (mon.0) 719 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:55:19.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:19 smithi169 bash[14688]: cluster 2024-09-11T07:55:18.024636+0000 mgr.x (mgr.34733) 15 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 9.0 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 160 KiB/s wr, 17 op/s 2024-09-11T07:55:19.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:19 smithi169 bash[14688]: audit 2024-09-11T07:55:18.794332+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:19.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:19 smithi169 bash[14688]: audit 2024-09-11T07:55:18.794951+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:19.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:19 smithi169 bash[14688]: audit 2024-09-11T07:55:18.795516+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:19.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:19 smithi169 bash[14688]: audit 2024-09-11T07:55:18.796631+0000 mon.a (mon.0) 720 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:55:19.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[15104]: audit 2024-09-11T07:55:17.889160+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:19.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[15104]: audit 2024-09-11T07:55:17.889350+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[15104]: audit 2024-09-11T07:55:17.889481+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[15104]: audit 2024-09-11T07:55:17.895693+0000 mon.a (mon.0) 719 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[15104]: cluster 2024-09-11T07:55:18.024636+0000 mgr.x (mgr.34733) 15 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 9.0 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 160 KiB/s wr, 17 op/s 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[15104]: audit 2024-09-11T07:55:18.794332+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[15104]: audit 2024-09-11T07:55:18.794951+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[15104]: audit 2024-09-11T07:55:18.795516+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[15104]: audit 2024-09-11T07:55:18.796631+0000 mon.a (mon.0) 720 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[19346]: audit 2024-09-11T07:55:17.889160+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[19346]: audit 2024-09-11T07:55:17.889350+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[19346]: audit 2024-09-11T07:55:17.889481+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:19.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[19346]: audit 2024-09-11T07:55:17.895693+0000 mon.a (mon.0) 719 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:55:19.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[19346]: cluster 2024-09-11T07:55:18.024636+0000 mgr.x (mgr.34733) 15 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 9.0 MiB used, 707 GiB / 715 GiB avail; 6.6 KiB/s rd, 160 KiB/s wr, 17 op/s 2024-09-11T07:55:19.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[19346]: audit 2024-09-11T07:55:18.794332+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:19.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[19346]: audit 2024-09-11T07:55:18.794951+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:19.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[19346]: audit 2024-09-11T07:55:18.795516+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:19.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:19 smithi133 bash[19346]: audit 2024-09-11T07:55:18.796631+0000 mon.a (mon.0) 720 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:55:20.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:20 smithi169 bash[14688]: audit 2024-09-11T07:55:18.800395+0000 mon.c (mon.1) 27 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:55:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:20 smithi169 bash[14688]: audit 2024-09-11T07:55:19.657493+0000 mon.c (mon.1) 28 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:55:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:20 smithi169 bash[14688]: audit 2024-09-11T07:55:19.665669+0000 mon.b (mon.2) 92 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:55:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:20 smithi169 bash[14688]: cluster 2024-09-11T07:55:20.025412+0000 mgr.x (mgr.34733) 16 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 9.0 MiB used, 707 GiB / 715 GiB avail; 5.6 KiB/s rd, 137 KiB/s wr, 15 op/s 2024-09-11T07:55:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:20 smithi169 bash[14688]: audit 2024-09-11T07:55:20.559013+0000 mon.b (mon.2) 93 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:55:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:20 smithi169 bash[14688]: audit 2024-09-11T07:55:20.559796+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:20 smithi169 bash[14688]: audit 2024-09-11T07:55:20.560428+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:20 smithi169 bash[14688]: audit 2024-09-11T07:55:20.560954+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[15104]: audit 2024-09-11T07:55:18.800395+0000 mon.c (mon.1) 27 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:55:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[15104]: audit 2024-09-11T07:55:19.657493+0000 mon.c (mon.1) 28 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[15104]: audit 2024-09-11T07:55:19.665669+0000 mon.b (mon.2) 92 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[15104]: cluster 2024-09-11T07:55:20.025412+0000 mgr.x (mgr.34733) 16 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 9.0 MiB used, 707 GiB / 715 GiB avail; 5.6 KiB/s rd, 137 KiB/s wr, 15 op/s 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[15104]: audit 2024-09-11T07:55:20.559013+0000 mon.b (mon.2) 93 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[15104]: audit 2024-09-11T07:55:20.559796+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[15104]: audit 2024-09-11T07:55:20.560428+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[15104]: audit 2024-09-11T07:55:20.560954+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[19346]: audit 2024-09-11T07:55:18.800395+0000 mon.c (mon.1) 27 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[19346]: audit 2024-09-11T07:55:19.657493+0000 mon.c (mon.1) 28 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[19346]: audit 2024-09-11T07:55:19.665669+0000 mon.b (mon.2) 92 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:55:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[19346]: cluster 2024-09-11T07:55:20.025412+0000 mgr.x (mgr.34733) 16 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 9.0 MiB used, 707 GiB / 715 GiB avail; 5.6 KiB/s rd, 137 KiB/s wr, 15 op/s 2024-09-11T07:55:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[19346]: audit 2024-09-11T07:55:20.559013+0000 mon.b (mon.2) 93 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:55:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[19346]: audit 2024-09-11T07:55:20.559796+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[19346]: audit 2024-09-11T07:55:20.560428+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:20 smithi133 bash[19346]: audit 2024-09-11T07:55:20.560954+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:23.385 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:23 smithi169 bash[14688]: cluster 2024-09-11T07:55:22.026151+0000 mgr.x (mgr.34733) 17 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 9.0 MiB used, 707 GiB / 715 GiB avail; 4.9 KiB/s rd, 119 KiB/s wr, 13 op/s 2024-09-11T07:55:23.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:23 smithi133 bash[15104]: cluster 2024-09-11T07:55:22.026151+0000 mgr.x (mgr.34733) 17 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 9.0 MiB used, 707 GiB / 715 GiB avail; 4.9 KiB/s rd, 119 KiB/s wr, 13 op/s 2024-09-11T07:55:23.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:23 smithi133 bash[19346]: cluster 2024-09-11T07:55:22.026151+0000 mgr.x (mgr.34733) 17 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 9.0 MiB used, 707 GiB / 715 GiB avail; 4.9 KiB/s rd, 119 KiB/s wr, 13 op/s 2024-09-11T07:55:25.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: cluster 2024-09-11T07:55:24.027673+0000 mgr.x (mgr.34733) 18 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 136 KiB/s wr, 15 op/s 2024-09-11T07:55:25.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.609865+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:25.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.625827+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.634338+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.635204+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.635948+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.636670+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.637438+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.638169+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.638376+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.638918+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.639620+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[14688]: audit 2024-09-11T07:55:24.640381+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: cluster 2024-09-11T07:55:24.027673+0000 mgr.x (mgr.34733) 18 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 136 KiB/s wr, 15 op/s 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.609865+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.625827+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.634338+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.635204+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.635948+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.636670+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.637438+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.638169+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.638376+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.638918+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.639620+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[15104]: audit 2024-09-11T07:55:24.640381+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: cluster 2024-09-11T07:55:24.027673+0000 mgr.x (mgr.34733) 18 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 136 KiB/s wr, 15 op/s 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.609865+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.625827+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.634338+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.635204+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.635948+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.636670+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.637438+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.638169+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.638376+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.638918+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:25.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.639620+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:25.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:25 smithi133 bash[19346]: audit 2024-09-11T07:55:24.640381+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.105 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: debug 2024-09-11T07:55:25.690+0000 7f6388818640 -1 log_channel(cephadm) log [ERR] : Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-11T07:55:26.105 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: Traceback (most recent call last): 2024-09-11T07:55:26.105 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:55:26.106 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:55:26.106 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2202, in _daemon_action 2024-09-11T07:55:26.106 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: daemon_spec = self.cephadm_services[daemon_type_to_service( 2024-09-11T07:55:26.106 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: File "/usr/share/ceph/mgr/cephadm/services/iscsi.py", line 42, in prepare_create 2024-09-11T07:55:26.106 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: keyring = self.get_keyring_with_caps(self.get_auth_entity(igw_id), 2024-09-11T07:55:26.106 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: File "/usr/share/ceph/mgr/cephadm/services/cephadmservice.py", line 283, in get_keyring_with_caps 2024-09-11T07:55:26.106 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: raise OrchestratorError(f"Unable to fetch keyring for {entity}: {err}") 2024-09-11T07:55:26.106 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 07:55:25 smithi169 bash[27590]: orchestrator._interface.OrchestratorError: Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-11T07:55:26.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.488397+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.505652+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.515409+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.516270+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.517140+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.517918+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.518782+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.519614+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.519847+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.520478+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.521357+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.522252+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.540361+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.553179+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.568886+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.578664+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.594150+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.608632+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.678832+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.681531+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth caps", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.686520+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.689095+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth caps", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.691836+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.iscsi.iscsi.a"}]: dispatch 2024-09-11T07:55:26.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:26 smithi169 bash[14688]: audit 2024-09-11T07:55:25.696975+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "auth caps", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-09-11T07:55:26.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.488397+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:26.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.505652+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.515409+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.516270+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.517140+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.517918+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.518782+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.519614+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.519847+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.520478+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.521357+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.522252+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.540361+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.553179+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.568886+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.578664+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.594150+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.608632+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.678832+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.681531+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth caps", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.686520+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.689095+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth caps", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.691836+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.iscsi.iscsi.a"}]: dispatch 2024-09-11T07:55:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[15104]: audit 2024-09-11T07:55:25.696975+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "auth caps", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-09-11T07:55:26.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.488397+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:26.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.505652+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.515409+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.516270+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.517140+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.517918+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.518782+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.519614+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.519847+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.520478+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.521357+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T07:55:26.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.522252+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T07:55:26.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.540361+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.553179+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.568886+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.578664+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.594150+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.608632+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:26.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.678832+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.457 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.681531+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth caps", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.457 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.686520+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.457 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.689095+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth caps", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:26.457 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.691836+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.iscsi.iscsi.a"}]: dispatch 2024-09-11T07:55:26.457 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:26 smithi133 bash[19346]: audit 2024-09-11T07:55:25.696975+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "auth caps", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: cephadm 2024-09-11T07:55:25.592934+0000 mgr.x (mgr.34733) 19 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'r.z', 'service_name': 'rgw.r.z', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: cephadm 2024-09-11T07:55:25.678204+0000 mgr.x (mgr.34733) 20 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: cephadm 2024-09-11T07:55:25.691454+0000 mgr.x (mgr.34733) 21 : cephadm [WRN] Unable to update caps for client.iscsi.iscsi.a 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: cephadm 2024-09-11T07:55:25.694914+0000 mgr.x (mgr.34733) 22 : cephadm [ERR] Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: Traceback (most recent call last): 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2202, in _daemon_action 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: daemon_spec = self.cephadm_services[daemon_type_to_service( 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: File "/usr/share/ceph/mgr/cephadm/services/iscsi.py", line 42, in prepare_create 2024-09-11T07:55:27.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: keyring = self.get_keyring_with_caps(self.get_auth_entity(igw_id), 2024-09-11T07:55:27.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: File "/usr/share/ceph/mgr/cephadm/services/cephadmservice.py", line 283, in get_keyring_with_caps 2024-09-11T07:55:27.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: raise OrchestratorError(f"Unable to fetch keyring for {entity}: {err}") 2024-09-11T07:55:27.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: orchestrator._interface.OrchestratorError: Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-11T07:55:27.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: cephadm 2024-09-11T07:55:25.695617+0000 mgr.x (mgr.34733) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T07:55:27.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: cephadm 2024-09-11T07:55:25.713305+0000 mgr.x (mgr.34733) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi169 2024-09-11T07:55:27.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:27 smithi169 bash[14688]: cluster 2024-09-11T07:55:26.028421+0000 mgr.x (mgr.34733) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-11T07:55:27.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: cephadm 2024-09-11T07:55:25.592934+0000 mgr.x (mgr.34733) 19 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'r.z', 'service_name': 'rgw.r.z', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-09-11T07:55:27.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: cephadm 2024-09-11T07:55:25.678204+0000 mgr.x (mgr.34733) 20 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: cephadm 2024-09-11T07:55:25.691454+0000 mgr.x (mgr.34733) 21 : cephadm [WRN] Unable to update caps for client.iscsi.iscsi.a 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: cephadm 2024-09-11T07:55:25.694914+0000 mgr.x (mgr.34733) 22 : cephadm [ERR] Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: Traceback (most recent call last): 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2202, in _daemon_action 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: daemon_spec = self.cephadm_services[daemon_type_to_service( 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: File "/usr/share/ceph/mgr/cephadm/services/iscsi.py", line 42, in prepare_create 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: keyring = self.get_keyring_with_caps(self.get_auth_entity(igw_id), 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: File "/usr/share/ceph/mgr/cephadm/services/cephadmservice.py", line 283, in get_keyring_with_caps 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: raise OrchestratorError(f"Unable to fetch keyring for {entity}: {err}") 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: orchestrator._interface.OrchestratorError: Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-11T07:55:27.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: cephadm 2024-09-11T07:55:25.695617+0000 mgr.x (mgr.34733) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: cephadm 2024-09-11T07:55:25.713305+0000 mgr.x (mgr.34733) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi169 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[15104]: cluster 2024-09-11T07:55:26.028421+0000 mgr.x (mgr.34733) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: cephadm 2024-09-11T07:55:25.592934+0000 mgr.x (mgr.34733) 19 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'r.z', 'service_name': 'rgw.r.z', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: cephadm 2024-09-11T07:55:25.678204+0000 mgr.x (mgr.34733) 20 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: cephadm 2024-09-11T07:55:25.691454+0000 mgr.x (mgr.34733) 21 : cephadm [WRN] Unable to update caps for client.iscsi.iscsi.a 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: cephadm 2024-09-11T07:55:25.694914+0000 mgr.x (mgr.34733) 22 : cephadm [ERR] Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: Traceback (most recent call last): 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2202, in _daemon_action 2024-09-11T07:55:27.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: daemon_spec = self.cephadm_services[daemon_type_to_service( 2024-09-11T07:55:27.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: File "/usr/share/ceph/mgr/cephadm/services/iscsi.py", line 42, in prepare_create 2024-09-11T07:55:27.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: keyring = self.get_keyring_with_caps(self.get_auth_entity(igw_id), 2024-09-11T07:55:27.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: File "/usr/share/ceph/mgr/cephadm/services/cephadmservice.py", line 283, in get_keyring_with_caps 2024-09-11T07:55:27.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: raise OrchestratorError(f"Unable to fetch keyring for {entity}: {err}") 2024-09-11T07:55:27.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: orchestrator._interface.OrchestratorError: Unable to fetch keyring for client.iscsi.iscsi.a: exported keyring for client.iscsi.iscsi.a 2024-09-11T07:55:27.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: cephadm 2024-09-11T07:55:25.695617+0000 mgr.x (mgr.34733) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T07:55:27.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: cephadm 2024-09-11T07:55:25.713305+0000 mgr.x (mgr.34733) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi169 2024-09-11T07:55:27.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:27 smithi133 bash[19346]: cluster 2024-09-11T07:55:26.028421+0000 mgr.x (mgr.34733) 25 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-11T07:55:29.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:28 smithi169 bash[14688]: cluster 2024-09-11T07:55:28.029785+0000 mgr.x (mgr.34733) 26 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-11T07:55:29.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:28 smithi133 bash[15104]: cluster 2024-09-11T07:55:28.029785+0000 mgr.x (mgr.34733) 26 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-11T07:55:29.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:28 smithi133 bash[19346]: cluster 2024-09-11T07:55:28.029785+0000 mgr.x (mgr.34733) 26 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-11T07:55:31.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:31 smithi169 bash[14688]: cluster 2024-09-11T07:55:30.030524+0000 mgr.x (mgr.34733) 27 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 22 KiB/s wr, 2 op/s 2024-09-11T07:55:31.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:31 smithi133 bash[15104]: cluster 2024-09-11T07:55:30.030524+0000 mgr.x (mgr.34733) 27 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 22 KiB/s wr, 2 op/s 2024-09-11T07:55:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:31 smithi133 bash[19346]: cluster 2024-09-11T07:55:30.030524+0000 mgr.x (mgr.34733) 27 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 22 KiB/s wr, 2 op/s 2024-09-11T07:55:33.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:33 smithi169 bash[14688]: cluster 2024-09-11T07:55:32.031286+0000 mgr.x (mgr.34733) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 22 KiB/s wr, 2 op/s 2024-09-11T07:55:33.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:33 smithi133 bash[15104]: cluster 2024-09-11T07:55:32.031286+0000 mgr.x (mgr.34733) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 22 KiB/s wr, 2 op/s 2024-09-11T07:55:33.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:33 smithi133 bash[19346]: cluster 2024-09-11T07:55:32.031286+0000 mgr.x (mgr.34733) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 22 KiB/s wr, 2 op/s 2024-09-11T07:55:35.386 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:35 smithi169 bash[14688]: cluster 2024-09-11T07:55:34.032798+0000 mgr.x (mgr.34733) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 22 KiB/s wr, 3 op/s 2024-09-11T07:55:35.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:35 smithi133 bash[15104]: cluster 2024-09-11T07:55:34.032798+0000 mgr.x (mgr.34733) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 22 KiB/s wr, 3 op/s 2024-09-11T07:55:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:35 smithi133 bash[19346]: cluster 2024-09-11T07:55:34.032798+0000 mgr.x (mgr.34733) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 22 KiB/s wr, 3 op/s 2024-09-11T07:55:37.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:37 smithi169 bash[14688]: cluster 2024-09-11T07:55:36.033495+0000 mgr.x (mgr.34733) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:37.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:37 smithi133 bash[15104]: cluster 2024-09-11T07:55:36.033495+0000 mgr.x (mgr.34733) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:37.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:37 smithi133 bash[19346]: cluster 2024-09-11T07:55:36.033495+0000 mgr.x (mgr.34733) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:38.432 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:37 smithi169 systemd[1]: Stopping Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T07:55:38.432 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=warn ts=2024-09-11T07:55:38.050Z caller=main.go:524 msg="Received SIGTERM, exiting gracefully..." 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.050Z caller=main.go:547 msg="Stopping scrape discovery manager..." 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.050Z caller=main.go:561 msg="Stopping notify discovery manager..." 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.050Z caller=main.go:583 msg="Stopping scrape manager..." 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.050Z caller=main.go:543 msg="Scrape discovery manager stopped" 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.050Z caller=main.go:557 msg="Notify discovery manager stopped" 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.051Z caller=manager.go:882 component="rule manager" msg="Stopping rule manager..." 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.051Z caller=main.go:577 msg="Scrape manager stopped" 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.051Z caller=manager.go:892 component="rule manager" msg="Rule manager stopped" 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.051Z caller=notifier.go:601 component=notifier msg="Stopping notification manager..." 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.051Z caller=main.go:749 msg="Notifier manager stopped" 2024-09-11T07:55:38.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[25605]: level=info ts=2024-09-11T07:55:38.052Z caller=main.go:761 msg="See you next time!" 2024-09-11T07:55:38.890 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[14688]: cluster 2024-09-11T07:55:38.034932+0000 mgr.x (mgr.34733) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:38.890 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[14688]: audit 2024-09-11T07:55:38.811050+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:38.890 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[14688]: audit 2024-09-11T07:55:38.825889+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:38.891 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[14688]: audit 2024-09-11T07:55:38.838209+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:55:38.891 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[14688]: audit 2024-09-11T07:55:38.838380+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:38.891 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[14688]: audit 2024-09-11T07:55:38.840749+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:55:38.891 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[14688]: audit 2024-09-11T07:55:38.857747+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:38.891 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:38 smithi169 bash[14688]: audit 2024-09-11T07:55:38.865112+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:38.892 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 docker[29364]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T07:55:38.892 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-11T07:55:38.892 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 systemd[1]: Stopped Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:55:38.892 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:38 smithi169 systemd[1]: Started Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:55:39.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[15104]: cluster 2024-09-11T07:55:38.034932+0000 mgr.x (mgr.34733) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:39.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[15104]: audit 2024-09-11T07:55:38.811050+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[15104]: audit 2024-09-11T07:55:38.825889+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[15104]: audit 2024-09-11T07:55:38.838209+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[15104]: audit 2024-09-11T07:55:38.838380+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[15104]: audit 2024-09-11T07:55:38.840749+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[15104]: audit 2024-09-11T07:55:38.857747+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[15104]: audit 2024-09-11T07:55:38.865112+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[19346]: cluster 2024-09-11T07:55:38.034932+0000 mgr.x (mgr.34733) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[19346]: audit 2024-09-11T07:55:38.811050+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[19346]: audit 2024-09-11T07:55:38.825889+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[19346]: audit 2024-09-11T07:55:38.838209+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:55:39.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[19346]: audit 2024-09-11T07:55:38.838380+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:39.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[19346]: audit 2024-09-11T07:55:38.840749+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:55:39.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[19346]: audit 2024-09-11T07:55:38.857747+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:39.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:38 smithi133 bash[19346]: audit 2024-09-11T07:55:38.865112+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:40.145 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:39 smithi169 bash[14688]: audit 2024-09-11T07:55:38.839020+0000 mgr.x (mgr.34733) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:55:40.145 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:39 smithi169 bash[14688]: audit 2024-09-11T07:55:38.841414+0000 mgr.x (mgr.34733) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:55:40.146 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.129Z caller=main.go:302 msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-11T07:55:40.146 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.129Z caller=main.go:337 msg="Starting Prometheus" version="(version=2.18.1, branch=HEAD, revision=ecee9c8abfd118f139014cb1b174b08db3f342cf)" 2024-09-11T07:55:40.146 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.129Z caller=main.go:338 build_context="(go=go1.14.2, user=root@2117a9e64a7e, date=20200507-16:51:47)" 2024-09-11T07:55:40.146 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.129Z caller=main.go:339 host_details="(Linux 5.4.0-195-generic #215-Ubuntu SMP Fri Aug 2 18:28:05 UTC 2024 x86_64 smithi169 (none))" 2024-09-11T07:55:40.146 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.129Z caller=main.go:340 fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T07:55:40.146 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.129Z caller=main.go:341 vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T07:55:40.146 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.131Z caller=main.go:678 msg="Starting TSDB ..." 2024-09-11T07:55:40.146 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.131Z caller=web.go:523 component=web msg="Start listening for connections" address=:9095 2024-09-11T07:55:40.146 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.135Z caller=head.go:575 component=tsdb msg="Replaying WAL, this may take awhile" 2024-09-11T07:55:40.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:39 smithi133 bash[15104]: audit 2024-09-11T07:55:38.839020+0000 mgr.x (mgr.34733) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:55:40.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:39 smithi133 bash[15104]: audit 2024-09-11T07:55:38.841414+0000 mgr.x (mgr.34733) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:55:40.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:39 smithi133 bash[19346]: audit 2024-09-11T07:55:38.839020+0000 mgr.x (mgr.34733) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:55:40.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:39 smithi133 bash[19346]: audit 2024-09-11T07:55:38.841414+0000 mgr.x (mgr.34733) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi169.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:55:40.432 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.136Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-11T07:55:40.432 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.151Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-11T07:55:40.432 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.151Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-11T07:55:40.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.151Z caller=head.go:627 component=tsdb msg="WAL replay completed" duration=15.91189ms 2024-09-11T07:55:40.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.154Z caller=main.go:694 fs_type=XFS_SUPER_MAGIC 2024-09-11T07:55:40.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.154Z caller=main.go:695 msg="TSDB started" 2024-09-11T07:55:40.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.154Z caller=main.go:799 msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T07:55:40.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.177Z caller=main.go:827 msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T07:55:40.433 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[29412]: level=info ts=2024-09-11T07:55:40.177Z caller=main.go:646 msg="Server is ready to receive web requests." 2024-09-11T07:55:41.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:40 smithi169 bash[14688]: cluster 2024-09-11T07:55:40.035848+0000 mgr.x (mgr.34733) 34 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:41.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:40 smithi133 bash[15104]: cluster 2024-09-11T07:55:40.035848+0000 mgr.x (mgr.34733) 34 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:41.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:40 smithi133 bash[19346]: cluster 2024-09-11T07:55:40.035848+0000 mgr.x (mgr.34733) 34 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:43.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:43 smithi169 bash[14688]: cluster 2024-09-11T07:55:42.036596+0000 mgr.x (mgr.34733) 35 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:43.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:43 smithi133 bash[15104]: cluster 2024-09-11T07:55:42.036596+0000 mgr.x (mgr.34733) 35 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:43.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:43 smithi133 bash[19346]: cluster 2024-09-11T07:55:42.036596+0000 mgr.x (mgr.34733) 35 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:45.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:45 smithi169 bash[14688]: cluster 2024-09-11T07:55:44.038139+0000 mgr.x (mgr.34733) 36 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:45.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:45 smithi133 bash[15104]: cluster 2024-09-11T07:55:44.038139+0000 mgr.x (mgr.34733) 36 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:45 smithi133 bash[19346]: cluster 2024-09-11T07:55:44.038139+0000 mgr.x (mgr.34733) 36 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:47.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: cluster 2024-09-11T07:55:46.038824+0000 mgr.x (mgr.34733) 37 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.682436+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.698268+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.707279+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.708982+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.711435+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.726698+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.776435+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.784545+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.787335+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:47.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:47 smithi169 bash[14688]: audit 2024-09-11T07:55:46.789454+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T07:55:47.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: cluster 2024-09-11T07:55:46.038824+0000 mgr.x (mgr.34733) 37 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.682436+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.698268+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.707279+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.708982+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.711435+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.726698+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.776435+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.784545+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.787335+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[15104]: audit 2024-09-11T07:55:46.789454+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T07:55:47.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: cluster 2024-09-11T07:55:46.038824+0000 mgr.x (mgr.34733) 37 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.682436+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.698268+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.707279+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.708982+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.711435+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.726698+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.776435+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.784545+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.787335+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:47.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:47 smithi133 bash[19346]: audit 2024-09-11T07:55:46.789454+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T07:55:48.379 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:48 smithi169 bash[14688]: cephadm 2024-09-11T07:55:46.710289+0000 mgr.x (mgr.34733) 38 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:55:48.380 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:48 smithi169 bash[14688]: cephadm 2024-09-11T07:55:46.775708+0000 mgr.x (mgr.34733) 39 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T07:55:48.380 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:48 smithi169 bash[14688]: cephadm 2024-09-11T07:55:46.788760+0000 mgr.x (mgr.34733) 40 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T07:55:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:48 smithi133 bash[15104]: cephadm 2024-09-11T07:55:46.710289+0000 mgr.x (mgr.34733) 38 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:55:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:48 smithi133 bash[15104]: cephadm 2024-09-11T07:55:46.775708+0000 mgr.x (mgr.34733) 39 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T07:55:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:48 smithi133 bash[15104]: cephadm 2024-09-11T07:55:46.788760+0000 mgr.x (mgr.34733) 40 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T07:55:48.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:48 smithi133 bash[19346]: cephadm 2024-09-11T07:55:46.710289+0000 mgr.x (mgr.34733) 38 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:55:48.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:48 smithi133 bash[19346]: cephadm 2024-09-11T07:55:46.775708+0000 mgr.x (mgr.34733) 39 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T07:55:48.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:48 smithi133 bash[19346]: cephadm 2024-09-11T07:55:46.788760+0000 mgr.x (mgr.34733) 40 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T07:55:49.407 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[14688]: cluster 2024-09-11T07:55:48.040051+0000 mgr.x (mgr.34733) 41 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:49.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 systemd[1]: Stopping Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: --- Logging error --- 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.send(msg) 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: OSError: [Errno 9] Bad file descriptor 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._connect_unixsocket(self.address) 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Call stack: 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._bootstrap_inner() 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.run() 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: logger.info("Started the configuration object watcher") 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Message: 'Started the configuration object watcher' 2024-09-11T07:55:49.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Arguments: () 2024-09-11T07:55:49.410 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: --- Logging error --- 2024-09-11T07:55:49.410 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.410 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T07:55:49.410 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.send(msg) 2024-09-11T07:55:49.410 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: OSError: [Errno 9] Bad file descriptor 2024-09-11T07:55:49.410 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.410 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._connect_unixsocket(self.address) 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Call stack: 2024-09-11T07:55:49.413 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T07:55:49.413 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: main() 2024-09-11T07:55:49.413 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Arguments: () 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: --- Logging error --- 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.send(msg) 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: OSError: [Errno 9] Bad file descriptor 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.414 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._connect_unixsocket(self.address) 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Call stack: 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._bootstrap_inner() 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T07:55:49.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.run() 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.interval)) 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Message: 'Checking for config object changes every 1s' 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Arguments: () 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: --- Logging error --- 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.send(msg) 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: OSError: [Errno 9] Bad file descriptor 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.416 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._connect_unixsocket(self.address) 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Call stack: 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: main() 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2866, in main 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: ceph_gw.define() 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 225, in define 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.logger.info("Reading the configuration object to update local LIO " 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Message: 'Reading the configuration object to update local LIO configuration' 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Arguments: () 2024-09-11T07:55:49.417 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: --- Logging error --- 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.send(msg) 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: OSError: [Errno 9] Bad file descriptor 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._connect_unixsocket(self.address) 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.418 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Call stack: 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: main() 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2866, in main 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: ceph_gw.define() 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 236, in define 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: "nothing to define to LIO".format(self.hostname)) 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Message: 'Configuration does not have an entry for this host(smithi169.front.sepia.ceph.com) - nothing to define to LIO' 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Arguments: () 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: --- Logging error --- 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.send(msg) 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: OSError: [Errno 9] Bad file descriptor 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.419 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._connect_unixsocket(self.address) 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Call stack: 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T07:55:49.420 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: main() 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: ssl_context=context) 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: run_simple(host, port, self, **options) 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: inner() 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 701, in inner 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: log_startup(srv.socket) 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 689, in log_startup 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: display_hostname, port, quit_msg) 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/_internal.py", line 87, in _log 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: getattr(_logger, type)(message.rstrip(), *args, **kwargs) 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Message: ' * Running on %s://%s:%d/ %s' 2024-09-11T07:55:49.421 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Arguments: ('http', '[::]', 5000, '(Press CTRL+C to quit)') 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: --- Logging error --- 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.send(msg) 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: OSError: [Errno 9] Bad file descriptor 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._connect_unixsocket(self.address) 2024-09-11T07:55:49.422 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Call stack: 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: main() 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: ssl_context=context) 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: run_simple(host, port, self, **options) 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: inner() 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 702, in inner 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: srv.serve_forever() 2024-09-11T07:55:49.423 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 539, in serve_forever 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: HTTPServer.serve_forever(self) 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/socketserver.py", line 236, in serve_forever 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: ready = selector.select(poll_interval) 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/selectors.py", line 376, in select 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: fd_event_list = self._poll.poll(timeout) 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2898, in signal_stop 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: logger.info("Shutdown received") 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Message: 'Shutdown received' 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Arguments: () 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: --- Logging error --- 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T07:55:49.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.send(msg) 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: OSError: [Errno 9] Bad file descriptor 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: During handling of the above exception, another exception occurred: 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Traceback (most recent call last): 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self._connect_unixsocket(self.address) 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: self.socket.connect(address) 2024-09-11T07:55:49.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Call stack: 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: main() 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: ssl_context=context) 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: run_simple(host, port, self, **options) 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: inner() 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 702, in inner 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: srv.serve_forever() 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 539, in serve_forever 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: HTTPServer.serve_forever(self) 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/socketserver.py", line 236, in serve_forever 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: ready = selector.select(poll_interval) 2024-09-11T07:55:49.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib64/python3.6/selectors.py", line 376, in select 2024-09-11T07:55:49.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: fd_event_list = self._poll.poll(timeout) 2024-09-11T07:55:49.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/bin/rbd-target-api", line 2901, in signal_stop 2024-09-11T07:55:49.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: sys.exit(ceph_gw.delete()) 2024-09-11T07:55:49.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 311, in delete 2024-09-11T07:55:49.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: "host ({})".format(self.hostname)) 2024-09-11T07:55:49.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Message: 'No gateway configuration to remove on this host (smithi169.front.sepia.ceph.com)' 2024-09-11T07:55:49.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22936]: Arguments: () 2024-09-11T07:55:49.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:49 smithi133 bash[15104]: cluster 2024-09-11T07:55:48.040051+0000 mgr.x (mgr.34733) 41 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:49.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:49 smithi133 bash[19346]: cluster 2024-09-11T07:55:48.040051+0000 mgr.x (mgr.34733) 41 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:55:49.989 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 docker[30200]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a 2024-09-11T07:55:49.989 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:49 smithi169 bash[22920]: (process:1): GLib-GObject-CRITICAL **: 07:55:49.937: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T07:55:50.837 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:50 smithi169 bash[30249]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T07:55:50.837 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:50 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Succeeded. 2024-09-11T07:55:50.837 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:50 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:55:50.837 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:50 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Found left-over process 22920 (docker) in control group while starting unit. Ignoring. 2024-09-11T07:55:50.838 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:50 smithi169 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-09-11T07:55:50.838 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:50 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:55:51.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:51 smithi169 bash[14688]: cluster 2024-09-11T07:55:50.040601+0000 mgr.x (mgr.34733) 42 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:51.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:51 smithi169 bash[14688]: audit 2024-09-11T07:55:50.620080+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:51.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:51 smithi169 bash[14688]: audit 2024-09-11T07:55:50.635769+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:51.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:51 smithi169 bash[14688]: audit 2024-09-11T07:55:50.646387+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:51.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:51 smithi169 bash[14688]: audit 2024-09-11T07:55:50.647670+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:55:51.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:51 smithi169 bash[14688]: audit 2024-09-11T07:55:50.658101+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:55:51.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:51 smithi169 bash[14688]: audit 2024-09-11T07:55:50.663514+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:51.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[15104]: cluster 2024-09-11T07:55:50.040601+0000 mgr.x (mgr.34733) 42 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:51.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[15104]: audit 2024-09-11T07:55:50.620080+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[15104]: audit 2024-09-11T07:55:50.635769+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[15104]: audit 2024-09-11T07:55:50.646387+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[15104]: audit 2024-09-11T07:55:50.647670+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[15104]: audit 2024-09-11T07:55:50.658101+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[15104]: audit 2024-09-11T07:55:50.663514+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[19346]: cluster 2024-09-11T07:55:50.040601+0000 mgr.x (mgr.34733) 42 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[19346]: audit 2024-09-11T07:55:50.620080+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[19346]: audit 2024-09-11T07:55:50.635769+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[19346]: audit 2024-09-11T07:55:50.646387+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[19346]: audit 2024-09-11T07:55:50.647670+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:55:51.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[19346]: audit 2024-09-11T07:55:50.658101+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:55:51.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:51 smithi133 bash[19346]: audit 2024-09-11T07:55:50.663514+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:55:52.398 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:52 smithi169 bash[14688]: audit 2024-09-11T07:55:50.649142+0000 mgr.x (mgr.34733) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:55:52.398 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:52 smithi169 bash[14688]: audit 2024-09-11T07:55:50.658731+0000 mgr.x (mgr.34733) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:55:52.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:52 smithi133 bash[15104]: audit 2024-09-11T07:55:50.649142+0000 mgr.x (mgr.34733) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:55:52.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:52 smithi133 bash[15104]: audit 2024-09-11T07:55:50.658731+0000 mgr.x (mgr.34733) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:55:52.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:52 smithi133 bash[19346]: audit 2024-09-11T07:55:50.649142+0000 mgr.x (mgr.34733) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T07:55:52.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:52 smithi133 bash[19346]: audit 2024-09-11T07:55:50.658731+0000 mgr.x (mgr.34733) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T07:55:52.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 07:55:52 smithi169 bash[30297]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T07:55:53.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:53 smithi169 bash[14688]: cluster 2024-09-11T07:55:52.041321+0000 mgr.x (mgr.34733) 45 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:53.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:53 smithi169 bash[14688]: audit 2024-09-11T07:55:52.986271+0000 mon.b (mon.2) 134 : audit [DBG] from='client.? 172.21.15.169:0/3783618039' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T07:55:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:53 smithi133 bash[15104]: cluster 2024-09-11T07:55:52.041321+0000 mgr.x (mgr.34733) 45 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:53 smithi133 bash[15104]: audit 2024-09-11T07:55:52.986271+0000 mon.b (mon.2) 134 : audit [DBG] from='client.? 172.21.15.169:0/3783618039' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T07:55:53.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:53 smithi133 bash[19346]: cluster 2024-09-11T07:55:52.041321+0000 mgr.x (mgr.34733) 45 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:55:53.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:53 smithi133 bash[19346]: audit 2024-09-11T07:55:52.986271+0000 mon.b (mon.2) 134 : audit [DBG] from='client.? 172.21.15.169:0/3783618039' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T07:55:55.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:55 smithi169 bash[14688]: cluster 2024-09-11T07:55:54.042894+0000 mgr.x (mgr.34733) 46 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T07:55:55.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:55 smithi133 bash[15104]: cluster 2024-09-11T07:55:54.042894+0000 mgr.x (mgr.34733) 46 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T07:55:55.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:55 smithi133 bash[19346]: cluster 2024-09-11T07:55:54.042894+0000 mgr.x (mgr.34733) 46 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T07:55:57.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:57 smithi169 bash[14688]: cluster 2024-09-11T07:55:56.043740+0000 mgr.x (mgr.34733) 47 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-11T07:55:57.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:57 smithi133 bash[15104]: cluster 2024-09-11T07:55:56.043740+0000 mgr.x (mgr.34733) 47 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-11T07:55:57.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:57 smithi133 bash[19346]: cluster 2024-09-11T07:55:56.043740+0000 mgr.x (mgr.34733) 47 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-11T07:55:59.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:58 smithi169 bash[14688]: cluster 2024-09-11T07:55:58.045265+0000 mgr.x (mgr.34733) 48 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T07:55:59.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:58 smithi169 bash[14688]: audit 2024-09-11T07:55:58.423225+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:59.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:58 smithi169 bash[14688]: audit 2024-09-11T07:55:58.438870+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:59.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:58 smithi169 bash[14688]: audit 2024-09-11T07:55:58.444974+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:59.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:58 smithi169 bash[14688]: audit 2024-09-11T07:55:58.446598+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:59.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:58 smithi169 bash[14688]: audit 2024-09-11T07:55:58.449307+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:59.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:58 smithi169 bash[14688]: audit 2024-09-11T07:55:58.464958+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[15104]: cluster 2024-09-11T07:55:58.045265+0000 mgr.x (mgr.34733) 48 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T07:55:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[15104]: audit 2024-09-11T07:55:58.423225+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[15104]: audit 2024-09-11T07:55:58.438870+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[15104]: audit 2024-09-11T07:55:58.444974+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[15104]: audit 2024-09-11T07:55:58.446598+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[15104]: audit 2024-09-11T07:55:58.449307+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[15104]: audit 2024-09-11T07:55:58.464958+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[19346]: cluster 2024-09-11T07:55:58.045265+0000 mgr.x (mgr.34733) 48 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[19346]: audit 2024-09-11T07:55:58.423225+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[19346]: audit 2024-09-11T07:55:58.438870+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[19346]: audit 2024-09-11T07:55:58.444974+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[19346]: audit 2024-09-11T07:55:58.446598+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[19346]: audit 2024-09-11T07:55:58.449307+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:55:59.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:58 smithi133 bash[19346]: audit 2024-09-11T07:55:58.464958+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:56:00.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:55:59 smithi169 bash[14688]: cephadm 2024-09-11T07:55:58.447905+0000 mgr.x (mgr.34733) 49 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:56:00.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:55:59 smithi133 bash[15104]: cephadm 2024-09-11T07:55:58.447905+0000 mgr.x (mgr.34733) 49 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:56:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:55:59 smithi133 bash[19346]: cephadm 2024-09-11T07:55:58.447905+0000 mgr.x (mgr.34733) 49 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:56:01.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:00 smithi169 bash[14688]: cluster 2024-09-11T07:56:00.045963+0000 mgr.x (mgr.34733) 50 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-11T07:56:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:00 smithi133 bash[15104]: cluster 2024-09-11T07:56:00.045963+0000 mgr.x (mgr.34733) 50 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-11T07:56:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:00 smithi133 bash[19346]: cluster 2024-09-11T07:56:00.045963+0000 mgr.x (mgr.34733) 50 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-11T07:56:03.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:03 smithi169 bash[14688]: cluster 2024-09-11T07:56:02.046675+0000 mgr.x (mgr.34733) 51 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-11T07:56:03.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:03 smithi133 bash[15104]: cluster 2024-09-11T07:56:02.046675+0000 mgr.x (mgr.34733) 51 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-11T07:56:03.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:03 smithi133 bash[19346]: cluster 2024-09-11T07:56:02.046675+0000 mgr.x (mgr.34733) 51 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-11T07:56:05.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:05 smithi169 bash[14688]: cluster 2024-09-11T07:56:04.048119+0000 mgr.x (mgr.34733) 52 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T07:56:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:05 smithi133 bash[15104]: cluster 2024-09-11T07:56:04.048119+0000 mgr.x (mgr.34733) 52 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T07:56:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:05 smithi133 bash[19346]: cluster 2024-09-11T07:56:04.048119+0000 mgr.x (mgr.34733) 52 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T07:56:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:07 smithi169 bash[14688]: cluster 2024-09-11T07:56:06.048822+0000 mgr.x (mgr.34733) 53 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:07 smithi169 bash[14688]: audit 2024-09-11T07:56:06.549325+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:07 smithi169 bash[14688]: audit 2024-09-11T07:56:06.550186+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-11T07:56:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:07 smithi169 bash[14688]: audit 2024-09-11T07:56:06.550945+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:07 smithi169 bash[14688]: audit 2024-09-11T07:56:06.557498+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:07 smithi169 bash[14688]: audit 2024-09-11T07:56:06.558696+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-11T07:56:07.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:07 smithi169 bash[14688]: audit 2024-09-11T07:56:06.559547+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[15104]: cluster 2024-09-11T07:56:06.048822+0000 mgr.x (mgr.34733) 53 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:07.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[15104]: audit 2024-09-11T07:56:06.549325+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[15104]: audit 2024-09-11T07:56:06.550186+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[15104]: audit 2024-09-11T07:56:06.550945+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[15104]: audit 2024-09-11T07:56:06.557498+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[15104]: audit 2024-09-11T07:56:06.558696+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[15104]: audit 2024-09-11T07:56:06.559547+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[19346]: cluster 2024-09-11T07:56:06.048822+0000 mgr.x (mgr.34733) 53 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[19346]: audit 2024-09-11T07:56:06.549325+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[19346]: audit 2024-09-11T07:56:06.550186+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[19346]: audit 2024-09-11T07:56:06.550945+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[19346]: audit 2024-09-11T07:56:06.557498+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[19346]: audit 2024-09-11T07:56:06.558696+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-11T07:56:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:07 smithi133 bash[19346]: audit 2024-09-11T07:56:06.559547+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T07:56:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:08 smithi169 bash[14688]: cluster 2024-09-11T07:56:08.050468+0000 mgr.x (mgr.34733) 54 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:09.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:08 smithi133 bash[15104]: cluster 2024-09-11T07:56:08.050468+0000 mgr.x (mgr.34733) 54 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:08 smithi133 bash[19346]: cluster 2024-09-11T07:56:08.050468+0000 mgr.x (mgr.34733) 54 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:11.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:11 smithi169 bash[14688]: cluster 2024-09-11T07:56:10.051226+0000 mgr.x (mgr.34733) 55 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:11.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:11 smithi133 bash[15104]: cluster 2024-09-11T07:56:10.051226+0000 mgr.x (mgr.34733) 55 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:11.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:11 smithi133 bash[19346]: cluster 2024-09-11T07:56:10.051226+0000 mgr.x (mgr.34733) 55 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:13.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:13 smithi169 bash[14688]: cluster 2024-09-11T07:56:12.051955+0000 mgr.x (mgr.34733) 56 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:13.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:13 smithi133 bash[15104]: cluster 2024-09-11T07:56:12.051955+0000 mgr.x (mgr.34733) 56 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:13.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:13 smithi133 bash[19346]: cluster 2024-09-11T07:56:12.051955+0000 mgr.x (mgr.34733) 56 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:15.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:15 smithi169 bash[14688]: cluster 2024-09-11T07:56:14.053459+0000 mgr.x (mgr.34733) 57 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:15 smithi133 bash[15104]: cluster 2024-09-11T07:56:14.053459+0000 mgr.x (mgr.34733) 57 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:15 smithi133 bash[19346]: cluster 2024-09-11T07:56:14.053459+0000 mgr.x (mgr.34733) 57 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:17.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:17 smithi169 bash[14688]: cluster 2024-09-11T07:56:16.054098+0000 mgr.x (mgr.34733) 58 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:17.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:17 smithi133 bash[15104]: cluster 2024-09-11T07:56:16.054098+0000 mgr.x (mgr.34733) 58 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:17.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:17 smithi133 bash[19346]: cluster 2024-09-11T07:56:16.054098+0000 mgr.x (mgr.34733) 58 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:19.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:18 smithi169 bash[14688]: cluster 2024-09-11T07:56:18.055553+0000 mgr.x (mgr.34733) 59 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:19.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:18 smithi133 bash[15104]: cluster 2024-09-11T07:56:18.055553+0000 mgr.x (mgr.34733) 59 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:19.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:18 smithi133 bash[19346]: cluster 2024-09-11T07:56:18.055553+0000 mgr.x (mgr.34733) 59 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:21.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:21 smithi169 bash[14688]: cluster 2024-09-11T07:56:20.056240+0000 mgr.x (mgr.34733) 60 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:21.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:21 smithi133 bash[15104]: cluster 2024-09-11T07:56:20.056240+0000 mgr.x (mgr.34733) 60 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:21.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:21 smithi133 bash[19346]: cluster 2024-09-11T07:56:20.056240+0000 mgr.x (mgr.34733) 60 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:23.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:23 smithi169 bash[14688]: cluster 2024-09-11T07:56:22.056939+0000 mgr.x (mgr.34733) 61 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:23.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:23 smithi133 bash[15104]: cluster 2024-09-11T07:56:22.056939+0000 mgr.x (mgr.34733) 61 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:23.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:23 smithi133 bash[19346]: cluster 2024-09-11T07:56:22.056939+0000 mgr.x (mgr.34733) 61 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:25.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:25 smithi169 bash[14688]: cluster 2024-09-11T07:56:24.058463+0000 mgr.x (mgr.34733) 62 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:25.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:25 smithi133 bash[15104]: cluster 2024-09-11T07:56:24.058463+0000 mgr.x (mgr.34733) 62 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:25.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:25 smithi133 bash[19346]: cluster 2024-09-11T07:56:24.058463+0000 mgr.x (mgr.34733) 62 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:27.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:27 smithi169 bash[14688]: cluster 2024-09-11T07:56:26.059180+0000 mgr.x (mgr.34733) 63 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:27.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:27 smithi133 bash[15104]: cluster 2024-09-11T07:56:26.059180+0000 mgr.x (mgr.34733) 63 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:27.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:27 smithi133 bash[19346]: cluster 2024-09-11T07:56:26.059180+0000 mgr.x (mgr.34733) 63 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:29.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:28 smithi169 bash[14688]: cluster 2024-09-11T07:56:28.060668+0000 mgr.x (mgr.34733) 64 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:29.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:28 smithi133 bash[15104]: cluster 2024-09-11T07:56:28.060668+0000 mgr.x (mgr.34733) 64 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:29.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:28 smithi133 bash[19346]: cluster 2024-09-11T07:56:28.060668+0000 mgr.x (mgr.34733) 64 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:31.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:31 smithi169 bash[14688]: cluster 2024-09-11T07:56:30.061413+0000 mgr.x (mgr.34733) 65 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:31.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:31 smithi133 bash[15104]: cluster 2024-09-11T07:56:30.061413+0000 mgr.x (mgr.34733) 65 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:31 smithi133 bash[19346]: cluster 2024-09-11T07:56:30.061413+0000 mgr.x (mgr.34733) 65 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:33.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:33 smithi169 bash[14688]: cluster 2024-09-11T07:56:32.062078+0000 mgr.x (mgr.34733) 66 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:33.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:33 smithi133 bash[15104]: cluster 2024-09-11T07:56:32.062078+0000 mgr.x (mgr.34733) 66 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:33.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:33 smithi133 bash[19346]: cluster 2024-09-11T07:56:32.062078+0000 mgr.x (mgr.34733) 66 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:35.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:35 smithi169 bash[14688]: cluster 2024-09-11T07:56:34.063550+0000 mgr.x (mgr.34733) 67 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:35.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:35 smithi133 bash[15104]: cluster 2024-09-11T07:56:34.063550+0000 mgr.x (mgr.34733) 67 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:35 smithi133 bash[19346]: cluster 2024-09-11T07:56:34.063550+0000 mgr.x (mgr.34733) 67 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:37.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:37 smithi169 bash[14688]: cluster 2024-09-11T07:56:36.064265+0000 mgr.x (mgr.34733) 68 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:37.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:37 smithi133 bash[15104]: cluster 2024-09-11T07:56:36.064265+0000 mgr.x (mgr.34733) 68 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:37.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:37 smithi133 bash[19346]: cluster 2024-09-11T07:56:36.064265+0000 mgr.x (mgr.34733) 68 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:39.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:38 smithi169 bash[14688]: cluster 2024-09-11T07:56:38.065769+0000 mgr.x (mgr.34733) 69 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:39.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:38 smithi133 bash[15104]: cluster 2024-09-11T07:56:38.065769+0000 mgr.x (mgr.34733) 69 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:39.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:38 smithi133 bash[19346]: cluster 2024-09-11T07:56:38.065769+0000 mgr.x (mgr.34733) 69 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:41.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:41 smithi169 bash[14688]: cluster 2024-09-11T07:56:40.066471+0000 mgr.x (mgr.34733) 70 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:41.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:41 smithi133 bash[15104]: cluster 2024-09-11T07:56:40.066471+0000 mgr.x (mgr.34733) 70 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:41.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:41 smithi133 bash[19346]: cluster 2024-09-11T07:56:40.066471+0000 mgr.x (mgr.34733) 70 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:43.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:43 smithi169 bash[14688]: cluster 2024-09-11T07:56:42.067192+0000 mgr.x (mgr.34733) 71 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:43.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:43 smithi133 bash[15104]: cluster 2024-09-11T07:56:42.067192+0000 mgr.x (mgr.34733) 71 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:43.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:43 smithi133 bash[19346]: cluster 2024-09-11T07:56:42.067192+0000 mgr.x (mgr.34733) 71 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:45.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:45 smithi169 bash[14688]: cluster 2024-09-11T07:56:44.068686+0000 mgr.x (mgr.34733) 72 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:45.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:45 smithi133 bash[15104]: cluster 2024-09-11T07:56:44.068686+0000 mgr.x (mgr.34733) 72 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:45.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:45 smithi133 bash[19346]: cluster 2024-09-11T07:56:44.068686+0000 mgr.x (mgr.34733) 72 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:47.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:47 smithi169 bash[14688]: cluster 2024-09-11T07:56:46.069421+0000 mgr.x (mgr.34733) 73 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:47.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:47 smithi133 bash[15104]: cluster 2024-09-11T07:56:46.069421+0000 mgr.x (mgr.34733) 73 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:47.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:47 smithi133 bash[19346]: cluster 2024-09-11T07:56:46.069421+0000 mgr.x (mgr.34733) 73 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:49.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:48 smithi169 bash[14688]: cluster 2024-09-11T07:56:48.070917+0000 mgr.x (mgr.34733) 74 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:49.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:48 smithi133 bash[19346]: cluster 2024-09-11T07:56:48.070917+0000 mgr.x (mgr.34733) 74 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:49.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:48 smithi133 bash[15104]: cluster 2024-09-11T07:56:48.070917+0000 mgr.x (mgr.34733) 74 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:51.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:51 smithi169 bash[14688]: cluster 2024-09-11T07:56:50.071583+0000 mgr.x (mgr.34733) 75 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:51.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:51 smithi133 bash[19346]: cluster 2024-09-11T07:56:50.071583+0000 mgr.x (mgr.34733) 75 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:51.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:51 smithi133 bash[15104]: cluster 2024-09-11T07:56:50.071583+0000 mgr.x (mgr.34733) 75 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:53.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:53 smithi169 bash[14688]: cluster 2024-09-11T07:56:52.072278+0000 mgr.x (mgr.34733) 76 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:53 smithi133 bash[15104]: cluster 2024-09-11T07:56:52.072278+0000 mgr.x (mgr.34733) 76 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:53 smithi133 bash[19346]: cluster 2024-09-11T07:56:52.072278+0000 mgr.x (mgr.34733) 76 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:55.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:55 smithi169 bash[14688]: cluster 2024-09-11T07:56:54.073783+0000 mgr.x (mgr.34733) 77 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:55.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:55 smithi133 bash[19346]: cluster 2024-09-11T07:56:54.073783+0000 mgr.x (mgr.34733) 77 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:55.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:55 smithi133 bash[15104]: cluster 2024-09-11T07:56:54.073783+0000 mgr.x (mgr.34733) 77 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:57.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:57 smithi169 bash[14688]: cluster 2024-09-11T07:56:56.074513+0000 mgr.x (mgr.34733) 78 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:57.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:57 smithi133 bash[15104]: cluster 2024-09-11T07:56:56.074513+0000 mgr.x (mgr.34733) 78 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:57.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:57 smithi133 bash[19346]: cluster 2024-09-11T07:56:56.074513+0000 mgr.x (mgr.34733) 78 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:56:59.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:58 smithi169 bash[14688]: cluster 2024-09-11T07:56:58.076087+0000 mgr.x (mgr.34733) 79 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:58 smithi133 bash[15104]: cluster 2024-09-11T07:56:58.076087+0000 mgr.x (mgr.34733) 79 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:56:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:58 smithi133 bash[19346]: cluster 2024-09-11T07:56:58.076087+0000 mgr.x (mgr.34733) 79 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:00.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:59 smithi169 bash[14688]: audit 2024-09-11T07:56:58.972149+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:00.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:59 smithi169 bash[14688]: audit 2024-09-11T07:56:58.974134+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:57:00.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:59 smithi169 bash[14688]: cephadm 2024-09-11T07:56:58.975745+0000 mgr.x (mgr.34733) 80 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:57:00.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:56:59 smithi169 bash[14688]: audit 2024-09-11T07:56:58.991034+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:57:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:59 smithi133 bash[19346]: audit 2024-09-11T07:56:58.972149+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:00.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:59 smithi133 bash[19346]: audit 2024-09-11T07:56:58.974134+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:57:00.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:59 smithi133 bash[19346]: cephadm 2024-09-11T07:56:58.975745+0000 mgr.x (mgr.34733) 80 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:57:00.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:56:59 smithi133 bash[19346]: audit 2024-09-11T07:56:58.991034+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:57:00.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:59 smithi133 bash[15104]: audit 2024-09-11T07:56:58.972149+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:00.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:59 smithi133 bash[15104]: audit 2024-09-11T07:56:58.974134+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:57:00.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:59 smithi133 bash[15104]: cephadm 2024-09-11T07:56:58.975745+0000 mgr.x (mgr.34733) 80 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:57:00.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:56:59 smithi133 bash[15104]: audit 2024-09-11T07:56:58.991034+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:57:01.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:00 smithi169 bash[14688]: cluster 2024-09-11T07:57:00.076796+0000 mgr.x (mgr.34733) 81 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:00 smithi133 bash[15104]: cluster 2024-09-11T07:57:00.076796+0000 mgr.x (mgr.34733) 81 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:00 smithi133 bash[19346]: cluster 2024-09-11T07:57:00.076796+0000 mgr.x (mgr.34733) 81 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:03.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:03 smithi169 bash[14688]: cluster 2024-09-11T07:57:02.077515+0000 mgr.x (mgr.34733) 82 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:03.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:03 smithi133 bash[19346]: cluster 2024-09-11T07:57:02.077515+0000 mgr.x (mgr.34733) 82 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:03.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:03 smithi133 bash[15104]: cluster 2024-09-11T07:57:02.077515+0000 mgr.x (mgr.34733) 82 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:03.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:03 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:03.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:03 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:03.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:03 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:03.519Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:57:05.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:05 smithi169 bash[14688]: cluster 2024-09-11T07:57:04.079037+0000 mgr.x (mgr.34733) 83 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:05 smithi133 bash[19346]: cluster 2024-09-11T07:57:04.079037+0000 mgr.x (mgr.34733) 83 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:05 smithi133 bash[15104]: cluster 2024-09-11T07:57:04.079037+0000 mgr.x (mgr.34733) 83 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:07.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:07 smithi169 bash[14688]: cluster 2024-09-11T07:57:06.079729+0000 mgr.x (mgr.34733) 84 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:07 smithi169 bash[14688]: audit 2024-09-11T07:57:06.558281+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:57:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:07 smithi169 bash[14688]: audit 2024-09-11T07:57:06.558851+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:07 smithi169 bash[14688]: audit 2024-09-11T07:57:06.559362+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:07 smithi169 bash[14688]: audit 2024-09-11T07:57:06.565550+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:57:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:07 smithi169 bash[14688]: audit 2024-09-11T07:57:06.566580+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:07 smithi169 bash[14688]: audit 2024-09-11T07:57:06.567188+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[15104]: cluster 2024-09-11T07:57:06.079729+0000 mgr.x (mgr.34733) 84 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[15104]: audit 2024-09-11T07:57:06.558281+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[15104]: audit 2024-09-11T07:57:06.558851+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[15104]: audit 2024-09-11T07:57:06.559362+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[15104]: audit 2024-09-11T07:57:06.565550+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[15104]: audit 2024-09-11T07:57:06.566580+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[15104]: audit 2024-09-11T07:57:06.567188+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[19346]: cluster 2024-09-11T07:57:06.079729+0000 mgr.x (mgr.34733) 84 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[19346]: audit 2024-09-11T07:57:06.558281+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[19346]: audit 2024-09-11T07:57:06.558851+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[19346]: audit 2024-09-11T07:57:06.559362+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[19346]: audit 2024-09-11T07:57:06.565550+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:57:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[19346]: audit 2024-09-11T07:57:06.566580+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T07:57:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:07 smithi133 bash[19346]: audit 2024-09-11T07:57:06.567188+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T07:57:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:08 smithi169 bash[14688]: cluster 2024-09-11T07:57:08.081171+0000 mgr.x (mgr.34733) 85 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:09.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:08 smithi133 bash[15104]: cluster 2024-09-11T07:57:08.081171+0000 mgr.x (mgr.34733) 85 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:09.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:08 smithi133 bash[19346]: cluster 2024-09-11T07:57:08.081171+0000 mgr.x (mgr.34733) 85 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:11.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:11 smithi169 bash[14688]: cluster 2024-09-11T07:57:10.081849+0000 mgr.x (mgr.34733) 86 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:11.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:11 smithi133 bash[15104]: cluster 2024-09-11T07:57:10.081849+0000 mgr.x (mgr.34733) 86 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:11.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:11 smithi133 bash[19346]: cluster 2024-09-11T07:57:10.081849+0000 mgr.x (mgr.34733) 86 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:13.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:13 smithi169 bash[14688]: cluster 2024-09-11T07:57:12.082544+0000 mgr.x (mgr.34733) 87 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:13.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:13 smithi133 bash[15104]: cluster 2024-09-11T07:57:12.082544+0000 mgr.x (mgr.34733) 87 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:13.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:13 smithi133 bash[19346]: cluster 2024-09-11T07:57:12.082544+0000 mgr.x (mgr.34733) 87 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:13.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:13 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:13.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:13.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:13 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:13.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:13.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:13 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:13.519Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:57:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:15 smithi169 bash[14688]: cluster 2024-09-11T07:57:14.084016+0000 mgr.x (mgr.34733) 88 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:15 smithi133 bash[15104]: cluster 2024-09-11T07:57:14.084016+0000 mgr.x (mgr.34733) 88 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:15 smithi133 bash[19346]: cluster 2024-09-11T07:57:14.084016+0000 mgr.x (mgr.34733) 88 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:17 smithi169 bash[14688]: cluster 2024-09-11T07:57:16.084713+0000 mgr.x (mgr.34733) 89 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:17.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:17 smithi133 bash[15104]: cluster 2024-09-11T07:57:16.084713+0000 mgr.x (mgr.34733) 89 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:17.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:17 smithi133 bash[19346]: cluster 2024-09-11T07:57:16.084713+0000 mgr.x (mgr.34733) 89 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:19.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:18 smithi169 bash[14688]: cluster 2024-09-11T07:57:18.086210+0000 mgr.x (mgr.34733) 90 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:19.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:18 smithi133 bash[15104]: cluster 2024-09-11T07:57:18.086210+0000 mgr.x (mgr.34733) 90 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:19.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:18 smithi133 bash[19346]: cluster 2024-09-11T07:57:18.086210+0000 mgr.x (mgr.34733) 90 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:21.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:21 smithi169 bash[14688]: cluster 2024-09-11T07:57:20.086886+0000 mgr.x (mgr.34733) 91 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:21.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:21 smithi133 bash[15104]: cluster 2024-09-11T07:57:20.086886+0000 mgr.x (mgr.34733) 91 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:21.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:21 smithi133 bash[19346]: cluster 2024-09-11T07:57:20.086886+0000 mgr.x (mgr.34733) 91 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:21 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:21.631Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:21 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:21.631Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:21 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:21.631Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:57:23.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:23 smithi169 bash[14688]: cluster 2024-09-11T07:57:22.087574+0000 mgr.x (mgr.34733) 92 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:23.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:23 smithi133 bash[15104]: cluster 2024-09-11T07:57:22.087574+0000 mgr.x (mgr.34733) 92 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:23.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:23 smithi133 bash[19346]: cluster 2024-09-11T07:57:22.087574+0000 mgr.x (mgr.34733) 92 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:23.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:23 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:23.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:23 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:23.519Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:23 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:23.520Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:57:25.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:25 smithi169 bash[14688]: cluster 2024-09-11T07:57:24.089056+0000 mgr.x (mgr.34733) 93 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:25.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:25 smithi133 bash[15104]: cluster 2024-09-11T07:57:24.089056+0000 mgr.x (mgr.34733) 93 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:25.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:25 smithi133 bash[19346]: cluster 2024-09-11T07:57:24.089056+0000 mgr.x (mgr.34733) 93 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:27.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:27 smithi169 bash[14688]: cluster 2024-09-11T07:57:26.089751+0000 mgr.x (mgr.34733) 94 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:27.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:27 smithi133 bash[15104]: cluster 2024-09-11T07:57:26.089751+0000 mgr.x (mgr.34733) 94 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:27.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:27 smithi133 bash[19346]: cluster 2024-09-11T07:57:26.089751+0000 mgr.x (mgr.34733) 94 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:29.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:28 smithi133 bash[15104]: cluster 2024-09-11T07:57:28.091275+0000 mgr.x (mgr.34733) 95 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:29.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:28 smithi133 bash[19346]: cluster 2024-09-11T07:57:28.091275+0000 mgr.x (mgr.34733) 95 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:29.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:28 smithi169 bash[14688]: cluster 2024-09-11T07:57:28.091275+0000 mgr.x (mgr.34733) 95 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:31.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:31 smithi169 bash[14688]: cluster 2024-09-11T07:57:30.092000+0000 mgr.x (mgr.34733) 96 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:31.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:31 smithi133 bash[15104]: cluster 2024-09-11T07:57:30.092000+0000 mgr.x (mgr.34733) 96 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:31 smithi133 bash[19346]: cluster 2024-09-11T07:57:30.092000+0000 mgr.x (mgr.34733) 96 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:31 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:31.631Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:31 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:31.631Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:31 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:31.631Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:57:33.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:33 smithi169 bash[14688]: cluster 2024-09-11T07:57:32.092716+0000 mgr.x (mgr.34733) 97 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:33.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:33 smithi133 bash[19346]: cluster 2024-09-11T07:57:32.092716+0000 mgr.x (mgr.34733) 97 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:33.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:33 smithi133 bash[15104]: cluster 2024-09-11T07:57:32.092716+0000 mgr.x (mgr.34733) 97 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:33.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:33 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:33.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:33 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:33.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:33 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:33.520Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:57:35.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:35 smithi169 bash[14688]: cluster 2024-09-11T07:57:34.094261+0000 mgr.x (mgr.34733) 98 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:35.476 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:35 smithi133 bash[15104]: cluster 2024-09-11T07:57:34.094261+0000 mgr.x (mgr.34733) 98 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:35.476 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:35 smithi133 bash[19346]: cluster 2024-09-11T07:57:34.094261+0000 mgr.x (mgr.34733) 98 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:37.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:37 smithi169 bash[14688]: cluster 2024-09-11T07:57:36.094981+0000 mgr.x (mgr.34733) 99 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:37.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:37 smithi133 bash[15104]: cluster 2024-09-11T07:57:36.094981+0000 mgr.x (mgr.34733) 99 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:37.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:37 smithi133 bash[19346]: cluster 2024-09-11T07:57:36.094981+0000 mgr.x (mgr.34733) 99 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:39.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:38 smithi133 bash[15104]: cluster 2024-09-11T07:57:38.096449+0000 mgr.x (mgr.34733) 100 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:39.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:38 smithi133 bash[19346]: cluster 2024-09-11T07:57:38.096449+0000 mgr.x (mgr.34733) 100 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:39.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:38 smithi169 bash[14688]: cluster 2024-09-11T07:57:38.096449+0000 mgr.x (mgr.34733) 100 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:41.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:41 smithi169 bash[14688]: cluster 2024-09-11T07:57:40.097066+0000 mgr.x (mgr.34733) 101 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:41.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:41 smithi133 bash[15104]: cluster 2024-09-11T07:57:40.097066+0000 mgr.x (mgr.34733) 101 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:41.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:41 smithi133 bash[19346]: cluster 2024-09-11T07:57:40.097066+0000 mgr.x (mgr.34733) 101 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:41 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:41.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:41 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:41.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:41 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:41.632Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:57:43.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:43 smithi169 bash[14688]: cluster 2024-09-11T07:57:42.097837+0000 mgr.x (mgr.34733) 102 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:43.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:43 smithi133 bash[15104]: cluster 2024-09-11T07:57:42.097837+0000 mgr.x (mgr.34733) 102 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:43.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:43 smithi133 bash[19346]: cluster 2024-09-11T07:57:42.097837+0000 mgr.x (mgr.34733) 102 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:43.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:43 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:43.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:43 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:43.520Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:43 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:43.520Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:57:45.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:45 smithi169 bash[14688]: cluster 2024-09-11T07:57:44.099327+0000 mgr.x (mgr.34733) 103 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:45.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:45 smithi133 bash[15104]: cluster 2024-09-11T07:57:44.099327+0000 mgr.x (mgr.34733) 103 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:45 smithi133 bash[19346]: cluster 2024-09-11T07:57:44.099327+0000 mgr.x (mgr.34733) 103 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:47.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:47 smithi169 bash[14688]: cluster 2024-09-11T07:57:46.100016+0000 mgr.x (mgr.34733) 104 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:47.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:47 smithi133 bash[15104]: cluster 2024-09-11T07:57:46.100016+0000 mgr.x (mgr.34733) 104 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:47.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:47 smithi133 bash[19346]: cluster 2024-09-11T07:57:46.100016+0000 mgr.x (mgr.34733) 104 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:49.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:48 smithi133 bash[15104]: cluster 2024-09-11T07:57:48.101456+0000 mgr.x (mgr.34733) 105 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:49.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:48 smithi133 bash[19346]: cluster 2024-09-11T07:57:48.101456+0000 mgr.x (mgr.34733) 105 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:49.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:48 smithi169 bash[14688]: cluster 2024-09-11T07:57:48.101456+0000 mgr.x (mgr.34733) 105 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:57:51.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:51 smithi169 bash[14688]: cluster 2024-09-11T07:57:50.102131+0000 mgr.x (mgr.34733) 106 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:51.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:51 smithi133 bash[15104]: cluster 2024-09-11T07:57:50.102131+0000 mgr.x (mgr.34733) 106 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:51.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:51 smithi133 bash[19346]: cluster 2024-09-11T07:57:50.102131+0000 mgr.x (mgr.34733) 106 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:51 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:51.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:51 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:51.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:51 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:51.632Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:57:53.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:53 smithi169 bash[14688]: cluster 2024-09-11T07:57:52.102873+0000 mgr.x (mgr.34733) 107 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:53 smithi133 bash[15104]: cluster 2024-09-11T07:57:52.102873+0000 mgr.x (mgr.34733) 107 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:53.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:53 smithi133 bash[19346]: cluster 2024-09-11T07:57:52.102873+0000 mgr.x (mgr.34733) 107 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.5 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:57:53.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:53 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:53.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:57:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:53 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:53.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:57:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:57:53 smithi133 bash[32341]: level=error ts=2024-09-11T07:57:53.521Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:57:55.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:55 smithi133 bash[15104]: cluster 2024-09-11T07:57:54.104329+0000 mgr.x (mgr.34733) 108 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:57:55.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:55 smithi133 bash[19346]: cluster 2024-09-11T07:57:54.104329+0000 mgr.x (mgr.34733) 108 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:57:55.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:55 smithi169 bash[14688]: cluster 2024-09-11T07:57:54.104329+0000 mgr.x (mgr.34733) 108 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:57:57.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:57 smithi133 bash[15104]: cluster 2024-09-11T07:57:56.105094+0000 mgr.x (mgr.34733) 109 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:57:57.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:57 smithi133 bash[19346]: cluster 2024-09-11T07:57:56.105094+0000 mgr.x (mgr.34733) 109 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:57:57.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:57 smithi169 bash[14688]: cluster 2024-09-11T07:57:56.105094+0000 mgr.x (mgr.34733) 109 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:57:59.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:58 smithi133 bash[15104]: cluster 2024-09-11T07:57:58.106666+0000 mgr.x (mgr.34733) 110 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-11T07:57:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:58 smithi133 bash[19346]: cluster 2024-09-11T07:57:58.106666+0000 mgr.x (mgr.34733) 110 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-11T07:57:59.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:58 smithi169 bash[14688]: cluster 2024-09-11T07:57:58.106666+0000 mgr.x (mgr.34733) 110 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-11T07:58:00.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:59 smithi133 bash[15104]: audit 2024-09-11T07:57:59.523474+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:00.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:59 smithi133 bash[15104]: audit 2024-09-11T07:57:59.525009+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:58:00.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:57:59 smithi133 bash[15104]: audit 2024-09-11T07:57:59.539585+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:00.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:59 smithi133 bash[19346]: audit 2024-09-11T07:57:59.523474+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:00.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:59 smithi133 bash[19346]: audit 2024-09-11T07:57:59.525009+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:58:00.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:57:59 smithi133 bash[19346]: audit 2024-09-11T07:57:59.539585+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:00.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:59 smithi169 bash[14688]: audit 2024-09-11T07:57:59.523474+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:00.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:59 smithi169 bash[14688]: audit 2024-09-11T07:57:59.525009+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:58:00.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:57:59 smithi169 bash[14688]: audit 2024-09-11T07:57:59.539585+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:01.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:00 smithi133 bash[15104]: cephadm 2024-09-11T07:57:59.526115+0000 mgr.x (mgr.34733) 111 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:58:01.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:00 smithi133 bash[15104]: cluster 2024-09-11T07:58:00.107328+0000 mgr.x (mgr.34733) 112 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T07:58:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:00 smithi133 bash[19346]: cephadm 2024-09-11T07:57:59.526115+0000 mgr.x (mgr.34733) 111 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:58:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:00 smithi133 bash[19346]: cluster 2024-09-11T07:58:00.107328+0000 mgr.x (mgr.34733) 112 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T07:58:01.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:00 smithi169 bash[14688]: cephadm 2024-09-11T07:57:59.526115+0000 mgr.x (mgr.34733) 111 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:58:01.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:00 smithi169 bash[14688]: cluster 2024-09-11T07:58:00.107328+0000 mgr.x (mgr.34733) 112 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T07:58:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:01 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:01.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:01 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:01.632Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:01 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:01.633Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:58:03.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:03 smithi169 bash[14688]: cluster 2024-09-11T07:58:02.108076+0000 mgr.x (mgr.34733) 113 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T07:58:03.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:03 smithi133 bash[15104]: cluster 2024-09-11T07:58:02.108076+0000 mgr.x (mgr.34733) 113 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T07:58:03.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:03 smithi133 bash[19346]: cluster 2024-09-11T07:58:02.108076+0000 mgr.x (mgr.34733) 113 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T07:58:03.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:03 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:03.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:03 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:03.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:03 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:03.521Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:58:04.797 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-11T07:58:05.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:05 smithi169 bash[14688]: cluster 2024-09-11T07:58:04.109873+0000 mgr.x (mgr.34733) 114 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-11T07:58:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:05 smithi133 bash[15104]: cluster 2024-09-11T07:58:04.109873+0000 mgr.x (mgr.34733) 114 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-11T07:58:05.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:05 smithi133 bash[19346]: cluster 2024-09-11T07:58:04.109873+0000 mgr.x (mgr.34733) 114 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-11T07:58:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[15104]: cluster 2024-09-11T07:58:06.110515+0000 mgr.x (mgr.34733) 115 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:58:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[15104]: audit 2024-09-11T07:58:06.566286+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:58:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[15104]: audit 2024-09-11T07:58:06.567326+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[15104]: audit 2024-09-11T07:58:06.567893+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[15104]: audit 2024-09-11T07:58:06.572687+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:58:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[15104]: audit 2024-09-11T07:58:06.573863+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[15104]: audit 2024-09-11T07:58:06.574633+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[19346]: cluster 2024-09-11T07:58:06.110515+0000 mgr.x (mgr.34733) 115 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:58:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[19346]: audit 2024-09-11T07:58:06.566286+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:58:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[19346]: audit 2024-09-11T07:58:06.567326+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[19346]: audit 2024-09-11T07:58:06.567893+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[19346]: audit 2024-09-11T07:58:06.572687+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:58:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[19346]: audit 2024-09-11T07:58:06.573863+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:07 smithi133 bash[19346]: audit 2024-09-11T07:58:06.574633+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:07 smithi169 bash[14688]: cluster 2024-09-11T07:58:06.110515+0000 mgr.x (mgr.34733) 115 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:58:07.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:07 smithi169 bash[14688]: audit 2024-09-11T07:58:06.566286+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:58:07.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:07 smithi169 bash[14688]: audit 2024-09-11T07:58:06.567326+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:07 smithi169 bash[14688]: audit 2024-09-11T07:58:06.567893+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:07 smithi169 bash[14688]: audit 2024-09-11T07:58:06.572687+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:58:07.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:07 smithi169 bash[14688]: audit 2024-09-11T07:58:06.573863+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T07:58:07.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:07 smithi169 bash[14688]: audit 2024-09-11T07:58:06.574633+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T07:58:08.903 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled to redeploy mgr.y on host 'smithi133' 2024-09-11T07:58:09.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[15104]: cluster 2024-09-11T07:58:08.112064+0000 mgr.x (mgr.34733) 116 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:58:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[15104]: audit 2024-09-11T07:58:08.479421+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.133:0/3465092358' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:58:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[15104]: audit 2024-09-11T07:58:08.872828+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[15104]: audit 2024-09-11T07:58:08.873886+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:58:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[15104]: audit 2024-09-11T07:58:08.886264+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[15104]: audit 2024-09-11T07:58:08.896380+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[15104]: audit 2024-09-11T07:58:08.896381+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[15104]: audit 2024-09-11T07:58:08.899024+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:58:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[15104]: audit 2024-09-11T07:58:08.912154+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[19346]: cluster 2024-09-11T07:58:08.112064+0000 mgr.x (mgr.34733) 116 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:58:09.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[19346]: audit 2024-09-11T07:58:08.479421+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.133:0/3465092358' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:58:09.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[19346]: audit 2024-09-11T07:58:08.872828+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[19346]: audit 2024-09-11T07:58:08.873886+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:58:09.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[19346]: audit 2024-09-11T07:58:08.886264+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[19346]: audit 2024-09-11T07:58:08.896380+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[19346]: audit 2024-09-11T07:58:08.896381+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:09.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[19346]: audit 2024-09-11T07:58:08.899024+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:58:09.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:08 smithi133 bash[19346]: audit 2024-09-11T07:58:08.912154+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:08 smithi169 bash[14688]: cluster 2024-09-11T07:58:08.112064+0000 mgr.x (mgr.34733) 116 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T07:58:09.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:08 smithi169 bash[14688]: audit 2024-09-11T07:58:08.479421+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.133:0/3465092358' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:58:09.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:08 smithi169 bash[14688]: audit 2024-09-11T07:58:08.872828+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:08 smithi169 bash[14688]: audit 2024-09-11T07:58:08.873886+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:58:09.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:08 smithi169 bash[14688]: audit 2024-09-11T07:58:08.886264+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:08 smithi169 bash[14688]: audit 2024-09-11T07:58:08.896380+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:08 smithi169 bash[14688]: audit 2024-09-11T07:58:08.896381+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:09.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:08 smithi169 bash[14688]: audit 2024-09-11T07:58:08.899024+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:58:09.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:08 smithi169 bash[14688]: audit 2024-09-11T07:58:08.912154+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:58:09.770 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps --refresh' 2024-09-11T07:58:10.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[19346]: audit 2024-09-11T07:58:08.860002+0000 mgr.x (mgr.34733) 117 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:10.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[19346]: cephadm 2024-09-11T07:58:08.872139+0000 mgr.x (mgr.34733) 118 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T07:58:10.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[19346]: cephadm 2024-09-11T07:58:08.901250+0000 mgr.x (mgr.34733) 119 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:58:10.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[19346]: audit 2024-09-11T07:58:08.950686+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:58:10.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[19346]: audit 2024-09-11T07:58:08.953457+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:58:10.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[19346]: audit 2024-09-11T07:58:08.954882+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:10.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[19346]: cephadm 2024-09-11T07:58:08.956257+0000 mgr.x (mgr.34733) 120 : cephadm [INF] Deploying daemon mgr.y on smithi133 2024-09-11T07:58:10.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[19346]: audit 2024-09-11T07:58:08.956701+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:58:10.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[19346]: audit 2024-09-11T07:58:08.956825+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T07:58:10.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[15104]: audit 2024-09-11T07:58:08.860002+0000 mgr.x (mgr.34733) 117 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:10.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[15104]: cephadm 2024-09-11T07:58:08.872139+0000 mgr.x (mgr.34733) 118 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T07:58:10.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[15104]: cephadm 2024-09-11T07:58:08.901250+0000 mgr.x (mgr.34733) 119 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:58:10.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[15104]: audit 2024-09-11T07:58:08.950686+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:58:10.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[15104]: audit 2024-09-11T07:58:08.953457+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:58:10.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[15104]: audit 2024-09-11T07:58:08.954882+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:10.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[15104]: cephadm 2024-09-11T07:58:08.956257+0000 mgr.x (mgr.34733) 120 : cephadm [INF] Deploying daemon mgr.y on smithi133 2024-09-11T07:58:10.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[15104]: audit 2024-09-11T07:58:08.956701+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:58:10.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:09 smithi133 bash[15104]: audit 2024-09-11T07:58:08.956825+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T07:58:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:09 smithi169 bash[14688]: audit 2024-09-11T07:58:08.860002+0000 mgr.x (mgr.34733) 117 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:09 smithi169 bash[14688]: cephadm 2024-09-11T07:58:08.872139+0000 mgr.x (mgr.34733) 118 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T07:58:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:09 smithi169 bash[14688]: cephadm 2024-09-11T07:58:08.901250+0000 mgr.x (mgr.34733) 119 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:58:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:09 smithi169 bash[14688]: audit 2024-09-11T07:58:08.950686+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:58:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:09 smithi169 bash[14688]: audit 2024-09-11T07:58:08.953457+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:58:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:09 smithi169 bash[14688]: audit 2024-09-11T07:58:08.954882+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:09 smithi169 bash[14688]: cephadm 2024-09-11T07:58:08.956257+0000 mgr.x (mgr.34733) 120 : cephadm [INF] Deploying daemon mgr.y on smithi133 2024-09-11T07:58:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:09 smithi169 bash[14688]: audit 2024-09-11T07:58:08.956701+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:58:10.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:09 smithi169 bash[14688]: audit 2024-09-11T07:58:08.956825+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T07:58:11.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:10 smithi133 bash[15104]: cluster 2024-09-11T07:58:10.112782+0000 mgr.x (mgr.34733) 121 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:11.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:10 smithi133 bash[19346]: cluster 2024-09-11T07:58:10.112782+0000 mgr.x (mgr.34733) 121 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:11.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:10 smithi169 bash[14688]: cluster 2024-09-11T07:58:10.112782+0000 mgr.x (mgr.34733) 121 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:11 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:11.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:11 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:11.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:11 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:11.633Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:58:13.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:13 smithi133 bash[15104]: cluster 2024-09-11T07:58:12.113498+0000 mgr.x (mgr.34733) 122 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:13.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:13 smithi133 bash[19346]: cluster 2024-09-11T07:58:12.113498+0000 mgr.x (mgr.34733) 122 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:13.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:13 smithi169 bash[14688]: cluster 2024-09-11T07:58:12.113498+0000 mgr.x (mgr.34733) 122 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (11m) 2m ago 12m 9.94M - 0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (11m) 2m ago 11m 26.4M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running (2m) 2m ago 12m 41.3M - 3.4 dfc483079636 3f298cdd2ecd 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 running (5m) 2m ago 17m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 ce80e203df54 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 running (18m) 2m ago 18m 303M - 15.2.9 dfc483079636 9ace4962e274 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (18m) 2m ago 18m 61.3M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (17m) 2m ago 17m 58.4M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (17m) 2m ago 17m 49.2M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T07:58:13.942 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (12m) 2m ago 12m 11.3M - 0.18.1 e5a616e4b9cf a3e335b83031 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (12m) 2m ago 12m 11.1M - 0.18.1 e5a616e4b9cf 42d15393d125 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (16m) 2m ago 16m 43.8M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (16m) 2m ago 16m 46.6M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (15m) 2m ago 15m 41.0M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (15m) 2m ago 15m 46.3M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (14m) 2m ago 14m 47.0M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (14m) 2m ago 14m 45.3M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (13m) 2m ago 13m 45.2M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (13m) 2m ago 13m 47.0M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (2m) 2m ago 12m 28.7M - 2.18.1 de242295e225 47801f54fbfb 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (10m) 2m ago 10m 49.7M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T07:58:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (10m) 2m ago 10m 50.1M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T07:58:13.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:13 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:13.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:13.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:13 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:13.521Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:13.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:13 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:13.521Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.906759+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.907926+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.908976+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.910004+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.911129+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.912185+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.918127+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.918950+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.919705+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.920406+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[19346]: audit 2024-09-11T07:58:13.921141+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.906759+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.907926+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.908976+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.910004+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.911129+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.912185+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.918127+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.918950+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.919705+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.920406+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:14 smithi133 bash[15104]: audit 2024-09-11T07:58:13.921141+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.906759+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T07:58:14.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.907926+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T07:58:14.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.908976+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.910004+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.911129+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.912185+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.918127+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T07:58:14.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.918950+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.919705+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.920406+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:14 smithi169 bash[14688]: audit 2024-09-11T07:58:13.921141+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T07:58:14.943 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T07:58:15.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:15 smithi169 bash[14688]: audit 2024-09-11T07:58:13.900735+0000 mgr.x (mgr.34733) 123 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:15.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:15 smithi169 bash[14688]: cluster 2024-09-11T07:58:14.114915+0000 mgr.x (mgr.34733) 124 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:15.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:15 smithi133 bash[15104]: audit 2024-09-11T07:58:13.900735+0000 mgr.x (mgr.34733) 123 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:15.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:15 smithi133 bash[15104]: cluster 2024-09-11T07:58:14.114915+0000 mgr.x (mgr.34733) 124 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:15.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:15 smithi133 bash[19346]: audit 2024-09-11T07:58:13.900735+0000 mgr.x (mgr.34733) 123 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:15.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:15 smithi133 bash[19346]: cluster 2024-09-11T07:58:14.114915+0000 mgr.x (mgr.34733) 124 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:17 smithi169 bash[14688]: cluster 2024-09-11T07:58:16.115625+0000 mgr.x (mgr.34733) 125 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:17 smithi133 bash[15104]: cluster 2024-09-11T07:58:16.115625+0000 mgr.x (mgr.34733) 125 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:17 smithi133 bash[19346]: cluster 2024-09-11T07:58:16.115625+0000 mgr.x (mgr.34733) 125 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:18.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:18 smithi133 bash[19346]: cluster 2024-09-11T07:58:18.117131+0000 mgr.x (mgr.34733) 126 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:18.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:18 smithi133 bash[15104]: cluster 2024-09-11T07:58:18.117131+0000 mgr.x (mgr.34733) 126 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:19.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:18 smithi169 bash[14688]: cluster 2024-09-11T07:58:18.117131+0000 mgr.x (mgr.34733) 126 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:21.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:21 smithi133 bash[15104]: cluster 2024-09-11T07:58:20.117834+0000 mgr.x (mgr.34733) 127 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:21.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:21 smithi133 bash[19346]: cluster 2024-09-11T07:58:20.117834+0000 mgr.x (mgr.34733) 127 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:21.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:21 smithi169 bash[14688]: cluster 2024-09-11T07:58:20.117834+0000 mgr.x (mgr.34733) 127 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:21 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:21.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:21 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:21.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:21 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:21.633Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:58:23.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:23 smithi133 bash[15104]: cluster 2024-09-11T07:58:22.118506+0000 mgr.x (mgr.34733) 128 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:23.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:23 smithi133 bash[19346]: cluster 2024-09-11T07:58:22.118506+0000 mgr.x (mgr.34733) 128 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:23.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:23 smithi169 bash[14688]: cluster 2024-09-11T07:58:22.118506+0000 mgr.x (mgr.34733) 128 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:23.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:23 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:23.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:23 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:23.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:23 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:23.522Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:58:25.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:25 smithi133 bash[15104]: cluster 2024-09-11T07:58:24.119978+0000 mgr.x (mgr.34733) 129 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:25.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:25 smithi133 bash[19346]: cluster 2024-09-11T07:58:24.119978+0000 mgr.x (mgr.34733) 129 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:25 smithi169 bash[14688]: cluster 2024-09-11T07:58:24.119978+0000 mgr.x (mgr.34733) 129 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:27.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:27 smithi169 bash[14688]: cluster 2024-09-11T07:58:26.120599+0000 mgr.x (mgr.34733) 130 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:27.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:27 smithi133 bash[15104]: cluster 2024-09-11T07:58:26.120599+0000 mgr.x (mgr.34733) 130 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:27.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:27 smithi133 bash[19346]: cluster 2024-09-11T07:58:26.120599+0000 mgr.x (mgr.34733) 130 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:29.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:28 smithi133 bash[19346]: cluster 2024-09-11T07:58:28.122079+0000 mgr.x (mgr.34733) 131 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:29.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:28 smithi133 bash[15104]: cluster 2024-09-11T07:58:28.122079+0000 mgr.x (mgr.34733) 131 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:29.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:28 smithi169 bash[14688]: cluster 2024-09-11T07:58:28.122079+0000 mgr.x (mgr.34733) 131 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:31.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:31 smithi133 bash[15104]: cluster 2024-09-11T07:58:30.122751+0000 mgr.x (mgr.34733) 132 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:31.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:31 smithi133 bash[19346]: cluster 2024-09-11T07:58:30.122751+0000 mgr.x (mgr.34733) 132 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:31.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:31 smithi169 bash[14688]: cluster 2024-09-11T07:58:30.122751+0000 mgr.x (mgr.34733) 132 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:31 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:31.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:31 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:31.633Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:31 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:31.633Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:58:33.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:33 smithi133 bash[15104]: cluster 2024-09-11T07:58:32.123460+0000 mgr.x (mgr.34733) 133 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:33.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:33 smithi133 bash[19346]: cluster 2024-09-11T07:58:32.123460+0000 mgr.x (mgr.34733) 133 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:33 smithi169 bash[14688]: cluster 2024-09-11T07:58:32.123460+0000 mgr.x (mgr.34733) 133 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:33.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:33 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:33.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:33 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:33.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:33 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:33.522Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:58:35.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:35 smithi133 bash[15104]: cluster 2024-09-11T07:58:34.124948+0000 mgr.x (mgr.34733) 134 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:35.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:35 smithi133 bash[19346]: cluster 2024-09-11T07:58:34.124948+0000 mgr.x (mgr.34733) 134 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:35.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:35 smithi169 bash[14688]: cluster 2024-09-11T07:58:34.124948+0000 mgr.x (mgr.34733) 134 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:37.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:37 smithi169 bash[14688]: cluster 2024-09-11T07:58:36.125660+0000 mgr.x (mgr.34733) 135 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:37.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:37 smithi133 bash[15104]: cluster 2024-09-11T07:58:36.125660+0000 mgr.x (mgr.34733) 135 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:37.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:37 smithi133 bash[19346]: cluster 2024-09-11T07:58:36.125660+0000 mgr.x (mgr.34733) 135 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:39.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:38 smithi133 bash[19346]: cluster 2024-09-11T07:58:38.127158+0000 mgr.x (mgr.34733) 136 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:39.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:38 smithi133 bash[15104]: cluster 2024-09-11T07:58:38.127158+0000 mgr.x (mgr.34733) 136 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:39.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:38 smithi169 bash[14688]: cluster 2024-09-11T07:58:38.127158+0000 mgr.x (mgr.34733) 136 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:41.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:41 smithi133 bash[15104]: cluster 2024-09-11T07:58:40.127962+0000 mgr.x (mgr.34733) 137 : cluster [DBG] pgmap v112: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:41.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:41 smithi133 bash[19346]: cluster 2024-09-11T07:58:40.127962+0000 mgr.x (mgr.34733) 137 : cluster [DBG] pgmap v112: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:41.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:41 smithi169 bash[14688]: cluster 2024-09-11T07:58:40.127962+0000 mgr.x (mgr.34733) 137 : cluster [DBG] pgmap v112: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:41 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:41.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:41 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:41.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:41 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:41.634Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:58:43.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:43 smithi133 bash[15104]: cluster 2024-09-11T07:58:42.128762+0000 mgr.x (mgr.34733) 138 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:43.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:43 smithi133 bash[19346]: cluster 2024-09-11T07:58:42.128762+0000 mgr.x (mgr.34733) 138 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:43.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:43 smithi169 bash[14688]: cluster 2024-09-11T07:58:42.128762+0000 mgr.x (mgr.34733) 138 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:43.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:43 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:43.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:43 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:43.522Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:43 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:43.522Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:58:45.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:45 smithi169 bash[14688]: cluster 2024-09-11T07:58:44.130466+0000 mgr.x (mgr.34733) 139 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:45.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:45 smithi133 bash[15104]: cluster 2024-09-11T07:58:44.130466+0000 mgr.x (mgr.34733) 139 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:45.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:45 smithi133 bash[19346]: cluster 2024-09-11T07:58:44.130466+0000 mgr.x (mgr.34733) 139 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:47.639 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:47 smithi133 bash[15104]: cluster 2024-09-11T07:58:46.131206+0000 mgr.x (mgr.34733) 140 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:47.639 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:47 smithi133 bash[19346]: cluster 2024-09-11T07:58:46.131206+0000 mgr.x (mgr.34733) 140 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:47 smithi169 bash[14688]: cluster 2024-09-11T07:58:46.131206+0000 mgr.x (mgr.34733) 140 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:49.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:48 smithi133 bash[15104]: cluster 2024-09-11T07:58:48.132690+0000 mgr.x (mgr.34733) 141 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:49.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:48 smithi133 bash[19346]: cluster 2024-09-11T07:58:48.132690+0000 mgr.x (mgr.34733) 141 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:49.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:48 smithi169 bash[14688]: cluster 2024-09-11T07:58:48.132690+0000 mgr.x (mgr.34733) 141 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:51.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:51 smithi133 bash[15104]: cluster 2024-09-11T07:58:50.133444+0000 mgr.x (mgr.34733) 142 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:51.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:51 smithi133 bash[19346]: cluster 2024-09-11T07:58:50.133444+0000 mgr.x (mgr.34733) 142 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:51.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:51 smithi169 bash[14688]: cluster 2024-09-11T07:58:50.133444+0000 mgr.x (mgr.34733) 142 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:51 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:51.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:51 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:51.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:51 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:51.634Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:58:53.526 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:53 smithi133 bash[15104]: cluster 2024-09-11T07:58:52.134239+0000 mgr.x (mgr.34733) 143 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:53.526 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:53 smithi133 bash[19346]: cluster 2024-09-11T07:58:52.134239+0000 mgr.x (mgr.34733) 143 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:53.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:53 smithi169 bash[14688]: cluster 2024-09-11T07:58:52.134239+0000 mgr.x (mgr.34733) 143 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:53 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:53.523Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:58:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:53 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:53.523Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:58:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:58:53 smithi133 bash[32341]: level=error ts=2024-09-11T07:58:53.523Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:58:55.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:55 smithi169 bash[14688]: cluster 2024-09-11T07:58:54.135872+0000 mgr.x (mgr.34733) 144 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:55 smithi133 bash[15104]: cluster 2024-09-11T07:58:54.135872+0000 mgr.x (mgr.34733) 144 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:55.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:55 smithi133 bash[19346]: cluster 2024-09-11T07:58:54.135872+0000 mgr.x (mgr.34733) 144 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:57.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:57 smithi169 bash[14688]: cluster 2024-09-11T07:58:56.136603+0000 mgr.x (mgr.34733) 145 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:57.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:57 smithi133 bash[15104]: cluster 2024-09-11T07:58:56.136603+0000 mgr.x (mgr.34733) 145 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:57.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:57 smithi133 bash[19346]: cluster 2024-09-11T07:58:56.136603+0000 mgr.x (mgr.34733) 145 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:58:59.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:58:58 smithi133 bash[15104]: cluster 2024-09-11T07:58:58.138123+0000 mgr.x (mgr.34733) 146 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:59.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:58:58 smithi133 bash[19346]: cluster 2024-09-11T07:58:58.138123+0000 mgr.x (mgr.34733) 146 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:58:59.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:58:59 smithi133 systemd[1]: Stopping Ceph mgr.y for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T07:58:59.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:58:58 smithi169 bash[14688]: cluster 2024-09-11T07:58:58.138123+0000 mgr.x (mgr.34733) 146 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:01.638 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:01 smithi133 bash[15104]: cluster 2024-09-11T07:59:00.138796+0000 mgr.x (mgr.34733) 147 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:01.638 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:01 smithi133 bash[19346]: cluster 2024-09-11T07:59:00.138796+0000 mgr.x (mgr.34733) 147 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:01.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:01 smithi169 bash[14688]: cluster 2024-09-11T07:59:00.138796+0000 mgr.x (mgr.34733) 147 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:01 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:01.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:01 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:01.634Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:01 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:01.634Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:59:03.527 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:03 smithi133 bash[15104]: cluster 2024-09-11T07:59:02.139496+0000 mgr.x (mgr.34733) 148 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:03.527 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:03 smithi133 bash[19346]: cluster 2024-09-11T07:59:02.139496+0000 mgr.x (mgr.34733) 148 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:03.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:03 smithi169 bash[14688]: cluster 2024-09-11T07:59:02.139496+0000 mgr.x (mgr.34733) 148 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:03 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:03.523Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:03 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:03.523Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:03 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:03.523Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:59:05.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:05 smithi169 bash[14688]: cluster 2024-09-11T07:59:04.140989+0000 mgr.x (mgr.34733) 149 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:05.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:05 smithi133 bash[15104]: cluster 2024-09-11T07:59:04.140989+0000 mgr.x (mgr.34733) 149 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:05.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:05 smithi133 bash[19346]: cluster 2024-09-11T07:59:04.140989+0000 mgr.x (mgr.34733) 149 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:07 smithi169 bash[14688]: cluster 2024-09-11T07:59:06.141681+0000 mgr.x (mgr.34733) 150 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:07 smithi169 bash[14688]: audit 2024-09-11T07:59:06.575449+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:07 smithi169 bash[14688]: audit 2024-09-11T07:59:06.575990+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-11T07:59:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:07 smithi169 bash[14688]: audit 2024-09-11T07:59:06.576466+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:07 smithi169 bash[14688]: audit 2024-09-11T07:59:06.580902+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:07 smithi169 bash[14688]: audit 2024-09-11T07:59:06.581779+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-11T07:59:07.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:07 smithi169 bash[14688]: audit 2024-09-11T07:59:06.582372+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[15104]: cluster 2024-09-11T07:59:06.141681+0000 mgr.x (mgr.34733) 150 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[15104]: audit 2024-09-11T07:59:06.575449+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[15104]: audit 2024-09-11T07:59:06.575990+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-11T07:59:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[15104]: audit 2024-09-11T07:59:06.576466+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[15104]: audit 2024-09-11T07:59:06.580902+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[15104]: audit 2024-09-11T07:59:06.581779+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-11T07:59:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[15104]: audit 2024-09-11T07:59:06.582372+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[19346]: cluster 2024-09-11T07:59:06.141681+0000 mgr.x (mgr.34733) 150 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[19346]: audit 2024-09-11T07:59:06.575449+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[19346]: audit 2024-09-11T07:59:06.575990+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-11T07:59:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[19346]: audit 2024-09-11T07:59:06.576466+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[19346]: audit 2024-09-11T07:59:06.580902+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T07:59:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[19346]: audit 2024-09-11T07:59:06.581779+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-11T07:59:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:07 smithi133 bash[19346]: audit 2024-09-11T07:59:06.582372+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T07:59:09.237 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:08 smithi133 bash[15104]: cluster 2024-09-11T07:59:08.143105+0000 mgr.x (mgr.34733) 151 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:09.237 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:08 smithi133 bash[19346]: cluster 2024-09-11T07:59:08.143105+0000 mgr.x (mgr.34733) 151 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:09.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:08 smithi169 bash[14688]: cluster 2024-09-11T07:59:08.143105+0000 mgr.x (mgr.34733) 151 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:10.171 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:09 smithi133 bash[40817]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mgr.y 2024-09-11T07:59:10.171 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:10 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-09-11T07:59:10.171 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:10 smithi133 bash[40899]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mgr.y 2024-09-11T07:59:10.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:10 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-09-11T07:59:10.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:10 smithi133 systemd[1]: Stopped Ceph mgr.y for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:59:10.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:10 smithi133 systemd[1]: Started Ceph mgr.y for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T07:59:11.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[19346]: cluster 2024-09-11T07:59:10.143779+0000 mgr.x (mgr.34733) 152 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:11.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[19346]: audit 2024-09-11T07:59:10.429750+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:11.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[19346]: audit 2024-09-11T07:59:10.443459+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[19346]: audit 2024-09-11T07:59:10.452273+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:11.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[19346]: audit 2024-09-11T07:59:10.453439+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[19346]: audit 2024-09-11T07:59:10.463280+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[19346]: audit 2024-09-11T07:59:10.471829+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[19346]: audit 2024-09-11T07:59:10.478452+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[19346]: audit 2024-09-11T07:59:10.481235+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[15104]: cluster 2024-09-11T07:59:10.143779+0000 mgr.x (mgr.34733) 152 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[15104]: audit 2024-09-11T07:59:10.429750+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[15104]: audit 2024-09-11T07:59:10.443459+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[15104]: audit 2024-09-11T07:59:10.452273+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[15104]: audit 2024-09-11T07:59:10.453439+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[15104]: audit 2024-09-11T07:59:10.463280+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[15104]: audit 2024-09-11T07:59:10.471829+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[15104]: audit 2024-09-11T07:59:10.478452+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:59:11.547 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[15104]: audit 2024-09-11T07:59:10.481235+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:59:11.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:11 smithi169 bash[14688]: cluster 2024-09-11T07:59:10.143779+0000 mgr.x (mgr.34733) 152 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:11.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:11 smithi169 bash[14688]: audit 2024-09-11T07:59:10.429750+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:11.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:11 smithi169 bash[14688]: audit 2024-09-11T07:59:10.443459+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:11 smithi169 bash[14688]: audit 2024-09-11T07:59:10.452273+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:11.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:11 smithi169 bash[14688]: audit 2024-09-11T07:59:10.453439+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:11 smithi169 bash[14688]: audit 2024-09-11T07:59:10.463280+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:11 smithi169 bash[14688]: audit 2024-09-11T07:59:10.471829+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:11.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:11 smithi169 bash[14688]: audit 2024-09-11T07:59:10.478452+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:59:11.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:11 smithi169 bash[14688]: audit 2024-09-11T07:59:10.481235+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T07:59:11.814 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[40980]: debug 2024-09-11T07:59:11.672+0000 7efeca4ab640 1 -- 172.21.15.133:0/556658693 <== mon.0 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5570b0fc4340 con 0x5570b0fd1000 2024-09-11T07:59:11.814 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:11.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:11.814 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:11.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:11.814 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:11.635Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:59:12.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:11 smithi133 bash[40980]: debug 2024-09-11T07:59:11.804+0000 7efeccd13ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T07:59:12.851 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:12 smithi133 bash[40980]: debug 2024-09-11T07:59:12.556+0000 7efeccd13ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T07:59:12.852 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:12 smithi133 bash[40980]: debug 2024-09-11T07:59:12.620+0000 7efeccd13ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T07:59:12.852 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:12 smithi133 bash[40980]: debug 2024-09-11T07:59:12.684+0000 7efeccd13ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T07:59:13.102 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:12 smithi133 bash[40980]: debug 2024-09-11T07:59:12.844+0000 7efeccd13ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:59:13.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:13 smithi133 bash[15104]: cluster 2024-09-11T07:59:12.144446+0000 mgr.x (mgr.34733) 153 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:13.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:13 smithi133 bash[19346]: cluster 2024-09-11T07:59:12.144446+0000 mgr.x (mgr.34733) 153 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:13.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:13 smithi133 bash[40980]: debug 2024-09-11T07:59:13.092+0000 7efeccd13ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T07:59:13.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:13 smithi133 bash[40980]: debug 2024-09-11T07:59:13.156+0000 7efeccd13ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T07:59:13.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:13 smithi133 bash[40980]: debug 2024-09-11T07:59:13.296+0000 7efeccd13ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T07:59:13.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:13 smithi169 bash[14688]: cluster 2024-09-11T07:59:12.144446+0000 mgr.x (mgr.34733) 153 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:13.940 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:13 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:13.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:13.940 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:13 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:13.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.133:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-11T07:59:13.940 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:13 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:13.524Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.133:8443: connect: connection refused" 2024-09-11T07:59:14.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:13 smithi133 bash[40980]: debug 2024-09-11T07:59:13.932+0000 7efeccd13ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T07:59:14.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:14 smithi133 bash[40980]: debug 2024-09-11T07:59:14.004+0000 7efeccd13ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T07:59:14.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:14 smithi133 bash[40980]: debug 2024-09-11T07:59:14.076+0000 7efeccd13ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T07:59:14.701 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:14 smithi133 bash[40980]: debug 2024-09-11T07:59:14.360+0000 7efeccd13ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T07:59:14.701 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:14 smithi133 bash[40980]: debug 2024-09-11T07:59:14.496+0000 7efeccd13ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T07:59:15.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:14 smithi133 bash[40980]: debug 2024-09-11T07:59:14.808+0000 7efeccd13ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T07:59:15.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:15 smithi133 bash[40980]: debug 2024-09-11T07:59:15.024+0000 7efeccd13ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:59:15.537 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:15 smithi133 bash[15104]: cluster 2024-09-11T07:59:14.145925+0000 mgr.x (mgr.34733) 154 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:15.537 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:15 smithi133 bash[40980]: debug 2024-09-11T07:59:15.452+0000 7efeccd13ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T07:59:15.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:15 smithi133 bash[19346]: cluster 2024-09-11T07:59:14.145925+0000 mgr.x (mgr.34733) 154 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:15.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:15 smithi169 bash[14688]: cluster 2024-09-11T07:59:14.145925+0000 mgr.x (mgr.34733) 154 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:15.798 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:15 smithi133 bash[40980]: debug 2024-09-11T07:59:15.528+0000 7efeccd13ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T07:59:15.798 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:15 smithi133 bash[40980]: debug 2024-09-11T07:59:15.600+0000 7efeccd13ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T07:59:15.799 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:15 smithi133 bash[40980]: debug 2024-09-11T07:59:15.700+0000 7efeccd13ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T07:59:16.055 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:15 smithi133 bash[40980]: debug 2024-09-11T07:59:15.788+0000 7efeccd13ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T07:59:16.056 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:15 smithi133 bash[40980]: debug 2024-09-11T07:59:15.880+0000 7efeccd13ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T07:59:16.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:16 smithi133 bash[40980]: debug 2024-09-11T07:59:16.048+0000 7efeccd13ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T07:59:16.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:16 smithi133 bash[40980]: debug 2024-09-11T07:59:16.136+0000 7efeccd13ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T07:59:17.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[40980]: debug 2024-09-11T07:59:17.172+0000 7efeccd13ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T07:59:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: cluster 2024-09-11T07:59:16.146562+0000 mgr.x (mgr.34733) 155 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: audit 2024-09-11T07:59:16.595785+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: audit 2024-09-11T07:59:16.605281+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: audit 2024-09-11T07:59:16.615794+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: cluster 2024-09-11T07:59:17.183280+0000 mon.a (mon.0) 772 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T07:59:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: cluster 2024-09-11T07:59:17.183413+0000 mon.a (mon.0) 773 : cluster [DBG] Standby manager daemon y started 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: audit 2024-09-11T07:59:17.185194+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: audit 2024-09-11T07:59:17.186270+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: audit 2024-09-11T07:59:17.188052+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[15104]: audit 2024-09-11T07:59:17.188733+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: cluster 2024-09-11T07:59:16.146562+0000 mgr.x (mgr.34733) 155 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: audit 2024-09-11T07:59:16.595785+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: audit 2024-09-11T07:59:16.605281+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: audit 2024-09-11T07:59:16.615794+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: cluster 2024-09-11T07:59:17.183280+0000 mon.a (mon.0) 772 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T07:59:17.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: cluster 2024-09-11T07:59:17.183413+0000 mon.a (mon.0) 773 : cluster [DBG] Standby manager daemon y started 2024-09-11T07:59:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: audit 2024-09-11T07:59:17.185194+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T07:59:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: audit 2024-09-11T07:59:17.186270+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:59:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: audit 2024-09-11T07:59:17.188052+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T07:59:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:17 smithi133 bash[19346]: audit 2024-09-11T07:59:17.188733+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:59:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: cluster 2024-09-11T07:59:16.146562+0000 mgr.x (mgr.34733) 155 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: audit 2024-09-11T07:59:16.595785+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: audit 2024-09-11T07:59:16.605281+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: audit 2024-09-11T07:59:16.615794+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: cluster 2024-09-11T07:59:17.183280+0000 mon.a (mon.0) 772 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T07:59:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: cluster 2024-09-11T07:59:17.183413+0000 mon.a (mon.0) 773 : cluster [DBG] Standby manager daemon y started 2024-09-11T07:59:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: audit 2024-09-11T07:59:17.185194+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T07:59:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: audit 2024-09-11T07:59:17.186270+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:59:17.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: audit 2024-09-11T07:59:17.188052+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T07:59:17.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:17 smithi169 bash[14688]: audit 2024-09-11T07:59:17.188733+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:59:18.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:18 smithi169 bash[14688]: audit 2024-09-11T07:59:17.234529+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:18.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:18 smithi169 bash[14688]: audit 2024-09-11T07:59:17.245844+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:18.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:18 smithi169 bash[14688]: audit 2024-09-11T07:59:17.256616+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:18.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:18 smithi169 bash[14688]: cluster 2024-09-11T07:59:17.628075+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e22: x(active, since 4m), standbys: y 2024-09-11T07:59:18.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:18 smithi169 bash[14688]: audit 2024-09-11T07:59:17.641376+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:59:18.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:18 smithi169 bash[14688]: audit 2024-09-11T07:59:17.642452+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:59:18.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:18 smithi169 bash[14688]: audit 2024-09-11T07:59:17.654189+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:18.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[15104]: audit 2024-09-11T07:59:17.234529+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:18.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[15104]: audit 2024-09-11T07:59:17.245844+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:18.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[15104]: audit 2024-09-11T07:59:17.256616+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:18.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[15104]: cluster 2024-09-11T07:59:17.628075+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e22: x(active, since 4m), standbys: y 2024-09-11T07:59:18.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[15104]: audit 2024-09-11T07:59:17.641376+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:59:18.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[15104]: audit 2024-09-11T07:59:17.642452+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:59:18.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[15104]: audit 2024-09-11T07:59:17.654189+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:18.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[19346]: audit 2024-09-11T07:59:17.234529+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T07:59:18.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[19346]: audit 2024-09-11T07:59:17.245844+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:18.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[19346]: audit 2024-09-11T07:59:17.256616+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:18.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[19346]: cluster 2024-09-11T07:59:17.628075+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e22: x(active, since 4m), standbys: y 2024-09-11T07:59:18.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[19346]: audit 2024-09-11T07:59:17.641376+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:59:18.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[19346]: audit 2024-09-11T07:59:17.642452+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:59:18.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:18 smithi133 bash[19346]: audit 2024-09-11T07:59:17.654189+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T07:59:19.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:19 smithi169 bash[14688]: cephadm 2024-09-11T07:59:17.643374+0000 mgr.x (mgr.34733) 156 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:59:19.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:19 smithi169 bash[14688]: cluster 2024-09-11T07:59:18.148065+0000 mgr.x (mgr.34733) 157 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:19.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:19 smithi133 bash[15104]: cephadm 2024-09-11T07:59:17.643374+0000 mgr.x (mgr.34733) 156 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:59:19.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:19 smithi133 bash[15104]: cluster 2024-09-11T07:59:18.148065+0000 mgr.x (mgr.34733) 157 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:19.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:19 smithi133 bash[19346]: cephadm 2024-09-11T07:59:17.643374+0000 mgr.x (mgr.34733) 156 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:59:19.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:19 smithi133 bash[19346]: cluster 2024-09-11T07:59:18.148065+0000 mgr.x (mgr.34733) 157 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:21.639 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:21 smithi133 bash[15104]: cluster 2024-09-11T07:59:20.148965+0000 mgr.x (mgr.34733) 158 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:21.639 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:21 smithi133 bash[19346]: cluster 2024-09-11T07:59:20.148965+0000 mgr.x (mgr.34733) 158 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:21.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:21 smithi169 bash[14688]: cluster 2024-09-11T07:59:20.148965+0000 mgr.x (mgr.34733) 158 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:21 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:21.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:21 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:21.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:21 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:21.635Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:59:23.527 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:23 smithi133 bash[15104]: cluster 2024-09-11T07:59:22.149721+0000 mgr.x (mgr.34733) 159 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:23.528 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:23 smithi133 bash[19346]: cluster 2024-09-11T07:59:22.149721+0000 mgr.x (mgr.34733) 159 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:23.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:23 smithi169 bash[14688]: cluster 2024-09-11T07:59:22.149721+0000 mgr.x (mgr.34733) 159 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:23 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:23.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:23 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:23.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:23 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:23.524Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:59:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:25 smithi169 bash[14688]: cluster 2024-09-11T07:59:24.151189+0000 mgr.x (mgr.34733) 160 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:25 smithi133 bash[15104]: cluster 2024-09-11T07:59:24.151189+0000 mgr.x (mgr.34733) 160 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:25 smithi133 bash[19346]: cluster 2024-09-11T07:59:24.151189+0000 mgr.x (mgr.34733) 160 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:27.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:27 smithi169 bash[14688]: cluster 2024-09-11T07:59:26.151863+0000 mgr.x (mgr.34733) 161 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:27.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:27 smithi133 bash[15104]: cluster 2024-09-11T07:59:26.151863+0000 mgr.x (mgr.34733) 161 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:27.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:27 smithi133 bash[19346]: cluster 2024-09-11T07:59:26.151863+0000 mgr.x (mgr.34733) 161 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:29.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:28 smithi169 bash[14688]: cluster 2024-09-11T07:59:28.153324+0000 mgr.x (mgr.34733) 162 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:29.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:28 smithi133 bash[15104]: cluster 2024-09-11T07:59:28.153324+0000 mgr.x (mgr.34733) 162 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:29.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:28 smithi133 bash[19346]: cluster 2024-09-11T07:59:28.153324+0000 mgr.x (mgr.34733) 162 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:31.639 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:31 smithi133 bash[15104]: cluster 2024-09-11T07:59:30.154032+0000 mgr.x (mgr.34733) 163 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:31.639 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:31 smithi133 bash[19346]: cluster 2024-09-11T07:59:30.154032+0000 mgr.x (mgr.34733) 163 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:31.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:31 smithi169 bash[14688]: cluster 2024-09-11T07:59:30.154032+0000 mgr.x (mgr.34733) 163 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:31 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:31.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:31 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:31.635Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:31 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:31.635Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:59:33.528 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:33 smithi133 bash[15104]: cluster 2024-09-11T07:59:32.154702+0000 mgr.x (mgr.34733) 164 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:33.529 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:33 smithi133 bash[19346]: cluster 2024-09-11T07:59:32.154702+0000 mgr.x (mgr.34733) 164 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:33 smithi169 bash[14688]: cluster 2024-09-11T07:59:32.154702+0000 mgr.x (mgr.34733) 164 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:33 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:33.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:33 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:33.524Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:33 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:33.524Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:59:35.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:35 smithi169 bash[14688]: cluster 2024-09-11T07:59:34.156148+0000 mgr.x (mgr.34733) 165 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:35.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:35 smithi133 bash[15104]: cluster 2024-09-11T07:59:34.156148+0000 mgr.x (mgr.34733) 165 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:35.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:35 smithi133 bash[19346]: cluster 2024-09-11T07:59:34.156148+0000 mgr.x (mgr.34733) 165 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:37.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:37 smithi169 bash[14688]: cluster 2024-09-11T07:59:36.156927+0000 mgr.x (mgr.34733) 166 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:37.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:37 smithi133 bash[15104]: cluster 2024-09-11T07:59:36.156927+0000 mgr.x (mgr.34733) 166 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:37.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:37 smithi133 bash[19346]: cluster 2024-09-11T07:59:36.156927+0000 mgr.x (mgr.34733) 166 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:39.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:38 smithi169 bash[14688]: cluster 2024-09-11T07:59:38.158221+0000 mgr.x (mgr.34733) 167 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:39.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:38 smithi133 bash[15104]: cluster 2024-09-11T07:59:38.158221+0000 mgr.x (mgr.34733) 167 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:38 smithi133 bash[19346]: cluster 2024-09-11T07:59:38.158221+0000 mgr.x (mgr.34733) 167 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:41.639 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:41 smithi133 bash[15104]: cluster 2024-09-11T07:59:40.158839+0000 mgr.x (mgr.34733) 168 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:41.640 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:41 smithi133 bash[19346]: cluster 2024-09-11T07:59:40.158839+0000 mgr.x (mgr.34733) 168 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:41.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:41 smithi169 bash[14688]: cluster 2024-09-11T07:59:40.158839+0000 mgr.x (mgr.34733) 168 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:41 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:41.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:41 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:41.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:41 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:41.636Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:59:43.528 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:43 smithi133 bash[15104]: cluster 2024-09-11T07:59:42.159506+0000 mgr.x (mgr.34733) 169 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:43.529 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:43 smithi133 bash[19346]: cluster 2024-09-11T07:59:42.159506+0000 mgr.x (mgr.34733) 169 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:43.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:43 smithi169 bash[14688]: cluster 2024-09-11T07:59:42.159506+0000 mgr.x (mgr.34733) 169 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:43 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:43.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:43 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:43.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:43 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:43.525Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:59:45.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:45 smithi169 bash[14688]: cluster 2024-09-11T07:59:44.160980+0000 mgr.x (mgr.34733) 170 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:45.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:45 smithi133 bash[15104]: cluster 2024-09-11T07:59:44.160980+0000 mgr.x (mgr.34733) 170 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:45.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:45 smithi133 bash[19346]: cluster 2024-09-11T07:59:44.160980+0000 mgr.x (mgr.34733) 170 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:47 smithi169 bash[14688]: cluster 2024-09-11T07:59:46.161654+0000 mgr.x (mgr.34733) 171 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:47 smithi133 bash[15104]: cluster 2024-09-11T07:59:46.161654+0000 mgr.x (mgr.34733) 171 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:47.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:47 smithi133 bash[19346]: cluster 2024-09-11T07:59:46.161654+0000 mgr.x (mgr.34733) 171 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:49.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:48 smithi169 bash[14688]: cluster 2024-09-11T07:59:48.163183+0000 mgr.x (mgr.34733) 172 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:49.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:48 smithi133 bash[15104]: cluster 2024-09-11T07:59:48.163183+0000 mgr.x (mgr.34733) 172 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:49.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:48 smithi133 bash[19346]: cluster 2024-09-11T07:59:48.163183+0000 mgr.x (mgr.34733) 172 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:51.640 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:51 smithi133 bash[15104]: cluster 2024-09-11T07:59:50.163901+0000 mgr.x (mgr.34733) 173 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:51.641 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:51 smithi133 bash[19346]: cluster 2024-09-11T07:59:50.163901+0000 mgr.x (mgr.34733) 173 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:51.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:51 smithi169 bash[14688]: cluster 2024-09-11T07:59:50.163901+0000 mgr.x (mgr.34733) 173 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:51 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:51.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:51 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:51.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:51 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:51.636Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T07:59:53.529 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:53 smithi133 bash[15104]: cluster 2024-09-11T07:59:52.164622+0000 mgr.x (mgr.34733) 174 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:53.529 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:53 smithi133 bash[19346]: cluster 2024-09-11T07:59:52.164622+0000 mgr.x (mgr.34733) 174 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:53.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:53 smithi169 bash[14688]: cluster 2024-09-11T07:59:52.164622+0000 mgr.x (mgr.34733) 174 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:53 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:53.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T07:59:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:53 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:53.525Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T07:59:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 07:59:53 smithi133 bash[32341]: level=error ts=2024-09-11T07:59:53.525Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T07:59:55.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:55 smithi169 bash[14688]: cluster 2024-09-11T07:59:54.166143+0000 mgr.x (mgr.34733) 175 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:55 smithi133 bash[15104]: cluster 2024-09-11T07:59:54.166143+0000 mgr.x (mgr.34733) 175 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:55.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:55 smithi133 bash[19346]: cluster 2024-09-11T07:59:54.166143+0000 mgr.x (mgr.34733) 175 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:57.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:57 smithi169 bash[14688]: cluster 2024-09-11T07:59:56.166936+0000 mgr.x (mgr.34733) 176 : cluster [DBG] pgmap v150: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:57.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:57 smithi133 bash[19346]: cluster 2024-09-11T07:59:56.166936+0000 mgr.x (mgr.34733) 176 : cluster [DBG] pgmap v150: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:57.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:57 smithi133 bash[15104]: cluster 2024-09-11T07:59:56.166936+0000 mgr.x (mgr.34733) 176 : cluster [DBG] pgmap v150: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T07:59:59.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 07:59:58 smithi169 bash[14688]: cluster 2024-09-11T07:59:58.168496+0000 mgr.x (mgr.34733) 177 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:59.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 07:59:58 smithi133 bash[19346]: cluster 2024-09-11T07:59:58.168496+0000 mgr.x (mgr.34733) 177 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T07:59:59.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 07:59:58 smithi133 bash[15104]: cluster 2024-09-11T07:59:58.168496+0000 mgr.x (mgr.34733) 177 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:00.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:00 smithi169 bash[14688]: cluster 2024-09-11T08:00:00.000157+0000 mon.a (mon.0) 778 : cluster [INF] overall HEALTH_OK 2024-09-11T08:00:00.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:00 smithi133 bash[19346]: cluster 2024-09-11T08:00:00.000157+0000 mon.a (mon.0) 778 : cluster [INF] overall HEALTH_OK 2024-09-11T08:00:00.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:00 smithi133 bash[15104]: cluster 2024-09-11T08:00:00.000157+0000 mon.a (mon.0) 778 : cluster [INF] overall HEALTH_OK 2024-09-11T08:00:01.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:01 smithi169 bash[14688]: cluster 2024-09-11T08:00:00.169200+0000 mgr.x (mgr.34733) 178 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:01.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:01 smithi133 bash[15104]: cluster 2024-09-11T08:00:00.169200+0000 mgr.x (mgr.34733) 178 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:01.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:01 smithi133 bash[19346]: cluster 2024-09-11T08:00:00.169200+0000 mgr.x (mgr.34733) 178 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:01.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:01.636Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:01.637Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:00:03.529 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:03 smithi133 bash[15104]: cluster 2024-09-11T08:00:02.169908+0000 mgr.x (mgr.34733) 179 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:03.530 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:03 smithi133 bash[19346]: cluster 2024-09-11T08:00:02.169908+0000 mgr.x (mgr.34733) 179 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:03.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:03 smithi169 bash[14688]: cluster 2024-09-11T08:00:02.169908+0000 mgr.x (mgr.34733) 179 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:03.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:03.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:03.526Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:00:05.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:05 smithi169 bash[14688]: cluster 2024-09-11T08:00:04.171428+0000 mgr.x (mgr.34733) 180 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:05.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:05 smithi133 bash[15104]: cluster 2024-09-11T08:00:04.171428+0000 mgr.x (mgr.34733) 180 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:05.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:05 smithi133 bash[19346]: cluster 2024-09-11T08:00:04.171428+0000 mgr.x (mgr.34733) 180 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:07 smithi169 bash[14688]: cluster 2024-09-11T08:00:06.172123+0000 mgr.x (mgr.34733) 181 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:07 smithi169 bash[14688]: audit 2024-09-11T08:00:06.585055+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:00:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:07 smithi169 bash[14688]: audit 2024-09-11T08:00:06.585760+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:07 smithi169 bash[14688]: audit 2024-09-11T08:00:06.586286+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:07 smithi169 bash[14688]: audit 2024-09-11T08:00:06.590032+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:00:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:07 smithi169 bash[14688]: audit 2024-09-11T08:00:06.591290+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:07 smithi169 bash[14688]: audit 2024-09-11T08:00:06.591951+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[15104]: cluster 2024-09-11T08:00:06.172123+0000 mgr.x (mgr.34733) 181 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[15104]: audit 2024-09-11T08:00:06.585055+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:00:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[15104]: audit 2024-09-11T08:00:06.585760+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[15104]: audit 2024-09-11T08:00:06.586286+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[15104]: audit 2024-09-11T08:00:06.590032+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:00:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[15104]: audit 2024-09-11T08:00:06.591290+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[15104]: audit 2024-09-11T08:00:06.591951+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[19346]: cluster 2024-09-11T08:00:06.172123+0000 mgr.x (mgr.34733) 181 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[19346]: audit 2024-09-11T08:00:06.585055+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:00:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[19346]: audit 2024-09-11T08:00:06.585760+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[19346]: audit 2024-09-11T08:00:06.586286+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[19346]: audit 2024-09-11T08:00:06.590032+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-11T08:00:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[19346]: audit 2024-09-11T08:00:06.591290+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:00:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:07 smithi133 bash[19346]: audit 2024-09-11T08:00:06.591951+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:00:09.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:08 smithi169 bash[14688]: cluster 2024-09-11T08:00:08.173659+0000 mgr.x (mgr.34733) 182 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:09.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:08 smithi133 bash[19346]: cluster 2024-09-11T08:00:08.173659+0000 mgr.x (mgr.34733) 182 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:09.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:08 smithi133 bash[15104]: cluster 2024-09-11T08:00:08.173659+0000 mgr.x (mgr.34733) 182 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:11.641 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:11 smithi133 bash[15104]: cluster 2024-09-11T08:00:10.174398+0000 mgr.x (mgr.34733) 183 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:11.641 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:11 smithi133 bash[19346]: cluster 2024-09-11T08:00:10.174398+0000 mgr.x (mgr.34733) 183 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:11.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:11 smithi169 bash[14688]: cluster 2024-09-11T08:00:10.174398+0000 mgr.x (mgr.34733) 183 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:11.637Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:11.637Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:11.637Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:00:13.530 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:13 smithi133 bash[15104]: cluster 2024-09-11T08:00:12.175104+0000 mgr.x (mgr.34733) 184 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:13.530 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:13 smithi133 bash[19346]: cluster 2024-09-11T08:00:12.175104+0000 mgr.x (mgr.34733) 184 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:13.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:13 smithi169 bash[14688]: cluster 2024-09-11T08:00:12.175104+0000 mgr.x (mgr.34733) 184 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:13.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:13.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:13.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:13.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:13.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:13.526Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:00:15.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:15 smithi169 bash[14688]: cluster 2024-09-11T08:00:14.176563+0000 mgr.x (mgr.34733) 185 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:15.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:15 smithi133 bash[15104]: cluster 2024-09-11T08:00:14.176563+0000 mgr.x (mgr.34733) 185 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:15.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:15 smithi133 bash[19346]: cluster 2024-09-11T08:00:14.176563+0000 mgr.x (mgr.34733) 185 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:17.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:17 smithi169 bash[14688]: cluster 2024-09-11T08:00:16.177294+0000 mgr.x (mgr.34733) 186 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:17.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:17 smithi133 bash[15104]: cluster 2024-09-11T08:00:16.177294+0000 mgr.x (mgr.34733) 186 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:17 smithi133 bash[19346]: cluster 2024-09-11T08:00:16.177294+0000 mgr.x (mgr.34733) 186 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:18.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:18 smithi169 bash[14688]: audit 2024-09-11T08:00:17.709831+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:00:18.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:18 smithi133 bash[15104]: audit 2024-09-11T08:00:17.709831+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:00:18.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:18 smithi133 bash[19346]: audit 2024-09-11T08:00:17.709831+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:00:19.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:19 smithi169 bash[14688]: cluster 2024-09-11T08:00:18.178828+0000 mgr.x (mgr.34733) 187 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:19.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:19 smithi133 bash[15104]: cluster 2024-09-11T08:00:18.178828+0000 mgr.x (mgr.34733) 187 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:19.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:19 smithi133 bash[19346]: cluster 2024-09-11T08:00:18.178828+0000 mgr.x (mgr.34733) 187 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:21.641 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:21 smithi133 bash[15104]: cluster 2024-09-11T08:00:20.179517+0000 mgr.x (mgr.34733) 188 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:21.641 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:21 smithi133 bash[19346]: cluster 2024-09-11T08:00:20.179517+0000 mgr.x (mgr.34733) 188 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:21.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:21 smithi169 bash[14688]: cluster 2024-09-11T08:00:20.179517+0000 mgr.x (mgr.34733) 188 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:21.637Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:21.637Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:21.637Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:00:23.530 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:23 smithi133 bash[15104]: cluster 2024-09-11T08:00:22.180235+0000 mgr.x (mgr.34733) 189 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:23.530 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:23 smithi133 bash[19346]: cluster 2024-09-11T08:00:22.180235+0000 mgr.x (mgr.34733) 189 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:23.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:23 smithi169 bash[14688]: cluster 2024-09-11T08:00:22.180235+0000 mgr.x (mgr.34733) 189 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:23.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:23.526Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:23.526Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:00:24.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:24 smithi169 bash[14688]: audit 2024-09-11T08:00:23.903044+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:00:24.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:24 smithi169 bash[14688]: audit 2024-09-11T08:00:23.916063+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:00:24.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:24 smithi169 bash[14688]: audit 2024-09-11T08:00:23.928709+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:00:24.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:24 smithi133 bash[15104]: audit 2024-09-11T08:00:23.903044+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:00:24.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:24 smithi133 bash[15104]: audit 2024-09-11T08:00:23.916063+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:00:24.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:24 smithi133 bash[15104]: audit 2024-09-11T08:00:23.928709+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:00:24.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:24 smithi133 bash[19346]: audit 2024-09-11T08:00:23.903044+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:00:24.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:24 smithi133 bash[19346]: audit 2024-09-11T08:00:23.916063+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:00:24.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:24 smithi133 bash[19346]: audit 2024-09-11T08:00:23.928709+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:00:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:25 smithi169 bash[14688]: cluster 2024-09-11T08:00:24.181784+0000 mgr.x (mgr.34733) 190 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:25 smithi169 bash[14688]: audit 2024-09-11T08:00:24.308125+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:25 smithi169 bash[14688]: audit 2024-09-11T08:00:24.310015+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:25 smithi169 bash[14688]: cephadm 2024-09-11T08:00:24.311544+0000 mgr.x (mgr.34733) 191 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:00:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:25 smithi169 bash[14688]: audit 2024-09-11T08:00:24.323756+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:00:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[15104]: cluster 2024-09-11T08:00:24.181784+0000 mgr.x (mgr.34733) 190 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[15104]: audit 2024-09-11T08:00:24.308125+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[15104]: audit 2024-09-11T08:00:24.310015+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[15104]: cephadm 2024-09-11T08:00:24.311544+0000 mgr.x (mgr.34733) 191 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:00:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[15104]: audit 2024-09-11T08:00:24.323756+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:00:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[19346]: cluster 2024-09-11T08:00:24.181784+0000 mgr.x (mgr.34733) 190 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[19346]: audit 2024-09-11T08:00:24.308125+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[19346]: audit 2024-09-11T08:00:24.310015+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[19346]: cephadm 2024-09-11T08:00:24.311544+0000 mgr.x (mgr.34733) 191 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:00:25.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:25 smithi133 bash[19346]: audit 2024-09-11T08:00:24.323756+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:00:27.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:27 smithi169 bash[14688]: cluster 2024-09-11T08:00:26.182536+0000 mgr.x (mgr.34733) 192 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:27.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:27 smithi133 bash[15104]: cluster 2024-09-11T08:00:26.182536+0000 mgr.x (mgr.34733) 192 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:27.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:27 smithi133 bash[19346]: cluster 2024-09-11T08:00:26.182536+0000 mgr.x (mgr.34733) 192 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:29.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:28 smithi169 bash[14688]: cluster 2024-09-11T08:00:28.184002+0000 mgr.x (mgr.34733) 193 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:29.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:28 smithi133 bash[15104]: cluster 2024-09-11T08:00:28.184002+0000 mgr.x (mgr.34733) 193 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:29.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:28 smithi133 bash[19346]: cluster 2024-09-11T08:00:28.184002+0000 mgr.x (mgr.34733) 193 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:31.642 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:31 smithi133 bash[15104]: cluster 2024-09-11T08:00:30.184692+0000 mgr.x (mgr.34733) 194 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:31.642 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:31 smithi133 bash[19346]: cluster 2024-09-11T08:00:30.184692+0000 mgr.x (mgr.34733) 194 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:31.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:31 smithi169 bash[14688]: cluster 2024-09-11T08:00:30.184692+0000 mgr.x (mgr.34733) 194 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:31.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:31.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:31.638Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:00:33.530 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:33 smithi133 bash[15104]: cluster 2024-09-11T08:00:32.185452+0000 mgr.x (mgr.34733) 195 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:33.531 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:33 smithi133 bash[19346]: cluster 2024-09-11T08:00:32.185452+0000 mgr.x (mgr.34733) 195 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:33 smithi169 bash[14688]: cluster 2024-09-11T08:00:32.185452+0000 mgr.x (mgr.34733) 195 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:33.527Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:33.527Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:33.527Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:00:35.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:35 smithi169 bash[14688]: cluster 2024-09-11T08:00:34.186913+0000 mgr.x (mgr.34733) 196 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:35.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:35 smithi133 bash[15104]: cluster 2024-09-11T08:00:34.186913+0000 mgr.x (mgr.34733) 196 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:35.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:35 smithi133 bash[19346]: cluster 2024-09-11T08:00:34.186913+0000 mgr.x (mgr.34733) 196 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:37.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:37 smithi169 bash[14688]: cluster 2024-09-11T08:00:36.187602+0000 mgr.x (mgr.34733) 197 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:37.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:37 smithi133 bash[15104]: cluster 2024-09-11T08:00:36.187602+0000 mgr.x (mgr.34733) 197 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:37.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:37 smithi133 bash[19346]: cluster 2024-09-11T08:00:36.187602+0000 mgr.x (mgr.34733) 197 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:39.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:38 smithi169 bash[14688]: cluster 2024-09-11T08:00:38.189099+0000 mgr.x (mgr.34733) 198 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:39.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:38 smithi133 bash[15104]: cluster 2024-09-11T08:00:38.189099+0000 mgr.x (mgr.34733) 198 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:38 smithi133 bash[19346]: cluster 2024-09-11T08:00:38.189099+0000 mgr.x (mgr.34733) 198 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:41.642 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:41 smithi133 bash[15104]: cluster 2024-09-11T08:00:40.189817+0000 mgr.x (mgr.34733) 199 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:41.642 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:41 smithi133 bash[19346]: cluster 2024-09-11T08:00:40.189817+0000 mgr.x (mgr.34733) 199 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:41.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:41 smithi169 bash[14688]: cluster 2024-09-11T08:00:40.189817+0000 mgr.x (mgr.34733) 199 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:41.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:41.638Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:41.638Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:00:43.531 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:43 smithi133 bash[15104]: cluster 2024-09-11T08:00:42.190502+0000 mgr.x (mgr.34733) 200 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:43.531 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:43 smithi133 bash[19346]: cluster 2024-09-11T08:00:42.190502+0000 mgr.x (mgr.34733) 200 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:43.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:43 smithi169 bash[14688]: cluster 2024-09-11T08:00:42.190502+0000 mgr.x (mgr.34733) 200 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:43.527Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:43.527Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:43.527Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:00:45.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:45 smithi169 bash[14688]: cluster 2024-09-11T08:00:44.191991+0000 mgr.x (mgr.34733) 201 : cluster [DBG] pgmap v174: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:45.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:45 smithi133 bash[15104]: cluster 2024-09-11T08:00:44.191991+0000 mgr.x (mgr.34733) 201 : cluster [DBG] pgmap v174: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:45.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:45 smithi133 bash[19346]: cluster 2024-09-11T08:00:44.191991+0000 mgr.x (mgr.34733) 201 : cluster [DBG] pgmap v174: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:47 smithi169 bash[14688]: cluster 2024-09-11T08:00:46.192685+0000 mgr.x (mgr.34733) 202 : cluster [DBG] pgmap v175: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:47 smithi133 bash[15104]: cluster 2024-09-11T08:00:46.192685+0000 mgr.x (mgr.34733) 202 : cluster [DBG] pgmap v175: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:47.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:47 smithi133 bash[19346]: cluster 2024-09-11T08:00:46.192685+0000 mgr.x (mgr.34733) 202 : cluster [DBG] pgmap v175: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:49.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:48 smithi169 bash[14688]: cluster 2024-09-11T08:00:48.194260+0000 mgr.x (mgr.34733) 203 : cluster [DBG] pgmap v176: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:49.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:48 smithi133 bash[15104]: cluster 2024-09-11T08:00:48.194260+0000 mgr.x (mgr.34733) 203 : cluster [DBG] pgmap v176: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:49.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:49 smithi133 bash[19346]: cluster 2024-09-11T08:00:48.194260+0000 mgr.x (mgr.34733) 203 : cluster [DBG] pgmap v176: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:51.642 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:51 smithi133 bash[15104]: cluster 2024-09-11T08:00:50.195105+0000 mgr.x (mgr.34733) 204 : cluster [DBG] pgmap v177: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:51.642 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:51 smithi133 bash[19346]: cluster 2024-09-11T08:00:50.195105+0000 mgr.x (mgr.34733) 204 : cluster [DBG] pgmap v177: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:51.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:51 smithi169 bash[14688]: cluster 2024-09-11T08:00:50.195105+0000 mgr.x (mgr.34733) 204 : cluster [DBG] pgmap v177: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:51.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:51.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:51.639Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:00:53.531 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:53 smithi133 bash[15104]: cluster 2024-09-11T08:00:52.195827+0000 mgr.x (mgr.34733) 205 : cluster [DBG] pgmap v178: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:53.532 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:53 smithi133 bash[19346]: cluster 2024-09-11T08:00:52.195827+0000 mgr.x (mgr.34733) 205 : cluster [DBG] pgmap v178: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:53.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:53 smithi169 bash[14688]: cluster 2024-09-11T08:00:52.195827+0000 mgr.x (mgr.34733) 205 : cluster [DBG] pgmap v178: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:53.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:00:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:53.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:00:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:00:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:00:53.528Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:00:55.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:55 smithi169 bash[14688]: cluster 2024-09-11T08:00:54.197381+0000 mgr.x (mgr.34733) 206 : cluster [DBG] pgmap v179: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:55 smithi133 bash[15104]: cluster 2024-09-11T08:00:54.197381+0000 mgr.x (mgr.34733) 206 : cluster [DBG] pgmap v179: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:55.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:55 smithi133 bash[19346]: cluster 2024-09-11T08:00:54.197381+0000 mgr.x (mgr.34733) 206 : cluster [DBG] pgmap v179: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:57.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:57 smithi169 bash[14688]: cluster 2024-09-11T08:00:56.198100+0000 mgr.x (mgr.34733) 207 : cluster [DBG] pgmap v180: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:57.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:57 smithi133 bash[15104]: cluster 2024-09-11T08:00:56.198100+0000 mgr.x (mgr.34733) 207 : cluster [DBG] pgmap v180: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:57.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:57 smithi133 bash[19346]: cluster 2024-09-11T08:00:56.198100+0000 mgr.x (mgr.34733) 207 : cluster [DBG] pgmap v180: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:00:59.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:00:59 smithi169 bash[14688]: cluster 2024-09-11T08:00:58.199579+0000 mgr.x (mgr.34733) 208 : cluster [DBG] pgmap v181: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:59.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:00:59 smithi133 bash[15104]: cluster 2024-09-11T08:00:58.199579+0000 mgr.x (mgr.34733) 208 : cluster [DBG] pgmap v181: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:00:59.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:00:59 smithi133 bash[19346]: cluster 2024-09-11T08:00:58.199579+0000 mgr.x (mgr.34733) 208 : cluster [DBG] pgmap v181: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:01.642 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:01 smithi133 bash[15104]: cluster 2024-09-11T08:01:00.200342+0000 mgr.x (mgr.34733) 209 : cluster [DBG] pgmap v182: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:01.643 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:01 smithi133 bash[19346]: cluster 2024-09-11T08:01:00.200342+0000 mgr.x (mgr.34733) 209 : cluster [DBG] pgmap v182: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:01.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:01 smithi169 bash[14688]: cluster 2024-09-11T08:01:00.200342+0000 mgr.x (mgr.34733) 209 : cluster [DBG] pgmap v182: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:01.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:01.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:01.639Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:01:03.532 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:03 smithi133 bash[15104]: cluster 2024-09-11T08:01:02.201143+0000 mgr.x (mgr.34733) 210 : cluster [DBG] pgmap v183: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:03.532 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:03 smithi133 bash[19346]: cluster 2024-09-11T08:01:02.201143+0000 mgr.x (mgr.34733) 210 : cluster [DBG] pgmap v183: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:03.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:03 smithi169 bash[14688]: cluster 2024-09-11T08:01:02.201143+0000 mgr.x (mgr.34733) 210 : cluster [DBG] pgmap v183: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:03.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:03.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:03.528Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:01:05.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:05 smithi169 bash[14688]: cluster 2024-09-11T08:01:04.202736+0000 mgr.x (mgr.34733) 211 : cluster [DBG] pgmap v184: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:05.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:05 smithi133 bash[19346]: cluster 2024-09-11T08:01:04.202736+0000 mgr.x (mgr.34733) 211 : cluster [DBG] pgmap v184: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:05.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:05 smithi133 bash[15104]: cluster 2024-09-11T08:01:04.202736+0000 mgr.x (mgr.34733) 211 : cluster [DBG] pgmap v184: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:07 smithi169 bash[14688]: cluster 2024-09-11T08:01:06.203546+0000 mgr.x (mgr.34733) 212 : cluster [DBG] pgmap v185: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:07 smithi169 bash[14688]: audit 2024-09-11T08:01:06.593380+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:07 smithi169 bash[14688]: audit 2024-09-11T08:01:06.594063+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:01:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:07 smithi169 bash[14688]: audit 2024-09-11T08:01:06.594547+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:07 smithi169 bash[14688]: audit 2024-09-11T08:01:06.598500+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:07 smithi169 bash[14688]: audit 2024-09-11T08:01:06.599729+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:01:07.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:07 smithi169 bash[14688]: audit 2024-09-11T08:01:06.600445+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[15104]: cluster 2024-09-11T08:01:06.203546+0000 mgr.x (mgr.34733) 212 : cluster [DBG] pgmap v185: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[15104]: audit 2024-09-11T08:01:06.593380+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[15104]: audit 2024-09-11T08:01:06.594063+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:01:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[15104]: audit 2024-09-11T08:01:06.594547+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[15104]: audit 2024-09-11T08:01:06.598500+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[15104]: audit 2024-09-11T08:01:06.599729+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:01:07.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[15104]: audit 2024-09-11T08:01:06.600445+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[19346]: cluster 2024-09-11T08:01:06.203546+0000 mgr.x (mgr.34733) 212 : cluster [DBG] pgmap v185: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[19346]: audit 2024-09-11T08:01:06.593380+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[19346]: audit 2024-09-11T08:01:06.594063+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:01:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[19346]: audit 2024-09-11T08:01:06.594547+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[19346]: audit 2024-09-11T08:01:06.598500+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:01:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[19346]: audit 2024-09-11T08:01:06.599729+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:01:07.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:07 smithi133 bash[19346]: audit 2024-09-11T08:01:06.600445+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:01:09.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:09 smithi169 bash[14688]: cluster 2024-09-11T08:01:08.205085+0000 mgr.x (mgr.34733) 213 : cluster [DBG] pgmap v186: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:09.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:09 smithi133 bash[19346]: cluster 2024-09-11T08:01:08.205085+0000 mgr.x (mgr.34733) 213 : cluster [DBG] pgmap v186: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:09.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:09 smithi133 bash[15104]: cluster 2024-09-11T08:01:08.205085+0000 mgr.x (mgr.34733) 213 : cluster [DBG] pgmap v186: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:11.643 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:11 smithi133 bash[15104]: cluster 2024-09-11T08:01:10.205817+0000 mgr.x (mgr.34733) 214 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:11.643 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:11 smithi133 bash[19346]: cluster 2024-09-11T08:01:10.205817+0000 mgr.x (mgr.34733) 214 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:11.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:11 smithi169 bash[14688]: cluster 2024-09-11T08:01:10.205817+0000 mgr.x (mgr.34733) 214 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:11.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:11.639Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:11.640Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:01:13.532 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:13 smithi133 bash[15104]: cluster 2024-09-11T08:01:12.206522+0000 mgr.x (mgr.34733) 215 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:13.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:13 smithi133 bash[19346]: cluster 2024-09-11T08:01:12.206522+0000 mgr.x (mgr.34733) 215 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:13.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:13 smithi169 bash[14688]: cluster 2024-09-11T08:01:12.206522+0000 mgr.x (mgr.34733) 215 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:13.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:13.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:13.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:13.528Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:13.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:13.528Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:01:15.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:15 smithi169 bash[14688]: cluster 2024-09-11T08:01:14.208031+0000 mgr.x (mgr.34733) 216 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:15.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:15 smithi133 bash[15104]: cluster 2024-09-11T08:01:14.208031+0000 mgr.x (mgr.34733) 216 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:15.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:15 smithi133 bash[19346]: cluster 2024-09-11T08:01:14.208031+0000 mgr.x (mgr.34733) 216 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:17.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:17 smithi169 bash[14688]: cluster 2024-09-11T08:01:16.208735+0000 mgr.x (mgr.34733) 217 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:17.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:17 smithi133 bash[15104]: cluster 2024-09-11T08:01:16.208735+0000 mgr.x (mgr.34733) 217 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:17 smithi133 bash[19346]: cluster 2024-09-11T08:01:16.208735+0000 mgr.x (mgr.34733) 217 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:19.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:19 smithi169 bash[14688]: cluster 2024-09-11T08:01:18.210265+0000 mgr.x (mgr.34733) 218 : cluster [DBG] pgmap v191: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:19 smithi133 bash[15104]: cluster 2024-09-11T08:01:18.210265+0000 mgr.x (mgr.34733) 218 : cluster [DBG] pgmap v191: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:19.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:19 smithi133 bash[19346]: cluster 2024-09-11T08:01:18.210265+0000 mgr.x (mgr.34733) 218 : cluster [DBG] pgmap v191: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:21.643 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:21 smithi133 bash[15104]: cluster 2024-09-11T08:01:20.210964+0000 mgr.x (mgr.34733) 219 : cluster [DBG] pgmap v192: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:21.644 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:21 smithi133 bash[19346]: cluster 2024-09-11T08:01:20.210964+0000 mgr.x (mgr.34733) 219 : cluster [DBG] pgmap v192: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:21.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:21 smithi169 bash[14688]: cluster 2024-09-11T08:01:20.210964+0000 mgr.x (mgr.34733) 219 : cluster [DBG] pgmap v192: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:21.640Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:21.640Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:21.640Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:01:22.122 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:01:23.532 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:23 smithi133 bash[15104]: cluster 2024-09-11T08:01:22.211646+0000 mgr.x (mgr.34733) 220 : cluster [DBG] pgmap v193: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:23.532 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:23 smithi133 bash[19346]: cluster 2024-09-11T08:01:22.211646+0000 mgr.x (mgr.34733) 220 : cluster [DBG] pgmap v193: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:23.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:23 smithi169 bash[14688]: cluster 2024-09-11T08:01:22.211646+0000 mgr.x (mgr.34733) 220 : cluster [DBG] pgmap v193: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:23.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:23.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:23.529Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: cluster 2024-09-11T08:01:24.213129+0000 mgr.x (mgr.34733) 221 : cluster [DBG] pgmap v194: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: audit 2024-09-11T08:01:24.669464+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: audit 2024-09-11T08:01:24.670543+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: audit 2024-09-11T08:01:24.681808+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: audit 2024-09-11T08:01:24.685863+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: audit 2024-09-11T08:01:24.690482+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: audit 2024-09-11T08:01:24.696167+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: audit 2024-09-11T08:01:25.132888+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: audit 2024-09-11T08:01:25.134490+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:25 smithi169 bash[14688]: audit 2024-09-11T08:01:25.148789+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: cluster 2024-09-11T08:01:24.213129+0000 mgr.x (mgr.34733) 221 : cluster [DBG] pgmap v194: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: audit 2024-09-11T08:01:24.669464+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: audit 2024-09-11T08:01:24.670543+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: audit 2024-09-11T08:01:24.681808+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: audit 2024-09-11T08:01:24.685863+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: audit 2024-09-11T08:01:24.690482+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: audit 2024-09-11T08:01:24.696167+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: audit 2024-09-11T08:01:25.132888+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: audit 2024-09-11T08:01:25.134490+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[19346]: audit 2024-09-11T08:01:25.148789+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: cluster 2024-09-11T08:01:24.213129+0000 mgr.x (mgr.34733) 221 : cluster [DBG] pgmap v194: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: audit 2024-09-11T08:01:24.669464+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: audit 2024-09-11T08:01:24.670543+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: audit 2024-09-11T08:01:24.681808+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: audit 2024-09-11T08:01:24.685863+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: audit 2024-09-11T08:01:24.690482+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: audit 2024-09-11T08:01:24.696167+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: audit 2024-09-11T08:01:25.132888+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: audit 2024-09-11T08:01:25.134490+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:25.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:25 smithi133 bash[15104]: audit 2024-09-11T08:01:25.148789+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34733 ' entity='mgr.x' 2024-09-11T08:01:25.853 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (14m) 61s ago 15m 15.1M - 0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (14m) 2m ago 14m 26.4M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running (5m) 2m ago 16m 42.3M - 3.4 dfc483079636 3f298cdd2ecd 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 running (8m) 2m ago 20m 436M - 17.2.7-1623-gd0e6828a 4a918172a497 ce80e203df54 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (2m) 61s ago 22m 389M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (22m) 61s ago 22m 69.3M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (20m) 2m ago 20m 52.6M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (20m) 61s ago 20m 52.4M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (15m) 61s ago 15m 11.7M - 0.18.1 e5a616e4b9cf a3e335b83031 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (15m) 2m ago 15m 11.3M - 0.18.1 e5a616e4b9cf 42d15393d125 2024-09-11T08:01:25.854 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (19m) 61s ago 19m 48.3M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (19m) 61s ago 19m 50.3M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (18m) 61s ago 18m 44.5M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (18m) 61s ago 18m 50.5M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (18m) 2m ago 18m 47.8M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (17m) 2m ago 17m 46.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (17m) 2m ago 17m 47.0M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (16m) 2m ago 16m 48.7M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (5m) 2m ago 15m 40.9M - 2.18.1 de242295e225 47801f54fbfb 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (13m) 61s ago 13m 51.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:01:25.855 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (13m) 2m ago 13m 50.9M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:01:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: cephadm 2024-09-11T08:01:25.135748+0000 mgr.x (mgr.34733) 222 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:01:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.816074+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:01:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.817371+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:01:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.818559+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.819705+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.820921+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.822096+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.828277+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.829390+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.830420+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.831421+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[19346]: audit 2024-09-11T08:01:25.832422+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: cephadm 2024-09-11T08:01:25.135748+0000 mgr.x (mgr.34733) 222 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.816074+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.817371+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.818559+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.819705+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.820921+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.822096+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.828277+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:01:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.829390+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.830420+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.831421+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:26 smithi133 bash[15104]: audit 2024-09-11T08:01:25.832422+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.617 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:01:26.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: cephadm 2024-09-11T08:01:25.135748+0000 mgr.x (mgr.34733) 222 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:01:26.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.816074+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:01:26.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.817371+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:01:26.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.818559+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.819705+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.820921+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.822096+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.828277+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:01:26.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.829390+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.830420+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.831421+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:26.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:26 smithi169 bash[14688]: audit 2024-09-11T08:01:25.832422+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34733 172.21.15.169:0/866671276' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:27.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:27 smithi169 bash[14688]: audit 2024-09-11T08:01:25.810400+0000 mgr.x (mgr.34733) 223 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:27.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:27 smithi169 bash[14688]: cluster 2024-09-11T08:01:26.213910+0000 mgr.x (mgr.34733) 224 : cluster [DBG] pgmap v195: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:27.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:27 smithi133 bash[15104]: audit 2024-09-11T08:01:25.810400+0000 mgr.x (mgr.34733) 223 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:27.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:27 smithi133 bash[15104]: cluster 2024-09-11T08:01:26.213910+0000 mgr.x (mgr.34733) 224 : cluster [DBG] pgmap v195: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:27.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:27 smithi133 bash[19346]: audit 2024-09-11T08:01:25.810400+0000 mgr.x (mgr.34733) 223 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:27.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:27 smithi133 bash[19346]: cluster 2024-09-11T08:01:26.213910+0000 mgr.x (mgr.34733) 224 : cluster [DBG] pgmap v195: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:29.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:29 smithi133 bash[15104]: cluster 2024-09-11T08:01:28.215448+0000 mgr.x (mgr.34733) 225 : cluster [DBG] pgmap v196: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:29.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:29 smithi133 bash[19346]: cluster 2024-09-11T08:01:28.215448+0000 mgr.x (mgr.34733) 225 : cluster [DBG] pgmap v196: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:29.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:29 smithi169 bash[14688]: cluster 2024-09-11T08:01:28.215448+0000 mgr.x (mgr.34733) 225 : cluster [DBG] pgmap v196: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:30.376 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:01:30.377 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:01:30.378 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:01:30.378 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:01:30.378 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:01:30.378 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:01:30.378 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:01:30.378 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:01:31.158 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:01:31.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:31 smithi133 bash[19346]: cluster 2024-09-11T08:01:30.216229+0000 mgr.x (mgr.34733) 226 : cluster [DBG] pgmap v197: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:31.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:31 smithi133 bash[19346]: audit 2024-09-11T08:01:30.373068+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.133:0/278611331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:31.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:31 smithi133 bash[15104]: cluster 2024-09-11T08:01:30.216229+0000 mgr.x (mgr.34733) 226 : cluster [DBG] pgmap v197: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:31.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:31 smithi133 bash[15104]: audit 2024-09-11T08:01:30.373068+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.133:0/278611331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:31.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:31 smithi169 bash[14688]: cluster 2024-09-11T08:01:30.216229+0000 mgr.x (mgr.34733) 226 : cluster [DBG] pgmap v197: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:31.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:31 smithi169 bash[14688]: audit 2024-09-11T08:01:30.373068+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.133:0/278611331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:31.640Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:31.640Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:31.640Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:01:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:33 smithi169 bash[14688]: cluster 2024-09-11T08:01:32.216958+0000 mgr.x (mgr.34733) 227 : cluster [DBG] pgmap v198: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:33.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:33 smithi133 bash[15104]: cluster 2024-09-11T08:01:32.216958+0000 mgr.x (mgr.34733) 227 : cluster [DBG] pgmap v198: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:33.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:33 smithi133 bash[19346]: cluster 2024-09-11T08:01:32.216958+0000 mgr.x (mgr.34733) 227 : cluster [DBG] pgmap v198: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:33.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:33.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:33.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:33.529Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:33.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:33.529Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:01:35.004 INFO:teuthology.orchestra.run.smithi133.stdout: cluster: 2024-09-11T08:01:35.004 INFO:teuthology.orchestra.run.smithi133.stdout: id: d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:01:35.004 INFO:teuthology.orchestra.run.smithi133.stdout: health: HEALTH_OK 2024-09-11T08:01:35.004 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: services: 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: mon: 3 daemons, quorum a,c,b (age 20m) 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: mgr: x(active, since 6m), standbys: y 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: osd: 8 osds: 8 up (since 16m), 8 in (since 16m) 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: rgw: 2 daemons active (r.z.smithi133.yujiqq, r.z.smithi169.iczyvx) 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: task status: 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: data: 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: pools: 6 pools, 132 pgs 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: objects: 205 objects, 584 KiB 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:35.005 INFO:teuthology.orchestra.run.smithi133.stdout: pgs: 132 active+clean 2024-09-11T08:01:35.006 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T08:01:35.006 INFO:teuthology.orchestra.run.smithi133.stdout: io: 2024-09-11T08:01:35.006 INFO:teuthology.orchestra.run.smithi133.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-11T08:01:35.006 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T08:01:35.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:35 smithi169 bash[14688]: cluster 2024-09-11T08:01:34.218443+0000 mgr.x (mgr.34733) 228 : cluster [DBG] pgmap v199: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:35.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:35 smithi169 bash[14688]: audit 2024-09-11T08:01:35.001076+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.133:0/603589936' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:01:35.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:35 smithi133 bash[15104]: cluster 2024-09-11T08:01:34.218443+0000 mgr.x (mgr.34733) 228 : cluster [DBG] pgmap v199: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:35.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:35 smithi133 bash[15104]: audit 2024-09-11T08:01:35.001076+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.133:0/603589936' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:01:35.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:35 smithi133 bash[19346]: cluster 2024-09-11T08:01:34.218443+0000 mgr.x (mgr.34733) 228 : cluster [DBG] pgmap v199: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:35.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:35 smithi133 bash[19346]: audit 2024-09-11T08:01:35.001076+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.133:0/603589936' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:01:35.761 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr fail' 2024-09-11T08:01:37.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:37 smithi169 bash[14688]: cluster 2024-09-11T08:01:36.219181+0000 mgr.x (mgr.34733) 229 : cluster [DBG] pgmap v200: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:37.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:37 smithi133 bash[15104]: cluster 2024-09-11T08:01:36.219181+0000 mgr.x (mgr.34733) 229 : cluster [DBG] pgmap v200: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:37.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:37 smithi133 bash[19346]: cluster 2024-09-11T08:01:36.219181+0000 mgr.x (mgr.34733) 229 : cluster [DBG] pgmap v200: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:01:39.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:39 smithi169 bash[14688]: cluster 2024-09-11T08:01:38.220722+0000 mgr.x (mgr.34733) 230 : cluster [DBG] pgmap v201: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:39 smithi133 bash[15104]: cluster 2024-09-11T08:01:38.220722+0000 mgr.x (mgr.34733) 230 : cluster [DBG] pgmap v201: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:39 smithi133 bash[19346]: cluster 2024-09-11T08:01:38.220722+0000 mgr.x (mgr.34733) 230 : cluster [DBG] pgmap v201: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:01:40.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:40 smithi169 bash[14688]: audit 2024-09-11T08:01:39.409086+0000 mon.a (mon.0) 793 : audit [INF] from='client.? 172.21.15.133:0/3699415000' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:01:40.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:40 smithi169 bash[14688]: cluster 2024-09-11T08:01:39.419294+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T08:01:40.430 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:40 smithi169 bash[27590]: debug 2024-09-11T08:01:40.031+0000 7f63ae3df640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:01:40.430 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:40 smithi169 bash[27590]: ignoring --setuser ceph since I am not root 2024-09-11T08:01:40.430 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:40 smithi169 bash[27590]: ignoring --setgroup ceph since I am not root 2024-09-11T08:01:40.430 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:40 smithi169 bash[27590]: debug 2024-09-11T08:01:40.079+0000 7fb06878b640 1 -- 172.21.15.169:0/1557961751 <== mon.2 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564e3fef8340 con 0x564e3ff05000 2024-09-11T08:01:40.430 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:40 smithi169 bash[27590]: debug 2024-09-11T08:01:40.199+0000 7fb06afe5ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:01:40.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:40 smithi133 bash[15104]: audit 2024-09-11T08:01:39.409086+0000 mon.a (mon.0) 793 : audit [INF] from='client.? 172.21.15.133:0/3699415000' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:01:40.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:40 smithi133 bash[15104]: cluster 2024-09-11T08:01:39.419294+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T08:01:40.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:40 smithi133 bash[19346]: audit 2024-09-11T08:01:39.409086+0000 mon.a (mon.0) 793 : audit [INF] from='client.? 172.21.15.133:0/3699415000' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:01:40.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:40 smithi133 bash[19346]: cluster 2024-09-11T08:01:39.419294+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T08:01:40.802 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:01:41.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:41 smithi133 bash[15104]: audit 2024-09-11T08:01:40.038207+0000 mon.a (mon.0) 795 : audit [INF] from='client.? 172.21.15.133:0/3699415000' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:01:41.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:41 smithi133 bash[15104]: cluster 2024-09-11T08:01:40.038291+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e23: y(active, starting, since 0.628205s) 2024-09-11T08:01:41.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:41 smithi133 bash[19346]: audit 2024-09-11T08:01:40.038207+0000 mon.a (mon.0) 795 : audit [INF] from='client.? 172.21.15.133:0/3699415000' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:01:41.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:41 smithi133 bash[19346]: cluster 2024-09-11T08:01:40.038291+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e23: y(active, starting, since 0.628205s) 2024-09-11T08:01:41.227 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:40 smithi169 bash[27590]: debug 2024-09-11T08:01:40.931+0000 7fb06afe5ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:01:41.227 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:41 smithi169 bash[27590]: debug 2024-09-11T08:01:40.995+0000 7fb06afe5ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:01:41.228 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:41 smithi169 bash[27590]: debug 2024-09-11T08:01:41.063+0000 7fb06afe5ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:01:41.228 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:41 smithi169 bash[14688]: audit 2024-09-11T08:01:40.038207+0000 mon.a (mon.0) 795 : audit [INF] from='client.? 172.21.15.133:0/3699415000' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:01:41.228 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:41 smithi169 bash[14688]: cluster 2024-09-11T08:01:40.038291+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e23: y(active, starting, since 0.628205s) 2024-09-11T08:01:41.533 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:41 smithi169 bash[27590]: debug 2024-09-11T08:01:41.215+0000 7fb06afe5ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:01:41.533 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:41 smithi169 bash[27590]: debug 2024-09-11T08:01:41.459+0000 7fb06afe5ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:01:41.929 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:41 smithi169 bash[27590]: debug 2024-09-11T08:01:41.523+0000 7fb06afe5ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:01:41.930 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:41 smithi169 bash[27590]: debug 2024-09-11T08:01:41.655+0000 7fb06afe5ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:01:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:41.641Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:41.641Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:41.641Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:01:42.680 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:42 smithi169 bash[27590]: debug 2024-09-11T08:01:42.279+0000 7fb06afe5ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:01:42.680 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:42 smithi169 bash[27590]: debug 2024-09-11T08:01:42.351+0000 7fb06afe5ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:01:42.680 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:42 smithi169 bash[27590]: debug 2024-09-11T08:01:42.423+0000 7fb06afe5ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:01:43.157 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:42 smithi169 bash[27590]: debug 2024-09-11T08:01:42.699+0000 7fb06afe5ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:01:43.157 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:42 smithi169 bash[27590]: debug 2024-09-11T08:01:42.835+0000 7fb06afe5ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:01:43.429 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:43 smithi169 bash[27590]: debug 2024-09-11T08:01:43.147+0000 7fb06afe5ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:01:43.430 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:43 smithi169 bash[27590]: debug 2024-09-11T08:01:43.359+0000 7fb06afe5ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:01:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:43.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:43.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: dial tcp 172.21.15.169:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-11T08:01:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:43.530Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: dial tcp 172.21.15.169:8443: connect: connection refused" 2024-09-11T08:01:44.065 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:43 smithi169 bash[27590]: debug 2024-09-11T08:01:43.771+0000 7fb06afe5ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:01:44.066 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:43 smithi169 bash[27590]: debug 2024-09-11T08:01:43.831+0000 7fb06afe5ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:01:44.066 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:43 smithi169 bash[27590]: debug 2024-09-11T08:01:43.895+0000 7fb06afe5ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:01:44.066 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:43 smithi169 bash[27590]: debug 2024-09-11T08:01:43.991+0000 7fb06afe5ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:01:44.360 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:44 smithi169 bash[27590]: debug 2024-09-11T08:01:44.055+0000 7fb06afe5ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:01:44.361 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:44 smithi169 bash[27590]: debug 2024-09-11T08:01:44.127+0000 7fb06afe5ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:01:44.361 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:44 smithi169 bash[27590]: debug 2024-09-11T08:01:44.275+0000 7fb06afe5ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:01:44.679 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:44 smithi169 bash[27590]: debug 2024-09-11T08:01:44.347+0000 7fb06afe5ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:01:45.680 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:01:45 smithi169 bash[27590]: debug 2024-09-11T08:01:45.283+0000 7fb06afe5ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:01:45.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:45 smithi169 bash[14688]: audit 2024-09-11T08:01:45.309541+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:01:45.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:45 smithi169 bash[14688]: audit 2024-09-11T08:01:45.310286+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:01:45.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:45 smithi169 bash[14688]: audit 2024-09-11T08:01:45.311990+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:01:45.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:45 smithi169 bash[14688]: audit 2024-09-11T08:01:45.312673+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:01:45.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:45 smithi169 bash[14688]: cluster 2024-09-11T08:01:45.313200+0000 mon.a (mon.0) 797 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:01:45.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[19346]: audit 2024-09-11T08:01:45.309541+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:01:45.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[19346]: audit 2024-09-11T08:01:45.310286+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:01:45.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[19346]: audit 2024-09-11T08:01:45.311990+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:01:45.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[19346]: audit 2024-09-11T08:01:45.312673+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:01:45.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[19346]: cluster 2024-09-11T08:01:45.313200+0000 mon.a (mon.0) 797 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:01:45.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[15104]: audit 2024-09-11T08:01:45.309541+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:01:45.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[15104]: audit 2024-09-11T08:01:45.310286+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:01:45.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[15104]: audit 2024-09-11T08:01:45.311990+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:01:45.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[15104]: audit 2024-09-11T08:01:45.312673+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:01:45.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:45 smithi133 bash[15104]: cluster 2024-09-11T08:01:45.313200+0000 mon.a (mon.0) 797 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:01:46.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: cluster 2024-09-11T08:01:45.380662+0000 mon.a (mon.0) 798 : cluster [DBG] mgrmap e24: y(active, starting, since 5s), standbys: x 2024-09-11T08:01:46.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:45.381826+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:01:46.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:45.382077+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:01:46.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.041432+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:01:46.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.041864+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:01:46.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.042242+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:01:46.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.047020+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.047932+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.048648+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.049209+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.049582+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.049999+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.050379+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.050783+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.051179+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.051504+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.052220+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.054457+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.056015+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:01:46.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.056570+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.057237+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.057881+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.058488+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.059097+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.059688+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.060284+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.060994+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.061607+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.062277+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:01:46.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.062892+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.063417+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.063922+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.064453+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.065073+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.065680+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.066265+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.066821+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.067329+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.067808+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.068367+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:01:46.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.068897+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.069475+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.070054+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.070600+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.071144+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.071733+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.072327+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.072875+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.073486+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.074033+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.074583+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: cluster 2024-09-11T08:01:46.133090+0000 mon.a (mon.0) 847 : cluster [INF] Manager daemon y is now available 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.164327+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:46.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.234421+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:01:46.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:46 smithi169 bash[14688]: audit 2024-09-11T08:01:46.251648+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: cluster 2024-09-11T08:01:45.380662+0000 mon.a (mon.0) 798 : cluster [DBG] mgrmap e24: y(active, starting, since 5s), standbys: x 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:45.381826+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:45.382077+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.041432+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.041864+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.042242+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.047020+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.047932+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.048648+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:01:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.049209+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:01:46.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.049582+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:01:46.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.049999+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:01:46.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.050379+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:01:46.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.050783+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:01:46.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.051179+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:01:46.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.051504+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:01:46.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.052220+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:01:46.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.054457+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:01:46.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: cluster 2024-09-11T08:01:45.380662+0000 mon.a (mon.0) 798 : cluster [DBG] mgrmap e24: y(active, starting, since 5s), standbys: x 2024-09-11T08:01:46.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:45.381826+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:01:46.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:45.382077+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:01:46.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.041432+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:01:46.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.041864+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:01:46.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.042242+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:01:46.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.047020+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:01:46.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.047932+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:01:46.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.048648+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:01:46.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.049209+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:01:46.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.049582+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:01:46.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.049999+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:01:46.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.050379+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:01:46.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.050783+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:01:46.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.051179+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:01:46.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.051504+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:01:46.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.052220+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:01:46.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.054457+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:01:46.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.056015+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:01:46.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.056570+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:01:46.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.057237+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:01:46.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.057881+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:01:46.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.058488+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:01:46.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.059097+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:01:46.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.059688+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:01:46.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.060284+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:01:46.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.060994+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:01:46.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.061607+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:01:46.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.062277+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:01:46.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.062892+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:01:46.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.063417+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:01:46.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.063922+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:01:46.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.064453+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:01:46.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.065073+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:01:46.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.065680+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:01:46.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.066265+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:01:46.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.066821+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:01:46.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.067329+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:01:46.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.067808+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:01:46.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.068367+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:01:46.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.068897+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:01:46.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.069475+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:01:46.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.070054+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:01:46.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.070600+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:01:46.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.071144+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:01:46.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.071733+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:01:46.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.072327+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:01:46.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.072875+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:01:46.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.073486+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:01:46.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.074033+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:01:46.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.074583+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:01:46.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: cluster 2024-09-11T08:01:46.133090+0000 mon.a (mon.0) 847 : cluster [INF] Manager daemon y is now available 2024-09-11T08:01:46.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.164327+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:46.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.234421+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:01:46.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[15104]: audit 2024-09-11T08:01:46.251648+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:01:46.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.056015+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:01:46.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.056570+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:01:46.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.057237+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:01:46.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.057881+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:01:46.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.058488+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:01:46.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.059097+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:01:46.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.059688+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:01:46.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.060284+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:01:46.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.060994+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:01:46.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.061607+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.062277+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.062892+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.063417+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.063922+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.064453+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.065073+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.065680+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.066265+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.066821+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.067329+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.067808+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:01:46.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.068367+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.068897+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.069475+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.070054+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.070600+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.071144+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.071733+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.072327+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.072875+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.073486+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.074033+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.074583+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: cluster 2024-09-11T08:01:46.133090+0000 mon.a (mon.0) 847 : cluster [INF] Manager daemon y is now available 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.164327+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:46.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.234421+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:01:46.716 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:46 smithi133 bash[19346]: audit 2024-09-11T08:01:46.251648+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:01:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:47 smithi169 bash[14688]: cephadm 2024-09-11T08:01:46.156776+0000 mgr.y (mgr.24871) 1 : cephadm [INF] inventory: adjusted host smithi169 addr 'smithi169' -> '172.21.15.169' 2024-09-11T08:01:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:47 smithi169 bash[14688]: cluster 2024-09-11T08:01:46.407167+0000 mon.a (mon.0) 851 : cluster [DBG] mgrmap e25: y(active, since 6s), standbys: x 2024-09-11T08:01:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:47 smithi169 bash[14688]: cluster 2024-09-11T08:01:46.441132+0000 mgr.y (mgr.24871) 2 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:47 smithi169 bash[14688]: audit 2024-09-11T08:01:46.550780+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:47 smithi169 bash[14688]: audit 2024-09-11T08:01:46.557123+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[15104]: cephadm 2024-09-11T08:01:46.156776+0000 mgr.y (mgr.24871) 1 : cephadm [INF] inventory: adjusted host smithi169 addr 'smithi169' -> '172.21.15.169' 2024-09-11T08:01:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[15104]: cluster 2024-09-11T08:01:46.407167+0000 mon.a (mon.0) 851 : cluster [DBG] mgrmap e25: y(active, since 6s), standbys: x 2024-09-11T08:01:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[15104]: cluster 2024-09-11T08:01:46.441132+0000 mgr.y (mgr.24871) 2 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[15104]: audit 2024-09-11T08:01:46.550780+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[15104]: audit 2024-09-11T08:01:46.557123+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[19346]: cephadm 2024-09-11T08:01:46.156776+0000 mgr.y (mgr.24871) 1 : cephadm [INF] inventory: adjusted host smithi169 addr 'smithi169' -> '172.21.15.169' 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[19346]: cluster 2024-09-11T08:01:46.407167+0000 mon.a (mon.0) 851 : cluster [DBG] mgrmap e25: y(active, since 6s), standbys: x 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[19346]: cluster 2024-09-11T08:01:46.441132+0000 mgr.y (mgr.24871) 2 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[19346]: audit 2024-09-11T08:01:46.550780+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[19346]: audit 2024-09-11T08:01:46.557123+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: debug 2024-09-11T08:01:47.401+0000 7efe7788a640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:01:47] ENGINE Error in HTTPServer.serve 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: Traceback (most recent call last): 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: self._connections.run(self.expiration_interval) 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:01:47.702 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: self._run(expiration_interval) 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: s = self.context.wrap_socket( 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: return self.sslsocket_class._create( 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: self.do_handshake() 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: self._sslobj.do_handshake() 2024-09-11T08:01:47.703 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:01:47 smithi133 bash[40980]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:01:48.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: cephadm 2024-09-11T08:01:47.275022+0000 mgr.y (mgr.24871) 3 : cephadm [INF] [11/Sep/2024:08:01:47] ENGINE Bus STARTING 2024-09-11T08:01:48.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: cephadm 2024-09-11T08:01:47.401059+0000 mgr.y (mgr.24871) 4 : cephadm [INF] [11/Sep/2024:08:01:47] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:01:48.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: cephadm 2024-09-11T08:01:47.401474+0000 mgr.y (mgr.24871) 5 : cephadm [INF] [11/Sep/2024:08:01:47] ENGINE Bus STARTED 2024-09-11T08:01:48.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: cephadm 2024-09-11T08:01:47.404863+0000 mgr.y (mgr.24871) 6 : cephadm [ERR] [11/Sep/2024:08:01:47] ENGINE Error in HTTPServer.serve 2024-09-11T08:01:48.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: Traceback (most recent call last): 2024-09-11T08:01:48.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: self._connections.run(self.expiration_interval) 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: self._run(expiration_interval) 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: s = self.context.wrap_socket( 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: return self.sslsocket_class._create( 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:01:48.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: self.do_handshake() 2024-09-11T08:01:48.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:01:48.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: self._sslobj.do_handshake() 2024-09-11T08:01:48.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:01:48.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:48 smithi169 bash[14688]: audit 2024-09-11T08:01:47.416421+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: cephadm 2024-09-11T08:01:47.275022+0000 mgr.y (mgr.24871) 3 : cephadm [INF] [11/Sep/2024:08:01:47] ENGINE Bus STARTING 2024-09-11T08:01:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: cephadm 2024-09-11T08:01:47.401059+0000 mgr.y (mgr.24871) 4 : cephadm [INF] [11/Sep/2024:08:01:47] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:01:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: cephadm 2024-09-11T08:01:47.401474+0000 mgr.y (mgr.24871) 5 : cephadm [INF] [11/Sep/2024:08:01:47] ENGINE Bus STARTED 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: cephadm 2024-09-11T08:01:47.404863+0000 mgr.y (mgr.24871) 6 : cephadm [ERR] [11/Sep/2024:08:01:47] ENGINE Error in HTTPServer.serve 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: Traceback (most recent call last): 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: self._connections.run(self.expiration_interval) 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: self._run(expiration_interval) 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: s = self.context.wrap_socket( 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:01:48.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: return self.sslsocket_class._create( 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: self.do_handshake() 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: self._sslobj.do_handshake() 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[15104]: audit 2024-09-11T08:01:47.416421+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: cephadm 2024-09-11T08:01:47.275022+0000 mgr.y (mgr.24871) 3 : cephadm [INF] [11/Sep/2024:08:01:47] ENGINE Bus STARTING 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: cephadm 2024-09-11T08:01:47.401059+0000 mgr.y (mgr.24871) 4 : cephadm [INF] [11/Sep/2024:08:01:47] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: cephadm 2024-09-11T08:01:47.401474+0000 mgr.y (mgr.24871) 5 : cephadm [INF] [11/Sep/2024:08:01:47] ENGINE Bus STARTED 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: cephadm 2024-09-11T08:01:47.404863+0000 mgr.y (mgr.24871) 6 : cephadm [ERR] [11/Sep/2024:08:01:47] ENGINE Error in HTTPServer.serve 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: Traceback (most recent call last): 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:01:48.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: self._connections.run(self.expiration_interval) 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: self._run(expiration_interval) 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: s = self.context.wrap_socket( 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: return self.sslsocket_class._create( 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: self.do_handshake() 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:01:48.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: self._sslobj.do_handshake() 2024-09-11T08:01:48.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:01:48.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:48 smithi133 bash[19346]: audit 2024-09-11T08:01:47.416421+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:49.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:49 smithi169 bash[14688]: cluster 2024-09-11T08:01:48.049213+0000 mgr.y (mgr.24871) 7 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:49.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:49 smithi169 bash[14688]: cluster 2024-09-11T08:01:49.030007+0000 mon.a (mon.0) 855 : cluster [DBG] mgrmap e26: y(active, since 9s), standbys: x 2024-09-11T08:01:49.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:49 smithi133 bash[15104]: cluster 2024-09-11T08:01:48.049213+0000 mgr.y (mgr.24871) 7 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:49.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:49 smithi133 bash[15104]: cluster 2024-09-11T08:01:49.030007+0000 mon.a (mon.0) 855 : cluster [DBG] mgrmap e26: y(active, since 9s), standbys: x 2024-09-11T08:01:49.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:49 smithi133 bash[19346]: cluster 2024-09-11T08:01:48.049213+0000 mgr.y (mgr.24871) 7 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:49.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:49 smithi133 bash[19346]: cluster 2024-09-11T08:01:49.030007+0000 mon.a (mon.0) 855 : cluster [DBG] mgrmap e26: y(active, since 9s), standbys: x 2024-09-11T08:01:51.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:51 smithi133 bash[15104]: cluster 2024-09-11T08:01:50.049938+0000 mgr.y (mgr.24871) 8 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:51.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:51 smithi133 bash[19346]: cluster 2024-09-11T08:01:50.049938+0000 mgr.y (mgr.24871) 8 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:51.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:51.641Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:51.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:51.641Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:51.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:51.641Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:01:51.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:51 smithi169 bash[14688]: cluster 2024-09-11T08:01:50.049938+0000 mgr.y (mgr.24871) 8 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:01:53.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:53.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:01:53.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:53.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:01:53.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:01:53.530Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:01:53.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[15104]: cluster 2024-09-11T08:01:52.051874+0000 mgr.y (mgr.24871) 9 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:01:53.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[15104]: audit 2024-09-11T08:01:52.858162+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:53.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[15104]: audit 2024-09-11T08:01:52.863477+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:53.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[15104]: audit 2024-09-11T08:01:52.871460+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:53.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[15104]: audit 2024-09-11T08:01:53.246966+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:53.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[19346]: cluster 2024-09-11T08:01:52.051874+0000 mgr.y (mgr.24871) 9 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:01:53.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[19346]: audit 2024-09-11T08:01:52.858162+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:53.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[19346]: audit 2024-09-11T08:01:52.863477+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:53.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[19346]: audit 2024-09-11T08:01:52.871460+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:53.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:53 smithi133 bash[19346]: audit 2024-09-11T08:01:53.246966+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:53 smithi169 bash[14688]: cluster 2024-09-11T08:01:52.051874+0000 mgr.y (mgr.24871) 9 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:01:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:53 smithi169 bash[14688]: audit 2024-09-11T08:01:52.858162+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:53 smithi169 bash[14688]: audit 2024-09-11T08:01:52.863477+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:53 smithi169 bash[14688]: audit 2024-09-11T08:01:52.871460+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:53 smithi169 bash[14688]: audit 2024-09-11T08:01:53.246966+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:54.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.440794+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.445995+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.451653+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.466945+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.472303+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.478234+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.479533+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.480042+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.480643+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.481191+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.481718+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.482173+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.482599+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.483043+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.483671+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:53.842674+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.067372+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.440794+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.445995+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.451653+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.466945+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.472303+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.478234+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.479533+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.480042+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.480643+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.481191+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.481718+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.482173+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.482599+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.483043+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.483671+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:53.842674+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.067372+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.075361+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.084979+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.086998+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.088028+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.089079+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.090016+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.090893+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.091741+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.092603+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.093198+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.093803+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.094688+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.096124+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:54.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.104906+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.157268+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.167755+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[15104]: audit 2024-09-11T08:01:54.170197+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.075361+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.084979+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.086998+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.088028+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.089079+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.090016+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.090893+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.091741+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.092603+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.093198+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.093803+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.094688+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:54.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.096124+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:54.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.104906+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.157268+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:01:54.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.167755+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:54.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:54 smithi133 bash[19346]: audit 2024-09-11T08:01:54.170197+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:01:54.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.440794+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:54.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.445995+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.451653+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.466945+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:54.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.472303+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.478234+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.479533+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.480042+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.480643+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.481191+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.481718+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.482173+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.482599+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.483043+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.483671+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:53.842674+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.067372+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.075361+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.084979+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.086998+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.088028+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.089079+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.090016+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.090893+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.091741+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.092603+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.933 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.093198+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:01:54.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.093803+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:01:54.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.094688+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:54.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.096124+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:54.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.104906+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:54.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.157268+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:01:54.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.167755+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:54.934 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:54 smithi169 bash[14688]: audit 2024-09-11T08:01:54.170197+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:01:55.789 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:55 smithi169 bash[14688]: cluster 2024-09-11T08:01:54.052676+0000 mgr.y (mgr.24871) 10 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:01:55.789 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:55 smithi169 bash[14688]: cephadm 2024-09-11T08:01:54.097292+0000 mgr.y (mgr.24871) 11 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:01:55.789 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:55 smithi169 bash[14688]: cephadm 2024-09-11T08:01:54.156455+0000 mgr.y (mgr.24871) 12 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T08:01:55.790 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:55 smithi169 bash[14688]: cephadm 2024-09-11T08:01:54.169507+0000 mgr.y (mgr.24871) 13 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T08:01:55.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:55 smithi133 bash[15104]: cluster 2024-09-11T08:01:54.052676+0000 mgr.y (mgr.24871) 10 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:01:55.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:55 smithi133 bash[15104]: cephadm 2024-09-11T08:01:54.097292+0000 mgr.y (mgr.24871) 11 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:01:55.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:55 smithi133 bash[15104]: cephadm 2024-09-11T08:01:54.156455+0000 mgr.y (mgr.24871) 12 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T08:01:55.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:55 smithi133 bash[15104]: cephadm 2024-09-11T08:01:54.169507+0000 mgr.y (mgr.24871) 13 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T08:01:55.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:55 smithi133 bash[19346]: cluster 2024-09-11T08:01:54.052676+0000 mgr.y (mgr.24871) 10 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:01:55.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:55 smithi133 bash[19346]: cephadm 2024-09-11T08:01:54.097292+0000 mgr.y (mgr.24871) 11 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:01:55.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:55 smithi133 bash[19346]: cephadm 2024-09-11T08:01:54.156455+0000 mgr.y (mgr.24871) 12 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T08:01:55.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:55 smithi133 bash[19346]: cephadm 2024-09-11T08:01:54.169507+0000 mgr.y (mgr.24871) 13 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T08:01:56.806 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 systemd[1]: Stopping Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:01:56.809 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: --- Logging error --- 2024-09-11T08:01:56.809 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.809 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:01:56.809 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.send(msg) 2024-09-11T08:01:56.809 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:01:56.809 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.809 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.809 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:01:56.809 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._connect_unixsocket(self.address) 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Call stack: 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._bootstrap_inner() 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.run() 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:01:56.810 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: logger.info("Started the configuration object watcher") 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Message: 'Started the configuration object watcher' 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Arguments: () 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: --- Logging error --- 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.send(msg) 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.811 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.812 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.812 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:01:56.812 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._connect_unixsocket(self.address) 2024-09-11T08:01:56.812 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:01:56.812 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.812 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.812 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Call stack: 2024-09-11T08:01:56.812 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:01:56.812 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: main() 2024-09-11T08:01:56.813 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:01:56.813 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:01:56.813 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Arguments: () 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: --- Logging error --- 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.send(msg) 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.814 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._connect_unixsocket(self.address) 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Call stack: 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._bootstrap_inner() 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.run() 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.interval)) 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:01:56.815 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Arguments: () 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: --- Logging error --- 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.send(msg) 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._connect_unixsocket(self.address) 2024-09-11T08:01:56.816 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Call stack: 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: main() 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2866, in main 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: ceph_gw.define() 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 225, in define 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.logger.info("Reading the configuration object to update local LIO " 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Message: 'Reading the configuration object to update local LIO configuration' 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Arguments: () 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: --- Logging error --- 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:01:56.817 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.send(msg) 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._connect_unixsocket(self.address) 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Call stack: 2024-09-11T08:01:56.818 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: main() 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2866, in main 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: ceph_gw.define() 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 236, in define 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: "nothing to define to LIO".format(self.hostname)) 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Message: 'Configuration does not have an entry for this host(smithi169.front.sepia.ceph.com) - nothing to define to LIO' 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Arguments: () 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: --- Logging error --- 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:01:56.819 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.send(msg) 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._connect_unixsocket(self.address) 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:01:56.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Call stack: 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: main() 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: ssl_context=context) 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: run_simple(host, port, self, **options) 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: inner() 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 701, in inner 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: log_startup(srv.socket) 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 689, in log_startup 2024-09-11T08:01:56.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: display_hostname, port, quit_msg) 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/_internal.py", line 87, in _log 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: getattr(_logger, type)(message.rstrip(), *args, **kwargs) 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Message: ' * Running on %s://%s:%d/ %s' 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Arguments: ('http', '[::]', 5000, '(Press CTRL+C to quit)') 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: --- Logging error --- 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.send(msg) 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.822 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._connect_unixsocket(self.address) 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Call stack: 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: main() 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: ssl_context=context) 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: run_simple(host, port, self, **options) 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-11T08:01:56.823 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: inner() 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 702, in inner 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: srv.serve_forever() 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 539, in serve_forever 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: HTTPServer.serve_forever(self) 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/socketserver.py", line 236, in serve_forever 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: ready = selector.select(poll_interval) 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/selectors.py", line 376, in select 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: fd_event_list = self._poll.poll(timeout) 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2898, in signal_stop 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: logger.info("Shutdown received") 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Message: 'Shutdown received' 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Arguments: () 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: --- Logging error --- 2024-09-11T08:01:56.824 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.send(msg) 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: During handling of the above exception, another exception occurred: 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Traceback (most recent call last): 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self._connect_unixsocket(self.address) 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: self.socket.connect(address) 2024-09-11T08:01:56.825 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Call stack: 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: main() 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2894, in main 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: ssl_context=context) 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/flask/app.py", line 841, in run 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: run_simple(host, port, self, **options) 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 739, in run_simple 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: inner() 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 702, in inner 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: srv.serve_forever() 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/werkzeug/serving.py", line 539, in serve_forever 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: HTTPServer.serve_forever(self) 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/socketserver.py", line 236, in serve_forever 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: ready = selector.select(poll_interval) 2024-09-11T08:01:56.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib64/python3.6/selectors.py", line 376, in select 2024-09-11T08:01:56.827 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: fd_event_list = self._poll.poll(timeout) 2024-09-11T08:01:56.827 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/bin/rbd-target-api", line 2901, in signal_stop 2024-09-11T08:01:56.827 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: sys.exit(ceph_gw.delete()) 2024-09-11T08:01:56.827 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 311, in delete 2024-09-11T08:01:56.827 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: "host ({})".format(self.hostname)) 2024-09-11T08:01:56.827 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Message: 'No gateway configuration to remove on this host (smithi169.front.sepia.ceph.com)' 2024-09-11T08:01:56.827 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:56 smithi169 bash[30312]: Arguments: () 2024-09-11T08:01:57.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:57 smithi169 docker[32673]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a 2024-09-11T08:01:57.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:57 smithi169 bash[30297]: (process:1): GLib-GObject-CRITICAL **: 08:01:57.299: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:01:57.781 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:57 smithi169 bash[14688]: cluster 2024-09-11T08:01:56.053377+0000 mgr.y (mgr.24871) 14 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:01:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:57 smithi133 bash[15104]: cluster 2024-09-11T08:01:56.053377+0000 mgr.y (mgr.24871) 14 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:01:57.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:57 smithi133 bash[19346]: cluster 2024-09-11T08:01:56.053377+0000 mgr.y (mgr.24871) 14 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:01:58.108 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:57 smithi169 bash[32712]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:01:58.108 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:57 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Succeeded. 2024-09-11T08:01:58.108 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:57 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:01:58.108 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:57 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Found left-over process 30297 (docker) in control group while starting unit. Ignoring. 2024-09-11T08:01:58.108 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:57 smithi169 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-09-11T08:01:58.108 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:57 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:01:58.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:58 smithi169 bash[14688]: audit 2024-09-11T08:01:57.827075+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:58.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:58 smithi169 bash[14688]: audit 2024-09-11T08:01:57.837133+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:58.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:58 smithi169 bash[14688]: audit 2024-09-11T08:01:57.848182+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:58.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:58 smithi169 bash[14688]: audit 2024-09-11T08:01:57.856891+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:01:58.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:58 smithi169 bash[14688]: audit 2024-09-11T08:01:57.866470+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:01:58.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:58 smithi169 bash[14688]: audit 2024-09-11T08:01:57.871340+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[15104]: audit 2024-09-11T08:01:57.827075+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[15104]: audit 2024-09-11T08:01:57.837133+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[15104]: audit 2024-09-11T08:01:57.848182+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[15104]: audit 2024-09-11T08:01:57.856891+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:01:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[15104]: audit 2024-09-11T08:01:57.866470+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:01:58.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[15104]: audit 2024-09-11T08:01:57.871340+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[19346]: audit 2024-09-11T08:01:57.827075+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:01:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[19346]: audit 2024-09-11T08:01:57.837133+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[19346]: audit 2024-09-11T08:01:57.848182+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:01:58.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[19346]: audit 2024-09-11T08:01:57.856891+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:01:58.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[19346]: audit 2024-09-11T08:01:57.866470+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:01:58.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:58 smithi133 bash[19346]: audit 2024-09-11T08:01:57.871340+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:01:59.757 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:59 smithi169 bash[14688]: audit 2024-09-11T08:01:57.858297+0000 mgr.y (mgr.24871) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:01:59.758 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:59 smithi169 bash[14688]: audit 2024-09-11T08:01:57.867115+0000 mgr.y (mgr.24871) 16 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:01:59.758 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:01:59 smithi169 bash[14688]: cluster 2024-09-11T08:01:58.054952+0000 mgr.y (mgr.24871) 17 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:01:59.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:59 smithi133 bash[15104]: audit 2024-09-11T08:01:57.858297+0000 mgr.y (mgr.24871) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:01:59.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:59 smithi133 bash[15104]: audit 2024-09-11T08:01:57.867115+0000 mgr.y (mgr.24871) 16 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:01:59.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:01:59 smithi133 bash[15104]: cluster 2024-09-11T08:01:58.054952+0000 mgr.y (mgr.24871) 17 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:01:59.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:59 smithi133 bash[19346]: audit 2024-09-11T08:01:57.858297+0000 mgr.y (mgr.24871) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:01:59.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:59 smithi133 bash[19346]: audit 2024-09-11T08:01:57.867115+0000 mgr.y (mgr.24871) 16 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:01:59.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:01:59 smithi133 bash[19346]: cluster 2024-09-11T08:01:58.054952+0000 mgr.y (mgr.24871) 17 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:02:00.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:01:59 smithi169 bash[32766]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:02:00.791 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[14688]: audit 2024-09-11T08:02:00.344107+0000 mon.b (mon.2) 209 : audit [DBG] from='client.? 172.21.15.169:0/669022442' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:00.792 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: --- Logging error --- 2024-09-11T08:02:00.792 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.792 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:00.792 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.send(msg) 2024-09-11T08:02:00.792 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:00.792 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:00.792 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.792 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:00.792 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.connect(address) 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self._connect_unixsocket(self.address) 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.connect(address) 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Call stack: 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self._bootstrap_inner() 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:00.793 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.run() 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: logger.info("Started the configuration object watcher") 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Message: 'Started the configuration object watcher' 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Arguments: () 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: --- Logging error --- 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.send(msg) 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:00.794 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.795 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:00.795 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.connect(address) 2024-09-11T08:02:00.795 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:00.795 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:00.795 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.795 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:00.795 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self._connect_unixsocket(self.address) 2024-09-11T08:02:00.795 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:00.795 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.connect(address) 2024-09-11T08:02:00.796 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:00.796 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Call stack: 2024-09-11T08:02:00.796 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:00.796 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: main() 2024-09-11T08:02:00.796 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Arguments: () 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: --- Logging error --- 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.send(msg) 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:00.797 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.connect(address) 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self._connect_unixsocket(self.address) 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.connect(address) 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Call stack: 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self._bootstrap_inner() 2024-09-11T08:02:00.798 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.run() 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.interval)) 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Arguments: () 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: --- Logging error --- 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.send(msg) 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.connect(address) 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:00.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self._connect_unixsocket(self.address) 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: self.socket.connect(address) 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Call stack: 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: main() 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:00.800 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: "{}".format(blacklisted_ip)) 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6832/3461032069' 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Arguments: () 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: Traceback (most recent call last): 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: main() 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: **kwargs).stdout 2024-09-11T08:02:00.801 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:02:00.802 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: output=stdout, stderr=stderr) 2024-09-11T08:02:00.802 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:00 smithi169 bash[32780]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6832/3461032069' returned non-zero exit status 13. 2024-09-11T08:02:00.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:00 smithi133 bash[15104]: audit 2024-09-11T08:02:00.344107+0000 mon.b (mon.2) 209 : audit [DBG] from='client.? 172.21.15.169:0/669022442' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:00.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:00 smithi133 bash[19346]: audit 2024-09-11T08:02:00.344107+0000 mon.b (mon.2) 209 : audit [DBG] from='client.? 172.21.15.169:0/669022442' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:01.783 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:01 smithi169 bash[14688]: cluster 2024-09-11T08:02:00.055715+0000 mgr.y (mgr.24871) 18 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:02:01.783 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:01 smithi169 bash[14688]: audit 2024-09-11T08:02:00.695550+0000 mon.b (mon.2) 210 : audit [INF] from='client.? 172.21.15.169:0/3120073914' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:01.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:01 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:02:01.783 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:01 smithi169 bash[32766]: (process:1): GLib-GObject-CRITICAL **: 08:02:01.749: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:02:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:01 smithi133 bash[15104]: cluster 2024-09-11T08:02:00.055715+0000 mgr.y (mgr.24871) 18 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:02:01.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:01 smithi133 bash[15104]: audit 2024-09-11T08:02:00.695550+0000 mon.b (mon.2) 210 : audit [INF] from='client.? 172.21.15.169:0/3120073914' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:01 smithi133 bash[19346]: cluster 2024-09-11T08:02:00.055715+0000 mgr.y (mgr.24871) 18 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:02:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:01 smithi133 bash[19346]: audit 2024-09-11T08:02:00.695550+0000 mon.b (mon.2) 210 : audit [INF] from='client.? 172.21.15.169:0/3120073914' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:01.641Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:01.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:01.952 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:01.642Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:02:02.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:02 smithi169 bash[33029]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:02:02.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:02 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:02:03.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:03 smithi169 bash[14688]: cluster 2024-09-11T08:02:02.057241+0000 mgr.y (mgr.24871) 19 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:02:03.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:03 smithi133 bash[15104]: cluster 2024-09-11T08:02:02.057241+0000 mgr.y (mgr.24871) 19 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:02:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:03 smithi133 bash[19346]: cluster 2024-09-11T08:02:02.057241+0000 mgr.y (mgr.24871) 19 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:02:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:03.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:03.530Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:03.531Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:02:05.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:05 smithi169 bash[14688]: cluster 2024-09-11T08:02:04.057966+0000 mgr.y (mgr.24871) 20 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-09-11T08:02:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:05 smithi133 bash[19346]: cluster 2024-09-11T08:02:04.057966+0000 mgr.y (mgr.24871) 20 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-09-11T08:02:05.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:05 smithi133 bash[15104]: cluster 2024-09-11T08:02:04.057966+0000 mgr.y (mgr.24871) 20 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-09-11T08:02:06.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:06 smithi169 bash[14688]: audit 2024-09-11T08:02:05.814089+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:02:06.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:06 smithi169 bash[14688]: audit 2024-09-11T08:02:05.821801+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:02:06.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:06 smithi169 bash[14688]: audit 2024-09-11T08:02:05.829685+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:02:06.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:06 smithi169 bash[14688]: audit 2024-09-11T08:02:05.831218+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:06.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:06 smithi169 bash[14688]: audit 2024-09-11T08:02:05.832906+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:02:06.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:06 smithi169 bash[14688]: audit 2024-09-11T08:02:05.841169+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:02:06.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[19346]: audit 2024-09-11T08:02:05.814089+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[19346]: audit 2024-09-11T08:02:05.821801+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[19346]: audit 2024-09-11T08:02:05.829685+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[19346]: audit 2024-09-11T08:02:05.831218+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[19346]: audit 2024-09-11T08:02:05.832906+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[19346]: audit 2024-09-11T08:02:05.841169+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[15104]: audit 2024-09-11T08:02:05.814089+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[15104]: audit 2024-09-11T08:02:05.821801+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[15104]: audit 2024-09-11T08:02:05.829685+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[15104]: audit 2024-09-11T08:02:05.831218+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[15104]: audit 2024-09-11T08:02:05.832906+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:02:06.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:06 smithi133 bash[15104]: audit 2024-09-11T08:02:05.841169+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:02:07.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:07 smithi169 bash[14688]: cephadm 2024-09-11T08:02:05.834272+0000 mgr.y (mgr.24871) 21 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:02:07.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:07 smithi169 bash[14688]: cluster 2024-09-11T08:02:05.835504+0000 mgr.y (mgr.24871) 22 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 608 B/s rd, 0 op/s 2024-09-11T08:02:07.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:07 smithi169 bash[14688]: cluster 2024-09-11T08:02:06.827220+0000 mon.a (mon.0) 906 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:02:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:07 smithi133 bash[15104]: cephadm 2024-09-11T08:02:05.834272+0000 mgr.y (mgr.24871) 21 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:02:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:07 smithi133 bash[15104]: cluster 2024-09-11T08:02:05.835504+0000 mgr.y (mgr.24871) 22 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 608 B/s rd, 0 op/s 2024-09-11T08:02:07.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:07 smithi133 bash[15104]: cluster 2024-09-11T08:02:06.827220+0000 mon.a (mon.0) 906 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:02:07.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:07 smithi133 bash[19346]: cephadm 2024-09-11T08:02:05.834272+0000 mgr.y (mgr.24871) 21 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:02:07.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:07 smithi133 bash[19346]: cluster 2024-09-11T08:02:05.835504+0000 mgr.y (mgr.24871) 22 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 608 B/s rd, 0 op/s 2024-09-11T08:02:07.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:07 smithi133 bash[19346]: cluster 2024-09-11T08:02:06.827220+0000 mon.a (mon.0) 906 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:02:09.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:09 smithi169 bash[14688]: cluster 2024-09-11T08:02:07.837136+0000 mgr.y (mgr.24871) 23 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 608 B/s rd, 0 op/s 2024-09-11T08:02:09.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:09 smithi133 bash[15104]: cluster 2024-09-11T08:02:07.837136+0000 mgr.y (mgr.24871) 23 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 608 B/s rd, 0 op/s 2024-09-11T08:02:09.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:09 smithi133 bash[19346]: cluster 2024-09-11T08:02:07.837136+0000 mgr.y (mgr.24871) 23 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 608 B/s rd, 0 op/s 2024-09-11T08:02:11.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:11 smithi169 bash[14688]: cluster 2024-09-11T08:02:09.837913+0000 mgr.y (mgr.24871) 24 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-11T08:02:11.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:11 smithi133 bash[15104]: cluster 2024-09-11T08:02:09.837913+0000 mgr.y (mgr.24871) 24 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-11T08:02:11.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:11 smithi133 bash[19346]: cluster 2024-09-11T08:02:09.837913+0000 mgr.y (mgr.24871) 24 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-11T08:02:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:11.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:11.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:11.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:11.642Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:02:12.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:12 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 1. 2024-09-11T08:02:12.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:12 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:02:12.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:12 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:02:13.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:13 smithi169 bash[14688]: cluster 2024-09-11T08:02:11.839517+0000 mgr.y (mgr.24871) 25 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-11T08:02:13.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:13 smithi133 bash[15104]: cluster 2024-09-11T08:02:11.839517+0000 mgr.y (mgr.24871) 25 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-11T08:02:13.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:13 smithi133 bash[19346]: cluster 2024-09-11T08:02:11.839517+0000 mgr.y (mgr.24871) 25 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-11T08:02:13.952 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:13.531Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:13.952 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:13.531Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:13.952 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:13.531Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:02:14.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:14 smithi169 bash[33664]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: --- Logging error --- 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.send(msg) 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.connect(address) 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:15.321 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self._connect_unixsocket(self.address) 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.connect(address) 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Call stack: 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self._bootstrap_inner() 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.run() 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: logger.info("Started the configuration object watcher") 2024-09-11T08:02:15.322 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Message: 'Started the configuration object watcher' 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Arguments: () 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: --- Logging error --- 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.send(msg) 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.connect(address) 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:15.323 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self._connect_unixsocket(self.address) 2024-09-11T08:02:15.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:15.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.connect(address) 2024-09-11T08:02:15.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:15.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Call stack: 2024-09-11T08:02:15.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:15.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: main() 2024-09-11T08:02:15.324 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:15.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:15.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:02:15.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:02:15.325 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Arguments: () 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: --- Logging error --- 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.send(msg) 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:15.326 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.connect(address) 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self._connect_unixsocket(self.address) 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.connect(address) 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Call stack: 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self._bootstrap_inner() 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.run() 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:02:15.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.interval)) 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Arguments: () 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: --- Logging error --- 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.send(msg) 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.connect(address) 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:15.328 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self._connect_unixsocket(self.address) 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: self.socket.connect(address) 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Call stack: 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: main() 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:02:15.329 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: "{}".format(blacklisted_ip)) 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6832/3461032069' 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Arguments: () 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: Traceback (most recent call last): 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: main() 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: **kwargs).stdout 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:02:15.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: output=stdout, stderr=stderr) 2024-09-11T08:02:15.331 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33681]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6832/3461032069' returned non-zero exit status 13. 2024-09-11T08:02:15.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[14688]: cluster 2024-09-11T08:02:13.840275+0000 mgr.y (mgr.24871) 26 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:15.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[14688]: audit 2024-09-11T08:02:14.651960+0000 mon.b (mon.2) 211 : audit [DBG] from='client.? 172.21.15.169:0/215886711' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:15.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[14688]: audit 2024-09-11T08:02:15.014812+0000 mon.b (mon.2) 212 : audit [INF] from='client.? 172.21.15.169:0/3172462507' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:15 smithi133 bash[15104]: cluster 2024-09-11T08:02:13.840275+0000 mgr.y (mgr.24871) 26 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:15 smithi133 bash[15104]: audit 2024-09-11T08:02:14.651960+0000 mon.b (mon.2) 211 : audit [DBG] from='client.? 172.21.15.169:0/215886711' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:15.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:15 smithi133 bash[15104]: audit 2024-09-11T08:02:15.014812+0000 mon.b (mon.2) 212 : audit [INF] from='client.? 172.21.15.169:0/3172462507' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:15 smithi133 bash[19346]: cluster 2024-09-11T08:02:13.840275+0000 mgr.y (mgr.24871) 26 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:15 smithi133 bash[19346]: audit 2024-09-11T08:02:14.651960+0000 mon.b (mon.2) 211 : audit [DBG] from='client.? 172.21.15.169:0/215886711' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:15 smithi133 bash[19346]: audit 2024-09-11T08:02:15.014812+0000 mon.b (mon.2) 212 : audit [INF] from='client.? 172.21.15.169:0/3172462507' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:16.102 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:02:16.102 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:15 smithi169 bash[33664]: (process:1): GLib-GObject-CRITICAL **: 08:02:15.916: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:02:16.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:16 smithi169 bash[33906]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:02:16.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:16 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:02:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:17 smithi169 bash[14688]: cluster 2024-09-11T08:02:15.840981+0000 mgr.y (mgr.24871) 27 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:17 smithi133 bash[15104]: cluster 2024-09-11T08:02:15.840981+0000 mgr.y (mgr.24871) 27 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:17.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:17 smithi133 bash[19346]: cluster 2024-09-11T08:02:15.840981+0000 mgr.y (mgr.24871) 27 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:19.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:19 smithi169 bash[14688]: cluster 2024-09-11T08:02:17.842574+0000 mgr.y (mgr.24871) 28 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:19.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:19 smithi133 bash[15104]: cluster 2024-09-11T08:02:17.842574+0000 mgr.y (mgr.24871) 28 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:19.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:19 smithi133 bash[19346]: cluster 2024-09-11T08:02:17.842574+0000 mgr.y (mgr.24871) 28 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:21.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:21 smithi169 bash[14688]: cluster 2024-09-11T08:02:19.843503+0000 mgr.y (mgr.24871) 29 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:21.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:21 smithi133 bash[15104]: cluster 2024-09-11T08:02:19.843503+0000 mgr.y (mgr.24871) 29 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:21.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:21 smithi133 bash[19346]: cluster 2024-09-11T08:02:19.843503+0000 mgr.y (mgr.24871) 29 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:21.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:21.642Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:21.642Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:02:23.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:23 smithi169 bash[14688]: cluster 2024-09-11T08:02:21.845063+0000 mgr.y (mgr.24871) 30 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:23.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:23 smithi133 bash[15104]: cluster 2024-09-11T08:02:21.845063+0000 mgr.y (mgr.24871) 30 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:23.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:23 smithi133 bash[19346]: cluster 2024-09-11T08:02:21.845063+0000 mgr.y (mgr.24871) 30 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:23.531Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:23.531Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:23.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:23.531Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:02:25.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:25 smithi169 bash[14688]: cluster 2024-09-11T08:02:23.845795+0000 mgr.y (mgr.24871) 31 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:25.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:25 smithi133 bash[15104]: cluster 2024-09-11T08:02:23.845795+0000 mgr.y (mgr.24871) 31 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:25.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:25 smithi133 bash[19346]: cluster 2024-09-11T08:02:23.845795+0000 mgr.y (mgr.24871) 31 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:26.692 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:26 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 2. 2024-09-11T08:02:26.693 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:26 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:02:26.693 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:26 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:02:27.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:27 smithi169 bash[14688]: cluster 2024-09-11T08:02:25.846524+0000 mgr.y (mgr.24871) 32 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:27.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:27 smithi133 bash[19346]: cluster 2024-09-11T08:02:25.846524+0000 mgr.y (mgr.24871) 32 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:27.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:27 smithi133 bash[15104]: cluster 2024-09-11T08:02:25.846524+0000 mgr.y (mgr.24871) 32 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:28.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:28 smithi169 bash[33969]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:02:29.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: --- Logging error --- 2024-09-11T08:02:29.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:29.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.send(msg) 2024-09-11T08:02:29.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.connect(address) 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self._connect_unixsocket(self.address) 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.connect(address) 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Call stack: 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:29.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self._bootstrap_inner() 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.run() 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: logger.info("Started the configuration object watcher") 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Message: 'Started the configuration object watcher' 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Arguments: () 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: --- Logging error --- 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.send(msg) 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:29.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.connect(address) 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self._connect_unixsocket(self.address) 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.connect(address) 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Call stack: 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: main() 2024-09-11T08:02:29.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:29.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:29.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:02:29.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:02:29.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:02:29.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Arguments: () 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: --- Logging error --- 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.send(msg) 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.connect(address) 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self._connect_unixsocket(self.address) 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.connect(address) 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Call stack: 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self._bootstrap_inner() 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.run() 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.interval)) 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Arguments: () 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: --- Logging error --- 2024-09-11T08:02:29.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.send(msg) 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.connect(address) 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self._connect_unixsocket(self.address) 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:29.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: self.socket.connect(address) 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Call stack: 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: main() 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: "{}".format(blacklisted_ip)) 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6832/3461032069' 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Arguments: () 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: Traceback (most recent call last): 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: main() 2024-09-11T08:02:29.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: **kwargs).stdout 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: output=stdout, stderr=stderr) 2024-09-11T08:02:29.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[33984]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6832/3461032069' returned non-zero exit status 13. 2024-09-11T08:02:29.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[14688]: cluster 2024-09-11T08:02:27.848055+0000 mgr.y (mgr.24871) 33 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:29.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[14688]: audit 2024-09-11T08:02:28.779985+0000 mon.b (mon.2) 213 : audit [DBG] from='client.? 172.21.15.169:0/3804124318' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:29.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:29 smithi169 bash[14688]: audit 2024-09-11T08:02:29.134507+0000 mon.b (mon.2) 214 : audit [INF] from='client.? 172.21.15.169:0/2918977205' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:29.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:29 smithi133 bash[15104]: cluster 2024-09-11T08:02:27.848055+0000 mgr.y (mgr.24871) 33 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:29.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:29 smithi133 bash[15104]: audit 2024-09-11T08:02:28.779985+0000 mon.b (mon.2) 213 : audit [DBG] from='client.? 172.21.15.169:0/3804124318' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:29.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:29 smithi133 bash[15104]: audit 2024-09-11T08:02:29.134507+0000 mon.b (mon.2) 214 : audit [INF] from='client.? 172.21.15.169:0/2918977205' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:29.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:29 smithi133 bash[19346]: cluster 2024-09-11T08:02:27.848055+0000 mgr.y (mgr.24871) 33 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:29.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:29 smithi133 bash[19346]: audit 2024-09-11T08:02:28.779985+0000 mon.b (mon.2) 213 : audit [DBG] from='client.? 172.21.15.169:0/3804124318' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:29.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:29 smithi133 bash[19346]: audit 2024-09-11T08:02:29.134507+0000 mon.b (mon.2) 214 : audit [INF] from='client.? 172.21.15.169:0/2918977205' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:30.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:29 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:02:30.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:30 smithi169 bash[33969]: (process:1): GLib-GObject-CRITICAL **: 08:02:30.059: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:02:30.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:30 smithi169 bash[34199]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:02:30.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:30 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:02:31.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:31 smithi169 bash[14688]: cluster 2024-09-11T08:02:29.848808+0000 mgr.y (mgr.24871) 34 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:31.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:31 smithi133 bash[15104]: cluster 2024-09-11T08:02:29.848808+0000 mgr.y (mgr.24871) 34 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:31.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:31 smithi133 bash[19346]: cluster 2024-09-11T08:02:29.848808+0000 mgr.y (mgr.24871) 34 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:31.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:31.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:31.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:31.643Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:02:33.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:33 smithi169 bash[14688]: cluster 2024-09-11T08:02:31.850294+0000 mgr.y (mgr.24871) 35 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:33.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:33 smithi133 bash[15104]: cluster 2024-09-11T08:02:31.850294+0000 mgr.y (mgr.24871) 35 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:33.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:33 smithi133 bash[19346]: cluster 2024-09-11T08:02:31.850294+0000 mgr.y (mgr.24871) 35 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:33.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:33.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:33.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:33.532Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:02:35.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:35 smithi169 bash[14688]: cluster 2024-09-11T08:02:33.851076+0000 mgr.y (mgr.24871) 36 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:35.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:35 smithi133 bash[19346]: cluster 2024-09-11T08:02:33.851076+0000 mgr.y (mgr.24871) 36 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:35.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:35 smithi133 bash[15104]: cluster 2024-09-11T08:02:33.851076+0000 mgr.y (mgr.24871) 36 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:37.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:37 smithi169 bash[14688]: cluster 2024-09-11T08:02:35.851783+0000 mgr.y (mgr.24871) 37 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:37.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:37 smithi133 bash[19346]: cluster 2024-09-11T08:02:35.851783+0000 mgr.y (mgr.24871) 37 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:37.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:37 smithi133 bash[15104]: cluster 2024-09-11T08:02:35.851783+0000 mgr.y (mgr.24871) 37 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:39.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:39 smithi169 bash[14688]: cluster 2024-09-11T08:02:37.853359+0000 mgr.y (mgr.24871) 38 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:39.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:39 smithi133 bash[19346]: cluster 2024-09-11T08:02:37.853359+0000 mgr.y (mgr.24871) 38 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:39.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:39 smithi133 bash[15104]: cluster 2024-09-11T08:02:37.853359+0000 mgr.y (mgr.24871) 38 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:40.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:40 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 3. 2024-09-11T08:02:40.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:40 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:02:40.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:40 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:02:41.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:41 smithi169 bash[14688]: cluster 2024-09-11T08:02:39.854093+0000 mgr.y (mgr.24871) 39 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:41 smithi133 bash[15104]: cluster 2024-09-11T08:02:39.854093+0000 mgr.y (mgr.24871) 39 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:41.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:41 smithi133 bash[19346]: cluster 2024-09-11T08:02:39.854093+0000 mgr.y (mgr.24871) 39 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:41.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:41.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:41.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:41.643Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:02:42.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:42 smithi169 bash[34259]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:02:43.565 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: --- Logging error --- 2024-09-11T08:02:43.565 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.565 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:43.565 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.send(msg) 2024-09-11T08:02:43.565 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.connect(address) 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self._connect_unixsocket(self.address) 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.connect(address) 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Call stack: 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:43.566 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self._bootstrap_inner() 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.run() 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: logger.info("Started the configuration object watcher") 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Message: 'Started the configuration object watcher' 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Arguments: () 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: --- Logging error --- 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.send(msg) 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.connect(address) 2024-09-11T08:02:43.567 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self._connect_unixsocket(self.address) 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.connect(address) 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Call stack: 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: main() 2024-09-11T08:02:43.568 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Arguments: () 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: --- Logging error --- 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.send(msg) 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:43.569 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.connect(address) 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self._connect_unixsocket(self.address) 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.connect(address) 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Call stack: 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self._bootstrap_inner() 2024-09-11T08:02:43.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.run() 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.interval)) 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Arguments: () 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: --- Logging error --- 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.send(msg) 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.connect(address) 2024-09-11T08:02:43.571 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self._connect_unixsocket(self.address) 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: self.socket.connect(address) 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Call stack: 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: main() 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:43.572 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: "{}".format(blacklisted_ip)) 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6832/3461032069' 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Arguments: () 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: Traceback (most recent call last): 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: main() 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:02:43.573 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:02:43.574 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: **kwargs).stdout 2024-09-11T08:02:43.574 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:02:43.574 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: output=stdout, stderr=stderr) 2024-09-11T08:02:43.574 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[34274]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6832/3461032069' returned non-zero exit status 13. 2024-09-11T08:02:43.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[14688]: cluster 2024-09-11T08:02:41.855641+0000 mgr.y (mgr.24871) 40 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:43.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[14688]: audit 2024-09-11T08:02:42.924412+0000 mon.b (mon.2) 215 : audit [DBG] from='client.? 172.21.15.169:0/2128097202' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:43.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:43 smithi169 bash[14688]: audit 2024-09-11T08:02:43.283000+0000 mon.b (mon.2) 216 : audit [INF] from='client.? 172.21.15.169:0/4062518380' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:43.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:43 smithi133 bash[15104]: cluster 2024-09-11T08:02:41.855641+0000 mgr.y (mgr.24871) 40 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:43.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:43 smithi133 bash[15104]: audit 2024-09-11T08:02:42.924412+0000 mon.b (mon.2) 215 : audit [DBG] from='client.? 172.21.15.169:0/2128097202' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:43.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:43 smithi133 bash[15104]: audit 2024-09-11T08:02:43.283000+0000 mon.b (mon.2) 216 : audit [INF] from='client.? 172.21.15.169:0/4062518380' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:43.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:43 smithi133 bash[19346]: cluster 2024-09-11T08:02:41.855641+0000 mgr.y (mgr.24871) 40 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:43.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:43 smithi133 bash[19346]: audit 2024-09-11T08:02:42.924412+0000 mon.b (mon.2) 215 : audit [DBG] from='client.? 172.21.15.169:0/2128097202' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:43.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:43 smithi133 bash[19346]: audit 2024-09-11T08:02:43.283000+0000 mon.b (mon.2) 216 : audit [INF] from='client.? 172.21.15.169:0/4062518380' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:43.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:43.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:43.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:43.532Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:02:44.330 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:44 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:02:44.331 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:44 smithi169 bash[34259]: (process:1): GLib-GObject-CRITICAL **: 08:02:44.145: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:02:44.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:44 smithi169 bash[34486]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:02:44.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:44 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:02:45.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:45 smithi169 bash[14688]: cluster 2024-09-11T08:02:43.856399+0000 mgr.y (mgr.24871) 41 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:45.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:45 smithi133 bash[19346]: cluster 2024-09-11T08:02:43.856399+0000 mgr.y (mgr.24871) 41 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:45.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:45 smithi133 bash[15104]: cluster 2024-09-11T08:02:43.856399+0000 mgr.y (mgr.24871) 41 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:46.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:46 smithi169 bash[14688]: audit 2024-09-11T08:02:46.149611+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:02:46.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:46 smithi169 bash[14688]: audit 2024-09-11T08:02:46.150418+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:02:46.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:46 smithi169 bash[14688]: audit 2024-09-11T08:02:46.150973+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-11T08:02:46.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:46 smithi133 bash[19346]: audit 2024-09-11T08:02:46.149611+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:02:46.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:46 smithi133 bash[19346]: audit 2024-09-11T08:02:46.150418+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:02:46.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:46 smithi133 bash[19346]: audit 2024-09-11T08:02:46.150973+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-11T08:02:46.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:46 smithi133 bash[15104]: audit 2024-09-11T08:02:46.149611+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:02:46.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:46 smithi133 bash[15104]: audit 2024-09-11T08:02:46.150418+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:02:46.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:46 smithi133 bash[15104]: audit 2024-09-11T08:02:46.150973+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-11T08:02:47.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:47 smithi169 bash[14688]: cluster 2024-09-11T08:02:45.857205+0000 mgr.y (mgr.24871) 42 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:47.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:47 smithi133 bash[15104]: cluster 2024-09-11T08:02:45.857205+0000 mgr.y (mgr.24871) 42 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:47.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:47 smithi133 bash[19346]: cluster 2024-09-11T08:02:45.857205+0000 mgr.y (mgr.24871) 42 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:02:49.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:49 smithi169 bash[14688]: cluster 2024-09-11T08:02:47.858849+0000 mgr.y (mgr.24871) 43 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:49.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:49 smithi133 bash[15104]: cluster 2024-09-11T08:02:47.858849+0000 mgr.y (mgr.24871) 43 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:49.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:49 smithi133 bash[19346]: cluster 2024-09-11T08:02:47.858849+0000 mgr.y (mgr.24871) 43 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:51.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:51 smithi169 bash[14688]: cluster 2024-09-11T08:02:49.859575+0000 mgr.y (mgr.24871) 44 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:51 smithi133 bash[15104]: cluster 2024-09-11T08:02:49.859575+0000 mgr.y (mgr.24871) 44 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:51.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:51 smithi133 bash[19346]: cluster 2024-09-11T08:02:49.859575+0000 mgr.y (mgr.24871) 44 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:51.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:51.643Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:51.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:51.644Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:02:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:53 smithi169 bash[14688]: cluster 2024-09-11T08:02:51.861109+0000 mgr.y (mgr.24871) 45 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:53 smithi133 bash[15104]: cluster 2024-09-11T08:02:51.861109+0000 mgr.y (mgr.24871) 45 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:53 smithi133 bash[19346]: cluster 2024-09-11T08:02:51.861109+0000 mgr.y (mgr.24871) 45 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:53.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:02:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:53.532Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:02:53.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:02:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:02:53.532Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:02:54.952 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:54 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 4. 2024-09-11T08:02:54.952 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:54 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:02:54.952 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:54 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:02:55.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:55 smithi169 bash[14688]: cluster 2024-09-11T08:02:53.861891+0000 mgr.y (mgr.24871) 46 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:55.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:55 smithi133 bash[15104]: cluster 2024-09-11T08:02:53.861891+0000 mgr.y (mgr.24871) 46 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:55.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:55 smithi133 bash[19346]: cluster 2024-09-11T08:02:53.861891+0000 mgr.y (mgr.24871) 46 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:56.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:56 smithi169 bash[34547]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:02:57.675 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: --- Logging error --- 2024-09-11T08:02:57.675 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.675 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:57.675 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.send(msg) 2024-09-11T08:02:57.675 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.connect(address) 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self._connect_unixsocket(self.address) 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.connect(address) 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Call stack: 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:57.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self._bootstrap_inner() 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.run() 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: logger.info("Started the configuration object watcher") 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Message: 'Started the configuration object watcher' 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Arguments: () 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: --- Logging error --- 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.send(msg) 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:57.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.connect(address) 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self._connect_unixsocket(self.address) 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.connect(address) 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Call stack: 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: main() 2024-09-11T08:02:57.678 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:57.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:57.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:02:57.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:02:57.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:02:57.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Arguments: () 2024-09-11T08:02:57.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: --- Logging error --- 2024-09-11T08:02:57.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:57.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.send(msg) 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.connect(address) 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self._connect_unixsocket(self.address) 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.connect(address) 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Call stack: 2024-09-11T08:02:57.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self._bootstrap_inner() 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.run() 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.interval)) 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Arguments: () 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: --- Logging error --- 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.send(msg) 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:02:57.681 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.connect(address) 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: During handling of the above exception, another exception occurred: 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self._connect_unixsocket(self.address) 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: self.socket.connect(address) 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Call stack: 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:57.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: main() 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: "{}".format(blacklisted_ip)) 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6832/3461032069' 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Arguments: () 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: Traceback (most recent call last): 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: main() 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:02:57.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:02:57.684 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:02:57.684 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:02:57.684 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:02:57.684 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: **kwargs).stdout 2024-09-11T08:02:57.684 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:02:57.684 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: output=stdout, stderr=stderr) 2024-09-11T08:02:57.684 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[34564]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6832/3461032069' returned non-zero exit status 13. 2024-09-11T08:02:57.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[14688]: cluster 2024-09-11T08:02:55.862607+0000 mgr.y (mgr.24871) 47 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:57.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[14688]: audit 2024-09-11T08:02:57.001330+0000 mon.b (mon.2) 217 : audit [DBG] from='client.? 172.21.15.169:0/2174918117' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:57.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:57 smithi169 bash[14688]: audit 2024-09-11T08:02:57.346399+0000 mon.b (mon.2) 218 : audit [INF] from='client.? 172.21.15.169:0/1677215817' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:57 smithi133 bash[15104]: cluster 2024-09-11T08:02:55.862607+0000 mgr.y (mgr.24871) 47 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:57 smithi133 bash[15104]: audit 2024-09-11T08:02:57.001330+0000 mon.b (mon.2) 217 : audit [DBG] from='client.? 172.21.15.169:0/2174918117' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:57.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:57 smithi133 bash[15104]: audit 2024-09-11T08:02:57.346399+0000 mon.b (mon.2) 218 : audit [INF] from='client.? 172.21.15.169:0/1677215817' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:57.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:57 smithi133 bash[19346]: cluster 2024-09-11T08:02:55.862607+0000 mgr.y (mgr.24871) 47 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:57.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:57 smithi133 bash[19346]: audit 2024-09-11T08:02:57.001330+0000 mon.b (mon.2) 217 : audit [DBG] from='client.? 172.21.15.169:0/2174918117' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:02:57.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:57 smithi133 bash[19346]: audit 2024-09-11T08:02:57.346399+0000 mon.b (mon.2) 218 : audit [INF] from='client.? 172.21.15.169:0/1677215817' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: access denied 2024-09-11T08:02:58.395 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:58 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:02:58.395 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:58 smithi169 bash[34547]: (process:1): GLib-GObject-CRITICAL **: 08:02:58.230: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:02:59.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:58 smithi169 bash[34777]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:02:59.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:02:58 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:02:59.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:02:59 smithi169 bash[14688]: cluster 2024-09-11T08:02:57.864209+0000 mgr.y (mgr.24871) 48 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:02:59 smithi133 bash[15104]: cluster 2024-09-11T08:02:57.864209+0000 mgr.y (mgr.24871) 48 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:02:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:02:59 smithi133 bash[19346]: cluster 2024-09-11T08:02:57.864209+0000 mgr.y (mgr.24871) 48 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:01.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:01 smithi133 bash[15104]: cluster 2024-09-11T08:02:59.864975+0000 mgr.y (mgr.24871) 49 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:01.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:01 smithi133 bash[19346]: cluster 2024-09-11T08:02:59.864975+0000 mgr.y (mgr.24871) 49 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:01.644Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:01.644Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:01.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:01.644Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:03:02.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:01 smithi169 bash[14688]: cluster 2024-09-11T08:02:59.864975+0000 mgr.y (mgr.24871) 49 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:03.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:03 smithi133 bash[15104]: cluster 2024-09-11T08:03:01.866474+0000 mgr.y (mgr.24871) 50 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:03 smithi133 bash[19346]: cluster 2024-09-11T08:03:01.866474+0000 mgr.y (mgr.24871) 50 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:03.533Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:03.533Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:03.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:03 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:03.533Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:03:04.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:03 smithi169 bash[14688]: cluster 2024-09-11T08:03:01.866474+0000 mgr.y (mgr.24871) 50 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:05 smithi133 bash[19346]: cluster 2024-09-11T08:03:03.867171+0000 mgr.y (mgr.24871) 51 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:05.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:05 smithi133 bash[15104]: cluster 2024-09-11T08:03:03.867171+0000 mgr.y (mgr.24871) 51 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:06.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:05 smithi169 bash[14688]: cluster 2024-09-11T08:03:03.867171+0000 mgr.y (mgr.24871) 51 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:07.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:06 smithi169 bash[14688]: audit 2024-09-11T08:03:06.356119+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:07.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:06 smithi169 bash[14688]: audit 2024-09-11T08:03:06.357612+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:03:07.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:06 smithi169 bash[14688]: audit 2024-09-11T08:03:06.368462+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:03:07.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:06 smithi133 bash[15104]: audit 2024-09-11T08:03:06.356119+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:07.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:06 smithi133 bash[15104]: audit 2024-09-11T08:03:06.357612+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:03:07.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:06 smithi133 bash[15104]: audit 2024-09-11T08:03:06.368462+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:03:07.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:06 smithi133 bash[19346]: audit 2024-09-11T08:03:06.356119+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:07.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:06 smithi133 bash[19346]: audit 2024-09-11T08:03:06.357612+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:03:07.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:06 smithi133 bash[19346]: audit 2024-09-11T08:03:06.368462+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:03:08.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:07 smithi169 bash[14688]: cluster 2024-09-11T08:03:05.867899+0000 mgr.y (mgr.24871) 52 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:08.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:07 smithi169 bash[14688]: cephadm 2024-09-11T08:03:06.358895+0000 mgr.y (mgr.24871) 53 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:03:08.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:07 smithi169 bash[14688]: cluster 2024-09-11T08:03:06.359696+0000 mgr.y (mgr.24871) 54 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-09-11T08:03:08.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:07 smithi169 bash[14688]: cluster 2024-09-11T08:03:06.359910+0000 mgr.y (mgr.24871) 55 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:03:08.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:07 smithi133 bash[15104]: cluster 2024-09-11T08:03:05.867899+0000 mgr.y (mgr.24871) 52 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:08.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:07 smithi133 bash[15104]: cephadm 2024-09-11T08:03:06.358895+0000 mgr.y (mgr.24871) 53 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:03:08.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:07 smithi133 bash[15104]: cluster 2024-09-11T08:03:06.359696+0000 mgr.y (mgr.24871) 54 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-09-11T08:03:08.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:07 smithi133 bash[15104]: cluster 2024-09-11T08:03:06.359910+0000 mgr.y (mgr.24871) 55 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:03:08.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:07 smithi133 bash[19346]: cluster 2024-09-11T08:03:05.867899+0000 mgr.y (mgr.24871) 52 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:03:08.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:07 smithi133 bash[19346]: cephadm 2024-09-11T08:03:06.358895+0000 mgr.y (mgr.24871) 53 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:03:08.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:07 smithi133 bash[19346]: cluster 2024-09-11T08:03:06.359696+0000 mgr.y (mgr.24871) 54 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-09-11T08:03:08.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:07 smithi133 bash[19346]: cluster 2024-09-11T08:03:06.359910+0000 mgr.y (mgr.24871) 55 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:03:09.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:09 smithi169 bash[14688]: cluster 2024-09-11T08:03:08.361397+0000 mgr.y (mgr.24871) 56 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:03:09.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:03:08 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 5. 2024-09-11T08:03:09.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:03:08 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:03:09.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:03:08 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Start request repeated too quickly. 2024-09-11T08:03:09.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:03:08 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:03:09.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:03:08 smithi169 systemd[1]: Failed to start Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:03:09.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:09 smithi133 bash[15104]: cluster 2024-09-11T08:03:08.361397+0000 mgr.y (mgr.24871) 56 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:03:09.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:09 smithi133 bash[19346]: cluster 2024-09-11T08:03:08.361397+0000 mgr.y (mgr.24871) 56 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:03:11.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:11 smithi169 bash[14688]: cluster 2024-09-11T08:03:10.362204+0000 mgr.y (mgr.24871) 57 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:11.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:11 smithi133 bash[19346]: cluster 2024-09-11T08:03:10.362204+0000 mgr.y (mgr.24871) 57 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:11 smithi133 bash[15104]: cluster 2024-09-11T08:03:10.362204+0000 mgr.y (mgr.24871) 57 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:11.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:11.644Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:11.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:11.644Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:11.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:11.644Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:03:13.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:13 smithi133 bash[19346]: cluster 2024-09-11T08:03:12.363791+0000 mgr.y (mgr.24871) 58 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:13.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:13 smithi133 bash[15104]: cluster 2024-09-11T08:03:12.363791+0000 mgr.y (mgr.24871) 58 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:13.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:13.533Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:13.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:13.533Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:13.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:13 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:13.533Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:03:13.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:13 smithi169 bash[14688]: cluster 2024-09-11T08:03:12.363791+0000 mgr.y (mgr.24871) 58 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:15.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:15 smithi133 bash[19346]: cluster 2024-09-11T08:03:14.364585+0000 mgr.y (mgr.24871) 59 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:15.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:15 smithi133 bash[15104]: cluster 2024-09-11T08:03:14.364585+0000 mgr.y (mgr.24871) 59 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:15.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:15 smithi169 bash[14688]: cluster 2024-09-11T08:03:14.364585+0000 mgr.y (mgr.24871) 59 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:17.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:17 smithi133 bash[19346]: cluster 2024-09-11T08:03:16.365299+0000 mgr.y (mgr.24871) 60 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:17.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:17 smithi133 bash[15104]: cluster 2024-09-11T08:03:16.365299+0000 mgr.y (mgr.24871) 60 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:17 smithi169 bash[14688]: cluster 2024-09-11T08:03:16.365299+0000 mgr.y (mgr.24871) 60 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:19.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:19 smithi169 bash[14688]: cluster 2024-09-11T08:03:18.366858+0000 mgr.y (mgr.24871) 61 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:19 smithi133 bash[15104]: cluster 2024-09-11T08:03:18.366858+0000 mgr.y (mgr.24871) 61 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:19.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:19 smithi133 bash[19346]: cluster 2024-09-11T08:03:18.366858+0000 mgr.y (mgr.24871) 61 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:21.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:21 smithi169 bash[14688]: cluster 2024-09-11T08:03:20.367578+0000 mgr.y (mgr.24871) 62 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:21 smithi133 bash[15104]: cluster 2024-09-11T08:03:20.367578+0000 mgr.y (mgr.24871) 62 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:21.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:21 smithi133 bash[19346]: cluster 2024-09-11T08:03:20.367578+0000 mgr.y (mgr.24871) 62 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:21.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:21.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:21.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:21.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:21.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:21.645Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:03:23.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:23 smithi133 bash[19346]: cluster 2024-09-11T08:03:22.369107+0000 mgr.y (mgr.24871) 63 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:23.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:23 smithi133 bash[15104]: cluster 2024-09-11T08:03:22.369107+0000 mgr.y (mgr.24871) 63 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:23.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:23.534Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:23.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:23.534Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:23.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:23 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:23.534Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:03:23.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:23 smithi169 bash[14688]: cluster 2024-09-11T08:03:22.369107+0000 mgr.y (mgr.24871) 63 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:25.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:25 smithi133 bash[19346]: cluster 2024-09-11T08:03:24.369809+0000 mgr.y (mgr.24871) 64 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:25 smithi133 bash[15104]: cluster 2024-09-11T08:03:24.369809+0000 mgr.y (mgr.24871) 64 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:25.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:25 smithi169 bash[14688]: cluster 2024-09-11T08:03:24.369809+0000 mgr.y (mgr.24871) 64 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:27.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:27 smithi133 bash[15104]: cluster 2024-09-11T08:03:26.370518+0000 mgr.y (mgr.24871) 65 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:27.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:27 smithi133 bash[19346]: cluster 2024-09-11T08:03:26.370518+0000 mgr.y (mgr.24871) 65 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:27.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:27 smithi169 bash[14688]: cluster 2024-09-11T08:03:26.370518+0000 mgr.y (mgr.24871) 65 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:29.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:29 smithi169 bash[14688]: cluster 2024-09-11T08:03:28.372016+0000 mgr.y (mgr.24871) 66 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:29 smithi133 bash[15104]: cluster 2024-09-11T08:03:28.372016+0000 mgr.y (mgr.24871) 66 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:29.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:29 smithi133 bash[19346]: cluster 2024-09-11T08:03:28.372016+0000 mgr.y (mgr.24871) 66 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:31.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:31 smithi133 bash[15104]: cluster 2024-09-11T08:03:30.372754+0000 mgr.y (mgr.24871) 67 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:31.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:31 smithi133 bash[19346]: cluster 2024-09-11T08:03:30.372754+0000 mgr.y (mgr.24871) 67 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:31.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:31.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:31.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:31.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:31.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:31.645Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:03:31.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:31 smithi169 bash[14688]: cluster 2024-09-11T08:03:30.372754+0000 mgr.y (mgr.24871) 67 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:33.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:33 smithi133 bash[19346]: cluster 2024-09-11T08:03:32.374277+0000 mgr.y (mgr.24871) 68 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:33.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:33 smithi133 bash[15104]: cluster 2024-09-11T08:03:32.374277+0000 mgr.y (mgr.24871) 68 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:33.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:33.534Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:33.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:33.534Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:33.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:33 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:33.534Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:03:33.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:33 smithi169 bash[14688]: cluster 2024-09-11T08:03:32.374277+0000 mgr.y (mgr.24871) 68 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:35.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:35 smithi133 bash[19346]: cluster 2024-09-11T08:03:34.374996+0000 mgr.y (mgr.24871) 69 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:35.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:35 smithi133 bash[15104]: cluster 2024-09-11T08:03:34.374996+0000 mgr.y (mgr.24871) 69 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:35.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:35 smithi169 bash[14688]: cluster 2024-09-11T08:03:34.374996+0000 mgr.y (mgr.24871) 69 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:37.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:37 smithi133 bash[19346]: cluster 2024-09-11T08:03:36.375705+0000 mgr.y (mgr.24871) 70 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:37.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:37 smithi133 bash[15104]: cluster 2024-09-11T08:03:36.375705+0000 mgr.y (mgr.24871) 70 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:37.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:37 smithi169 bash[14688]: cluster 2024-09-11T08:03:36.375705+0000 mgr.y (mgr.24871) 70 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:39.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:39 smithi169 bash[14688]: cluster 2024-09-11T08:03:38.377235+0000 mgr.y (mgr.24871) 71 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:39.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:39 smithi133 bash[19346]: cluster 2024-09-11T08:03:38.377235+0000 mgr.y (mgr.24871) 71 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:39 smithi133 bash[15104]: cluster 2024-09-11T08:03:38.377235+0000 mgr.y (mgr.24871) 71 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:41.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:41 smithi133 bash[15104]: cluster 2024-09-11T08:03:40.377988+0000 mgr.y (mgr.24871) 72 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:41.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:41 smithi133 bash[19346]: cluster 2024-09-11T08:03:40.377988+0000 mgr.y (mgr.24871) 72 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:41.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:41.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:41.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:41.645Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:41.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:41.646Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:03:41.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:41 smithi169 bash[14688]: cluster 2024-09-11T08:03:40.377988+0000 mgr.y (mgr.24871) 72 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:43 smithi133 bash[19346]: cluster 2024-09-11T08:03:42.379487+0000 mgr.y (mgr.24871) 73 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:43.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:43 smithi133 bash[15104]: cluster 2024-09-11T08:03:42.379487+0000 mgr.y (mgr.24871) 73 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:43.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:43.535Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:43.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:43.535Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:43.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:43 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:43.535Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:03:43.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:43 smithi169 bash[14688]: cluster 2024-09-11T08:03:42.379487+0000 mgr.y (mgr.24871) 73 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:45.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:45 smithi169 bash[14688]: cluster 2024-09-11T08:03:44.380215+0000 mgr.y (mgr.24871) 74 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:45.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:45 smithi133 bash[19346]: cluster 2024-09-11T08:03:44.380215+0000 mgr.y (mgr.24871) 74 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:45.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:45 smithi133 bash[15104]: cluster 2024-09-11T08:03:44.380215+0000 mgr.y (mgr.24871) 74 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:46.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:46 smithi169 bash[14688]: audit 2024-09-11T08:03:46.157701+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:03:46.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:46 smithi169 bash[14688]: audit 2024-09-11T08:03:46.158316+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:03:46.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:46 smithi169 bash[14688]: audit 2024-09-11T08:03:46.158784+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:03:46.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:46 smithi133 bash[19346]: audit 2024-09-11T08:03:46.157701+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:03:46.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:46 smithi133 bash[19346]: audit 2024-09-11T08:03:46.158316+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:03:46.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:46 smithi133 bash[19346]: audit 2024-09-11T08:03:46.158784+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:03:46.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:46 smithi133 bash[15104]: audit 2024-09-11T08:03:46.157701+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:03:46.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:46 smithi133 bash[15104]: audit 2024-09-11T08:03:46.158316+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:03:46.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:46 smithi133 bash[15104]: audit 2024-09-11T08:03:46.158784+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:03:47.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:47 smithi169 bash[14688]: cluster 2024-09-11T08:03:46.380921+0000 mgr.y (mgr.24871) 75 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:47.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:47 smithi133 bash[15104]: cluster 2024-09-11T08:03:46.380921+0000 mgr.y (mgr.24871) 75 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:47.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:47 smithi133 bash[19346]: cluster 2024-09-11T08:03:46.380921+0000 mgr.y (mgr.24871) 75 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:49.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:49 smithi169 bash[14688]: cluster 2024-09-11T08:03:48.382426+0000 mgr.y (mgr.24871) 76 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:49.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:49 smithi133 bash[15104]: cluster 2024-09-11T08:03:48.382426+0000 mgr.y (mgr.24871) 76 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:49.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:49 smithi133 bash[19346]: cluster 2024-09-11T08:03:48.382426+0000 mgr.y (mgr.24871) 76 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:51.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:51 smithi133 bash[19346]: cluster 2024-09-11T08:03:50.383177+0000 mgr.y (mgr.24871) 77 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:51.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:51 smithi133 bash[15104]: cluster 2024-09-11T08:03:50.383177+0000 mgr.y (mgr.24871) 77 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:51.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:51.646Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:51.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:51.646Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:51.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:51.646Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:03:51.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:51 smithi169 bash[14688]: cluster 2024-09-11T08:03:50.383177+0000 mgr.y (mgr.24871) 77 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:53.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:53 smithi133 bash[15104]: cluster 2024-09-11T08:03:52.384789+0000 mgr.y (mgr.24871) 78 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:53.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:53 smithi133 bash[19346]: cluster 2024-09-11T08:03:52.384789+0000 mgr.y (mgr.24871) 78 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:53.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:53.535Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:03:53.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:53.535Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:03:53.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:03:53 smithi133 bash[32341]: level=error ts=2024-09-11T08:03:53.535Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:03:53.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:53 smithi169 bash[14688]: cluster 2024-09-11T08:03:52.384789+0000 mgr.y (mgr.24871) 78 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:55.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:55 smithi169 bash[14688]: cluster 2024-09-11T08:03:54.385547+0000 mgr.y (mgr.24871) 79 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:55.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:55 smithi133 bash[15104]: cluster 2024-09-11T08:03:54.385547+0000 mgr.y (mgr.24871) 79 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:55.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:55 smithi133 bash[19346]: cluster 2024-09-11T08:03:54.385547+0000 mgr.y (mgr.24871) 79 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:57.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:57 smithi169 bash[14688]: cluster 2024-09-11T08:03:56.386265+0000 mgr.y (mgr.24871) 80 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:57 smithi133 bash[15104]: cluster 2024-09-11T08:03:56.386265+0000 mgr.y (mgr.24871) 80 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:57.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:57 smithi133 bash[19346]: cluster 2024-09-11T08:03:56.386265+0000 mgr.y (mgr.24871) 80 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:59.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:03:59 smithi169 bash[14688]: cluster 2024-09-11T08:03:58.387764+0000 mgr.y (mgr.24871) 81 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:59.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:03:59 smithi133 bash[15104]: cluster 2024-09-11T08:03:58.387764+0000 mgr.y (mgr.24871) 81 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:03:59.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:03:59 smithi133 bash[19346]: cluster 2024-09-11T08:03:58.387764+0000 mgr.y (mgr.24871) 81 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:01.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:01 smithi133 bash[15104]: cluster 2024-09-11T08:04:00.388495+0000 mgr.y (mgr.24871) 82 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:01.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:01 smithi133 bash[19346]: cluster 2024-09-11T08:04:00.388495+0000 mgr.y (mgr.24871) 82 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:01.700 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:01.646Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:04:01.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:01.646Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:04:01.701 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:01.646Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:04:01.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:01 smithi169 bash[14688]: cluster 2024-09-11T08:04:00.388495+0000 mgr.y (mgr.24871) 82 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:03.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:03 smithi169 bash[14688]: cluster 2024-09-11T08:04:02.390021+0000 mgr.y (mgr.24871) 83 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:03 smithi133 bash[19346]: cluster 2024-09-11T08:04:02.390021+0000 mgr.y (mgr.24871) 83 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:03.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:03 smithi133 bash[15104]: cluster 2024-09-11T08:04:02.390021+0000 mgr.y (mgr.24871) 83 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:05.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:05 smithi169 bash[14688]: cluster 2024-09-11T08:04:04.390858+0000 mgr.y (mgr.24871) 84 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:05.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:05 smithi133 bash[15104]: cluster 2024-09-11T08:04:04.390858+0000 mgr.y (mgr.24871) 84 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:05 smithi133 bash[19346]: cluster 2024-09-11T08:04:04.390858+0000 mgr.y (mgr.24871) 84 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:07.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:07 smithi169 bash[14688]: cluster 2024-09-11T08:04:06.391617+0000 mgr.y (mgr.24871) 85 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:07.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:07 smithi169 bash[14688]: audit 2024-09-11T08:04:06.866153+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:07.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:07 smithi169 bash[14688]: audit 2024-09-11T08:04:06.867457+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:04:07.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:07 smithi169 bash[14688]: audit 2024-09-11T08:04:06.881325+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:04:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:07 smithi133 bash[15104]: cluster 2024-09-11T08:04:06.391617+0000 mgr.y (mgr.24871) 85 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:07 smithi133 bash[15104]: audit 2024-09-11T08:04:06.866153+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:07 smithi133 bash[15104]: audit 2024-09-11T08:04:06.867457+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:04:07.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:07 smithi133 bash[15104]: audit 2024-09-11T08:04:06.881325+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:04:07.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:07 smithi133 bash[19346]: cluster 2024-09-11T08:04:06.391617+0000 mgr.y (mgr.24871) 85 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:07.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:07 smithi133 bash[19346]: audit 2024-09-11T08:04:06.866153+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:07.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:07 smithi133 bash[19346]: audit 2024-09-11T08:04:06.867457+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:04:07.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:07 smithi133 bash[19346]: audit 2024-09-11T08:04:06.881325+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:04:08.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:08 smithi169 bash[14688]: cephadm 2024-09-11T08:04:06.868401+0000 mgr.y (mgr.24871) 86 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:04:08.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:08 smithi169 bash[14688]: cluster 2024-09-11T08:04:06.869345+0000 mgr.y (mgr.24871) 87 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:08.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:08 smithi169 bash[14688]: cluster 2024-09-11T08:04:06.869572+0000 mgr.y (mgr.24871) 88 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:08.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:08 smithi133 bash[15104]: cephadm 2024-09-11T08:04:06.868401+0000 mgr.y (mgr.24871) 86 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:04:08.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:08 smithi133 bash[15104]: cluster 2024-09-11T08:04:06.869345+0000 mgr.y (mgr.24871) 87 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:08.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:08 smithi133 bash[15104]: cluster 2024-09-11T08:04:06.869572+0000 mgr.y (mgr.24871) 88 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:08.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:08 smithi133 bash[19346]: cephadm 2024-09-11T08:04:06.868401+0000 mgr.y (mgr.24871) 86 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:04:08.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:08 smithi133 bash[19346]: cluster 2024-09-11T08:04:06.869345+0000 mgr.y (mgr.24871) 87 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:08.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:08 smithi133 bash[19346]: cluster 2024-09-11T08:04:06.869572+0000 mgr.y (mgr.24871) 88 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:10.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:10 smithi169 bash[14688]: cluster 2024-09-11T08:04:08.870180+0000 mgr.y (mgr.24871) 89 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:10.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:10 smithi133 bash[15104]: cluster 2024-09-11T08:04:08.870180+0000 mgr.y (mgr.24871) 89 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:10.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:10 smithi133 bash[19346]: cluster 2024-09-11T08:04:08.870180+0000 mgr.y (mgr.24871) 89 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:11.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:04:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:11.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:04:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:11.647Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:04:12.932 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:12 smithi169 bash[14688]: cluster 2024-09-11T08:04:10.870911+0000 mgr.y (mgr.24871) 90 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:12.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:12 smithi133 bash[15104]: cluster 2024-09-11T08:04:10.870911+0000 mgr.y (mgr.24871) 90 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:12.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:12 smithi133 bash[19346]: cluster 2024-09-11T08:04:10.870911+0000 mgr.y (mgr.24871) 90 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:14.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:14 smithi169 bash[14688]: cluster 2024-09-11T08:04:12.872392+0000 mgr.y (mgr.24871) 91 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:14 smithi133 bash[15104]: cluster 2024-09-11T08:04:12.872392+0000 mgr.y (mgr.24871) 91 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:14.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:14 smithi133 bash[19346]: cluster 2024-09-11T08:04:12.872392+0000 mgr.y (mgr.24871) 91 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:16.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:16 smithi169 bash[14688]: cluster 2024-09-11T08:04:14.873105+0000 mgr.y (mgr.24871) 92 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:16 smithi133 bash[15104]: cluster 2024-09-11T08:04:14.873105+0000 mgr.y (mgr.24871) 92 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:16.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:16 smithi133 bash[19346]: cluster 2024-09-11T08:04:14.873105+0000 mgr.y (mgr.24871) 92 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:18.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:18 smithi169 bash[14688]: cluster 2024-09-11T08:04:16.874304+0000 mgr.y (mgr.24871) 93 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:18.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:18 smithi133 bash[15104]: cluster 2024-09-11T08:04:16.874304+0000 mgr.y (mgr.24871) 93 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:18.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:18 smithi133 bash[19346]: cluster 2024-09-11T08:04:16.874304+0000 mgr.y (mgr.24871) 93 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:20.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:20 smithi169 bash[14688]: cluster 2024-09-11T08:04:18.875010+0000 mgr.y (mgr.24871) 94 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:20 smithi133 bash[15104]: cluster 2024-09-11T08:04:18.875010+0000 mgr.y (mgr.24871) 94 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:20.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:20 smithi133 bash[19346]: cluster 2024-09-11T08:04:18.875010+0000 mgr.y (mgr.24871) 94 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:21.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:04:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:21.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:04:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:21.647Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:04:22.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:22 smithi169 bash[14688]: cluster 2024-09-11T08:04:20.875751+0000 mgr.y (mgr.24871) 95 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:22 smithi133 bash[15104]: cluster 2024-09-11T08:04:20.875751+0000 mgr.y (mgr.24871) 95 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:22.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:22 smithi133 bash[19346]: cluster 2024-09-11T08:04:20.875751+0000 mgr.y (mgr.24871) 95 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:24.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:24 smithi169 bash[14688]: cluster 2024-09-11T08:04:22.877291+0000 mgr.y (mgr.24871) 96 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:24.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:24 smithi133 bash[15104]: cluster 2024-09-11T08:04:22.877291+0000 mgr.y (mgr.24871) 96 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:24.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:24 smithi133 bash[19346]: cluster 2024-09-11T08:04:22.877291+0000 mgr.y (mgr.24871) 96 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:26.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:26 smithi169 bash[14688]: cluster 2024-09-11T08:04:24.878002+0000 mgr.y (mgr.24871) 97 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:26.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:26 smithi133 bash[15104]: cluster 2024-09-11T08:04:24.878002+0000 mgr.y (mgr.24871) 97 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:26.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:26 smithi133 bash[19346]: cluster 2024-09-11T08:04:24.878002+0000 mgr.y (mgr.24871) 97 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:28.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:28 smithi169 bash[14688]: cluster 2024-09-11T08:04:26.879486+0000 mgr.y (mgr.24871) 98 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:28 smithi133 bash[15104]: cluster 2024-09-11T08:04:26.879486+0000 mgr.y (mgr.24871) 98 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:28 smithi133 bash[19346]: cluster 2024-09-11T08:04:26.879486+0000 mgr.y (mgr.24871) 98 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:30.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:30 smithi169 bash[14688]: cluster 2024-09-11T08:04:28.880181+0000 mgr.y (mgr.24871) 99 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:30.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:30 smithi133 bash[15104]: cluster 2024-09-11T08:04:28.880181+0000 mgr.y (mgr.24871) 99 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:30.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:30 smithi133 bash[19346]: cluster 2024-09-11T08:04:28.880181+0000 mgr.y (mgr.24871) 99 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:31.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:04:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:31.647Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:04:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:31.647Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:04:32.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:32 smithi169 bash[14688]: cluster 2024-09-11T08:04:30.880915+0000 mgr.y (mgr.24871) 100 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:32.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:32 smithi133 bash[15104]: cluster 2024-09-11T08:04:30.880915+0000 mgr.y (mgr.24871) 100 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:32.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:32 smithi133 bash[19346]: cluster 2024-09-11T08:04:30.880915+0000 mgr.y (mgr.24871) 100 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:34.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:34 smithi169 bash[14688]: cluster 2024-09-11T08:04:32.882391+0000 mgr.y (mgr.24871) 101 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:34.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:34 smithi133 bash[19346]: cluster 2024-09-11T08:04:32.882391+0000 mgr.y (mgr.24871) 101 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:34.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:34 smithi133 bash[15104]: cluster 2024-09-11T08:04:32.882391+0000 mgr.y (mgr.24871) 101 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:36.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:36 smithi169 bash[14688]: cluster 2024-09-11T08:04:34.883107+0000 mgr.y (mgr.24871) 102 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:36.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:36 smithi133 bash[19346]: cluster 2024-09-11T08:04:34.883107+0000 mgr.y (mgr.24871) 102 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:36.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:36 smithi133 bash[15104]: cluster 2024-09-11T08:04:34.883107+0000 mgr.y (mgr.24871) 102 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:38.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:38 smithi169 bash[14688]: cluster 2024-09-11T08:04:36.884625+0000 mgr.y (mgr.24871) 103 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:38.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:38 smithi133 bash[19346]: cluster 2024-09-11T08:04:36.884625+0000 mgr.y (mgr.24871) 103 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:38.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:38 smithi133 bash[15104]: cluster 2024-09-11T08:04:36.884625+0000 mgr.y (mgr.24871) 103 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:40.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:40 smithi169 bash[14688]: cluster 2024-09-11T08:04:38.885367+0000 mgr.y (mgr.24871) 104 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:40 smithi133 bash[19346]: cluster 2024-09-11T08:04:38.885367+0000 mgr.y (mgr.24871) 104 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:40.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:40 smithi133 bash[15104]: cluster 2024-09-11T08:04:38.885367+0000 mgr.y (mgr.24871) 104 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:41.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:04:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:41.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:04:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:41.648Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:04:42.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:42 smithi169 bash[14688]: cluster 2024-09-11T08:04:40.886082+0000 mgr.y (mgr.24871) 105 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:42.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:42 smithi133 bash[15104]: cluster 2024-09-11T08:04:40.886082+0000 mgr.y (mgr.24871) 105 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:42.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:42 smithi133 bash[19346]: cluster 2024-09-11T08:04:40.886082+0000 mgr.y (mgr.24871) 105 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:44.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:44 smithi133 bash[15104]: cluster 2024-09-11T08:04:42.887597+0000 mgr.y (mgr.24871) 106 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:44.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:44 smithi133 bash[19346]: cluster 2024-09-11T08:04:42.887597+0000 mgr.y (mgr.24871) 106 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:44.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:44 smithi169 bash[14688]: cluster 2024-09-11T08:04:42.887597+0000 mgr.y (mgr.24871) 106 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:45.036 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:04:46.659 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:46 smithi133 bash[15104]: cluster 2024-09-11T08:04:44.888312+0000 mgr.y (mgr.24871) 107 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:46.659 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:46 smithi133 bash[15104]: audit 2024-09-11T08:04:46.165494+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:04:46.659 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:46 smithi133 bash[15104]: audit 2024-09-11T08:04:46.166099+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:04:46.659 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:46 smithi133 bash[15104]: audit 2024-09-11T08:04:46.166556+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:04:46.659 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:46 smithi133 bash[19346]: cluster 2024-09-11T08:04:44.888312+0000 mgr.y (mgr.24871) 107 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:46.659 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:46 smithi133 bash[19346]: audit 2024-09-11T08:04:46.165494+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:04:46.659 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:46 smithi133 bash[19346]: audit 2024-09-11T08:04:46.166099+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:04:46.659 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:46 smithi133 bash[19346]: audit 2024-09-11T08:04:46.166556+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:04:46.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:46 smithi169 bash[14688]: cluster 2024-09-11T08:04:44.888312+0000 mgr.y (mgr.24871) 107 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:46.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:46 smithi169 bash[14688]: audit 2024-09-11T08:04:46.165494+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:04:46.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:46 smithi169 bash[14688]: audit 2024-09-11T08:04:46.166099+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:04:46.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:46 smithi169 bash[14688]: audit 2024-09-11T08:04:46.166556+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:04:48.686 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:04:48.687 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (17m) 2m ago 18m 15.5M - 0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T08:04:48.687 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (18m) 2m ago 18m 26.7M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T08:04:48.687 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 2m ago 19m - - 2024-09-11T08:04:48.687 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 running (12m) 2m ago 23m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 ce80e203df54 2024-09-11T08:04:48.687 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (5m) 2m ago 25m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:04:48.687 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (25m) 2m ago 25m 83.7M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:04:48.687 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (23m) 2m ago 23m 59.6M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:04:48.687 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (24m) 2m ago 24m 55.9M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (18m) 2m ago 18m 11.9M - 0.18.1 e5a616e4b9cf a3e335b83031 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (18m) 2m ago 18m 11.9M - 0.18.1 e5a616e4b9cf 42d15393d125 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (23m) 2m ago 23m 48.8M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (22m) 2m ago 22m 50.8M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (22m) 2m ago 22m 44.9M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (21m) 2m ago 21m 50.7M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (21m) 2m ago 21m 48.8M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (20m) 2m ago 21m 46.9M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (20m) 2m ago 20m 47.5M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (20m) 2m ago 20m 49.5M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:04:48.688 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (9m) 2m ago 19m 43.1M - 2.18.1 de242295e225 47801f54fbfb 2024-09-11T08:04:48.689 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (16m) 2m ago 16m 52.1M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:04:48.689 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (16m) 2m ago 16m 52.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:04:48.884 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:48 smithi133 bash[15104]: cluster 2024-09-11T08:04:46.889806+0000 mgr.y (mgr.24871) 108 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:48.885 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:48 smithi133 bash[19346]: cluster 2024-09-11T08:04:46.889806+0000 mgr.y (mgr.24871) 108 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:48.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:48 smithi169 bash[14688]: cluster 2024-09-11T08:04:46.889806+0000 mgr.y (mgr.24871) 108 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:49.487 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:04:49.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.653756+0000 mgr.y (mgr.24871) 109 : audit [DBG] from='client.25042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.657097+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.658046+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.659036+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.660012+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.660992+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.661998+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.667642+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.668696+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.669752+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.670613+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:49 smithi169 bash[14688]: audit 2024-09-11T08:04:48.671436+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.653756+0000 mgr.y (mgr.24871) 109 : audit [DBG] from='client.25042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:49.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.657097+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:04:49.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.658046+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.659036+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.660012+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.660992+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.661998+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.667642+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.668696+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.669752+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.670613+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[15104]: audit 2024-09-11T08:04:48.671436+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.653756+0000 mgr.y (mgr.24871) 109 : audit [DBG] from='client.25042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.657097+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:04:49.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.658046+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:04:49.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.659036+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.660012+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.660992+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.661998+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.667642+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:04:49.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.668696+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.669752+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.670613+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:49.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:49 smithi133 bash[19346]: audit 2024-09-11T08:04:48.671436+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:04:50.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:50 smithi169 bash[14688]: cluster 2024-09-11T08:04:48.890498+0000 mgr.y (mgr.24871) 110 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:50 smithi133 bash[15104]: cluster 2024-09-11T08:04:48.890498+0000 mgr.y (mgr.24871) 110 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:50 smithi133 bash[19346]: cluster 2024-09-11T08:04:48.890498+0000 mgr.y (mgr.24871) 110 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:51.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:04:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:51.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:04:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:04:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:04:51.648Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:04:52.922 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:52 smithi133 bash[15104]: cluster 2024-09-11T08:04:50.891207+0000 mgr.y (mgr.24871) 111 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:52.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:52 smithi133 bash[19346]: cluster 2024-09-11T08:04:50.891207+0000 mgr.y (mgr.24871) 111 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:52.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:52 smithi169 bash[14688]: cluster 2024-09-11T08:04:50.891207+0000 mgr.y (mgr.24871) 111 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:53.399 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:04:53.399 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:04:53.399 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:04:53.399 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:04:53.399 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:04:53.399 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:04:53.399 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:04:53.399 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:04:53.399 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:04:53.400 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:04:54.163 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:04:54.393 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:54 smithi133 bash[15104]: cluster 2024-09-11T08:04:52.892747+0000 mgr.y (mgr.24871) 112 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:54.393 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:54 smithi133 bash[15104]: audit 2024-09-11T08:04:53.396034+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.133:0/1155867309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:54.393 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:54 smithi133 bash[19346]: cluster 2024-09-11T08:04:52.892747+0000 mgr.y (mgr.24871) 112 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:54.393 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:54 smithi133 bash[19346]: audit 2024-09-11T08:04:53.396034+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.133:0/1155867309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:54.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:54 smithi169 bash[14688]: cluster 2024-09-11T08:04:52.892747+0000 mgr.y (mgr.24871) 112 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:54.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:54 smithi169 bash[14688]: audit 2024-09-11T08:04:53.396034+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.133:0/1155867309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:56.370 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:56 smithi133 bash[15104]: cluster 2024-09-11T08:04:54.893466+0000 mgr.y (mgr.24871) 113 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:56.370 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:56 smithi133 bash[19346]: cluster 2024-09-11T08:04:54.893466+0000 mgr.y (mgr.24871) 113 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:56.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:56 smithi169 bash[14688]: cluster 2024-09-11T08:04:54.893466+0000 mgr.y (mgr.24871) 113 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:57.876 INFO:teuthology.orchestra.run.smithi133.stdout: cluster: 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: id: d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: health: HEALTH_WARN 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: 1 failed cephadm daemon(s) 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: services: 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: mon: 3 daemons, quorum a,c,b (age 23m) 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: mgr: y(active, since 3m), standbys: x 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: osd: 8 osds: 8 up (since 20m), 8 in (since 20m) 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: rgw: 2 daemons active (r.z.smithi133.yujiqq, r.z.smithi169.iczyvx) 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: task status: 2024-09-11T08:04:57.877 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T08:04:57.878 INFO:teuthology.orchestra.run.smithi133.stdout: data: 2024-09-11T08:04:57.878 INFO:teuthology.orchestra.run.smithi133.stdout: pools: 6 pools, 132 pgs 2024-09-11T08:04:57.878 INFO:teuthology.orchestra.run.smithi133.stdout: objects: 205 objects, 584 KiB 2024-09-11T08:04:57.878 INFO:teuthology.orchestra.run.smithi133.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:57.878 INFO:teuthology.orchestra.run.smithi133.stdout: pgs: 132 active+clean 2024-09-11T08:04:57.878 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-11T08:04:58.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:58 smithi133 bash[15104]: cluster 2024-09-11T08:04:56.895045+0000 mgr.y (mgr.24871) 114 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:58.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:04:58 smithi133 bash[15104]: audit 2024-09-11T08:04:57.874207+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.133:0/3371364339' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:04:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:58 smithi133 bash[19346]: cluster 2024-09-11T08:04:56.895045+0000 mgr.y (mgr.24871) 114 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:58.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:04:58 smithi133 bash[19346]: audit 2024-09-11T08:04:57.874207+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.133:0/3371364339' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:04:58.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:58 smithi169 bash[14688]: cluster 2024-09-11T08:04:56.895045+0000 mgr.y (mgr.24871) 114 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:04:58.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:04:58 smithi169 bash[14688]: audit 2024-09-11T08:04:57.874207+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.133:0/3371364339' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:04:58.627 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-11T08:05:00.323 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:00 smithi133 bash[19346]: cluster 2024-09-11T08:04:58.895812+0000 mgr.y (mgr.24871) 115 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:00.323 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:00 smithi133 bash[15104]: cluster 2024-09-11T08:04:58.895812+0000 mgr.y (mgr.24871) 115 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:00.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:00 smithi169 bash[14688]: cluster 2024-09-11T08:04:58.895812+0000 mgr.y (mgr.24871) 115 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:01.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:05:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:01.648Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:05:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:01.649Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:05:02.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:02 smithi169 bash[14688]: cluster 2024-09-11T08:05:00.896570+0000 mgr.y (mgr.24871) 116 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:02.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:02 smithi133 bash[15104]: cluster 2024-09-11T08:05:00.896570+0000 mgr.y (mgr.24871) 116 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:02.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:02 smithi133 bash[19346]: cluster 2024-09-11T08:05:00.896570+0000 mgr.y (mgr.24871) 116 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:02.531 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:05:03.311 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr fail' 2024-09-11T08:05:03.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:03 smithi169 bash[14688]: audit 2024-09-11T08:05:02.509401+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.133:0/523680109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:03.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:03 smithi133 bash[15104]: audit 2024-09-11T08:05:02.509401+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.133:0/523680109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:03.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:03 smithi133 bash[19346]: audit 2024-09-11T08:05:02.509401+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.133:0/523680109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:04.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:04 smithi169 bash[14688]: cluster 2024-09-11T08:05:02.898044+0000 mgr.y (mgr.24871) 117 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:04.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:04 smithi133 bash[15104]: cluster 2024-09-11T08:05:02.898044+0000 mgr.y (mgr.24871) 117 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:04.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:04 smithi133 bash[19346]: cluster 2024-09-11T08:05:02.898044+0000 mgr.y (mgr.24871) 117 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:06.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:06 smithi169 bash[14688]: cluster 2024-09-11T08:05:04.898806+0000 mgr.y (mgr.24871) 118 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:06.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:06 smithi133 bash[15104]: cluster 2024-09-11T08:05:04.898806+0000 mgr.y (mgr.24871) 118 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:06 smithi133 bash[19346]: cluster 2024-09-11T08:05:04.898806+0000 mgr.y (mgr.24871) 118 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:08.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: cluster 2024-09-11T08:05:06.900210+0000 mgr.y (mgr.24871) 119 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:08.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: audit 2024-09-11T08:05:07.233028+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.133:0/2831422814' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:05:08.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: audit 2024-09-11T08:05:07.233543+0000 mon.a (mon.0) 935 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:05:08.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: cluster 2024-09-11T08:05:07.240279+0000 mon.a (mon.0) 936 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-11T08:05:08.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: audit 2024-09-11T08:05:07.371359+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:08.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: audit 2024-09-11T08:05:07.372812+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:08.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: cephadm 2024-09-11T08:05:07.374424+0000 mgr.y (mgr.24871) 120 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:05:08.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: cluster 2024-09-11T08:05:07.379010+0000 mgr.y (mgr.24871) 121 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:08.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: audit 2024-09-11T08:05:07.382324+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:05:08.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:08 smithi169 bash[14688]: cluster 2024-09-11T08:05:08.011851+0000 mon.a (mon.0) 940 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:05:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: cluster 2024-09-11T08:05:06.900210+0000 mgr.y (mgr.24871) 119 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: audit 2024-09-11T08:05:07.233028+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.133:0/2831422814' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:05:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: audit 2024-09-11T08:05:07.233543+0000 mon.a (mon.0) 935 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:05:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: cluster 2024-09-11T08:05:07.240279+0000 mon.a (mon.0) 936 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-11T08:05:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: audit 2024-09-11T08:05:07.371359+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: audit 2024-09-11T08:05:07.372812+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:08.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: cephadm 2024-09-11T08:05:07.374424+0000 mgr.y (mgr.24871) 120 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:05:08.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: cluster 2024-09-11T08:05:07.379010+0000 mgr.y (mgr.24871) 121 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:08.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: audit 2024-09-11T08:05:07.382324+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:05:08.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[19346]: cluster 2024-09-11T08:05:08.011851+0000 mon.a (mon.0) 940 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:05:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: cluster 2024-09-11T08:05:06.900210+0000 mgr.y (mgr.24871) 119 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: audit 2024-09-11T08:05:07.233028+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.133:0/2831422814' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:05:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: audit 2024-09-11T08:05:07.233543+0000 mon.a (mon.0) 935 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:05:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: cluster 2024-09-11T08:05:07.240279+0000 mon.a (mon.0) 936 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-11T08:05:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: audit 2024-09-11T08:05:07.371359+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:08.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: audit 2024-09-11T08:05:07.372812+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:08.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: cephadm 2024-09-11T08:05:07.374424+0000 mgr.y (mgr.24871) 120 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:05:08.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: cluster 2024-09-11T08:05:07.379010+0000 mgr.y (mgr.24871) 121 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:08.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: audit 2024-09-11T08:05:07.382324+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24871 172.21.15.133:0/593743133' entity='mgr.y' 2024-09-11T08:05:08.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[15104]: cluster 2024-09-11T08:05:08.011851+0000 mon.a (mon.0) 940 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:05:08.452 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[40980]: debug 2024-09-11T08:05:08.142+0000 7efec7ca6640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:05:08.452 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[40980]: ignoring --setuser ceph since I am not root 2024-09-11T08:05:08.452 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[40980]: ignoring --setgroup ceph since I am not root 2024-09-11T08:05:08.452 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[40980]: debug 2024-09-11T08:05:08.190+0000 7f08deb5e640 1 -- 172.21.15.133:0/2747855257 <== mon.0 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559108436340 con 0x559108443000 2024-09-11T08:05:08.452 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:08 smithi133 bash[40980]: debug 2024-09-11T08:05:08.318+0000 7f08e13b8ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:05:08.941 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:05:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[19346]: audit 2024-09-11T08:05:08.143597+0000 mon.a (mon.0) 941 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:05:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[19346]: cluster 2024-09-11T08:05:08.143711+0000 mon.a (mon.0) 942 : cluster [DBG] mgrmap e27: x(active, starting, since 0.909214s), standbys: y 2024-09-11T08:05:09.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[15104]: audit 2024-09-11T08:05:08.143597+0000 mon.a (mon.0) 941 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:05:09.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[15104]: cluster 2024-09-11T08:05:08.143711+0000 mon.a (mon.0) 942 : cluster [DBG] mgrmap e27: x(active, starting, since 0.909214s), standbys: y 2024-09-11T08:05:09.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[40980]: debug 2024-09-11T08:05:09.082+0000 7f08e13b8ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:05:09.201 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[40980]: debug 2024-09-11T08:05:09.150+0000 7f08e13b8ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:05:09.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:09 smithi169 bash[14688]: audit 2024-09-11T08:05:08.143597+0000 mon.a (mon.0) 941 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:05:09.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:09 smithi169 bash[14688]: cluster 2024-09-11T08:05:08.143711+0000 mon.a (mon.0) 942 : cluster [DBG] mgrmap e27: x(active, starting, since 0.909214s), standbys: y 2024-09-11T08:05:09.624 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[40980]: debug 2024-09-11T08:05:09.218+0000 7f08e13b8ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:05:09.624 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[40980]: debug 2024-09-11T08:05:09.366+0000 7f08e13b8ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:05:09.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[40980]: debug 2024-09-11T08:05:09.618+0000 7f08e13b8ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:05:09.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[40980]: debug 2024-09-11T08:05:09.682+0000 7f08e13b8ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:05:09.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:09 smithi133 bash[40980]: debug 2024-09-11T08:05:09.814+0000 7f08e13b8ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:05:10.903 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:10 smithi133 bash[40980]: debug 2024-09-11T08:05:10.470+0000 7f08e13b8ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:05:10.903 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:10 smithi133 bash[40980]: debug 2024-09-11T08:05:10.542+0000 7f08e13b8ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:05:10.903 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:10 smithi133 bash[40980]: debug 2024-09-11T08:05:10.614+0000 7f08e13b8ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:05:11.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:10 smithi133 bash[40980]: debug 2024-09-11T08:05:10.898+0000 7f08e13b8ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:05:11.200 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:11 smithi133 bash[40980]: debug 2024-09-11T08:05:11.038+0000 7f08e13b8ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:05:11.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:11 smithi133 bash[40980]: debug 2024-09-11T08:05:11.354+0000 7f08e13b8ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:05:11.651 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:11 smithi133 bash[40980]: debug 2024-09-11T08:05:11.574+0000 7f08e13b8ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:05:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:11.649Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:05:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:11.649Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.133:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-11T08:05:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:11.649Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: dial tcp 172.21.15.133:8443: connect: connection refused; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:05:12.296 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:12 smithi133 bash[40980]: debug 2024-09-11T08:05:11.998+0000 7f08e13b8ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:05:12.296 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:12 smithi133 bash[40980]: debug 2024-09-11T08:05:12.062+0000 7f08e13b8ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:05:12.296 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:12 smithi133 bash[40980]: debug 2024-09-11T08:05:12.126+0000 7f08e13b8ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:05:12.296 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:12 smithi133 bash[40980]: debug 2024-09-11T08:05:12.222+0000 7f08e13b8ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:05:12.296 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:12 smithi133 bash[40980]: debug 2024-09-11T08:05:12.290+0000 7f08e13b8ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:05:12.603 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:12 smithi133 bash[40980]: debug 2024-09-11T08:05:12.370+0000 7f08e13b8ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:05:12.603 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:12 smithi133 bash[40980]: debug 2024-09-11T08:05:12.522+0000 7f08e13b8ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:05:12.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:12 smithi133 bash[40980]: debug 2024-09-11T08:05:12.598+0000 7f08e13b8ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:05:13.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:05:13 smithi133 bash[40980]: debug 2024-09-11T08:05:13.554+0000 7f08e13b8ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:05:14.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:14 smithi169 bash[14688]: cluster 2024-09-11T08:05:13.578631+0000 mon.a (mon.0) 943 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:05:14.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:14 smithi169 bash[14688]: cluster 2024-09-11T08:05:13.578927+0000 mon.a (mon.0) 944 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:05:14.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:14 smithi169 bash[14688]: audit 2024-09-11T08:05:13.581821+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:05:14.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:14 smithi169 bash[14688]: audit 2024-09-11T08:05:13.582568+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:05:14.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:14 smithi169 bash[14688]: audit 2024-09-11T08:05:13.584362+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:05:14.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:14 smithi169 bash[14688]: audit 2024-09-11T08:05:13.585118+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:05:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[15104]: cluster 2024-09-11T08:05:13.578631+0000 mon.a (mon.0) 943 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:05:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[15104]: cluster 2024-09-11T08:05:13.578927+0000 mon.a (mon.0) 944 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:05:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[15104]: audit 2024-09-11T08:05:13.581821+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:05:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[15104]: audit 2024-09-11T08:05:13.582568+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:05:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[15104]: audit 2024-09-11T08:05:13.584362+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:05:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[15104]: audit 2024-09-11T08:05:13.585118+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:05:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[19346]: cluster 2024-09-11T08:05:13.578631+0000 mon.a (mon.0) 943 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:05:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[19346]: cluster 2024-09-11T08:05:13.578927+0000 mon.a (mon.0) 944 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:05:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[19346]: audit 2024-09-11T08:05:13.581821+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:05:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[19346]: audit 2024-09-11T08:05:13.582568+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:05:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[19346]: audit 2024-09-11T08:05:13.584362+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:05:14.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:14 smithi133 bash[19346]: audit 2024-09-11T08:05:13.585118+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:05:15.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: cluster 2024-09-11T08:05:14.098145+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e28: x(active, starting, since 6s), standbys: y 2024-09-11T08:05:15.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.098730+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:05:15.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.099388+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:05:15.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.148469+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:05:15.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.148940+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:05:15.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.149763+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.154102+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.154824+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.155402+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.155892+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.156311+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.156757+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.157257+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.157763+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.159372+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.159712+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.160576+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:05:15.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.162077+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:05:15.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.163800+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:05:15.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.164395+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:05:15.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.164889+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:05:15.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.165487+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:05:15.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.166011+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:05:15.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.166487+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:05:15.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.166964+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:05:15.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.167515+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.168025+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.168506+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.169019+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.169527+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.170001+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.170417+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.170874+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.171402+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.171856+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.172291+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.172742+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.173269+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:05:15.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.173765+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.174206+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.174655+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.175130+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.175577+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.176019+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.176473+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.176916+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.177432+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.177886+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.178335+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.178781+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.179248+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: cluster 2024-09-11T08:05:14.354331+0000 mon.a (mon.0) 950 : cluster [INF] Manager daemon x is now available 2024-09-11T08:05:15.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.432036+0000 mon.b (mon.2) 269 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:05:15.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.437963+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:05:15.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.450582+0000 mon.b (mon.2) 270 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:05:15.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.456635+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:05:15.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.771784+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:15.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[14688]: audit 2024-09-11T08:05:14.779660+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: cluster 2024-09-11T08:05:14.098145+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e28: x(active, starting, since 6s), standbys: y 2024-09-11T08:05:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.098730+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:05:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.099388+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.148469+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.148940+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.149763+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.154102+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.154824+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.155402+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.155892+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.156311+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.156757+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.157257+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.157763+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.159372+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.159712+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:05:15.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.160576+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.162077+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: cluster 2024-09-11T08:05:14.098145+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e28: x(active, starting, since 6s), standbys: y 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.098730+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.099388+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.? 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.148469+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.148940+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.149763+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.154102+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.154824+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:05:15.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.155402+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.155892+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.156311+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.156757+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.157257+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.157763+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.159372+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.159712+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.160576+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.162077+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.163800+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:05:15.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.164395+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.164889+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.165487+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.166011+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.166487+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.166964+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.167515+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.168025+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.168506+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.169019+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.169527+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.170001+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.170417+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.170874+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:05:15.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.171402+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.163800+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.164395+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.164889+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.165487+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.166011+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.166487+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.166964+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.167515+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.168025+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.168506+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:05:15.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.169019+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.169527+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.170001+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.170417+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.170874+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.171402+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.171856+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.172291+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.172742+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.173269+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.173765+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:05:15.456 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.174206+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.174655+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.175130+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.175577+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.176019+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.176473+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.176916+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.177432+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.177886+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.178335+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.178781+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:05:15.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.179248+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.171856+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.172291+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.172742+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.173269+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.173765+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.174206+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.174655+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.175130+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.175577+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.176019+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.176473+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.176916+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:05:15.458 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.177432+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.177886+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.178335+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.178781+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.179248+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: cluster 2024-09-11T08:05:14.354331+0000 mon.a (mon.0) 950 : cluster [INF] Manager daemon x is now available 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.432036+0000 mon.b (mon.2) 269 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.437963+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.450582+0000 mon.b (mon.2) 270 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.456635+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.771784+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:15.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[15104]: audit 2024-09-11T08:05:14.779660+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:15.460 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: cluster 2024-09-11T08:05:14.354331+0000 mon.a (mon.0) 950 : cluster [INF] Manager daemon x is now available 2024-09-11T08:05:15.460 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.432036+0000 mon.b (mon.2) 269 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:05:15.460 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.437963+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:05:15.460 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.450582+0000 mon.b (mon.2) 270 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:05:15.460 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.456635+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:05:15.460 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.771784+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:15.460 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:15 smithi133 bash[19346]: audit 2024-09-11T08:05:14.779660+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:15.930 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: debug 2024-09-11T08:05:15.574+0000 7fb015b6a640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:05:15] ENGINE Error in HTTPServer.serve 2024-09-11T08:05:15.930 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: Traceback (most recent call last): 2024-09-11T08:05:15.930 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: self._connections.run(self.expiration_interval) 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: self._run(expiration_interval) 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: s = self.context.wrap_socket( 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: return self.sslsocket_class._create( 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:05:15.931 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: self.do_handshake() 2024-09-11T08:05:15.932 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:05:15.932 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: self._sslobj.do_handshake() 2024-09-11T08:05:15.932 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:05:15 smithi169 bash[27590]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:05:16.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:16 smithi169 bash[14688]: cluster 2024-09-11T08:05:15.119771+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-11T08:05:16.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:16 smithi169 bash[14688]: audit 2024-09-11T08:05:15.594668+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:16.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:16 smithi133 bash[15104]: cluster 2024-09-11T08:05:15.119771+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-11T08:05:16.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:16 smithi133 bash[15104]: audit 2024-09-11T08:05:15.594668+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:16.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:16 smithi133 bash[19346]: cluster 2024-09-11T08:05:15.119771+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-11T08:05:16.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:16 smithi133 bash[19346]: audit 2024-09-11T08:05:15.594668+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:17.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: cephadm 2024-09-11T08:05:15.450398+0000 mgr.x (mgr.34862) 2 : cephadm [INF] [11/Sep/2024:08:05:15] ENGINE Bus STARTING 2024-09-11T08:05:17.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: cephadm 2024-09-11T08:05:15.577078+0000 mgr.x (mgr.34862) 3 : cephadm [INF] [11/Sep/2024:08:05:15] ENGINE Serving on https://172.21.15.169:7150 2024-09-11T08:05:17.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: cephadm 2024-09-11T08:05:15.577395+0000 mgr.x (mgr.34862) 4 : cephadm [INF] [11/Sep/2024:08:05:15] ENGINE Bus STARTED 2024-09-11T08:05:17.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: cephadm 2024-09-11T08:05:15.581080+0000 mgr.x (mgr.34862) 5 : cephadm [ERR] [11/Sep/2024:08:05:15] ENGINE Error in HTTPServer.serve 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: Traceback (most recent call last): 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: self._connections.run(self.expiration_interval) 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: self._run(expiration_interval) 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: s = self.context.wrap_socket( 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: return self.sslsocket_class._create( 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:05:17.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: self.do_handshake() 2024-09-11T08:05:17.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:05:17.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: self._sslobj.do_handshake() 2024-09-11T08:05:17.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:05:17.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: cluster 2024-09-11T08:05:16.112808+0000 mon.a (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:05:17.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:17 smithi169 bash[14688]: cluster 2024-09-11T08:05:16.112874+0000 mon.a (mon.0) 956 : cluster [INF] Cluster is now healthy 2024-09-11T08:05:17.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: cephadm 2024-09-11T08:05:15.450398+0000 mgr.x (mgr.34862) 2 : cephadm [INF] [11/Sep/2024:08:05:15] ENGINE Bus STARTING 2024-09-11T08:05:17.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: cephadm 2024-09-11T08:05:15.577078+0000 mgr.x (mgr.34862) 3 : cephadm [INF] [11/Sep/2024:08:05:15] ENGINE Serving on https://172.21.15.169:7150 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: cephadm 2024-09-11T08:05:15.577395+0000 mgr.x (mgr.34862) 4 : cephadm [INF] [11/Sep/2024:08:05:15] ENGINE Bus STARTED 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: cephadm 2024-09-11T08:05:15.581080+0000 mgr.x (mgr.34862) 5 : cephadm [ERR] [11/Sep/2024:08:05:15] ENGINE Error in HTTPServer.serve 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: Traceback (most recent call last): 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: self._connections.run(self.expiration_interval) 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: self._run(expiration_interval) 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: s = self.context.wrap_socket( 2024-09-11T08:05:17.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: return self.sslsocket_class._create( 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: self.do_handshake() 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: self._sslobj.do_handshake() 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: cluster 2024-09-11T08:05:16.112808+0000 mon.a (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[15104]: cluster 2024-09-11T08:05:16.112874+0000 mon.a (mon.0) 956 : cluster [INF] Cluster is now healthy 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: cephadm 2024-09-11T08:05:15.450398+0000 mgr.x (mgr.34862) 2 : cephadm [INF] [11/Sep/2024:08:05:15] ENGINE Bus STARTING 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: cephadm 2024-09-11T08:05:15.577078+0000 mgr.x (mgr.34862) 3 : cephadm [INF] [11/Sep/2024:08:05:15] ENGINE Serving on https://172.21.15.169:7150 2024-09-11T08:05:17.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: cephadm 2024-09-11T08:05:15.577395+0000 mgr.x (mgr.34862) 4 : cephadm [INF] [11/Sep/2024:08:05:15] ENGINE Bus STARTED 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: cephadm 2024-09-11T08:05:15.581080+0000 mgr.x (mgr.34862) 5 : cephadm [ERR] [11/Sep/2024:08:05:15] ENGINE Error in HTTPServer.serve 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: Traceback (most recent call last): 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: self._connections.run(self.expiration_interval) 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: self._run(expiration_interval) 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: s = self.context.wrap_socket( 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:05:17.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: return self.sslsocket_class._create( 2024-09-11T08:05:17.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:05:17.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: self.do_handshake() 2024-09-11T08:05:17.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:05:17.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: self._sslobj.do_handshake() 2024-09-11T08:05:17.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:05:17.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: cluster 2024-09-11T08:05:16.112808+0000 mon.a (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:05:17.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:17 smithi133 bash[19346]: cluster 2024-09-11T08:05:16.112874+0000 mon.a (mon.0) 956 : cluster [INF] Cluster is now healthy 2024-09-11T08:05:18.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:18 smithi169 bash[14688]: cluster 2024-09-11T08:05:16.159693+0000 mgr.x (mgr.34862) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:18.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:18 smithi169 bash[14688]: cluster 2024-09-11T08:05:17.148736+0000 mon.a (mon.0) 957 : cluster [DBG] mgrmap e30: x(active, since 9s), standbys: y 2024-09-11T08:05:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:18 smithi133 bash[15104]: cluster 2024-09-11T08:05:16.159693+0000 mgr.x (mgr.34862) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:18 smithi133 bash[15104]: cluster 2024-09-11T08:05:17.148736+0000 mon.a (mon.0) 957 : cluster [DBG] mgrmap e30: x(active, since 9s), standbys: y 2024-09-11T08:05:18.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:18 smithi133 bash[19346]: cluster 2024-09-11T08:05:16.159693+0000 mgr.x (mgr.34862) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:18.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:18 smithi133 bash[19346]: cluster 2024-09-11T08:05:17.148736+0000 mon.a (mon.0) 957 : cluster [DBG] mgrmap e30: x(active, since 9s), standbys: y 2024-09-11T08:05:19.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:19 smithi169 bash[14688]: cluster 2024-09-11T08:05:18.160412+0000 mgr.x (mgr.34862) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:19 smithi133 bash[15104]: cluster 2024-09-11T08:05:18.160412+0000 mgr.x (mgr.34862) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:19.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:19 smithi133 bash[19346]: cluster 2024-09-11T08:05:18.160412+0000 mgr.x (mgr.34862) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:21.653 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[19346]: cluster 2024-09-11T08:05:20.161418+0000 mgr.x (mgr.34862) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-11T08:05:21.653 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[19346]: audit 2024-09-11T08:05:21.045107+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:21.653 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[19346]: audit 2024-09-11T08:05:21.058519+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:21.653 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[19346]: audit 2024-09-11T08:05:21.067366+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:21.653 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[15104]: cluster 2024-09-11T08:05:20.161418+0000 mgr.x (mgr.34862) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-11T08:05:21.653 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[15104]: audit 2024-09-11T08:05:21.045107+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:21.653 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[15104]: audit 2024-09-11T08:05:21.058519+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:21.653 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[15104]: audit 2024-09-11T08:05:21.067366+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:21.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:21 smithi169 bash[14688]: cluster 2024-09-11T08:05:20.161418+0000 mgr.x (mgr.34862) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-11T08:05:21.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:21 smithi169 bash[14688]: audit 2024-09-11T08:05:21.045107+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:21.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:21 smithi169 bash[14688]: audit 2024-09-11T08:05:21.058519+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:21.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:21 smithi169 bash[14688]: audit 2024-09-11T08:05:21.067366+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:21.649Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:05:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:21.649Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:05:21.951 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:21.649Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:05:22.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.266492+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:22.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.278840+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.288444+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.446271+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:22.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.669731+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:22.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.675388+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:22.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.687823+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.697080+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.697672+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.698132+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.698198+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.698684+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.699202+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.699653+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.700368+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.700947+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.701534+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.890691+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:22.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.903546+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.913004+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.913756+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.914505+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.915216+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.915679+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.915919+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.916615+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.917313+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.917970+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.918747+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.919800+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:22.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.921434+0000 mon.b (mon.2) 298 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:22.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: cephadm 2024-09-11T08:05:21.922773+0000 mgr.x (mgr.34862) 9 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:05:22.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: cluster 2024-09-11T08:05:21.923982+0000 mgr.x (mgr.34862) 10 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:05:22.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.937175+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: cephadm 2024-09-11T08:05:21.988072+0000 mgr.x (mgr.34862) 11 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T08:05:22.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.988854+0000 mon.b (mon.2) 299 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:05:22.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:21.994740+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:05:22.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:22.002010+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:22.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: cephadm 2024-09-11T08:05:22.003433+0000 mgr.x (mgr.34862) 12 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T08:05:22.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:22 smithi169 bash[14688]: audit 2024-09-11T08:05:22.004049+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:05:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.266492+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.278840+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.288444+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.446271+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.669731+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.675388+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.687823+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.697080+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.697672+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.698132+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.698198+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.698684+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.699202+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.699653+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.700368+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.700947+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.701534+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.266492+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:22.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.278840+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.288444+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.446271+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:22.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.669731+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:22.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.675388+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:22.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.687823+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.697080+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.697672+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.698132+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.698198+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.698684+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.699202+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.699653+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.700368+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.700947+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.701534+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.890691+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.903546+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.913004+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.913756+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.914505+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.915216+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.915679+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.915919+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.916615+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.917313+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.917970+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.918747+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.919800+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:22.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.921434+0000 mon.b (mon.2) 298 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:22.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: cephadm 2024-09-11T08:05:21.922773+0000 mgr.x (mgr.34862) 9 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:05:22.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: cluster 2024-09-11T08:05:21.923982+0000 mgr.x (mgr.34862) 10 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:05:22.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.937175+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: cephadm 2024-09-11T08:05:21.988072+0000 mgr.x (mgr.34862) 11 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T08:05:22.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.890691+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:22.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.903546+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.913004+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.913756+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.914505+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.915216+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.915679+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.915919+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.916615+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.917313+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.917970+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.918747+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.919800+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.921434+0000 mon.b (mon.2) 298 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:22.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: cephadm 2024-09-11T08:05:21.922773+0000 mgr.x (mgr.34862) 9 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:05:22.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: cluster 2024-09-11T08:05:21.923982+0000 mgr.x (mgr.34862) 10 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:05:22.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.937175+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:22.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: cephadm 2024-09-11T08:05:21.988072+0000 mgr.x (mgr.34862) 11 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T08:05:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.988854+0000 mon.b (mon.2) 299 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:05:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:21.994740+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:05:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:22.002010+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: cephadm 2024-09-11T08:05:22.003433+0000 mgr.x (mgr.34862) 12 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T08:05:22.712 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[15104]: audit 2024-09-11T08:05:22.004049+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:05:22.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.988854+0000 mon.b (mon.2) 299 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:05:22.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:21.994740+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:05:22.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:22.002010+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:22.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: cephadm 2024-09-11T08:05:22.003433+0000 mgr.x (mgr.34862) 12 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T08:05:22.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:22 smithi133 bash[19346]: audit 2024-09-11T08:05:22.004049+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:05:23.611 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:23 smithi169 bash[14688]: cluster 2024-09-11T08:05:22.912738+0000 mon.a (mon.0) 968 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:05:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:23 smithi133 bash[15104]: cluster 2024-09-11T08:05:22.912738+0000 mon.a (mon.0) 968 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:05:23.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:23 smithi133 bash[19346]: cluster 2024-09-11T08:05:22.912738+0000 mon.a (mon.0) 968 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:05:24.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:24 smithi169 bash[14688]: cluster 2024-09-11T08:05:23.924743+0000 mgr.x (mgr.34862) 13 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:05:24.680 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:24 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:05:24.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:24 smithi133 bash[15104]: cluster 2024-09-11T08:05:23.924743+0000 mgr.x (mgr.34862) 13 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:05:24.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:24 smithi133 bash[19346]: cluster 2024-09-11T08:05:23.924743+0000 mgr.x (mgr.34862) 13 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:05:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:25 smithi169 bash[14688]: audit 2024-09-11T08:05:24.266143+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:25 smithi169 bash[14688]: audit 2024-09-11T08:05:24.278655+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:25 smithi169 bash[14688]: audit 2024-09-11T08:05:24.288816+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:25 smithi169 bash[14688]: audit 2024-09-11T08:05:24.295788+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:05:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:25 smithi169 bash[14688]: audit 2024-09-11T08:05:24.297008+0000 mgr.x (mgr.34862) 14 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:05:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:25 smithi169 bash[14688]: audit 2024-09-11T08:05:24.302462+0000 mon.b (mon.2) 304 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:05:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:25 smithi169 bash[14688]: audit 2024-09-11T08:05:24.303006+0000 mgr.x (mgr.34862) 15 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:05:25.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:25 smithi169 bash[14688]: audit 2024-09-11T08:05:24.307492+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[15104]: audit 2024-09-11T08:05:24.266143+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[15104]: audit 2024-09-11T08:05:24.278655+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[15104]: audit 2024-09-11T08:05:24.288816+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:25.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[15104]: audit 2024-09-11T08:05:24.295788+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[15104]: audit 2024-09-11T08:05:24.297008+0000 mgr.x (mgr.34862) 14 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[15104]: audit 2024-09-11T08:05:24.302462+0000 mon.b (mon.2) 304 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[15104]: audit 2024-09-11T08:05:24.303006+0000 mgr.x (mgr.34862) 15 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[15104]: audit 2024-09-11T08:05:24.307492+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[19346]: audit 2024-09-11T08:05:24.266143+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[19346]: audit 2024-09-11T08:05:24.278655+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[19346]: audit 2024-09-11T08:05:24.288816+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[19346]: audit 2024-09-11T08:05:24.295788+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[19346]: audit 2024-09-11T08:05:24.297008+0000 mgr.x (mgr.34862) 14 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[19346]: audit 2024-09-11T08:05:24.302462+0000 mon.b (mon.2) 304 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[19346]: audit 2024-09-11T08:05:24.303006+0000 mgr.x (mgr.34862) 15 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:05:25.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:25 smithi133 bash[19346]: audit 2024-09-11T08:05:24.307492+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:05:26.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:25 smithi169 bash[35808]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:05:26.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[14688]: cluster 2024-09-11T08:05:25.926273+0000 mgr.x (mgr.34862) 16 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:05:26.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:26 smithi133 bash[15104]: cluster 2024-09-11T08:05:25.926273+0000 mgr.x (mgr.34862) 16 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:05:26.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:26 smithi133 bash[19346]: cluster 2024-09-11T08:05:25.926273+0000 mgr.x (mgr.34862) 16 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:05:27.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: --- Logging error --- 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.send(msg) 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.connect(address) 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:27.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self._connect_unixsocket(self.address) 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.connect(address) 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Call stack: 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self._bootstrap_inner() 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.run() 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: logger.info("Started the configuration object watcher") 2024-09-11T08:05:27.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Message: 'Started the configuration object watcher' 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Arguments: () 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: --- Logging error --- 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.send(msg) 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.connect(address) 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:27.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self._connect_unixsocket(self.address) 2024-09-11T08:05:27.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:27.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.connect(address) 2024-09-11T08:05:27.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:27.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Call stack: 2024-09-11T08:05:27.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:05:27.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: main() 2024-09-11T08:05:27.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Arguments: () 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: --- Logging error --- 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.send(msg) 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:27.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.connect(address) 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self._connect_unixsocket(self.address) 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.connect(address) 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Call stack: 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self._bootstrap_inner() 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.run() 2024-09-11T08:05:27.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.interval)) 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Arguments: () 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: --- Logging error --- 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.send(msg) 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.connect(address) 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:27.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self._connect_unixsocket(self.address) 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: self.socket.connect(address) 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Call stack: 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: main() 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:05:27.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: "{}".format(blacklisted_ip)) 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6833/3461032069' 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Arguments: () 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: Traceback (most recent call last): 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: main() 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: **kwargs).stdout 2024-09-11T08:05:27.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:05:27.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: output=stdout, stderr=stderr) 2024-09-11T08:05:27.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:26 smithi169 bash[35825]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6833/3461032069' returned non-zero exit status 13. 2024-09-11T08:05:27.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:27 smithi169 bash[14688]: audit 2024-09-11T08:05:26.459150+0000 mon.b (mon.2) 306 : audit [DBG] from='client.? 172.21.15.169:0/2930469066' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:05:27.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:27 smithi169 bash[14688]: audit 2024-09-11T08:05:26.812977+0000 mon.b (mon.2) 307 : audit [INF] from='client.? 172.21.15.169:0/3869942385' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:05:27.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:27 smithi133 bash[15104]: audit 2024-09-11T08:05:26.459150+0000 mon.b (mon.2) 306 : audit [DBG] from='client.? 172.21.15.169:0/2930469066' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:05:27.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:27 smithi133 bash[15104]: audit 2024-09-11T08:05:26.812977+0000 mon.b (mon.2) 307 : audit [INF] from='client.? 172.21.15.169:0/3869942385' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:05:27.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:27 smithi133 bash[19346]: audit 2024-09-11T08:05:26.459150+0000 mon.b (mon.2) 306 : audit [DBG] from='client.? 172.21.15.169:0/2930469066' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:05:27.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:27 smithi133 bash[19346]: audit 2024-09-11T08:05:26.812977+0000 mon.b (mon.2) 307 : audit [INF] from='client.? 172.21.15.169:0/3869942385' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:05:27.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:27 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:05:27.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:27 smithi169 bash[35808]: (process:1): GLib-GObject-CRITICAL **: 08:05:27.653: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:05:28.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:28 smithi169 bash[36075]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:05:28.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:28 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:05:29.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:29 smithi169 bash[14688]: cluster 2024-09-11T08:05:27.927022+0000 mgr.x (mgr.34862) 17 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:05:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:29 smithi133 bash[15104]: cluster 2024-09-11T08:05:27.927022+0000 mgr.x (mgr.34862) 17 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:05:29.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:29 smithi133 bash[19346]: cluster 2024-09-11T08:05:27.927022+0000 mgr.x (mgr.34862) 17 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:05:31.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:31 smithi169 bash[14688]: cluster 2024-09-11T08:05:29.927814+0000 mgr.x (mgr.34862) 18 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:05:31.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:31 smithi133 bash[15104]: cluster 2024-09-11T08:05:29.927814+0000 mgr.x (mgr.34862) 18 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:05:31.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:31 smithi133 bash[19346]: cluster 2024-09-11T08:05:29.927814+0000 mgr.x (mgr.34862) 18 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:05:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:31.649Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:05:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:31.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:05:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:31.650Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:05:32.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:32 smithi169 bash[14688]: audit 2024-09-11T08:05:31.744291+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:32.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:32 smithi169 bash[14688]: audit 2024-09-11T08:05:31.758087+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:32.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:32 smithi169 bash[14688]: audit 2024-09-11T08:05:31.768852+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:32.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:32 smithi169 bash[14688]: audit 2024-09-11T08:05:31.770598+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:32.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:32 smithi169 bash[14688]: audit 2024-09-11T08:05:31.770755+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:32.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:32 smithi169 bash[14688]: audit 2024-09-11T08:05:31.789839+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[15104]: audit 2024-09-11T08:05:31.744291+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[15104]: audit 2024-09-11T08:05:31.758087+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[15104]: audit 2024-09-11T08:05:31.768852+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[15104]: audit 2024-09-11T08:05:31.770598+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[15104]: audit 2024-09-11T08:05:31.770755+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[15104]: audit 2024-09-11T08:05:31.789839+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[19346]: audit 2024-09-11T08:05:31.744291+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:05:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[19346]: audit 2024-09-11T08:05:31.758087+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[19346]: audit 2024-09-11T08:05:31.768852+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[19346]: audit 2024-09-11T08:05:31.770598+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[19346]: audit 2024-09-11T08:05:31.770755+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:32 smithi133 bash[19346]: audit 2024-09-11T08:05:31.789839+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:05:33.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:33 smithi169 bash[14688]: cephadm 2024-09-11T08:05:31.771918+0000 mgr.x (mgr.34862) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:05:33.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:33 smithi169 bash[14688]: cluster 2024-09-11T08:05:31.773921+0000 mgr.x (mgr.34862) 20 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-09-11T08:05:33.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:33 smithi169 bash[14688]: cluster 2024-09-11T08:05:31.774399+0000 mgr.x (mgr.34862) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:33.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:33 smithi133 bash[15104]: cephadm 2024-09-11T08:05:31.771918+0000 mgr.x (mgr.34862) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:05:33.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:33 smithi133 bash[15104]: cluster 2024-09-11T08:05:31.773921+0000 mgr.x (mgr.34862) 20 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-09-11T08:05:33.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:33 smithi133 bash[15104]: cluster 2024-09-11T08:05:31.774399+0000 mgr.x (mgr.34862) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:33.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:33 smithi133 bash[19346]: cephadm 2024-09-11T08:05:31.771918+0000 mgr.x (mgr.34862) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:05:33.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:33 smithi133 bash[19346]: cluster 2024-09-11T08:05:31.773921+0000 mgr.x (mgr.34862) 20 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-09-11T08:05:33.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:33 smithi133 bash[19346]: cluster 2024-09-11T08:05:31.774399+0000 mgr.x (mgr.34862) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:35.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:35 smithi169 bash[14688]: cluster 2024-09-11T08:05:33.775089+0000 mgr.x (mgr.34862) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:35.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:35 smithi133 bash[15104]: cluster 2024-09-11T08:05:33.775089+0000 mgr.x (mgr.34862) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:35 smithi133 bash[19346]: cluster 2024-09-11T08:05:33.775089+0000 mgr.x (mgr.34862) 22 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:37.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:37 smithi169 bash[14688]: cluster 2024-09-11T08:05:35.776680+0000 mgr.x (mgr.34862) 23 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:37.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:37 smithi133 bash[15104]: cluster 2024-09-11T08:05:35.776680+0000 mgr.x (mgr.34862) 23 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:37.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:37 smithi133 bash[19346]: cluster 2024-09-11T08:05:35.776680+0000 mgr.x (mgr.34862) 23 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:38.440 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:38 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 1. 2024-09-11T08:05:38.440 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:38 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:05:38.440 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:38 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:05:39.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:39 smithi169 bash[14688]: cluster 2024-09-11T08:05:37.777613+0000 mgr.x (mgr.34862) 24 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:39 smithi133 bash[15104]: cluster 2024-09-11T08:05:37.777613+0000 mgr.x (mgr.34862) 24 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:39 smithi133 bash[19346]: cluster 2024-09-11T08:05:37.777613+0000 mgr.x (mgr.34862) 24 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:40.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:39 smithi169 bash[36693]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:05:41.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: --- Logging error --- 2024-09-11T08:05:41.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:41.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.send(msg) 2024-09-11T08:05:41.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:41.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:41.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.connect(address) 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self._connect_unixsocket(self.address) 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.connect(address) 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Call stack: 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self._bootstrap_inner() 2024-09-11T08:05:41.046 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.run() 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: logger.info("Started the configuration object watcher") 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Message: 'Started the configuration object watcher' 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Arguments: () 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: --- Logging error --- 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.send(msg) 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.connect(address) 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:41.047 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self._connect_unixsocket(self.address) 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.connect(address) 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Call stack: 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: main() 2024-09-11T08:05:41.048 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Arguments: () 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: --- Logging error --- 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.send(msg) 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.049 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.connect(address) 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self._connect_unixsocket(self.address) 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.connect(address) 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Call stack: 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self._bootstrap_inner() 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:05:41.050 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.run() 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.interval)) 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Arguments: () 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: --- Logging error --- 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.send(msg) 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.connect(address) 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:41.051 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self._connect_unixsocket(self.address) 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: self.socket.connect(address) 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Call stack: 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: main() 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:05:41.052 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: "{}".format(blacklisted_ip)) 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6833/3461032069' 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Arguments: () 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: Traceback (most recent call last): 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: main() 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:05:41.053 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:05:41.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: **kwargs).stdout 2024-09-11T08:05:41.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:05:41.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: output=stdout, stderr=stderr) 2024-09-11T08:05:41.054 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:40 smithi169 bash[36709]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6833/3461032069' returned non-zero exit status 13. 2024-09-11T08:05:41.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:41 smithi169 bash[14688]: cluster 2024-09-11T08:05:39.778444+0000 mgr.x (mgr.34862) 25 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:41.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:41 smithi169 bash[14688]: audit 2024-09-11T08:05:40.427979+0000 mon.b (mon.2) 311 : audit [DBG] from='client.? 172.21.15.169:0/1321744689' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:05:41.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:41 smithi169 bash[14688]: audit 2024-09-11T08:05:40.777001+0000 mon.b (mon.2) 312 : audit [INF] from='client.? 172.21.15.169:0/970007902' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:05:41.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:41 smithi133 bash[15104]: cluster 2024-09-11T08:05:39.778444+0000 mgr.x (mgr.34862) 25 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:41.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:41 smithi133 bash[15104]: audit 2024-09-11T08:05:40.427979+0000 mon.b (mon.2) 311 : audit [DBG] from='client.? 172.21.15.169:0/1321744689' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:05:41.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:41 smithi133 bash[15104]: audit 2024-09-11T08:05:40.777001+0000 mon.b (mon.2) 312 : audit [INF] from='client.? 172.21.15.169:0/970007902' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:05:41.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:41 smithi133 bash[19346]: cluster 2024-09-11T08:05:39.778444+0000 mgr.x (mgr.34862) 25 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T08:05:41.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:41 smithi133 bash[19346]: audit 2024-09-11T08:05:40.427979+0000 mon.b (mon.2) 311 : audit [DBG] from='client.? 172.21.15.169:0/1321744689' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:05:41.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:41 smithi133 bash[19346]: audit 2024-09-11T08:05:40.777001+0000 mon.b (mon.2) 312 : audit [INF] from='client.? 172.21.15.169:0/970007902' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:05:41.868 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:41 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:05:41.868 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:41 smithi169 bash[36693]: (process:1): GLib-GObject-CRITICAL **: 08:05:41.691: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:05:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:41.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:05:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:41.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:05:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:41.650Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:05:42.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:42 smithi169 bash[36924]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:05:42.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:42 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:05:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:43 smithi169 bash[14688]: cluster 2024-09-11T08:05:41.780121+0000 mgr.x (mgr.34862) 26 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T08:05:43.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:43 smithi133 bash[15104]: cluster 2024-09-11T08:05:41.780121+0000 mgr.x (mgr.34862) 26 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T08:05:43.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:43 smithi133 bash[19346]: cluster 2024-09-11T08:05:41.780121+0000 mgr.x (mgr.34862) 26 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T08:05:45.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:45 smithi169 bash[14688]: cluster 2024-09-11T08:05:43.781014+0000 mgr.x (mgr.34862) 27 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:45.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:45 smithi133 bash[15104]: cluster 2024-09-11T08:05:43.781014+0000 mgr.x (mgr.34862) 27 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:45 smithi133 bash[19346]: cluster 2024-09-11T08:05:43.781014+0000 mgr.x (mgr.34862) 27 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:46.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:46 smithi169 bash[14688]: cluster 2024-09-11T08:05:45.782575+0000 mgr.x (mgr.34862) 28 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:46.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:46 smithi133 bash[15104]: cluster 2024-09-11T08:05:45.782575+0000 mgr.x (mgr.34862) 28 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:46.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:46 smithi133 bash[19346]: cluster 2024-09-11T08:05:45.782575+0000 mgr.x (mgr.34862) 28 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:49.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:49 smithi169 bash[14688]: cluster 2024-09-11T08:05:47.783291+0000 mgr.x (mgr.34862) 29 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:49.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:49 smithi133 bash[15104]: cluster 2024-09-11T08:05:47.783291+0000 mgr.x (mgr.34862) 29 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:49.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:49 smithi133 bash[19346]: cluster 2024-09-11T08:05:47.783291+0000 mgr.x (mgr.34862) 29 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:51.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:51 smithi169 bash[14688]: cluster 2024-09-11T08:05:49.784004+0000 mgr.x (mgr.34862) 30 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:51.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:51 smithi133 bash[15104]: cluster 2024-09-11T08:05:49.784004+0000 mgr.x (mgr.34862) 30 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:51.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:51 smithi133 bash[19346]: cluster 2024-09-11T08:05:49.784004+0000 mgr.x (mgr.34862) 30 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:51.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:05:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:51.650Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:05:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:05:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:05:51.650Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:05:52.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:52 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 2. 2024-09-11T08:05:52.682 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:52 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:05:52.683 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:52 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:05:53.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:53 smithi169 bash[14688]: cluster 2024-09-11T08:05:51.785610+0000 mgr.x (mgr.34862) 31 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:53.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:53 smithi133 bash[15104]: cluster 2024-09-11T08:05:51.785610+0000 mgr.x (mgr.34862) 31 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:53.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:53 smithi133 bash[19346]: cluster 2024-09-11T08:05:51.785610+0000 mgr.x (mgr.34862) 31 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:54.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:54 smithi169 bash[36985]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:05:55.424 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[14688]: cluster 2024-09-11T08:05:53.786309+0000 mgr.x (mgr.34862) 32 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:55.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[14688]: audit 2024-09-11T08:05:54.859562+0000 mon.b (mon.2) 313 : audit [DBG] from='client.? 172.21.15.169:0/1378560538' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:05:55.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: --- Logging error --- 2024-09-11T08:05:55.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.send(msg) 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.connect(address) 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:55.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self._connect_unixsocket(self.address) 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.connect(address) 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Call stack: 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self._bootstrap_inner() 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.run() 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: logger.info("Started the configuration object watcher") 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Message: 'Started the configuration object watcher' 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Arguments: () 2024-09-11T08:05:55.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: --- Logging error --- 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.send(msg) 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.connect(address) 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self._connect_unixsocket(self.address) 2024-09-11T08:05:55.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:55.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.connect(address) 2024-09-11T08:05:55.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:55.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Call stack: 2024-09-11T08:05:55.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:05:55.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: main() 2024-09-11T08:05:55.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:05:55.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:05:55.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Arguments: () 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: --- Logging error --- 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.send(msg) 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.connect(address) 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:55.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self._connect_unixsocket(self.address) 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.connect(address) 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Call stack: 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self._bootstrap_inner() 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.run() 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:05:55.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.interval)) 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Arguments: () 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: --- Logging error --- 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.send(msg) 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.connect(address) 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:55.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: During handling of the above exception, another exception occurred: 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self._connect_unixsocket(self.address) 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: self.socket.connect(address) 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Call stack: 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: main() 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:05:55.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: "{}".format(blacklisted_ip)) 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6833/3461032069' 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Arguments: () 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: Traceback (most recent call last): 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: main() 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: **kwargs).stdout 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:05:55.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: output=stdout, stderr=stderr) 2024-09-11T08:05:55.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 bash[37001]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6833/3461032069' returned non-zero exit status 13. 2024-09-11T08:05:55.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:55 smithi133 bash[15104]: cluster 2024-09-11T08:05:53.786309+0000 mgr.x (mgr.34862) 32 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:55.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:55 smithi133 bash[15104]: audit 2024-09-11T08:05:54.859562+0000 mon.b (mon.2) 313 : audit [DBG] from='client.? 172.21.15.169:0/1378560538' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:05:55.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:55 smithi133 bash[19346]: cluster 2024-09-11T08:05:53.786309+0000 mgr.x (mgr.34862) 32 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:05:55.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:55 smithi133 bash[19346]: audit 2024-09-11T08:05:54.859562+0000 mon.b (mon.2) 313 : audit [DBG] from='client.? 172.21.15.169:0/1378560538' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:05:56.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:56 smithi169 bash[14688]: audit 2024-09-11T08:05:55.207037+0000 mon.b (mon.2) 314 : audit [INF] from='client.? 172.21.15.169:0/4098606677' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:05:56.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:55 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:05:56.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:56 smithi169 bash[36985]: (process:1): GLib-GObject-CRITICAL **: 08:05:56.007: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:05:56.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:56 smithi133 bash[15104]: audit 2024-09-11T08:05:55.207037+0000 mon.b (mon.2) 314 : audit [INF] from='client.? 172.21.15.169:0/4098606677' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:05:56.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:56 smithi133 bash[19346]: audit 2024-09-11T08:05:55.207037+0000 mon.b (mon.2) 314 : audit [INF] from='client.? 172.21.15.169:0/4098606677' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:05:56.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:56 smithi169 bash[37210]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:05:56.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:05:56 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:05:57.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:57 smithi169 bash[14688]: cluster 2024-09-11T08:05:55.787952+0000 mgr.x (mgr.34862) 33 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:57.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:57 smithi133 bash[15104]: cluster 2024-09-11T08:05:55.787952+0000 mgr.x (mgr.34862) 33 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:57.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:57 smithi133 bash[19346]: cluster 2024-09-11T08:05:55.787952+0000 mgr.x (mgr.34862) 33 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:59.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:05:59 smithi169 bash[14688]: cluster 2024-09-11T08:05:57.788807+0000 mgr.x (mgr.34862) 34 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:59.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:05:59 smithi133 bash[15104]: cluster 2024-09-11T08:05:57.788807+0000 mgr.x (mgr.34862) 34 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:05:59.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:05:59 smithi133 bash[19346]: cluster 2024-09-11T08:05:57.788807+0000 mgr.x (mgr.34862) 34 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:01.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:01 smithi169 bash[14688]: cluster 2024-09-11T08:05:59.789597+0000 mgr.x (mgr.34862) 35 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:01.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:01 smithi133 bash[15104]: cluster 2024-09-11T08:05:59.789597+0000 mgr.x (mgr.34862) 35 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:01.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:01 smithi133 bash[19346]: cluster 2024-09-11T08:05:59.789597+0000 mgr.x (mgr.34862) 35 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:01.651Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:06:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:01.651Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:06:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:01.651Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:06:02.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:02 smithi169 bash[14688]: cluster 2024-09-11T08:06:01.791268+0000 mgr.x (mgr.34862) 36 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:02.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:02 smithi133 bash[15104]: cluster 2024-09-11T08:06:01.791268+0000 mgr.x (mgr.34862) 36 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:02.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:02 smithi133 bash[19346]: cluster 2024-09-11T08:06:01.791268+0000 mgr.x (mgr.34862) 36 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:05.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:05 smithi169 bash[14688]: cluster 2024-09-11T08:06:03.792031+0000 mgr.x (mgr.34862) 37 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:05.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:05 smithi133 bash[15104]: cluster 2024-09-11T08:06:03.792031+0000 mgr.x (mgr.34862) 37 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:05.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:05 smithi133 bash[19346]: cluster 2024-09-11T08:06:03.792031+0000 mgr.x (mgr.34862) 37 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:06.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:06 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 3. 2024-09-11T08:06:06.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:06 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:06:06.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:06 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:06:07.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:07 smithi169 bash[14688]: cluster 2024-09-11T08:06:05.793557+0000 mgr.x (mgr.34862) 38 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:07.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:07 smithi133 bash[15104]: cluster 2024-09-11T08:06:05.793557+0000 mgr.x (mgr.34862) 38 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:07.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:07 smithi133 bash[19346]: cluster 2024-09-11T08:06:05.793557+0000 mgr.x (mgr.34862) 38 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:08.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:08 smithi169 bash[37271]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:06:09.400 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[14688]: cluster 2024-09-11T08:06:07.794305+0000 mgr.x (mgr.34862) 39 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:09.400 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[14688]: audit 2024-09-11T08:06:08.974925+0000 mon.b (mon.2) 315 : audit [DBG] from='client.? 172.21.15.169:0/591059499' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:06:09.400 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: --- Logging error --- 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.send(msg) 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.connect(address) 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self._connect_unixsocket(self.address) 2024-09-11T08:06:09.401 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.connect(address) 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Call stack: 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self._bootstrap_inner() 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.run() 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: logger.info("Started the configuration object watcher") 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Message: 'Started the configuration object watcher' 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Arguments: () 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: --- Logging error --- 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:06:09.402 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.send(msg) 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.connect(address) 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self._connect_unixsocket(self.address) 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.connect(address) 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Call stack: 2024-09-11T08:06:09.403 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:06:09.404 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: main() 2024-09-11T08:06:09.404 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:06:09.404 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:06:09.404 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:06:09.404 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:06:09.404 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:06:09.404 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Arguments: () 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: --- Logging error --- 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.send(msg) 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.connect(address) 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:06:09.405 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self._connect_unixsocket(self.address) 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.connect(address) 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Call stack: 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self._bootstrap_inner() 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.run() 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.interval)) 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Arguments: () 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: --- Logging error --- 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.406 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.send(msg) 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.connect(address) 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self._connect_unixsocket(self.address) 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: self.socket.connect(address) 2024-09-11T08:06:09.407 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Call stack: 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: main() 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: "{}".format(blacklisted_ip)) 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6833/3461032069' 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Arguments: () 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: Traceback (most recent call last): 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:06:09.408 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: main() 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: **kwargs).stdout 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: output=stdout, stderr=stderr) 2024-09-11T08:06:09.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:09 smithi169 bash[37287]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6833/3461032069' returned non-zero exit status 13. 2024-09-11T08:06:09.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:09 smithi133 bash[15104]: cluster 2024-09-11T08:06:07.794305+0000 mgr.x (mgr.34862) 39 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:09.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:09 smithi133 bash[15104]: audit 2024-09-11T08:06:08.974925+0000 mon.b (mon.2) 315 : audit [DBG] from='client.? 172.21.15.169:0/591059499' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:06:09.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:09 smithi133 bash[19346]: cluster 2024-09-11T08:06:07.794305+0000 mgr.x (mgr.34862) 39 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:09.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:09 smithi133 bash[19346]: audit 2024-09-11T08:06:08.974925+0000 mon.b (mon.2) 315 : audit [DBG] from='client.? 172.21.15.169:0/591059499' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:06:10.355 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:10 smithi169 bash[14688]: audit 2024-09-11T08:06:09.325617+0000 mon.b (mon.2) 316 : audit [INF] from='client.? 172.21.15.169:0/209367949' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:06:10.356 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:10 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:06:10.356 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:10 smithi169 bash[37271]: (process:1): GLib-GObject-CRITICAL **: 08:06:10.160: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:06:10.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:10 smithi133 bash[15104]: audit 2024-09-11T08:06:09.325617+0000 mon.b (mon.2) 316 : audit [INF] from='client.? 172.21.15.169:0/209367949' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:06:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:10 smithi133 bash[19346]: audit 2024-09-11T08:06:09.325617+0000 mon.b (mon.2) 316 : audit [INF] from='client.? 172.21.15.169:0/209367949' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:06:11.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:10 smithi169 bash[37502]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:06:11.132 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:10 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:06:11.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:11 smithi169 bash[14688]: cluster 2024-09-11T08:06:09.795066+0000 mgr.x (mgr.34862) 40 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:11.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:11 smithi133 bash[15104]: cluster 2024-09-11T08:06:09.795066+0000 mgr.x (mgr.34862) 40 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:11.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:11 smithi133 bash[19346]: cluster 2024-09-11T08:06:09.795066+0000 mgr.x (mgr.34862) 40 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:11.651Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:06:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:11.651Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:06:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:11.651Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:06:13.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:13 smithi169 bash[14688]: cluster 2024-09-11T08:06:11.796620+0000 mgr.x (mgr.34862) 41 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:13.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:13 smithi133 bash[15104]: cluster 2024-09-11T08:06:11.796620+0000 mgr.x (mgr.34862) 41 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:13.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:13 smithi133 bash[19346]: cluster 2024-09-11T08:06:11.796620+0000 mgr.x (mgr.34862) 41 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:15 smithi169 bash[14688]: cluster 2024-09-11T08:06:13.797425+0000 mgr.x (mgr.34862) 42 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:15 smithi169 bash[14688]: audit 2024-09-11T08:06:14.361210+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:06:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:15 smithi169 bash[14688]: audit 2024-09-11T08:06:14.362099+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:15 smithi169 bash[14688]: audit 2024-09-11T08:06:14.362869+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:15 smithi169 bash[14688]: audit 2024-09-11T08:06:14.366704+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:06:15.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:15 smithi169 bash[14688]: audit 2024-09-11T08:06:14.367557+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:15 smithi169 bash[14688]: audit 2024-09-11T08:06:14.368108+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[15104]: cluster 2024-09-11T08:06:13.797425+0000 mgr.x (mgr.34862) 42 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[15104]: audit 2024-09-11T08:06:14.361210+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[15104]: audit 2024-09-11T08:06:14.362099+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[15104]: audit 2024-09-11T08:06:14.362869+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[15104]: audit 2024-09-11T08:06:14.366704+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[15104]: audit 2024-09-11T08:06:14.367557+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[15104]: audit 2024-09-11T08:06:14.368108+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[19346]: cluster 2024-09-11T08:06:13.797425+0000 mgr.x (mgr.34862) 42 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[19346]: audit 2024-09-11T08:06:14.361210+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:06:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[19346]: audit 2024-09-11T08:06:14.362099+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[19346]: audit 2024-09-11T08:06:14.362869+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[19346]: audit 2024-09-11T08:06:14.366704+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:06:15.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[19346]: audit 2024-09-11T08:06:14.367557+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:06:15.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:15 smithi133 bash[19346]: audit 2024-09-11T08:06:14.368108+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T08:06:16.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:16 smithi169 bash[14688]: cluster 2024-09-11T08:06:15.799010+0000 mgr.x (mgr.34862) 43 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:16.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:16 smithi133 bash[15104]: cluster 2024-09-11T08:06:15.799010+0000 mgr.x (mgr.34862) 43 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:16.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:16 smithi133 bash[19346]: cluster 2024-09-11T08:06:15.799010+0000 mgr.x (mgr.34862) 43 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:19.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:19 smithi169 bash[14688]: cluster 2024-09-11T08:06:17.799719+0000 mgr.x (mgr.34862) 44 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:19.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:19 smithi133 bash[15104]: cluster 2024-09-11T08:06:17.799719+0000 mgr.x (mgr.34862) 44 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:19.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:19 smithi133 bash[19346]: cluster 2024-09-11T08:06:17.799719+0000 mgr.x (mgr.34862) 44 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:21.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:21 smithi169 bash[14688]: cluster 2024-09-11T08:06:19.800415+0000 mgr.x (mgr.34862) 45 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:21.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:20 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 4. 2024-09-11T08:06:21.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:20 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:06:21.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:20 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:06:21.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:21 smithi133 bash[15104]: cluster 2024-09-11T08:06:19.800415+0000 mgr.x (mgr.34862) 45 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:21.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:21 smithi133 bash[19346]: cluster 2024-09-11T08:06:19.800415+0000 mgr.x (mgr.34862) 45 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:21.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:06:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:21.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:06:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:21.652Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:06:22.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:22 smithi169 bash[37562]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:06:23.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[14688]: cluster 2024-09-11T08:06:21.801937+0000 mgr.x (mgr.34862) 46 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:23.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:23 smithi133 bash[19346]: cluster 2024-09-11T08:06:21.801937+0000 mgr.x (mgr.34862) 46 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:23.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:23 smithi133 bash[15104]: cluster 2024-09-11T08:06:21.801937+0000 mgr.x (mgr.34862) 46 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:23.662 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: --- Logging error --- 2024-09-11T08:06:23.662 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.662 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:06:23.662 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.send(msg) 2024-09-11T08:06:23.662 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:06:23.662 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:23.662 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.connect(address) 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self._connect_unixsocket(self.address) 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.connect(address) 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Call stack: 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self._bootstrap_inner() 2024-09-11T08:06:23.663 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.run() 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: logger.info("Started the configuration object watcher") 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Message: 'Started the configuration object watcher' 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Arguments: () 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: --- Logging error --- 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.send(msg) 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.664 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.connect(address) 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self._connect_unixsocket(self.address) 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.connect(address) 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Call stack: 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: main() 2024-09-11T08:06:23.665 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:06:23.666 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:06:23.666 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:06:23.666 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:06:23.666 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:06:23.666 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Arguments: () 2024-09-11T08:06:23.666 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: --- Logging error --- 2024-09-11T08:06:23.666 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.666 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:06:23.666 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.send(msg) 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.connect(address) 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self._connect_unixsocket(self.address) 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.connect(address) 2024-09-11T08:06:23.667 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:23.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Call stack: 2024-09-11T08:06:23.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:06:23.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self._bootstrap_inner() 2024-09-11T08:06:23.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:06:23.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.run() 2024-09-11T08:06:23.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:06:23.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.interval)) 2024-09-11T08:06:23.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:06:23.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Arguments: () 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: --- Logging error --- 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.send(msg) 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.connect(address) 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: During handling of the above exception, another exception occurred: 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self._connect_unixsocket(self.address) 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: self.socket.connect(address) 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Call stack: 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: main() 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:06:23.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: "{}".format(blacklisted_ip)) 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:6833/3461032069' 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Arguments: () 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: Traceback (most recent call last): 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: main() 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:06:23.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: **kwargs).stdout 2024-09-11T08:06:23.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:06:23.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: output=stdout, stderr=stderr) 2024-09-11T08:06:23.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:23 smithi169 bash[37579]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:6833/3461032069' returned non-zero exit status 13. 2024-09-11T08:06:24.401 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:24 smithi169 bash[14688]: audit 2024-09-11T08:06:23.299201+0000 mon.b (mon.2) 320 : audit [DBG] from='client.? 172.21.15.169:0/3640460532' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:06:24.401 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:24 smithi169 bash[14688]: audit 2024-09-11T08:06:23.645010+0000 mon.b (mon.2) 321 : audit [INF] from='client.? 172.21.15.169:0/2179277634' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:06:24.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:24 smithi133 bash[19346]: audit 2024-09-11T08:06:23.299201+0000 mon.b (mon.2) 320 : audit [DBG] from='client.? 172.21.15.169:0/3640460532' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:06:24.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:24 smithi133 bash[19346]: audit 2024-09-11T08:06:23.645010+0000 mon.b (mon.2) 321 : audit [INF] from='client.? 172.21.15.169:0/2179277634' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:06:24.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:24 smithi133 bash[15104]: audit 2024-09-11T08:06:23.299201+0000 mon.b (mon.2) 320 : audit [DBG] from='client.? 172.21.15.169:0/3640460532' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:06:24.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:24 smithi133 bash[15104]: audit 2024-09-11T08:06:23.645010+0000 mon.b (mon.2) 321 : audit [INF] from='client.? 172.21.15.169:0/2179277634' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: access denied 2024-09-11T08:06:24.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:24 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:06:24.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:24 smithi169 bash[37562]: (process:1): GLib-GObject-CRITICAL **: 08:06:24.490: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:06:25.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:25 smithi169 bash[14688]: cluster 2024-09-11T08:06:23.802660+0000 mgr.x (mgr.34862) 47 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:25 smithi169 bash[37793]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:06:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:25 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:06:25.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:25 smithi133 bash[19346]: cluster 2024-09-11T08:06:23.802660+0000 mgr.x (mgr.34862) 47 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:25.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:25 smithi133 bash[15104]: cluster 2024-09-11T08:06:23.802660+0000 mgr.x (mgr.34862) 47 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:27.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:27 smithi169 bash[14688]: cluster 2024-09-11T08:06:25.804153+0000 mgr.x (mgr.34862) 48 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:27.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:27 smithi133 bash[19346]: cluster 2024-09-11T08:06:25.804153+0000 mgr.x (mgr.34862) 48 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:27.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:27 smithi133 bash[15104]: cluster 2024-09-11T08:06:25.804153+0000 mgr.x (mgr.34862) 48 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:29.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:29 smithi169 bash[14688]: cluster 2024-09-11T08:06:27.804809+0000 mgr.x (mgr.34862) 49 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:29 smithi133 bash[15104]: cluster 2024-09-11T08:06:27.804809+0000 mgr.x (mgr.34862) 49 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:29.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:29 smithi133 bash[19346]: cluster 2024-09-11T08:06:27.804809+0000 mgr.x (mgr.34862) 49 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:30.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:30 smithi169 bash[14688]: cluster 2024-09-11T08:06:29.805530+0000 mgr.x (mgr.34862) 50 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:30 smithi133 bash[19346]: cluster 2024-09-11T08:06:29.805530+0000 mgr.x (mgr.34862) 50 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:30.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:30 smithi133 bash[15104]: cluster 2024-09-11T08:06:29.805530+0000 mgr.x (mgr.34862) 50 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:31.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:06:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:31.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:06:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:31.652Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:06:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:32 smithi169 bash[14688]: cluster 2024-09-11T08:06:31.807067+0000 mgr.x (mgr.34862) 51 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:32 smithi169 bash[14688]: audit 2024-09-11T08:06:32.305242+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:32 smithi169 bash[14688]: audit 2024-09-11T08:06:32.306975+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:06:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:32 smithi169 bash[14688]: audit 2024-09-11T08:06:32.323644+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:06:33.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:32 smithi133 bash[19346]: cluster 2024-09-11T08:06:31.807067+0000 mgr.x (mgr.34862) 51 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:32 smithi133 bash[19346]: audit 2024-09-11T08:06:32.305242+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:32 smithi133 bash[19346]: audit 2024-09-11T08:06:32.306975+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:06:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:32 smithi133 bash[19346]: audit 2024-09-11T08:06:32.323644+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:06:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:32 smithi133 bash[15104]: cluster 2024-09-11T08:06:31.807067+0000 mgr.x (mgr.34862) 51 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:06:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:32 smithi133 bash[15104]: audit 2024-09-11T08:06:32.305242+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:32 smithi133 bash[15104]: audit 2024-09-11T08:06:32.306975+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:06:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:32 smithi133 bash[15104]: audit 2024-09-11T08:06:32.323644+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:06:34.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:34 smithi169 bash[14688]: cephadm 2024-09-11T08:06:32.308444+0000 mgr.x (mgr.34862) 52 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:06:34.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:34 smithi169 bash[14688]: cluster 2024-09-11T08:06:32.309385+0000 mgr.x (mgr.34862) 53 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-09-11T08:06:34.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:34 smithi169 bash[14688]: cluster 2024-09-11T08:06:32.309562+0000 mgr.x (mgr.34862) 54 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:06:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:34 smithi133 bash[15104]: cephadm 2024-09-11T08:06:32.308444+0000 mgr.x (mgr.34862) 52 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:06:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:34 smithi133 bash[15104]: cluster 2024-09-11T08:06:32.309385+0000 mgr.x (mgr.34862) 53 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-09-11T08:06:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:34 smithi133 bash[15104]: cluster 2024-09-11T08:06:32.309562+0000 mgr.x (mgr.34862) 54 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:06:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:34 smithi133 bash[19346]: cephadm 2024-09-11T08:06:32.308444+0000 mgr.x (mgr.34862) 52 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:06:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:34 smithi133 bash[19346]: cluster 2024-09-11T08:06:32.309385+0000 mgr.x (mgr.34862) 53 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-09-11T08:06:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:34 smithi133 bash[19346]: cluster 2024-09-11T08:06:32.309562+0000 mgr.x (mgr.34862) 54 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:06:35.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:35 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 5. 2024-09-11T08:06:35.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:35 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:06:35.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:35 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Start request repeated too quickly. 2024-09-11T08:06:35.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:35 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:06:35.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:06:35 smithi169 systemd[1]: Failed to start Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:06:36.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:36 smithi169 bash[14688]: cluster 2024-09-11T08:06:34.310205+0000 mgr.x (mgr.34862) 55 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:36.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:36 smithi133 bash[15104]: cluster 2024-09-11T08:06:34.310205+0000 mgr.x (mgr.34862) 55 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:36.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:36 smithi133 bash[19346]: cluster 2024-09-11T08:06:34.310205+0000 mgr.x (mgr.34862) 55 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:38.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:38 smithi169 bash[14688]: cluster 2024-09-11T08:06:36.311751+0000 mgr.x (mgr.34862) 56 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:38 smithi133 bash[19346]: cluster 2024-09-11T08:06:36.311751+0000 mgr.x (mgr.34862) 56 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:38.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:38 smithi133 bash[15104]: cluster 2024-09-11T08:06:36.311751+0000 mgr.x (mgr.34862) 56 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:40.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:40 smithi169 bash[14688]: cluster 2024-09-11T08:06:38.312596+0000 mgr.x (mgr.34862) 57 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:40.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:40 smithi133 bash[19346]: cluster 2024-09-11T08:06:38.312596+0000 mgr.x (mgr.34862) 57 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:40.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:40 smithi133 bash[15104]: cluster 2024-09-11T08:06:38.312596+0000 mgr.x (mgr.34862) 57 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:41.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:06:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:41.652Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:06:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:41.653Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:06:42.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:42 smithi169 bash[14688]: cluster 2024-09-11T08:06:40.314099+0000 mgr.x (mgr.34862) 58 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:42.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:42 smithi133 bash[15104]: cluster 2024-09-11T08:06:40.314099+0000 mgr.x (mgr.34862) 58 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:42.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:42 smithi133 bash[19346]: cluster 2024-09-11T08:06:40.314099+0000 mgr.x (mgr.34862) 58 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:44.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:44 smithi169 bash[14688]: cluster 2024-09-11T08:06:42.314881+0000 mgr.x (mgr.34862) 59 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:44.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:44 smithi133 bash[15104]: cluster 2024-09-11T08:06:42.314881+0000 mgr.x (mgr.34862) 59 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:44.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:44 smithi133 bash[19346]: cluster 2024-09-11T08:06:42.314881+0000 mgr.x (mgr.34862) 59 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:46.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:46 smithi169 bash[14688]: cluster 2024-09-11T08:06:44.315721+0000 mgr.x (mgr.34862) 60 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:46.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:46 smithi133 bash[15104]: cluster 2024-09-11T08:06:44.315721+0000 mgr.x (mgr.34862) 60 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:46.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:46 smithi133 bash[19346]: cluster 2024-09-11T08:06:44.315721+0000 mgr.x (mgr.34862) 60 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:48.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:48 smithi169 bash[14688]: cluster 2024-09-11T08:06:46.317230+0000 mgr.x (mgr.34862) 61 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:48.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:48 smithi133 bash[15104]: cluster 2024-09-11T08:06:46.317230+0000 mgr.x (mgr.34862) 61 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:48.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:48 smithi133 bash[19346]: cluster 2024-09-11T08:06:46.317230+0000 mgr.x (mgr.34862) 61 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:49.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:49 smithi169 bash[14688]: cluster 2024-09-11T08:06:48.317953+0000 mgr.x (mgr.34862) 62 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:49.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:49 smithi133 bash[15104]: cluster 2024-09-11T08:06:48.317953+0000 mgr.x (mgr.34862) 62 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:49.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:49 smithi133 bash[19346]: cluster 2024-09-11T08:06:48.317953+0000 mgr.x (mgr.34862) 62 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:51.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:51 smithi133 bash[15104]: cluster 2024-09-11T08:06:50.319470+0000 mgr.x (mgr.34862) 63 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:51.655 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:51 smithi133 bash[19346]: cluster 2024-09-11T08:06:50.319470+0000 mgr.x (mgr.34862) 63 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:51.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:51 smithi169 bash[14688]: cluster 2024-09-11T08:06:50.319470+0000 mgr.x (mgr.34862) 63 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:51.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:06:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:51.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:06:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:06:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:06:51.653Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:06:54.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:54 smithi169 bash[14688]: cluster 2024-09-11T08:06:52.320126+0000 mgr.x (mgr.34862) 64 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:54.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:54 smithi133 bash[19346]: cluster 2024-09-11T08:06:52.320126+0000 mgr.x (mgr.34862) 64 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:54.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:54 smithi133 bash[15104]: cluster 2024-09-11T08:06:52.320126+0000 mgr.x (mgr.34862) 64 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:56.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:56 smithi169 bash[14688]: cluster 2024-09-11T08:06:54.320824+0000 mgr.x (mgr.34862) 65 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:56.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:56 smithi133 bash[15104]: cluster 2024-09-11T08:06:54.320824+0000 mgr.x (mgr.34862) 65 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:56.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:56 smithi133 bash[19346]: cluster 2024-09-11T08:06:54.320824+0000 mgr.x (mgr.34862) 65 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:58.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:06:58 smithi169 bash[14688]: cluster 2024-09-11T08:06:56.322374+0000 mgr.x (mgr.34862) 66 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:58.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:06:58 smithi133 bash[19346]: cluster 2024-09-11T08:06:56.322374+0000 mgr.x (mgr.34862) 66 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:06:58.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:06:58 smithi133 bash[15104]: cluster 2024-09-11T08:06:56.322374+0000 mgr.x (mgr.34862) 66 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:00.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:00 smithi169 bash[14688]: cluster 2024-09-11T08:06:58.323078+0000 mgr.x (mgr.34862) 67 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:00.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:00 smithi133 bash[15104]: cluster 2024-09-11T08:06:58.323078+0000 mgr.x (mgr.34862) 67 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:00.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:00 smithi133 bash[19346]: cluster 2024-09-11T08:06:58.323078+0000 mgr.x (mgr.34862) 67 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:01.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:07:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:01.653Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:07:01.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:01.653Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:07:02.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:02 smithi169 bash[14688]: cluster 2024-09-11T08:07:00.324515+0000 mgr.x (mgr.34862) 68 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:02.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:02 smithi133 bash[15104]: cluster 2024-09-11T08:07:00.324515+0000 mgr.x (mgr.34862) 68 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:02.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:02 smithi133 bash[19346]: cluster 2024-09-11T08:07:00.324515+0000 mgr.x (mgr.34862) 68 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:04.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:04 smithi169 bash[14688]: cluster 2024-09-11T08:07:02.325253+0000 mgr.x (mgr.34862) 69 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:04.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:04 smithi133 bash[15104]: cluster 2024-09-11T08:07:02.325253+0000 mgr.x (mgr.34862) 69 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:04.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:04 smithi133 bash[19346]: cluster 2024-09-11T08:07:02.325253+0000 mgr.x (mgr.34862) 69 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:05.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:05 smithi169 bash[14688]: cluster 2024-09-11T08:07:04.325975+0000 mgr.x (mgr.34862) 70 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:05.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:05 smithi133 bash[19346]: cluster 2024-09-11T08:07:04.325975+0000 mgr.x (mgr.34862) 70 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:05.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:05 smithi133 bash[15104]: cluster 2024-09-11T08:07:04.325975+0000 mgr.x (mgr.34862) 70 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:07.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:07 smithi169 bash[14688]: cluster 2024-09-11T08:07:06.327485+0000 mgr.x (mgr.34862) 71 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:07.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:07 smithi133 bash[15104]: cluster 2024-09-11T08:07:06.327485+0000 mgr.x (mgr.34862) 71 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:07.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:07 smithi133 bash[19346]: cluster 2024-09-11T08:07:06.327485+0000 mgr.x (mgr.34862) 71 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:10.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:10 smithi169 bash[14688]: cluster 2024-09-11T08:07:08.328209+0000 mgr.x (mgr.34862) 72 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:10.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:10 smithi133 bash[15104]: cluster 2024-09-11T08:07:08.328209+0000 mgr.x (mgr.34862) 72 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:10.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:10 smithi133 bash[19346]: cluster 2024-09-11T08:07:08.328209+0000 mgr.x (mgr.34862) 72 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:11.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:11.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:07:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:11.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:07:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:11.654Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:07:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:12 smithi169 bash[14688]: cluster 2024-09-11T08:07:10.329662+0000 mgr.x (mgr.34862) 73 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:12.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:12 smithi133 bash[15104]: cluster 2024-09-11T08:07:10.329662+0000 mgr.x (mgr.34862) 73 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:12 smithi133 bash[19346]: cluster 2024-09-11T08:07:10.329662+0000 mgr.x (mgr.34862) 73 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:14.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:14 smithi169 bash[14688]: cluster 2024-09-11T08:07:12.330385+0000 mgr.x (mgr.34862) 74 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:14 smithi133 bash[19346]: cluster 2024-09-11T08:07:12.330385+0000 mgr.x (mgr.34862) 74 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:14 smithi133 bash[15104]: cluster 2024-09-11T08:07:12.330385+0000 mgr.x (mgr.34862) 74 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:15.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:15 smithi169 bash[14688]: audit 2024-09-11T08:07:14.370596+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:15 smithi169 bash[14688]: audit 2024-09-11T08:07:14.371204+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:07:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:15 smithi169 bash[14688]: audit 2024-09-11T08:07:14.371824+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:15 smithi169 bash[14688]: audit 2024-09-11T08:07:14.375647+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:15 smithi169 bash[14688]: audit 2024-09-11T08:07:14.376411+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:07:15.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:15 smithi169 bash[14688]: audit 2024-09-11T08:07:14.377155+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[15104]: audit 2024-09-11T08:07:14.370596+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[15104]: audit 2024-09-11T08:07:14.371204+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:07:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[15104]: audit 2024-09-11T08:07:14.371824+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[15104]: audit 2024-09-11T08:07:14.375647+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[15104]: audit 2024-09-11T08:07:14.376411+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:07:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[15104]: audit 2024-09-11T08:07:14.377155+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[19346]: audit 2024-09-11T08:07:14.370596+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[19346]: audit 2024-09-11T08:07:14.371204+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:07:15.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[19346]: audit 2024-09-11T08:07:14.371824+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[19346]: audit 2024-09-11T08:07:14.375647+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:07:15.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[19346]: audit 2024-09-11T08:07:14.376411+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:07:15.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:15 smithi133 bash[19346]: audit 2024-09-11T08:07:14.377155+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:07:16.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:16 smithi169 bash[14688]: cluster 2024-09-11T08:07:14.331030+0000 mgr.x (mgr.34862) 75 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:16.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:16 smithi133 bash[15104]: cluster 2024-09-11T08:07:14.331030+0000 mgr.x (mgr.34862) 75 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:16.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:16 smithi133 bash[19346]: cluster 2024-09-11T08:07:14.331030+0000 mgr.x (mgr.34862) 75 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:17 smithi169 bash[14688]: cluster 2024-09-11T08:07:16.332564+0000 mgr.x (mgr.34862) 76 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:17.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:17 smithi133 bash[15104]: cluster 2024-09-11T08:07:16.332564+0000 mgr.x (mgr.34862) 76 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:17.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:17 smithi133 bash[19346]: cluster 2024-09-11T08:07:16.332564+0000 mgr.x (mgr.34862) 76 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:20.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:20 smithi169 bash[14688]: cluster 2024-09-11T08:07:18.333298+0000 mgr.x (mgr.34862) 77 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:20.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:20 smithi133 bash[15104]: cluster 2024-09-11T08:07:18.333298+0000 mgr.x (mgr.34862) 77 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:20.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:20 smithi133 bash[19346]: cluster 2024-09-11T08:07:18.333298+0000 mgr.x (mgr.34862) 77 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:21.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:21.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:07:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:21.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:07:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:21.654Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:07:22.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:22 smithi169 bash[14688]: cluster 2024-09-11T08:07:20.334781+0000 mgr.x (mgr.34862) 78 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:22.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:22 smithi133 bash[15104]: cluster 2024-09-11T08:07:20.334781+0000 mgr.x (mgr.34862) 78 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:22.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:22 smithi133 bash[19346]: cluster 2024-09-11T08:07:20.334781+0000 mgr.x (mgr.34862) 78 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:24.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:24 smithi169 bash[14688]: cluster 2024-09-11T08:07:22.335488+0000 mgr.x (mgr.34862) 79 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:24.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:24 smithi133 bash[15104]: cluster 2024-09-11T08:07:22.335488+0000 mgr.x (mgr.34862) 79 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:24.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:24 smithi133 bash[19346]: cluster 2024-09-11T08:07:22.335488+0000 mgr.x (mgr.34862) 79 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:26.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:26 smithi169 bash[14688]: cluster 2024-09-11T08:07:24.336209+0000 mgr.x (mgr.34862) 80 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:26.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:26 smithi133 bash[15104]: cluster 2024-09-11T08:07:24.336209+0000 mgr.x (mgr.34862) 80 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:26.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:26 smithi133 bash[19346]: cluster 2024-09-11T08:07:24.336209+0000 mgr.x (mgr.34862) 80 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:27.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:27 smithi169 bash[14688]: cluster 2024-09-11T08:07:26.337797+0000 mgr.x (mgr.34862) 81 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:27.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:27 smithi133 bash[15104]: cluster 2024-09-11T08:07:26.337797+0000 mgr.x (mgr.34862) 81 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:27.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:27 smithi133 bash[19346]: cluster 2024-09-11T08:07:26.337797+0000 mgr.x (mgr.34862) 81 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:30.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:30 smithi169 bash[14688]: cluster 2024-09-11T08:07:28.338544+0000 mgr.x (mgr.34862) 82 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:30.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:30 smithi133 bash[15104]: cluster 2024-09-11T08:07:28.338544+0000 mgr.x (mgr.34862) 82 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:30.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:30 smithi133 bash[19346]: cluster 2024-09-11T08:07:28.338544+0000 mgr.x (mgr.34862) 82 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:31.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:31.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:07:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:31.654Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:07:31.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:31.655Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:07:32.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:32 smithi169 bash[14688]: cluster 2024-09-11T08:07:30.340036+0000 mgr.x (mgr.34862) 83 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:32.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:32 smithi133 bash[15104]: cluster 2024-09-11T08:07:30.340036+0000 mgr.x (mgr.34862) 83 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:32.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:32 smithi133 bash[19346]: cluster 2024-09-11T08:07:30.340036+0000 mgr.x (mgr.34862) 83 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:33.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:33 smithi169 bash[14688]: audit 2024-09-11T08:07:32.819376+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:33.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:33 smithi169 bash[14688]: audit 2024-09-11T08:07:32.820673+0000 mon.b (mon.2) 328 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:33.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:33 smithi169 bash[14688]: audit 2024-09-11T08:07:32.836359+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:07:33.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:33 smithi133 bash[15104]: audit 2024-09-11T08:07:32.819376+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:33.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:33 smithi133 bash[15104]: audit 2024-09-11T08:07:32.820673+0000 mon.b (mon.2) 328 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:33.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:33 smithi133 bash[15104]: audit 2024-09-11T08:07:32.836359+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:07:33.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:33 smithi133 bash[19346]: audit 2024-09-11T08:07:32.819376+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:33.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:33 smithi133 bash[19346]: audit 2024-09-11T08:07:32.820673+0000 mon.b (mon.2) 328 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:33.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:33 smithi133 bash[19346]: audit 2024-09-11T08:07:32.836359+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:07:34.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:34 smithi169 bash[14688]: cluster 2024-09-11T08:07:32.340763+0000 mgr.x (mgr.34862) 84 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:34.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:34 smithi169 bash[14688]: cephadm 2024-09-11T08:07:32.821850+0000 mgr.x (mgr.34862) 85 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:07:34.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:34 smithi169 bash[14688]: cluster 2024-09-11T08:07:32.822898+0000 mgr.x (mgr.34862) 86 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:34.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:34 smithi169 bash[14688]: cluster 2024-09-11T08:07:32.823449+0000 mgr.x (mgr.34862) 87 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:34 smithi133 bash[15104]: cluster 2024-09-11T08:07:32.340763+0000 mgr.x (mgr.34862) 84 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:34 smithi133 bash[15104]: cephadm 2024-09-11T08:07:32.821850+0000 mgr.x (mgr.34862) 85 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:07:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:34 smithi133 bash[15104]: cluster 2024-09-11T08:07:32.822898+0000 mgr.x (mgr.34862) 86 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:34 smithi133 bash[15104]: cluster 2024-09-11T08:07:32.823449+0000 mgr.x (mgr.34862) 87 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:34 smithi133 bash[19346]: cluster 2024-09-11T08:07:32.340763+0000 mgr.x (mgr.34862) 84 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:34 smithi133 bash[19346]: cephadm 2024-09-11T08:07:32.821850+0000 mgr.x (mgr.34862) 85 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:07:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:34 smithi133 bash[19346]: cluster 2024-09-11T08:07:32.822898+0000 mgr.x (mgr.34862) 86 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:34 smithi133 bash[19346]: cluster 2024-09-11T08:07:32.823449+0000 mgr.x (mgr.34862) 87 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:36.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:36 smithi169 bash[14688]: cluster 2024-09-11T08:07:34.824204+0000 mgr.x (mgr.34862) 88 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:36.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:36 smithi133 bash[15104]: cluster 2024-09-11T08:07:34.824204+0000 mgr.x (mgr.34862) 88 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:36.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:36 smithi133 bash[19346]: cluster 2024-09-11T08:07:34.824204+0000 mgr.x (mgr.34862) 88 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:37 smithi169 bash[14688]: cluster 2024-09-11T08:07:36.825720+0000 mgr.x (mgr.34862) 89 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:37 smithi133 bash[15104]: cluster 2024-09-11T08:07:36.825720+0000 mgr.x (mgr.34862) 89 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:37.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:37 smithi133 bash[19346]: cluster 2024-09-11T08:07:36.825720+0000 mgr.x (mgr.34862) 89 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:40.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:40 smithi169 bash[14688]: cluster 2024-09-11T08:07:38.826454+0000 mgr.x (mgr.34862) 90 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:40.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:40 smithi133 bash[15104]: cluster 2024-09-11T08:07:38.826454+0000 mgr.x (mgr.34862) 90 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:40.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:40 smithi133 bash[19346]: cluster 2024-09-11T08:07:38.826454+0000 mgr.x (mgr.34862) 90 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:41.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:41.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:07:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:41.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:07:41.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:41.655Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:07:42.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:42 smithi169 bash[14688]: cluster 2024-09-11T08:07:40.827910+0000 mgr.x (mgr.34862) 91 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:42.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:42 smithi133 bash[15104]: cluster 2024-09-11T08:07:40.827910+0000 mgr.x (mgr.34862) 91 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:42.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:42 smithi133 bash[19346]: cluster 2024-09-11T08:07:40.827910+0000 mgr.x (mgr.34862) 91 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:44.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:44 smithi169 bash[14688]: cluster 2024-09-11T08:07:42.828608+0000 mgr.x (mgr.34862) 92 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:44.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:44 smithi133 bash[15104]: cluster 2024-09-11T08:07:42.828608+0000 mgr.x (mgr.34862) 92 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:44.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:44 smithi133 bash[19346]: cluster 2024-09-11T08:07:42.828608+0000 mgr.x (mgr.34862) 92 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:46.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:46 smithi169 bash[14688]: cluster 2024-09-11T08:07:44.829326+0000 mgr.x (mgr.34862) 93 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:46.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:46 smithi133 bash[15104]: cluster 2024-09-11T08:07:44.829326+0000 mgr.x (mgr.34862) 93 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:46.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:46 smithi133 bash[19346]: cluster 2024-09-11T08:07:44.829326+0000 mgr.x (mgr.34862) 93 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:48.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:48 smithi169 bash[14688]: cluster 2024-09-11T08:07:46.830834+0000 mgr.x (mgr.34862) 94 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:48.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:48 smithi133 bash[15104]: cluster 2024-09-11T08:07:46.830834+0000 mgr.x (mgr.34862) 94 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:48.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:48 smithi133 bash[19346]: cluster 2024-09-11T08:07:46.830834+0000 mgr.x (mgr.34862) 94 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:49.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:49 smithi169 bash[14688]: cluster 2024-09-11T08:07:48.831530+0000 mgr.x (mgr.34862) 95 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:49.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:49 smithi133 bash[15104]: cluster 2024-09-11T08:07:48.831530+0000 mgr.x (mgr.34862) 95 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:49.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:49 smithi133 bash[19346]: cluster 2024-09-11T08:07:48.831530+0000 mgr.x (mgr.34862) 95 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:51.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:51 smithi133 bash[19346]: cluster 2024-09-11T08:07:50.833110+0000 mgr.x (mgr.34862) 96 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:51.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:51 smithi133 bash[15104]: cluster 2024-09-11T08:07:50.833110+0000 mgr.x (mgr.34862) 96 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:51.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:07:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:51.655Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:07:51.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:07:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:07:51.655Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:07:52.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:51 smithi169 bash[14688]: cluster 2024-09-11T08:07:50.833110+0000 mgr.x (mgr.34862) 96 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:54.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:54 smithi169 bash[14688]: cluster 2024-09-11T08:07:52.833769+0000 mgr.x (mgr.34862) 97 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:54.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:54 smithi133 bash[19346]: cluster 2024-09-11T08:07:52.833769+0000 mgr.x (mgr.34862) 97 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:54.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:54 smithi133 bash[15104]: cluster 2024-09-11T08:07:52.833769+0000 mgr.x (mgr.34862) 97 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:56.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:56 smithi169 bash[14688]: cluster 2024-09-11T08:07:54.834460+0000 mgr.x (mgr.34862) 98 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:56.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:56 smithi133 bash[15104]: cluster 2024-09-11T08:07:54.834460+0000 mgr.x (mgr.34862) 98 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:56.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:56 smithi133 bash[19346]: cluster 2024-09-11T08:07:54.834460+0000 mgr.x (mgr.34862) 98 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:07:58.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:07:58 smithi169 bash[14688]: cluster 2024-09-11T08:07:56.835977+0000 mgr.x (mgr.34862) 99 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-09-11T08:07:58.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:07:58 smithi133 bash[15104]: cluster 2024-09-11T08:07:56.835977+0000 mgr.x (mgr.34862) 99 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-09-11T08:07:58.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:07:58 smithi133 bash[19346]: cluster 2024-09-11T08:07:56.835977+0000 mgr.x (mgr.34862) 99 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-09-11T08:08:00.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:00 smithi169 bash[14688]: cluster 2024-09-11T08:07:58.836690+0000 mgr.x (mgr.34862) 100 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-09-11T08:08:00.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:00 smithi133 bash[15104]: cluster 2024-09-11T08:07:58.836690+0000 mgr.x (mgr.34862) 100 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-09-11T08:08:00.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:00 smithi133 bash[19346]: cluster 2024-09-11T08:07:58.836690+0000 mgr.x (mgr.34862) 100 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-09-11T08:08:01.658 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:01 smithi133 bash[15104]: cluster 2024-09-11T08:08:00.838196+0000 mgr.x (mgr.34862) 101 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:01.658 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:01 smithi133 bash[19346]: cluster 2024-09-11T08:08:00.838196+0000 mgr.x (mgr.34862) 101 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:01.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:01 smithi169 bash[14688]: cluster 2024-09-11T08:08:00.838196+0000 mgr.x (mgr.34862) 101 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:01.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:01.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:08:01.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:01.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:08:01.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:01.656Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:08:04.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:04 smithi169 bash[14688]: cluster 2024-09-11T08:08:02.838902+0000 mgr.x (mgr.34862) 102 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:04.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:04 smithi133 bash[15104]: cluster 2024-09-11T08:08:02.838902+0000 mgr.x (mgr.34862) 102 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:04.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:04 smithi133 bash[19346]: cluster 2024-09-11T08:08:02.838902+0000 mgr.x (mgr.34862) 102 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:06.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:06 smithi169 bash[14688]: cluster 2024-09-11T08:08:04.839603+0000 mgr.x (mgr.34862) 103 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:06.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:06 smithi133 bash[15104]: cluster 2024-09-11T08:08:04.839603+0000 mgr.x (mgr.34862) 103 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:06.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:06 smithi133 bash[19346]: cluster 2024-09-11T08:08:04.839603+0000 mgr.x (mgr.34862) 103 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:08.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:08 smithi169 bash[14688]: cluster 2024-09-11T08:08:06.841091+0000 mgr.x (mgr.34862) 104 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:08.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:08 smithi133 bash[15104]: cluster 2024-09-11T08:08:06.841091+0000 mgr.x (mgr.34862) 104 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:08.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:08 smithi133 bash[19346]: cluster 2024-09-11T08:08:06.841091+0000 mgr.x (mgr.34862) 104 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:08:09.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:09 smithi133 bash[15104]: cluster 2024-09-11T08:08:08.842167+0000 mgr.x (mgr.34862) 105 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-09-11T08:08:09.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:09 smithi133 bash[19346]: cluster 2024-09-11T08:08:08.842167+0000 mgr.x (mgr.34862) 105 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-09-11T08:08:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:09 smithi169 bash[14688]: cluster 2024-09-11T08:08:08.842167+0000 mgr.x (mgr.34862) 105 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-09-11T08:08:11.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:11 smithi133 bash[19346]: cluster 2024-09-11T08:08:10.843721+0000 mgr.x (mgr.34862) 106 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-09-11T08:08:11.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:11 smithi133 bash[15104]: cluster 2024-09-11T08:08:10.843721+0000 mgr.x (mgr.34862) 106 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-09-11T08:08:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:11.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:08:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:11.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:08:11.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:11.656Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:08:12.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:11 smithi169 bash[14688]: cluster 2024-09-11T08:08:10.843721+0000 mgr.x (mgr.34862) 106 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-09-11T08:08:13.321 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:08:14.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:14 smithi169 bash[14688]: cluster 2024-09-11T08:08:12.844446+0000 mgr.x (mgr.34862) 107 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:14.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:14 smithi133 bash[15104]: cluster 2024-09-11T08:08:12.844446+0000 mgr.x (mgr.34862) 107 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:14 smithi133 bash[19346]: cluster 2024-09-11T08:08:12.844446+0000 mgr.x (mgr.34862) 107 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:15.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[15104]: audit 2024-09-11T08:08:14.379100+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[15104]: audit 2024-09-11T08:08:14.379757+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:08:15.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[15104]: audit 2024-09-11T08:08:14.380189+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[15104]: audit 2024-09-11T08:08:14.383952+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[15104]: audit 2024-09-11T08:08:14.385057+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:08:15.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[15104]: audit 2024-09-11T08:08:14.385661+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[15104]: cluster 2024-09-11T08:08:14.845150+0000 mgr.x (mgr.34862) 108 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:15.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[19346]: audit 2024-09-11T08:08:14.379100+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[19346]: audit 2024-09-11T08:08:14.379757+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:08:15.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[19346]: audit 2024-09-11T08:08:14.380189+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[19346]: audit 2024-09-11T08:08:14.383952+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[19346]: audit 2024-09-11T08:08:14.385057+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:08:15.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[19346]: audit 2024-09-11T08:08:14.385661+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:15 smithi133 bash[19346]: cluster 2024-09-11T08:08:14.845150+0000 mgr.x (mgr.34862) 108 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:15.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:15 smithi169 bash[14688]: audit 2024-09-11T08:08:14.379100+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:15 smithi169 bash[14688]: audit 2024-09-11T08:08:14.379757+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:08:15.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:15 smithi169 bash[14688]: audit 2024-09-11T08:08:14.380189+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:15 smithi169 bash[14688]: audit 2024-09-11T08:08:14.383952+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:15 smithi169 bash[14688]: audit 2024-09-11T08:08:14.385057+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:08:15.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:15 smithi169 bash[14688]: audit 2024-09-11T08:08:14.385661+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:08:15.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:15 smithi169 bash[14688]: cluster 2024-09-11T08:08:14.845150+0000 mgr.x (mgr.34862) 108 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:17.127 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:08:17.128 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (21m) 2m ago 22m 15.4M - 0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T08:08:17.128 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (21m) 2m ago 21m 26.9M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T08:08:17.128 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 2m ago 22m - - 2024-09-11T08:08:17.128 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 running (15m) 2m ago 27m 427M - 17.2.7-1623-gd0e6828a 4a918172a497 ce80e203df54 2024-09-11T08:08:17.128 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (9m) 2m ago 28m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:08:17.129 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (28m) 2m ago 29m 92.7M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:08:17.129 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (27m) 2m ago 27m 69.5M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:08:17.129 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (27m) 2m ago 27m 64.2M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:08:17.129 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (22m) 2m ago 22m 12.0M - 0.18.1 e5a616e4b9cf a3e335b83031 2024-09-11T08:08:17.129 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (22m) 2m ago 22m 12.0M - 0.18.1 e5a616e4b9cf 42d15393d125 2024-09-11T08:08:17.129 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (26m) 2m ago 26m 49.4M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:08:17.129 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (26m) 2m ago 26m 51.0M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:08:17.129 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (25m) 2m ago 25m 45.3M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:08:17.129 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (25m) 2m ago 25m 51.4M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:08:17.130 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (24m) 2m ago 24m 49.2M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:08:17.130 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (24m) 2m ago 24m 47.6M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:08:17.130 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (23m) 2m ago 24m 48.4M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:08:17.130 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (23m) 2m ago 23m 50.1M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:08:17.130 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (12m) 2m ago 22m 43.9M - 2.18.1 de242295e225 47801f54fbfb 2024-09-11T08:08:17.130 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (20m) 2m ago 20m 53.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:08:17.130 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (20m) 2m ago 20m 53.4M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:08:17.866 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:08:18.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: cluster 2024-09-11T08:08:16.847025+0000 mgr.x (mgr.34862) 109 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:18.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.088488+0000 mgr.x (mgr.34862) 110 : audit [DBG] from='client.25210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:18.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.094491+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:18.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.095764+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.096966+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.098194+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.099297+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.100396+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.106072+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.106888+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.107671+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.108402+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:17 smithi169 bash[14688]: audit 2024-09-11T08:08:17.109145+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: cluster 2024-09-11T08:08:16.847025+0000 mgr.x (mgr.34862) 109 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:18.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.088488+0000 mgr.x (mgr.34862) 110 : audit [DBG] from='client.25210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:18.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.094491+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:18.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.095764+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:18.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.096966+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.098194+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.099297+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.100396+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.106072+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:18.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.106888+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.107671+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.108402+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[15104]: audit 2024-09-11T08:08:17.109145+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: cluster 2024-09-11T08:08:16.847025+0000 mgr.x (mgr.34862) 109 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:18.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.088488+0000 mgr.x (mgr.34862) 110 : audit [DBG] from='client.25210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:18.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.094491+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:18.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.095764+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:18.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.096966+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.098194+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.099297+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.100396+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.106072+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:18.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.106888+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.107671+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.108402+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:18.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:17 smithi133 bash[19346]: audit 2024-09-11T08:08:17.109145+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:19.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:19 smithi133 bash[15104]: cluster 2024-09-11T08:08:18.847747+0000 mgr.x (mgr.34862) 111 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:19.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:19 smithi133 bash[19346]: cluster 2024-09-11T08:08:18.847747+0000 mgr.x (mgr.34862) 111 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:19.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:19 smithi169 bash[14688]: cluster 2024-09-11T08:08:18.847747+0000 mgr.x (mgr.34862) 111 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:21.543 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:08:21.543 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:08:21.543 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:08:21.543 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:08:21.543 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:08:21.543 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:08:21.543 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:08:21.543 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:08:21.543 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:08:21.544 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:08:21.912 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:21.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:08:21.913 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:21.656Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:08:21.913 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:21.656Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:08:22.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:21 smithi169 bash[14688]: cluster 2024-09-11T08:08:20.849205+0000 mgr.x (mgr.34862) 112 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:22.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:21 smithi169 bash[14688]: audit 2024-09-11T08:08:21.540647+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.133:0/2510886807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:08:22.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:21 smithi133 bash[15104]: cluster 2024-09-11T08:08:20.849205+0000 mgr.x (mgr.34862) 112 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:22.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:21 smithi133 bash[15104]: audit 2024-09-11T08:08:21.540647+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.133:0/2510886807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:08:22.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:21 smithi133 bash[19346]: cluster 2024-09-11T08:08:20.849205+0000 mgr.x (mgr.34862) 112 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:22.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:21 smithi133 bash[19346]: audit 2024-09-11T08:08:21.540647+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.133:0/2510886807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:08:22.264 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-11T08:08:24.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:24 smithi169 bash[14688]: cluster 2024-09-11T08:08:22.849854+0000 mgr.x (mgr.34862) 113 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:24.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:24 smithi133 bash[15104]: cluster 2024-09-11T08:08:22.849854+0000 mgr.x (mgr.34862) 113 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:24.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:24 smithi133 bash[19346]: cluster 2024-09-11T08:08:22.849854+0000 mgr.x (mgr.34862) 113 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:25.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:25 smithi169 bash[14688]: cluster 2024-09-11T08:08:24.850685+0000 mgr.x (mgr.34862) 114 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:25.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:25 smithi133 bash[15104]: cluster 2024-09-11T08:08:24.850685+0000 mgr.x (mgr.34862) 114 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:25.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:25 smithi133 bash[19346]: cluster 2024-09-11T08:08:24.850685+0000 mgr.x (mgr.34862) 114 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:26.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:26 smithi133 bash[15104]: audit 2024-09-11T08:08:25.922999+0000 mgr.x (mgr.34862) 115 : audit [DBG] from='client.25222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:26.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:26 smithi133 bash[19346]: audit 2024-09-11T08:08:25.922999+0000 mgr.x (mgr.34862) 115 : audit [DBG] from='client.25222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:26.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:26 smithi169 bash[14688]: audit 2024-09-11T08:08:25.922999+0000 mgr.x (mgr.34862) 115 : audit [DBG] from='client.25222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:27.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:27 smithi133 bash[15104]: cluster 2024-09-11T08:08:26.852157+0000 mgr.x (mgr.34862) 116 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:27.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:27 smithi133 bash[19346]: cluster 2024-09-11T08:08:26.852157+0000 mgr.x (mgr.34862) 116 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:27.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:27 smithi169 bash[14688]: cluster 2024-09-11T08:08:26.852157+0000 mgr.x (mgr.34862) 116 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:28.181 INFO:teuthology.orchestra.run.smithi133.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:08:29.136 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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 ; sleep 30 ; done' 2024-09-11T08:08:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[15104]: cephadm 2024-09-11T08:08:28.166144+0000 mgr.x (mgr.34862) 117 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:08:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[15104]: audit 2024-09-11T08:08:28.176880+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[15104]: audit 2024-09-11T08:08:28.177905+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[15104]: audit 2024-09-11T08:08:28.178676+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:08:29.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[15104]: cephadm 2024-09-11T08:08:28.180084+0000 mgr.x (mgr.34862) 118 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:08:29.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[15104]: cluster 2024-09-11T08:08:28.181137+0000 mgr.x (mgr.34862) 119 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:29.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[15104]: cluster 2024-09-11T08:08:28.181554+0000 mgr.x (mgr.34862) 120 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:29.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[15104]: audit 2024-09-11T08:08:28.194186+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:29.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[15104]: cephadm 2024-09-11T08:08:28.246956+0000 mgr.x (mgr.34862) 121 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:08:29.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[19346]: cephadm 2024-09-11T08:08:28.166144+0000 mgr.x (mgr.34862) 117 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:08:29.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[19346]: audit 2024-09-11T08:08:28.176880+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:29.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[19346]: audit 2024-09-11T08:08:28.177905+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:29.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[19346]: audit 2024-09-11T08:08:28.178676+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:08:29.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[19346]: cephadm 2024-09-11T08:08:28.180084+0000 mgr.x (mgr.34862) 118 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:08:29.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[19346]: cluster 2024-09-11T08:08:28.181137+0000 mgr.x (mgr.34862) 119 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:29.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[19346]: cluster 2024-09-11T08:08:28.181554+0000 mgr.x (mgr.34862) 120 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:29.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[19346]: audit 2024-09-11T08:08:28.194186+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:29.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:29 smithi133 bash[19346]: cephadm 2024-09-11T08:08:28.246956+0000 mgr.x (mgr.34862) 121 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:08:29.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:29 smithi169 bash[14688]: cephadm 2024-09-11T08:08:28.166144+0000 mgr.x (mgr.34862) 117 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:08:29.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:29 smithi169 bash[14688]: audit 2024-09-11T08:08:28.176880+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:29.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:29 smithi169 bash[14688]: audit 2024-09-11T08:08:28.177905+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:29.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:29 smithi169 bash[14688]: audit 2024-09-11T08:08:28.178676+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:08:29.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:29 smithi169 bash[14688]: cephadm 2024-09-11T08:08:28.180084+0000 mgr.x (mgr.34862) 118 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:08:29.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:29 smithi169 bash[14688]: cluster 2024-09-11T08:08:28.181137+0000 mgr.x (mgr.34862) 119 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:29.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:29 smithi169 bash[14688]: cluster 2024-09-11T08:08:28.181554+0000 mgr.x (mgr.34862) 120 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:29.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:29 smithi169 bash[14688]: audit 2024-09-11T08:08:28.194186+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:29.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:29 smithi169 bash[14688]: cephadm 2024-09-11T08:08:28.246956+0000 mgr.x (mgr.34862) 121 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:08:31.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:31 smithi133 bash[15104]: cluster 2024-09-11T08:08:30.182868+0000 mgr.x (mgr.34862) 122 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:31.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:31 smithi133 bash[19346]: cluster 2024-09-11T08:08:30.182868+0000 mgr.x (mgr.34862) 122 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:31.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:31 smithi169 bash[14688]: cluster 2024-09-11T08:08:30.182868+0000 mgr.x (mgr.34862) 122 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:31.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:31.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:08:31.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:31.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:08:31.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:31.657Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:08:33.178 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[27590]: debug 2024-09-11T08:08:32.791+0000 7fb065f86640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:08:33.178 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[27590]: ignoring --setuser ceph since I am not root 2024-09-11T08:08:33.178 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[27590]: ignoring --setgroup ceph since I am not root 2024-09-11T08:08:33.178 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[27590]: debug 2024-09-11T08:08:32.839+0000 7feb6d3be640 1 -- 172.21.15.169:0/106818784 <== mon.2 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558c2a36a340 con 0x558c2a377000 2024-09-11T08:08:33.178 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[27590]: debug 2024-09-11T08:08:32.963+0000 7feb6fc18ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:08:33.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: cephadm 2024-09-11T08:08:31.766912+0000 mgr.x (mgr.34862) 123 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:08:33.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: cephadm 2024-09-11T08:08:31.767074+0000 mgr.x (mgr.34862) 124 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:08:33.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: audit 2024-09-11T08:08:31.769224+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:08:33.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: audit 2024-09-11T08:08:31.769380+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: cephadm 2024-09-11T08:08:31.781689+0000 mgr.x (mgr.34862) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:08:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: cephadm 2024-09-11T08:08:31.782963+0000 mgr.x (mgr.34862) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:08:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: audit 2024-09-11T08:08:31.783344+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: cephadm 2024-09-11T08:08:31.789685+0000 mgr.x (mgr.34862) 127 : cephadm [INF] Failing over to other MGR 2024-09-11T08:08:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: audit 2024-09-11T08:08:31.790259+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:08:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: audit 2024-09-11T08:08:31.794643+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:08:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: cluster 2024-09-11T08:08:31.809411+0000 mon.a (mon.0) 990 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T08:08:33.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:32 smithi169 bash[14688]: cluster 2024-09-11T08:08:32.558063+0000 mon.a (mon.0) 991 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:08:33.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: cephadm 2024-09-11T08:08:31.766912+0000 mgr.x (mgr.34862) 123 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:08:33.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: cephadm 2024-09-11T08:08:31.767074+0000 mgr.x (mgr.34862) 124 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:08:33.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: audit 2024-09-11T08:08:31.769224+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: audit 2024-09-11T08:08:31.769380+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: cephadm 2024-09-11T08:08:31.781689+0000 mgr.x (mgr.34862) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: cephadm 2024-09-11T08:08:31.782963+0000 mgr.x (mgr.34862) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: audit 2024-09-11T08:08:31.783344+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: cephadm 2024-09-11T08:08:31.789685+0000 mgr.x (mgr.34862) 127 : cephadm [INF] Failing over to other MGR 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: audit 2024-09-11T08:08:31.790259+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: audit 2024-09-11T08:08:31.794643+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: cluster 2024-09-11T08:08:31.809411+0000 mon.a (mon.0) 990 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[19346]: cluster 2024-09-11T08:08:32.558063+0000 mon.a (mon.0) 991 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: cephadm 2024-09-11T08:08:31.766912+0000 mgr.x (mgr.34862) 123 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: cephadm 2024-09-11T08:08:31.767074+0000 mgr.x (mgr.34862) 124 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:08:33.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: audit 2024-09-11T08:08:31.769224+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:08:33.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: audit 2024-09-11T08:08:31.769380+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:33.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: cephadm 2024-09-11T08:08:31.781689+0000 mgr.x (mgr.34862) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:08:33.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: cephadm 2024-09-11T08:08:31.782963+0000 mgr.x (mgr.34862) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:08:33.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: audit 2024-09-11T08:08:31.783344+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34862 ' entity='mgr.x' 2024-09-11T08:08:33.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: cephadm 2024-09-11T08:08:31.789685+0000 mgr.x (mgr.34862) 127 : cephadm [INF] Failing over to other MGR 2024-09-11T08:08:33.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: audit 2024-09-11T08:08:31.790259+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34862 172.21.15.169:0/2739845350' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:08:33.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: audit 2024-09-11T08:08:31.794643+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:08:33.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: cluster 2024-09-11T08:08:31.809411+0000 mon.a (mon.0) 990 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T08:08:33.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:32 smithi133 bash[15104]: cluster 2024-09-11T08:08:32.558063+0000 mon.a (mon.0) 991 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:08:34.002 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:33 smithi169 bash[14688]: audit 2024-09-11T08:08:32.794040+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:08:34.002 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:33 smithi169 bash[14688]: cluster 2024-09-11T08:08:32.794154+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e31: y(active, starting, since 0.998566s), standbys: x 2024-09-11T08:08:34.002 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:33 smithi169 bash[27590]: debug 2024-09-11T08:08:33.707+0000 7feb6fc18ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:08:34.002 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:33 smithi169 bash[27590]: debug 2024-09-11T08:08:33.775+0000 7feb6fc18ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:08:34.002 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:33 smithi169 bash[27590]: debug 2024-09-11T08:08:33.843+0000 7feb6fc18ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:08:34.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:33 smithi133 bash[15104]: audit 2024-09-11T08:08:32.794040+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:08:34.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:33 smithi133 bash[15104]: cluster 2024-09-11T08:08:32.794154+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e31: y(active, starting, since 0.998566s), standbys: x 2024-09-11T08:08:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:33 smithi133 bash[19346]: audit 2024-09-11T08:08:32.794040+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.34862 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:08:34.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:33 smithi133 bash[19346]: cluster 2024-09-11T08:08:32.794154+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e31: y(active, starting, since 0.998566s), standbys: x 2024-09-11T08:08:34.312 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:33 smithi169 bash[27590]: debug 2024-09-11T08:08:33.991+0000 7feb6fc18ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:08:34.312 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:34 smithi169 bash[27590]: debug 2024-09-11T08:08:34.239+0000 7feb6fc18ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:08:34.678 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:34 smithi169 bash[27590]: debug 2024-09-11T08:08:34.303+0000 7feb6fc18ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:08:34.678 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:34 smithi169 bash[27590]: debug 2024-09-11T08:08:34.435+0000 7feb6fc18ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:08:35.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:35 smithi169 bash[27590]: debug 2024-09-11T08:08:35.063+0000 7feb6fc18ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:08:35.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:35 smithi169 bash[27590]: debug 2024-09-11T08:08:35.135+0000 7feb6fc18ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:08:35.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:35 smithi169 bash[27590]: debug 2024-09-11T08:08:35.211+0000 7feb6fc18ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:08:35.928 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:35 smithi169 bash[27590]: debug 2024-09-11T08:08:35.491+0000 7feb6fc18ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:08:35.928 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:35 smithi169 bash[27590]: debug 2024-09-11T08:08:35.627+0000 7feb6fc18ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:08:36.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:35 smithi169 bash[27590]: debug 2024-09-11T08:08:35.935+0000 7feb6fc18ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:08:36.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:36 smithi169 bash[27590]: debug 2024-09-11T08:08:36.151+0000 7feb6fc18ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:08:36.859 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:36 smithi169 bash[27590]: debug 2024-09-11T08:08:36.567+0000 7feb6fc18ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:08:36.859 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:36 smithi169 bash[27590]: debug 2024-09-11T08:08:36.627+0000 7feb6fc18ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:08:36.859 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:36 smithi169 bash[27590]: debug 2024-09-11T08:08:36.691+0000 7feb6fc18ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:08:36.859 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:36 smithi169 bash[27590]: debug 2024-09-11T08:08:36.783+0000 7feb6fc18ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:08:36.859 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:36 smithi169 bash[27590]: debug 2024-09-11T08:08:36.851+0000 7feb6fc18ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:08:37.155 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:36 smithi169 bash[27590]: debug 2024-09-11T08:08:36.923+0000 7feb6fc18ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:08:37.155 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:37 smithi169 bash[27590]: debug 2024-09-11T08:08:37.071+0000 7feb6fc18ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:08:37.427 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:37 smithi169 bash[27590]: debug 2024-09-11T08:08:37.147+0000 7feb6fc18ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:08:38.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:38 smithi169 bash[27590]: debug 2024-09-11T08:08:38.095+0000 7feb6fc18ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:08:38.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:38 smithi169 bash[14688]: cluster 2024-09-11T08:08:38.129107+0000 mon.a (mon.0) 994 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:08:38.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:38 smithi169 bash[14688]: cluster 2024-09-11T08:08:38.129355+0000 mon.a (mon.0) 995 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:08:38.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:38 smithi169 bash[14688]: audit 2024-09-11T08:08:38.130116+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:08:38.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:38 smithi169 bash[14688]: audit 2024-09-11T08:08:38.131269+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:08:38.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:38 smithi169 bash[14688]: audit 2024-09-11T08:08:38.133253+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:08:38.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:38 smithi169 bash[14688]: audit 2024-09-11T08:08:38.134208+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:08:38.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[15104]: cluster 2024-09-11T08:08:38.129107+0000 mon.a (mon.0) 994 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[15104]: cluster 2024-09-11T08:08:38.129355+0000 mon.a (mon.0) 995 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[15104]: audit 2024-09-11T08:08:38.130116+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[15104]: audit 2024-09-11T08:08:38.131269+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[15104]: audit 2024-09-11T08:08:38.133253+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[15104]: audit 2024-09-11T08:08:38.134208+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[19346]: cluster 2024-09-11T08:08:38.129107+0000 mon.a (mon.0) 994 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[19346]: cluster 2024-09-11T08:08:38.129355+0000 mon.a (mon.0) 995 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[19346]: audit 2024-09-11T08:08:38.130116+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[19346]: audit 2024-09-11T08:08:38.131269+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[19346]: audit 2024-09-11T08:08:38.133253+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:08:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:38 smithi133 bash[19346]: audit 2024-09-11T08:08:38.134208+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.169:0/1933494992' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:08:39.557 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: cluster 2024-09-11T08:08:38.196730+0000 mon.a (mon.0) 996 : cluster [DBG] mgrmap e32: y(active, starting, since 6s), standbys: x 2024-09-11T08:08:39.558 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.197575+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:08:39.558 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.197929+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:08:39.558 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.798837+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:08:39.558 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.799475+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:08:39.558 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.800101+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:08:39.558 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.804170+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:08:39.559 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.804836+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:08:39.559 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.805536+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:08:39.559 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.806256+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:08:39.559 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.806896+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:08:39.559 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.807387+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:08:39.559 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.807889+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:08:39.559 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.808388+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:08:39.559 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.808927+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:08:39.559 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.809328+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:08:39.560 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.810236+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:08:39.560 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.811937+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:08:39.560 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.813380+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:08:39.560 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.813890+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:08:39.560 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.814381+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:08:39.560 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.814885+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:08:39.560 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.815345+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:08:39.561 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.815792+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:08:39.561 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.816274+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:08:39.561 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.816763+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:08:39.561 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.817286+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:08:39.561 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.817750+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:08:39.561 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.818267+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:08:39.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.818753+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:08:39.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.819212+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:08:39.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.819671+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:08:39.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.820164+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:08:39.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.820671+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:08:39.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.821142+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:08:39.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.821642+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:08:39.563 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.822143+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:08:39.563 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.822653+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:08:39.563 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.823146+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:08:39.563 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.823654+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:08:39.563 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.824158+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:08:39.563 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.824672+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:08:39.563 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.825191+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:08:39.563 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.825705+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:08:39.564 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.826223+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:08:39.564 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.826751+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:08:39.564 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.827320+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:08:39.564 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.827843+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:08:39.564 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.828346+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:08:39.564 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.828896+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:08:39.565 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.829446+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:08:39.565 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[15104]: audit 2024-09-11T08:08:38.829996+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:08:39.565 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: cluster 2024-09-11T08:08:38.196730+0000 mon.a (mon.0) 996 : cluster [DBG] mgrmap e32: y(active, starting, since 6s), standbys: x 2024-09-11T08:08:39.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.197575+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:08:39.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.197929+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:08:39.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.798837+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:08:39.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.799475+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:08:39.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.800101+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:08:39.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.804170+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:08:39.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.804836+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:08:39.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.805536+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:08:39.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.806256+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:08:39.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.806896+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:08:39.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.807387+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:08:39.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.807889+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:08:39.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.808388+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:08:39.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.808927+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:08:39.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.809328+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:08:39.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.810236+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:08:39.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.811937+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:08:39.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.813380+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:08:39.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.813890+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:08:39.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.814381+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:08:39.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.814885+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:08:39.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.815345+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:08:39.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.815792+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:08:39.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.816274+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:08:39.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.816763+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:08:39.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.817286+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:08:39.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.817750+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:08:39.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.818267+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:08:39.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.818753+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:08:39.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.819212+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:08:39.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.819671+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:08:39.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.820164+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:08:39.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.820671+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:08:39.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.821142+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:08:39.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.821642+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:08:39.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.822143+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:08:39.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.822653+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:08:39.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.823146+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:08:39.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.823654+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:08:39.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.824158+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:08:39.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.824672+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:08:39.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.825191+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:08:39.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.825705+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:08:39.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.826223+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:08:39.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.826751+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:08:39.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.827320+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:08:39.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.827843+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:08:39.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.828346+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:08:39.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.828896+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:08:39.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.829446+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:08:39.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:39 smithi133 bash[19346]: audit 2024-09-11T08:08:38.829996+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:08:39.573 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: cluster 2024-09-11T08:08:38.196730+0000 mon.a (mon.0) 996 : cluster [DBG] mgrmap e32: y(active, starting, since 6s), standbys: x 2024-09-11T08:08:39.573 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.197575+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:08:39.573 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.197929+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.? 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:08:39.574 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.798837+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:08:39.574 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.799475+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:08:39.574 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.800101+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:08:39.574 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.804170+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:08:39.574 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.804836+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:08:39.574 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.805536+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:08:39.574 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.806256+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:08:39.575 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.806896+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:08:39.575 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.807387+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:08:39.575 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.807889+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:08:39.575 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.808388+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:08:39.575 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.808927+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:08:39.575 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.809328+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:08:39.575 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.810236+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:08:39.575 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.811937+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.813380+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.813890+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.814381+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.814885+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.815345+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.815792+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.816274+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.816763+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.817286+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.817750+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:08:39.576 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.818267+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.818753+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.819212+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.819671+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.820164+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.820671+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.821142+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.821642+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.822143+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.822653+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.823146+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.823654+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.824158+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:08:39.577 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.824672+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.825191+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.825705+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.826223+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.826751+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.827320+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.827843+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.828346+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.828896+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.829446+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:08:39.578 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:39 smithi169 bash[14688]: audit 2024-09-11T08:08:38.829996+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:08:40.242 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:08:40.498 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[15104]: cluster 2024-09-11T08:08:39.231800+0000 mon.a (mon.0) 1048 : cluster [INF] Manager daemon y is now available 2024-09-11T08:08:40.498 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[15104]: audit 2024-09-11T08:08:39.316925+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:08:40.498 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[15104]: audit 2024-09-11T08:08:39.333167+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:08:40.499 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[15104]: audit 2024-09-11T08:08:39.610689+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:40.499 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[15104]: audit 2024-09-11T08:08:39.620103+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:40.499 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[19346]: cluster 2024-09-11T08:08:39.231800+0000 mon.a (mon.0) 1048 : cluster [INF] Manager daemon y is now available 2024-09-11T08:08:40.499 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[19346]: audit 2024-09-11T08:08:39.316925+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:08:40.499 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[19346]: audit 2024-09-11T08:08:39.333167+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:08:40.499 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[19346]: audit 2024-09-11T08:08:39.610689+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:40.499 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[19346]: audit 2024-09-11T08:08:39.620103+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:40.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:40 smithi169 bash[14688]: cluster 2024-09-11T08:08:39.231800+0000 mon.a (mon.0) 1048 : cluster [INF] Manager daemon y is now available 2024-09-11T08:08:40.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:40 smithi169 bash[14688]: audit 2024-09-11T08:08:39.316925+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:08:40.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:40 smithi169 bash[14688]: audit 2024-09-11T08:08:39.333167+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:08:40.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:40 smithi169 bash[14688]: audit 2024-09-11T08:08:39.610689+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:40.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:40 smithi169 bash[14688]: audit 2024-09-11T08:08:39.620103+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:40.905 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:08:40.905 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (21m) 3m ago 22m 15.4M - 0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T08:08:40.905 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (22m) 3m ago 22m 26.9M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T08:08:40.905 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 3m ago 23m - - 2024-09-11T08:08:40.905 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 running (16m) 3m ago 27m 427M - 17.2.7-1623-gd0e6828a 4a918172a497 ce80e203df54 2024-09-11T08:08:40.905 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (9m) 3m ago 29m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:08:40.905 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (29m) 3m ago 29m 92.7M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:08:40.905 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (27m) 3m ago 27m 69.5M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (28m) 3m ago 28m 64.2M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (22m) 3m ago 22m 12.0M - 0.18.1 e5a616e4b9cf a3e335b83031 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (22m) 3m ago 22m 12.0M - 0.18.1 e5a616e4b9cf 42d15393d125 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (27m) 3m ago 27m 49.4M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (26m) 3m ago 26m 51.0M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (26m) 3m ago 26m 45.3M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (25m) 3m ago 25m 51.4M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (25m) 3m ago 25m 49.2M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (24m) 3m ago 24m 47.6M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (24m) 3m ago 24m 48.4M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (23m) 3m ago 23m 50.1M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (13m) 3m ago 22m 43.9M - 2.18.1 de242295e225 47801f54fbfb 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (20m) 3m ago 20m 53.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:08:40.906 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (20m) 3m ago 20m 53.4M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:08:40.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: debug 2024-09-11T08:08:40.495+0000 7f088bf3d640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:08:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:08:40.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: Traceback (most recent call last): 2024-09-11T08:08:40.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:08:40.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: self._connections.run(self.expiration_interval) 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: self._run(expiration_interval) 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: s = self.context.wrap_socket( 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: return self.sslsocket_class._create( 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: self.do_handshake() 2024-09-11T08:08:40.950 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:08:40.951 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: self._sslobj.do_handshake() 2024-09-11T08:08:40.951 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:08:40 smithi133 bash[40980]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:08:41.322 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:08:41.322 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:08:41.322 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:08:41.322 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:08:41.322 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:08:41.323 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:08:41.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: cluster 2024-09-11T08:08:40.223173+0000 mon.a (mon.0) 1053 : cluster [DBG] mgrmap e33: y(active, since 8s), standbys: x 2024-09-11T08:08:41.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.225425+0000 mgr.y (mgr.15138) 1 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:41.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: cluster 2024-09-11T08:08:40.232687+0000 mgr.y (mgr.15138) 2 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:41.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.501987+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:41.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.883357+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:41.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.884049+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:41.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.884678+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.885307+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.885921+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.886524+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.890153+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.890759+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.891368+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.891928+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[19346]: audit 2024-09-11T08:08:40.892515+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: cluster 2024-09-11T08:08:40.223173+0000 mon.a (mon.0) 1053 : cluster [DBG] mgrmap e33: y(active, since 8s), standbys: x 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.225425+0000 mgr.y (mgr.15138) 1 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: cluster 2024-09-11T08:08:40.232687+0000 mgr.y (mgr.15138) 2 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:41.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.501987+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.883357+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.884049+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.884678+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.885307+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.885921+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.886524+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.890153+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.890759+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.891368+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.891928+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[15104]: audit 2024-09-11T08:08:40.892515+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.667 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:08:41.667 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:08:41.667 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:08:41.668 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:08:41.668 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-09-11T08:08:41.668 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-09-11T08:08:41.668 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T08:08:41.668 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:08:41.668 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-09-11T08:08:41.668 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:08:41.668 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:08:41.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: cluster 2024-09-11T08:08:40.223173+0000 mon.a (mon.0) 1053 : cluster [DBG] mgrmap e33: y(active, since 8s), standbys: x 2024-09-11T08:08:41.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.225425+0000 mgr.y (mgr.15138) 1 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:41.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: cluster 2024-09-11T08:08:40.232687+0000 mgr.y (mgr.15138) 2 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:41.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.501987+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:41.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.883357+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:41.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.884049+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:41.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.884678+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.885307+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.885921+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.886524+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.890153+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:08:41.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.890759+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.891368+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.891928+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:41 smithi169 bash[14688]: audit 2024-09-11T08:08:40.892515+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:41.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:41.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: dial tcp 172.21.15.169:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-11T08:08:41.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:41.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:08:41.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:41.657Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: dial tcp 172.21.15.169:8443: connect: connection refused; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:08:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: cephadm 2024-09-11T08:08:40.369067+0000 mgr.y (mgr.15138) 3 : cephadm [INF] [11/Sep/2024:08:08:40] ENGINE Bus STARTING 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: cephadm 2024-09-11T08:08:40.493313+0000 mgr.y (mgr.15138) 4 : cephadm [INF] [11/Sep/2024:08:08:40] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: cephadm 2024-09-11T08:08:40.493686+0000 mgr.y (mgr.15138) 5 : cephadm [INF] [11/Sep/2024:08:08:40] ENGINE Bus STARTED 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: cephadm 2024-09-11T08:08:40.496827+0000 mgr.y (mgr.15138) 6 : cephadm [ERR] [11/Sep/2024:08:08:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: Traceback (most recent call last): 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: self._connections.run(self.expiration_interval) 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: self._run(expiration_interval) 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:08:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: s = self.context.wrap_socket( 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: return self.sslsocket_class._create( 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: self.do_handshake() 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: self._sslobj.do_handshake() 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: audit 2024-09-11T08:08:40.564958+0000 mgr.y (mgr.15138) 7 : audit [DBG] from='client.25258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: cluster 2024-09-11T08:08:40.806858+0000 mgr.y (mgr.15138) 8 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:42.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: audit 2024-09-11T08:08:40.880614+0000 mgr.y (mgr.15138) 9 : audit [DBG] from='client.25264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:42.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: cluster 2024-09-11T08:08:41.214810+0000 mon.a (mon.0) 1066 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:08:42.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: cluster 2024-09-11T08:08:41.214901+0000 mon.a (mon.0) 1067 : cluster [INF] Cluster is now healthy 2024-09-11T08:08:42.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:42 smithi169 bash[14688]: audit 2024-09-11T08:08:41.320315+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.133:0/3512923018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:08:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: cephadm 2024-09-11T08:08:40.369067+0000 mgr.y (mgr.15138) 3 : cephadm [INF] [11/Sep/2024:08:08:40] ENGINE Bus STARTING 2024-09-11T08:08:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: cephadm 2024-09-11T08:08:40.493313+0000 mgr.y (mgr.15138) 4 : cephadm [INF] [11/Sep/2024:08:08:40] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:08:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: cephadm 2024-09-11T08:08:40.493686+0000 mgr.y (mgr.15138) 5 : cephadm [INF] [11/Sep/2024:08:08:40] ENGINE Bus STARTED 2024-09-11T08:08:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: cephadm 2024-09-11T08:08:40.496827+0000 mgr.y (mgr.15138) 6 : cephadm [ERR] [11/Sep/2024:08:08:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:08:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: Traceback (most recent call last): 2024-09-11T08:08:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:08:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: self._connections.run(self.expiration_interval) 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: self._run(expiration_interval) 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: s = self.context.wrap_socket( 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: return self.sslsocket_class._create( 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:08:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: self.do_handshake() 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: self._sslobj.do_handshake() 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: audit 2024-09-11T08:08:40.564958+0000 mgr.y (mgr.15138) 7 : audit [DBG] from='client.25258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: cluster 2024-09-11T08:08:40.806858+0000 mgr.y (mgr.15138) 8 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: audit 2024-09-11T08:08:40.880614+0000 mgr.y (mgr.15138) 9 : audit [DBG] from='client.25264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: cluster 2024-09-11T08:08:41.214810+0000 mon.a (mon.0) 1066 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: cluster 2024-09-11T08:08:41.214901+0000 mon.a (mon.0) 1067 : cluster [INF] Cluster is now healthy 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[15104]: audit 2024-09-11T08:08:41.320315+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.133:0/3512923018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: cephadm 2024-09-11T08:08:40.369067+0000 mgr.y (mgr.15138) 3 : cephadm [INF] [11/Sep/2024:08:08:40] ENGINE Bus STARTING 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: cephadm 2024-09-11T08:08:40.493313+0000 mgr.y (mgr.15138) 4 : cephadm [INF] [11/Sep/2024:08:08:40] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:08:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: cephadm 2024-09-11T08:08:40.493686+0000 mgr.y (mgr.15138) 5 : cephadm [INF] [11/Sep/2024:08:08:40] ENGINE Bus STARTED 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: cephadm 2024-09-11T08:08:40.496827+0000 mgr.y (mgr.15138) 6 : cephadm [ERR] [11/Sep/2024:08:08:40] ENGINE Error in HTTPServer.serve 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: Traceback (most recent call last): 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: self._connections.run(self.expiration_interval) 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: self._run(expiration_interval) 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: s = self.context.wrap_socket( 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:08:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: return self.sslsocket_class._create( 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: self.do_handshake() 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: self._sslobj.do_handshake() 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: audit 2024-09-11T08:08:40.564958+0000 mgr.y (mgr.15138) 7 : audit [DBG] from='client.25258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: cluster 2024-09-11T08:08:40.806858+0000 mgr.y (mgr.15138) 8 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: audit 2024-09-11T08:08:40.880614+0000 mgr.y (mgr.15138) 9 : audit [DBG] from='client.25264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: cluster 2024-09-11T08:08:41.214810+0000 mon.a (mon.0) 1066 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: cluster 2024-09-11T08:08:41.214901+0000 mon.a (mon.0) 1067 : cluster [INF] Cluster is now healthy 2024-09-11T08:08:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:42 smithi133 bash[19346]: audit 2024-09-11T08:08:41.320315+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.133:0/3512923018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:08:43.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:43 smithi169 bash[14688]: audit 2024-09-11T08:08:41.665693+0000 mgr.y (mgr.15138) 10 : audit [DBG] from='client.15351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:43.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:43 smithi169 bash[14688]: cluster 2024-09-11T08:08:42.245450+0000 mon.a (mon.0) 1068 : cluster [DBG] mgrmap e34: y(active, since 10s), standbys: x 2024-09-11T08:08:43.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:43 smithi169 bash[14688]: cluster 2024-09-11T08:08:42.807624+0000 mgr.y (mgr.15138) 11 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:43 smithi133 bash[15104]: audit 2024-09-11T08:08:41.665693+0000 mgr.y (mgr.15138) 10 : audit [DBG] from='client.15351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:43 smithi133 bash[15104]: cluster 2024-09-11T08:08:42.245450+0000 mon.a (mon.0) 1068 : cluster [DBG] mgrmap e34: y(active, since 10s), standbys: x 2024-09-11T08:08:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:43 smithi133 bash[15104]: cluster 2024-09-11T08:08:42.807624+0000 mgr.y (mgr.15138) 11 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:43 smithi133 bash[19346]: audit 2024-09-11T08:08:41.665693+0000 mgr.y (mgr.15138) 10 : audit [DBG] from='client.15351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:08:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:43 smithi133 bash[19346]: cluster 2024-09-11T08:08:42.245450+0000 mon.a (mon.0) 1068 : cluster [DBG] mgrmap e34: y(active, since 10s), standbys: x 2024-09-11T08:08:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:43 smithi133 bash[19346]: cluster 2024-09-11T08:08:42.807624+0000 mgr.y (mgr.15138) 11 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:45 smithi169 bash[14688]: cluster 2024-09-11T08:08:44.279305+0000 mon.a (mon.0) 1069 : cluster [DBG] mgrmap e35: y(active, since 12s), standbys: x 2024-09-11T08:08:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:45 smithi169 bash[14688]: cluster 2024-09-11T08:08:44.808136+0000 mgr.y (mgr.15138) 12 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:45.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:45 smithi133 bash[15104]: cluster 2024-09-11T08:08:44.279305+0000 mon.a (mon.0) 1069 : cluster [DBG] mgrmap e35: y(active, since 12s), standbys: x 2024-09-11T08:08:45.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:45 smithi133 bash[15104]: cluster 2024-09-11T08:08:44.808136+0000 mgr.y (mgr.15138) 12 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:45 smithi133 bash[19346]: cluster 2024-09-11T08:08:44.279305+0000 mon.a (mon.0) 1069 : cluster [DBG] mgrmap e35: y(active, since 12s), standbys: x 2024-09-11T08:08:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:45 smithi133 bash[19346]: cluster 2024-09-11T08:08:44.808136+0000 mgr.y (mgr.15138) 12 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:08:46.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:46 smithi169 bash[14688]: audit 2024-09-11T08:08:45.914397+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:46.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:46 smithi169 bash[14688]: audit 2024-09-11T08:08:45.921871+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:46 smithi169 bash[14688]: audit 2024-09-11T08:08:45.932298+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:46 smithi169 bash[14688]: audit 2024-09-11T08:08:46.123894+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:46.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:46 smithi169 bash[14688]: audit 2024-09-11T08:08:46.129215+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:46 smithi169 bash[14688]: audit 2024-09-11T08:08:46.136518+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[15104]: audit 2024-09-11T08:08:45.914397+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[15104]: audit 2024-09-11T08:08:45.921871+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[15104]: audit 2024-09-11T08:08:45.932298+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[15104]: audit 2024-09-11T08:08:46.123894+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[15104]: audit 2024-09-11T08:08:46.129215+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[15104]: audit 2024-09-11T08:08:46.136518+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[19346]: audit 2024-09-11T08:08:45.914397+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[19346]: audit 2024-09-11T08:08:45.921871+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[19346]: audit 2024-09-11T08:08:45.932298+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[19346]: audit 2024-09-11T08:08:46.123894+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[19346]: audit 2024-09-11T08:08:46.129215+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:46.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:46 smithi133 bash[19346]: audit 2024-09-11T08:08:46.136518+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.319605+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.518489+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.526605+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.533779+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.539276+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.540810+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.541563+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.542233+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.542999+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.543480+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.543964+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.544443+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.544924+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.545439+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.736142+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.743260+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.751116+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.752716+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.753504+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.754196+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.754893+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.755794+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.756701+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.757382+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.757964+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.758581+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.759593+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.761371+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: cephadm 2024-09-11T08:08:46.762392+0000 mgr.y (mgr.15138) 13 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: cluster 2024-09-11T08:08:46.763927+0000 mgr.y (mgr.15138) 14 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.769406+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: cephadm 2024-09-11T08:08:46.822602+0000 mgr.y (mgr.15138) 15 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.823299+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.832447+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: cephadm 2024-09-11T08:08:46.833912+0000 mgr.y (mgr.15138) 16 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T08:08:47.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:47 smithi169 bash[14688]: audit 2024-09-11T08:08:46.834625+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:08:47.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.319605+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.518489+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.526605+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.533779+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.539276+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.540810+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.541563+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.542233+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.542999+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.543480+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.543964+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.544443+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.544924+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.545439+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.736142+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.743260+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.751116+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.319605+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.518489+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.526605+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.533779+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.539276+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.540810+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.541563+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.542233+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.542999+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.543480+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.543964+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.544443+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.544924+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.545439+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.736142+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.743260+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.751116+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.752716+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.753504+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.754196+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.754893+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.755794+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.756701+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.757382+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.757964+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.758581+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.759593+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.761371+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: cephadm 2024-09-11T08:08:46.762392+0000 mgr.y (mgr.15138) 13 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: cluster 2024-09-11T08:08:46.763927+0000 mgr.y (mgr.15138) 14 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-11T08:08:47.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.769406+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: cephadm 2024-09-11T08:08:46.822602+0000 mgr.y (mgr.15138) 15 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.823299+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.752716+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.753504+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.754196+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.754893+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.755794+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.756701+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.757382+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.757964+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.758581+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.759593+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.761371+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: cephadm 2024-09-11T08:08:46.762392+0000 mgr.y (mgr.15138) 13 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: cluster 2024-09-11T08:08:46.763927+0000 mgr.y (mgr.15138) 14 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.769406+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: cephadm 2024-09-11T08:08:46.822602+0000 mgr.y (mgr.15138) 15 : cephadm [INF] Reconfiguring iscsi.iscsi.a (dependencies changed)... 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.823299+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.832447+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: cephadm 2024-09-11T08:08:46.833912+0000 mgr.y (mgr.15138) 16 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T08:08:47.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[15104]: audit 2024-09-11T08:08:46.834625+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:08:47.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.832447+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:47.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: cephadm 2024-09-11T08:08:46.833912+0000 mgr.y (mgr.15138) 16 : cephadm [INF] Reconfiguring daemon iscsi.iscsi.a on smithi169 2024-09-11T08:08:47.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:47 smithi133 bash[19346]: audit 2024-09-11T08:08:46.834625+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:08:48.560 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:48 smithi169 bash[14688]: cluster 2024-09-11T08:08:47.747882+0000 mon.a (mon.0) 1108 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:08:48.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:48 smithi133 bash[15104]: cluster 2024-09-11T08:08:47.747882+0000 mon.a (mon.0) 1108 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:08:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:48 smithi133 bash[19346]: cluster 2024-09-11T08:08:47.747882+0000 mon.a (mon.0) 1108 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:08:49.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:49 smithi169 bash[14688]: cluster 2024-09-11T08:08:48.764735+0000 mgr.y (mgr.15138) 17 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:08:49.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:49 smithi169 bash[14688]: audit 2024-09-11T08:08:49.259596+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:49.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:49 smithi169 bash[14688]: audit 2024-09-11T08:08:49.267684+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:49.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:49 smithi169 bash[14688]: audit 2024-09-11T08:08:49.276265+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:49.679 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:49 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:08:49.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:49 smithi133 bash[15104]: cluster 2024-09-11T08:08:48.764735+0000 mgr.y (mgr.15138) 17 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:08:49.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:49 smithi133 bash[15104]: audit 2024-09-11T08:08:49.259596+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:49.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:49 smithi133 bash[15104]: audit 2024-09-11T08:08:49.267684+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:49.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:49 smithi133 bash[15104]: audit 2024-09-11T08:08:49.276265+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:49.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:49 smithi133 bash[19346]: cluster 2024-09-11T08:08:48.764735+0000 mgr.y (mgr.15138) 17 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:08:49.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:49 smithi133 bash[19346]: audit 2024-09-11T08:08:49.259596+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:08:49.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:49 smithi133 bash[19346]: audit 2024-09-11T08:08:49.267684+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:49.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:49 smithi133 bash[19346]: audit 2024-09-11T08:08:49.276265+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:08:50.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:50 smithi169 bash[14688]: audit 2024-09-11T08:08:49.289673+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:08:50.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:50 smithi169 bash[14688]: audit 2024-09-11T08:08:49.290692+0000 mgr.y (mgr.15138) 18 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:08:50.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:50 smithi169 bash[14688]: audit 2024-09-11T08:08:49.300026+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:08:50.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:50 smithi169 bash[14688]: audit 2024-09-11T08:08:49.300645+0000 mgr.y (mgr.15138) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:08:50.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:50 smithi169 bash[14688]: audit 2024-09-11T08:08:49.316691+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:08:50.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[15104]: audit 2024-09-11T08:08:49.289673+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:08:50.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[15104]: audit 2024-09-11T08:08:49.290692+0000 mgr.y (mgr.15138) 18 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:08:50.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[15104]: audit 2024-09-11T08:08:49.300026+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:08:50.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[15104]: audit 2024-09-11T08:08:49.300645+0000 mgr.y (mgr.15138) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:08:50.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[15104]: audit 2024-09-11T08:08:49.316691+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:08:50.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[19346]: audit 2024-09-11T08:08:49.289673+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:08:50.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[19346]: audit 2024-09-11T08:08:49.290692+0000 mgr.y (mgr.15138) 18 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:08:50.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[19346]: audit 2024-09-11T08:08:49.300026+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:08:50.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[19346]: audit 2024-09-11T08:08:49.300645+0000 mgr.y (mgr.15138) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:08:50.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:50 smithi133 bash[19346]: audit 2024-09-11T08:08:49.316691+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:08:51.569 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:51 smithi169 bash[14688]: cluster 2024-09-11T08:08:50.766246+0000 mgr.y (mgr.15138) 20 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:51.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:51 smithi133 bash[15104]: cluster 2024-09-11T08:08:50.766246+0000 mgr.y (mgr.15138) 20 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:51.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:51 smithi133 bash[19346]: cluster 2024-09-11T08:08:50.766246+0000 mgr.y (mgr.15138) 20 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:51.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:51.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:08:51.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:51.657Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:08:51.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:08:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:08:51.658Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:08:52.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:51 smithi169 bash[38700]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:08:52.614 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[14688]: audit 2024-09-11T08:08:52.267975+0000 mon.b (mon.2) 347 : audit [DBG] from='client.? 172.21.15.169:0/502929541' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:08:52.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:52 smithi133 bash[15104]: audit 2024-09-11T08:08:52.267975+0000 mon.b (mon.2) 347 : audit [DBG] from='client.? 172.21.15.169:0/502929541' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:08:52.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:52 smithi133 bash[19346]: audit 2024-09-11T08:08:52.267975+0000 mon.b (mon.2) 347 : audit [DBG] from='client.? 172.21.15.169:0/502929541' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:08:52.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: --- Logging error --- 2024-09-11T08:08:52.880 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.send(msg) 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: During handling of the above exception, another exception occurred: 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.connect(address) 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: During handling of the above exception, another exception occurred: 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self._connect_unixsocket(self.address) 2024-09-11T08:08:52.881 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.connect(address) 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Call stack: 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self._bootstrap_inner() 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.run() 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: logger.info("Started the configuration object watcher") 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Message: 'Started the configuration object watcher' 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Arguments: () 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: --- Logging error --- 2024-09-11T08:08:52.882 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.send(msg) 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: During handling of the above exception, another exception occurred: 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.connect(address) 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: During handling of the above exception, another exception occurred: 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self._connect_unixsocket(self.address) 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:08:52.883 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.connect(address) 2024-09-11T08:08:52.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:08:52.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Call stack: 2024-09-11T08:08:52.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:08:52.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: main() 2024-09-11T08:08:52.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:08:52.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:08:52.884 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Arguments: () 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: --- Logging error --- 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.send(msg) 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: During handling of the above exception, another exception occurred: 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.connect(address) 2024-09-11T08:08:52.885 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: During handling of the above exception, another exception occurred: 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self._connect_unixsocket(self.address) 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.connect(address) 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Call stack: 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self._bootstrap_inner() 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.run() 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:08:52.886 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.interval)) 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Arguments: () 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: --- Logging error --- 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.send(msg) 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: During handling of the above exception, another exception occurred: 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.connect(address) 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: During handling of the above exception, another exception occurred: 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.887 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self._connect_unixsocket(self.address) 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: self.socket.connect(address) 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Call stack: 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: main() 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: "{}".format(blacklisted_ip)) 2024-09-11T08:08:52.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Arguments: () 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: Traceback (most recent call last): 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: main() 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: **kwargs).stdout 2024-09-11T08:08:52.889 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:08:52.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: output=stdout, stderr=stderr) 2024-09-11T08:08:52.890 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:52 smithi169 bash[38717]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:08:53.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:53 smithi169 bash[14688]: audit 2024-09-11T08:08:52.603357+0000 mon.b (mon.2) 348 : audit [INF] from='client.? 172.21.15.169:0/3557108888' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:08:53.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:53 smithi169 bash[14688]: cluster 2024-09-11T08:08:52.767041+0000 mgr.y (mgr.15138) 21 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:53.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:53 smithi169 bash[14688]: cephadm 2024-09-11T08:08:52.833324+0000 mgr.y (mgr.15138) 22 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:08:53.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:53 smithi169 bash[14688]: audit 2024-09-11T08:08:52.834123+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:08:53.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:53 smithi169 bash[14688]: audit 2024-09-11T08:08:52.836281+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:08:53.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:53 smithi169 bash[14688]: audit 2024-09-11T08:08:52.838309+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:53.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:53 smithi169 bash[14688]: cephadm 2024-09-11T08:08:52.840320+0000 mgr.y (mgr.15138) 23 : cephadm [INF] Deploying daemon mgr.x on smithi169 2024-09-11T08:08:53.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:53 smithi169 bash[14688]: audit 2024-09-11T08:08:52.841253+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:08:53.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[15104]: audit 2024-09-11T08:08:52.603357+0000 mon.b (mon.2) 348 : audit [INF] from='client.? 172.21.15.169:0/3557108888' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:08:53.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[15104]: cluster 2024-09-11T08:08:52.767041+0000 mgr.y (mgr.15138) 21 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:53.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[15104]: cephadm 2024-09-11T08:08:52.833324+0000 mgr.y (mgr.15138) 22 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:08:53.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[15104]: audit 2024-09-11T08:08:52.834123+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:08:53.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[15104]: audit 2024-09-11T08:08:52.836281+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:08:53.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[15104]: audit 2024-09-11T08:08:52.838309+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:53.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[15104]: cephadm 2024-09-11T08:08:52.840320+0000 mgr.y (mgr.15138) 23 : cephadm [INF] Deploying daemon mgr.x on smithi169 2024-09-11T08:08:53.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[15104]: audit 2024-09-11T08:08:52.841253+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:08:53.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[19346]: audit 2024-09-11T08:08:52.603357+0000 mon.b (mon.2) 348 : audit [INF] from='client.? 172.21.15.169:0/3557108888' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:08:53.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[19346]: cluster 2024-09-11T08:08:52.767041+0000 mgr.y (mgr.15138) 21 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:53.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[19346]: cephadm 2024-09-11T08:08:52.833324+0000 mgr.y (mgr.15138) 22 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:08:53.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[19346]: audit 2024-09-11T08:08:52.834123+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:08:53.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[19346]: audit 2024-09-11T08:08:52.836281+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:08:53.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[19346]: audit 2024-09-11T08:08:52.838309+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:53.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[19346]: cephadm 2024-09-11T08:08:52.840320+0000 mgr.y (mgr.15138) 23 : cephadm [INF] Deploying daemon mgr.x on smithi169 2024-09-11T08:08:53.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:53 smithi133 bash[19346]: audit 2024-09-11T08:08:52.841253+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:08:53.992 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:53 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:08:54.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:53 smithi169 bash[38700]: (process:1): GLib-GObject-CRITICAL **: 08:08:53.986: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:08:55.171 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:54 smithi169 bash[39047]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:08:55.171 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:08:54 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:08:55.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:55 smithi169 bash[14688]: cluster 2024-09-11T08:08:54.767753+0000 mgr.y (mgr.15138) 24 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:56.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:55 smithi133 bash[15104]: cluster 2024-09-11T08:08:54.767753+0000 mgr.y (mgr.15138) 24 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:56.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:55 smithi133 bash[19346]: cluster 2024-09-11T08:08:54.767753+0000 mgr.y (mgr.15138) 24 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:56.678 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:08:56 smithi169 systemd[1]: Stopping Ceph mgr.x for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:08:58.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:08:57 smithi169 bash[14688]: cluster 2024-09-11T08:08:56.769417+0000 mgr.y (mgr.15138) 25 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:08:57 smithi133 bash[15104]: cluster 2024-09-11T08:08:56.769417+0000 mgr.y (mgr.15138) 25 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:08:58.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:08:57 smithi133 bash[19346]: cluster 2024-09-11T08:08:56.769417+0000 mgr.y (mgr.15138) 25 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:09:00.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:00 smithi133 bash[15104]: cluster 2024-09-11T08:08:58.770191+0000 mgr.y (mgr.15138) 26 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:00.674 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:00 smithi133 bash[19346]: cluster 2024-09-11T08:08:58.770191+0000 mgr.y (mgr.15138) 26 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:00.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:00 smithi169 bash[14688]: cluster 2024-09-11T08:08:58.770191+0000 mgr.y (mgr.15138) 26 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:01.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:01.658Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:09:01.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:01.658Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:09:01.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:01.658Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:09:02.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:02 smithi133 bash[15104]: cluster 2024-09-11T08:09:00.771704+0000 mgr.y (mgr.15138) 27 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:02.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:02 smithi133 bash[19346]: cluster 2024-09-11T08:09:00.771704+0000 mgr.y (mgr.15138) 27 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:02.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:02 smithi169 bash[14688]: cluster 2024-09-11T08:09:00.771704+0000 mgr.y (mgr.15138) 27 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:04.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:04 smithi133 bash[15104]: cluster 2024-09-11T08:09:02.772421+0000 mgr.y (mgr.15138) 28 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:04.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:04 smithi133 bash[19346]: cluster 2024-09-11T08:09:02.772421+0000 mgr.y (mgr.15138) 28 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:04.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:04 smithi169 bash[14688]: cluster 2024-09-11T08:09:02.772421+0000 mgr.y (mgr.15138) 28 : cluster [DBG] pgmap v15: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:05.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:04 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 1. 2024-09-11T08:09:05.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:04 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:05.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:04 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:06.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:06 smithi133 bash[15104]: cluster 2024-09-11T08:09:04.773172+0000 mgr.y (mgr.15138) 29 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:06.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:06 smithi133 bash[19346]: cluster 2024-09-11T08:09:04.773172+0000 mgr.y (mgr.15138) 29 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:06.509 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:06 smithi169 bash[14688]: cluster 2024-09-11T08:09:04.773172+0000 mgr.y (mgr.15138) 29 : cluster [DBG] pgmap v16: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:06.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:06 smithi169 bash[39238]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:09:07.427 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39201]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mgr.x 2024-09-11T08:09:07.427 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:07 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-11T08:09:07.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39498]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mgr.x 2024-09-11T08:09:07.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:07 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-11T08:09:07.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:07 smithi169 systemd[1]: Stopped Ceph mgr.x for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:07.927 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:07 smithi169 systemd[1]: Started Ceph mgr.x for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:07.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: --- Logging error --- 2024-09-11T08:09:07.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:07.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.send(msg) 2024-09-11T08:09:07.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:07.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:07.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:07.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.connect(address) 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self._connect_unixsocket(self.address) 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.connect(address) 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Call stack: 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self._bootstrap_inner() 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:09:07.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.run() 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: logger.info("Started the configuration object watcher") 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Message: 'Started the configuration object watcher' 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Arguments: () 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: --- Logging error --- 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.send(msg) 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.connect(address) 2024-09-11T08:09:07.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self._connect_unixsocket(self.address) 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.connect(address) 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Call stack: 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: main() 2024-09-11T08:09:07.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Arguments: () 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: --- Logging error --- 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.send(msg) 2024-09-11T08:09:07.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.connect(address) 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self._connect_unixsocket(self.address) 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.connect(address) 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Call stack: 2024-09-11T08:09:07.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self._bootstrap_inner() 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.run() 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.interval)) 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Arguments: () 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: --- Logging error --- 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.send(msg) 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:07.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.connect(address) 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self._connect_unixsocket(self.address) 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: self.socket.connect(address) 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Call stack: 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: main() 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:07.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: "{}".format(blacklisted_ip)) 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Arguments: () 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: Traceback (most recent call last): 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: main() 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:09:07.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:09:07.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:09:07.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:09:07.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:09:07.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: **kwargs).stdout 2024-09-11T08:09:07.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:09:07.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: output=stdout, stderr=stderr) 2024-09-11T08:09:07.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:07 smithi169 bash[39254]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:09:08.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:08 smithi169 bash[14688]: cluster 2024-09-11T08:09:06.774706+0000 mgr.y (mgr.15138) 30 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:08.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:08 smithi169 bash[14688]: audit 2024-09-11T08:09:07.219890+0000 mon.b (mon.2) 349 : audit [DBG] from='client.? 172.21.15.169:0/1591695851' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:08.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:08 smithi169 bash[14688]: audit 2024-09-11T08:09:07.588456+0000 mon.b (mon.2) 350 : audit [INF] from='client.? 172.21.15.169:0/3259486415' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:08.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:08 smithi169 bash[14688]: audit 2024-09-11T08:09:07.663144+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:08.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:08 smithi169 bash[14688]: audit 2024-09-11T08:09:07.671352+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:08.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:08 smithi169 bash[14688]: audit 2024-09-11T08:09:07.680725+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:08.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:08 smithi169 bash[14688]: audit 2024-09-11T08:09:07.683598+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:08.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[15104]: cluster 2024-09-11T08:09:06.774706+0000 mgr.y (mgr.15138) 30 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:08.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[15104]: audit 2024-09-11T08:09:07.219890+0000 mon.b (mon.2) 349 : audit [DBG] from='client.? 172.21.15.169:0/1591695851' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:08.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[15104]: audit 2024-09-11T08:09:07.588456+0000 mon.b (mon.2) 350 : audit [INF] from='client.? 172.21.15.169:0/3259486415' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:08.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[15104]: audit 2024-09-11T08:09:07.663144+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:08.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[15104]: audit 2024-09-11T08:09:07.671352+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:08.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[15104]: audit 2024-09-11T08:09:07.680725+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:08.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[15104]: audit 2024-09-11T08:09:07.683598+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:08.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[19346]: cluster 2024-09-11T08:09:06.774706+0000 mgr.y (mgr.15138) 30 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:08.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[19346]: audit 2024-09-11T08:09:07.219890+0000 mon.b (mon.2) 349 : audit [DBG] from='client.? 172.21.15.169:0/1591695851' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:08.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[19346]: audit 2024-09-11T08:09:07.588456+0000 mon.b (mon.2) 350 : audit [INF] from='client.? 172.21.15.169:0/3259486415' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:08.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[19346]: audit 2024-09-11T08:09:07.663144+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:08.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[19346]: audit 2024-09-11T08:09:07.671352+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:08.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[19346]: audit 2024-09-11T08:09:07.680725+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:08.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:08 smithi133 bash[19346]: audit 2024-09-11T08:09:07.683598+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:09.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:08 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:09:09.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:09 smithi169 bash[39238]: (process:1): GLib-GObject-CRITICAL **: 08:09:09.174: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:09:10.177 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:09 smithi169 bash[39583]: debug 2024-09-11T08:09:09.935+0000 7f0caa940640 1 -- 172.21.15.169:0/881649294 <== mon.2 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558a2e862340 con 0x558a2e86ec00 2024-09-11T08:09:10.178 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:10 smithi169 bash[39583]: debug 2024-09-11T08:09:10.059+0000 7f0cad1a8ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:09:10.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:09 smithi169 bash[39638]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:09:10.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:09 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:09:10.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:10 smithi169 bash[14688]: cluster 2024-09-11T08:09:08.775442+0000 mgr.y (mgr.15138) 31 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:10 smithi133 bash[15104]: cluster 2024-09-11T08:09:08.775442+0000 mgr.y (mgr.15138) 31 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:10.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:10 smithi133 bash[19346]: cluster 2024-09-11T08:09:08.775442+0000 mgr.y (mgr.15138) 31 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:11.103 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:10 smithi169 bash[39583]: debug 2024-09-11T08:09:10.811+0000 7f0cad1a8ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:09:11.103 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:10 smithi169 bash[39583]: debug 2024-09-11T08:09:10.875+0000 7f0cad1a8ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:09:11.103 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:10 smithi169 bash[39583]: debug 2024-09-11T08:09:10.943+0000 7f0cad1a8ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:09:11.354 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:11 smithi169 bash[39583]: debug 2024-09-11T08:09:11.095+0000 7f0cad1a8ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:09:11.677 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:11 smithi169 bash[39583]: debug 2024-09-11T08:09:11.343+0000 7f0cad1a8ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:09:11.677 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:11 smithi169 bash[39583]: debug 2024-09-11T08:09:11.407+0000 7f0cad1a8ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:09:11.678 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:11 smithi169 bash[39583]: debug 2024-09-11T08:09:11.539+0000 7f0cad1a8ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:09:11.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:11.658Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:09:11.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:11.658Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: dial tcp 172.21.15.169:8443: connect: connection refused" context_err="context deadline exceeded" 2024-09-11T08:09:11.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:11.658Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: dial tcp 172.21.15.169:8443: connect: connection refused" 2024-09-11T08:09:12.049 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:09:12.614 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:12 smithi169 bash[14688]: cluster 2024-09-11T08:09:10.776971+0000 mgr.y (mgr.15138) 32 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:12.614 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:12 smithi169 bash[39583]: debug 2024-09-11T08:09:12.175+0000 7f0cad1a8ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:09:12.614 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:12 smithi169 bash[39583]: debug 2024-09-11T08:09:12.247+0000 7f0cad1a8ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:09:12.614 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:12 smithi169 bash[39583]: debug 2024-09-11T08:09:12.323+0000 7f0cad1a8ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:09:12.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:12 smithi133 bash[15104]: cluster 2024-09-11T08:09:10.776971+0000 mgr.y (mgr.15138) 32 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:12.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:12 smithi133 bash[19346]: cluster 2024-09-11T08:09:10.776971+0000 mgr.y (mgr.15138) 32 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:12.725 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:09:12.725 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (22m) 26s ago 23m 15.3M - 0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T08:09:12.725 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (22m) 26s ago 22m 27.2M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T08:09:12.725 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 starting - - - - 2024-09-11T08:09:12.725 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 starting - - - - 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (10m) 26s ago 29m 422M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (29m) 26s ago 29m 108M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (28m) 26s ago 28m 74.8M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (28m) 26s ago 28m 71.2M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (23m) 26s ago 23m 12.2M - 0.18.1 e5a616e4b9cf a3e335b83031 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (23m) 26s ago 23m 12.2M - 0.18.1 e5a616e4b9cf 42d15393d125 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (27m) 26s ago 27m 50.9M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (27m) 26s ago 27m 52.8M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (26m) 26s ago 26m 45.5M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (26m) 26s ago 26m 54.0M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (25m) 26s ago 25m 51.6M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (25m) 26s ago 25m 47.6M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (24m) 26s ago 24m 49.9M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (24m) 26s ago 24m 51.8M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:09:12.726 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (13m) 26s ago 23m 44.7M - 2.18.1 de242295e225 47801f54fbfb 2024-09-11T08:09:12.727 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (21m) 26s ago 21m 54.1M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:09:12.727 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (21m) 26s ago 21m 55.3M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:09:12.927 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:12 smithi169 bash[39583]: debug 2024-09-11T08:09:12.603+0000 7f0cad1a8ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:09:12.927 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:12 smithi169 bash[39583]: debug 2024-09-11T08:09:12.743+0000 7f0cad1a8ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:09:13.130 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:09:13.130 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:09:13.130 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:09:13.131 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:09:13.132 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:09:13.427 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[39583]: debug 2024-09-11T08:09:13.059+0000 7f0cad1a8ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[39583]: debug 2024-09-11T08:09:13.279+0000 7f0cad1a8ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.029674+0000 mgr.y (mgr.15138) 33 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.708699+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.709209+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.709641+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.710061+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.710475+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.710872+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.712879+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.713299+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.713721+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.714118+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:12.714525+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[14688]: audit 2024-09-11T08:09:13.128711+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.133:0/1522868750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:13.475 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:09:13.475 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:09:13.475 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:09:13.475 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:09:13.476 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:09:13.476 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-09-11T08:09:13.476 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T08:09:13.476 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:09:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:09:13.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.029674+0000 mgr.y (mgr.15138) 33 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.708699+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.709209+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.709641+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.710061+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.710475+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.710872+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.712879+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.713299+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.713721+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.714118+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:12.714525+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[15104]: audit 2024-09-11T08:09:13.128711+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.133:0/1522868750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.029674+0000 mgr.y (mgr.15138) 33 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.708699+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.709209+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.709641+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.710061+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.710475+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.710872+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.712879+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.713299+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.713721+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.714118+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:12.714525+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:13.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:13 smithi133 bash[19346]: audit 2024-09-11T08:09:13.128711+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.133:0/1522868750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:13.990 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[39583]: debug 2024-09-11T08:09:13.695+0000 7f0cad1a8ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:09:13.991 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[39583]: debug 2024-09-11T08:09:13.759+0000 7f0cad1a8ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:09:13.991 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[39583]: debug 2024-09-11T08:09:13.823+0000 7f0cad1a8ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:09:13.991 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[39583]: debug 2024-09-11T08:09:13.915+0000 7f0cad1a8ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:09:14.290 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:14 smithi169 bash[14688]: audit 2024-09-11T08:09:12.378990+0000 mgr.y (mgr.15138) 34 : audit [DBG] from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:14.290 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:14 smithi169 bash[14688]: audit 2024-09-11T08:09:12.706224+0000 mgr.y (mgr.15138) 35 : audit [DBG] from='client.15423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:14.291 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:14 smithi169 bash[14688]: cluster 2024-09-11T08:09:12.777746+0000 mgr.y (mgr.15138) 36 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:14.291 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:13 smithi169 bash[39583]: debug 2024-09-11T08:09:13.983+0000 7f0cad1a8ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:09:14.291 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:14 smithi169 bash[39583]: debug 2024-09-11T08:09:14.055+0000 7f0cad1a8ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:09:14.291 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:14 smithi169 bash[39583]: debug 2024-09-11T08:09:14.203+0000 7f0cad1a8ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:09:14.677 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:14 smithi169 bash[39583]: debug 2024-09-11T08:09:14.283+0000 7f0cad1a8ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:09:14.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:14 smithi133 bash[15104]: audit 2024-09-11T08:09:12.378990+0000 mgr.y (mgr.15138) 34 : audit [DBG] from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:14.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:14 smithi133 bash[15104]: audit 2024-09-11T08:09:12.706224+0000 mgr.y (mgr.15138) 35 : audit [DBG] from='client.15423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:14.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:14 smithi133 bash[15104]: cluster 2024-09-11T08:09:12.777746+0000 mgr.y (mgr.15138) 36 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:14.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:14 smithi133 bash[19346]: audit 2024-09-11T08:09:12.378990+0000 mgr.y (mgr.15138) 34 : audit [DBG] from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:14.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:14 smithi133 bash[19346]: audit 2024-09-11T08:09:12.706224+0000 mgr.y (mgr.15138) 35 : audit [DBG] from='client.15423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:14.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:14 smithi133 bash[19346]: cluster 2024-09-11T08:09:12.777746+0000 mgr.y (mgr.15138) 36 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:15.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:15 smithi169 bash[14688]: audit 2024-09-11T08:09:13.473266+0000 mgr.y (mgr.15138) 37 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:15.677 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:09:15 smithi169 bash[39583]: debug 2024-09-11T08:09:15.295+0000 7f0cad1a8ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:09:15.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:15 smithi133 bash[15104]: audit 2024-09-11T08:09:13.473266+0000 mgr.y (mgr.15138) 37 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:15.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:15 smithi133 bash[19346]: audit 2024-09-11T08:09:13.473266+0000 mgr.y (mgr.15138) 37 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: cluster 2024-09-11T08:09:14.778502+0000 mgr.y (mgr.15138) 38 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: cluster 2024-09-11T08:09:15.304674+0000 mon.a (mon.0) 1134 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: cluster 2024-09-11T08:09:15.304838+0000 mon.a (mon.0) 1135 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: audit 2024-09-11T08:09:15.305756+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: audit 2024-09-11T08:09:15.306388+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: audit 2024-09-11T08:09:15.307463+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: audit 2024-09-11T08:09:15.307956+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: audit 2024-09-11T08:09:16.167600+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: audit 2024-09-11T08:09:16.173932+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:16.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:16 smithi169 bash[14688]: audit 2024-09-11T08:09:16.184464+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:16.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: cluster 2024-09-11T08:09:14.778502+0000 mgr.y (mgr.15138) 38 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:16.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: cluster 2024-09-11T08:09:15.304674+0000 mon.a (mon.0) 1134 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:09:16.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: cluster 2024-09-11T08:09:15.304838+0000 mon.a (mon.0) 1135 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: audit 2024-09-11T08:09:15.305756+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: audit 2024-09-11T08:09:15.306388+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: audit 2024-09-11T08:09:15.307463+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: audit 2024-09-11T08:09:15.307956+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: audit 2024-09-11T08:09:16.167600+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: audit 2024-09-11T08:09:16.173932+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[15104]: audit 2024-09-11T08:09:16.184464+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: cluster 2024-09-11T08:09:14.778502+0000 mgr.y (mgr.15138) 38 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: cluster 2024-09-11T08:09:15.304674+0000 mon.a (mon.0) 1134 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: cluster 2024-09-11T08:09:15.304838+0000 mon.a (mon.0) 1135 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: audit 2024-09-11T08:09:15.305756+0000 mon.b (mon.2) 351 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:09:16.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: audit 2024-09-11T08:09:15.306388+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:09:16.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: audit 2024-09-11T08:09:15.307463+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:09:16.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: audit 2024-09-11T08:09:15.307956+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.? 172.21.15.169:0/1265034536' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:09:16.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: audit 2024-09-11T08:09:16.167600+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:16.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: audit 2024-09-11T08:09:16.173932+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:16.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:16 smithi133 bash[19346]: audit 2024-09-11T08:09:16.184464+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:17.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:17 smithi169 bash[14688]: cluster 2024-09-11T08:09:16.259537+0000 mon.a (mon.0) 1139 : cluster [DBG] mgrmap e36: y(active, since 44s), standbys: x 2024-09-11T08:09:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:17 smithi169 bash[14688]: audit 2024-09-11T08:09:16.564973+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:17 smithi169 bash[14688]: audit 2024-09-11T08:09:16.797332+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:17 smithi169 bash[14688]: audit 2024-09-11T08:09:16.805850+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:17 smithi169 bash[14688]: audit 2024-09-11T08:09:16.815471+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:17 smithi169 bash[14688]: audit 2024-09-11T08:09:16.817444+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:09:17.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[15104]: cluster 2024-09-11T08:09:16.259537+0000 mon.a (mon.0) 1139 : cluster [DBG] mgrmap e36: y(active, since 44s), standbys: x 2024-09-11T08:09:17.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[15104]: audit 2024-09-11T08:09:16.564973+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:17.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[15104]: audit 2024-09-11T08:09:16.797332+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[15104]: audit 2024-09-11T08:09:16.805850+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[15104]: audit 2024-09-11T08:09:16.815471+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[15104]: audit 2024-09-11T08:09:16.817444+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:09:17.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[19346]: cluster 2024-09-11T08:09:16.259537+0000 mon.a (mon.0) 1139 : cluster [DBG] mgrmap e36: y(active, since 44s), standbys: x 2024-09-11T08:09:17.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[19346]: audit 2024-09-11T08:09:16.564973+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:17.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[19346]: audit 2024-09-11T08:09:16.797332+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:17.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[19346]: audit 2024-09-11T08:09:16.805850+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:17.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[19346]: audit 2024-09-11T08:09:16.815471+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:17.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:17 smithi133 bash[19346]: audit 2024-09-11T08:09:16.817444+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:09:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:18 smithi169 bash[14688]: cluster 2024-09-11T08:09:16.780050+0000 mgr.y (mgr.15138) 39 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:18 smithi133 bash[15104]: cluster 2024-09-11T08:09:16.780050+0000 mgr.y (mgr.15138) 39 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:18.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:18 smithi133 bash[19346]: cluster 2024-09-11T08:09:16.780050+0000 mgr.y (mgr.15138) 39 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:19.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:19 smithi169 bash[14688]: cluster 2024-09-11T08:09:18.780809+0000 mgr.y (mgr.15138) 40 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:19.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:19 smithi133 bash[19346]: cluster 2024-09-11T08:09:18.780809+0000 mgr.y (mgr.15138) 40 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:19.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:19 smithi133 bash[15104]: cluster 2024-09-11T08:09:18.780809+0000 mgr.y (mgr.15138) 40 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:20.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:19 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 2. 2024-09-11T08:09:20.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:19 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:20.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:19 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:21.842 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:21 smithi169 bash[40387]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:09:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:21 smithi133 bash[19346]: cluster 2024-09-11T08:09:20.782274+0000 mgr.y (mgr.15138) 41 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:21 smithi133 bash[15104]: cluster 2024-09-11T08:09:20.782274+0000 mgr.y (mgr.15138) 41 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:21.659Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:09:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:21.659Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:09:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:21.659Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:09:22.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:21 smithi169 bash[14688]: cluster 2024-09-11T08:09:20.782274+0000 mgr.y (mgr.15138) 41 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:23.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[14688]: audit 2024-09-11T08:09:22.334202+0000 mon.b (mon.2) 355 : audit [DBG] from='client.? 172.21.15.169:0/857289500' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:23.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[14688]: audit 2024-09-11T08:09:22.679466+0000 mon.b (mon.2) 356 : audit [INF] from='client.? 172.21.15.169:0/1718473474' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:23.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: --- Logging error --- 2024-09-11T08:09:23.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:23.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.send(msg) 2024-09-11T08:09:23.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:23.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:23.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:23.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.connect(address) 2024-09-11T08:09:23.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:23.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:23.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:23.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self._connect_unixsocket(self.address) 2024-09-11T08:09:23.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:23.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.connect(address) 2024-09-11T08:09:23.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:23.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Call stack: 2024-09-11T08:09:23.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:09:23.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self._bootstrap_inner() 2024-09-11T08:09:23.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:09:23.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.run() 2024-09-11T08:09:23.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:09:23.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: logger.info("Started the configuration object watcher") 2024-09-11T08:09:23.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Message: 'Started the configuration object watcher' 2024-09-11T08:09:23.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Arguments: () 2024-09-11T08:09:23.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: --- Logging error --- 2024-09-11T08:09:23.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:23.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.send(msg) 2024-09-11T08:09:23.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:23.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:23.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:23.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.connect(address) 2024-09-11T08:09:23.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:23.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:23.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:23.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self._connect_unixsocket(self.address) 2024-09-11T08:09:23.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:23.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.connect(address) 2024-09-11T08:09:23.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:23.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Call stack: 2024-09-11T08:09:23.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:23.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: main() 2024-09-11T08:09:23.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:23.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:23.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:09:23.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:09:23.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:09:23.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Arguments: () 2024-09-11T08:09:23.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: --- Logging error --- 2024-09-11T08:09:23.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.send(msg) 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.connect(address) 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self._connect_unixsocket(self.address) 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.connect(address) 2024-09-11T08:09:23.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Call stack: 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self._bootstrap_inner() 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.run() 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.interval)) 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Arguments: () 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: --- Logging error --- 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.send(msg) 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.connect(address) 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self._connect_unixsocket(self.address) 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: self.socket.connect(address) 2024-09-11T08:09:23.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Call stack: 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: main() 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: "{}".format(blacklisted_ip)) 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Arguments: () 2024-09-11T08:09:23.190 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: Traceback (most recent call last): 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: main() 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: **kwargs).stdout 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: output=stdout, stderr=stderr) 2024-09-11T08:09:23.191 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:22 smithi169 bash[40402]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:09:23.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:22 smithi133 bash[19346]: audit 2024-09-11T08:09:22.334202+0000 mon.b (mon.2) 355 : audit [DBG] from='client.? 172.21.15.169:0/857289500' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:23.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:22 smithi133 bash[19346]: audit 2024-09-11T08:09:22.679466+0000 mon.b (mon.2) 356 : audit [INF] from='client.? 172.21.15.169:0/1718473474' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:23.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:22 smithi133 bash[15104]: audit 2024-09-11T08:09:22.334202+0000 mon.b (mon.2) 355 : audit [DBG] from='client.? 172.21.15.169:0/857289500' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:23.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:22 smithi133 bash[15104]: audit 2024-09-11T08:09:22.679466+0000 mon.b (mon.2) 356 : audit [INF] from='client.? 172.21.15.169:0/1718473474' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:23.831 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:23 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:09:23.831 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:23 smithi169 bash[40387]: (process:1): GLib-GObject-CRITICAL **: 08:09:23.789: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:09:24.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:24 smithi133 bash[19346]: cluster 2024-09-11T08:09:22.783010+0000 mgr.y (mgr.15138) 42 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:24.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:24 smithi133 bash[15104]: cluster 2024-09-11T08:09:22.783010+0000 mgr.y (mgr.15138) 42 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:24.596 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:24 smithi169 bash[14688]: cluster 2024-09-11T08:09:22.783010+0000 mgr.y (mgr.15138) 42 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:24.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:24 smithi169 bash[40705]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:09:24.906 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:24 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:09:26.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:26 smithi133 bash[19346]: cluster 2024-09-11T08:09:24.783737+0000 mgr.y (mgr.15138) 43 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:26.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:26 smithi133 bash[15104]: cluster 2024-09-11T08:09:24.783737+0000 mgr.y (mgr.15138) 43 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:26.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:26 smithi169 bash[14688]: cluster 2024-09-11T08:09:24.783737+0000 mgr.y (mgr.15138) 43 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:28.463 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: cluster 2024-09-11T08:09:26.785332+0000 mgr.y (mgr.15138) 44 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:28.463 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:27.906899+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:28.463 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:27.915158+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.463 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:27.924772+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.463 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:27.926488+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:27.928014+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:27.935796+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:27.993536+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:27.998697+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.000595+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.007784+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.010490+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.019477+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.022758+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.030540+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.032547+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.043591+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.464 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.045485+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.465 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.055221+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.465 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.057981+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.465 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[19346]: audit 2024-09-11T08:09:28.067945+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.465 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: cluster 2024-09-11T08:09:26.785332+0000 mgr.y (mgr.15138) 44 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:28.465 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:27.906899+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:28.465 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:27.915158+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.465 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:27.924772+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.465 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:27.926488+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:27.928014+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:27.935796+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:27.993536+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:27.998697+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.000595+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.007784+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.010490+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.019477+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.022758+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.030540+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.032547+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.043591+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.045485+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.466 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.055221+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.467 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.057981+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.467 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:28 smithi133 bash[15104]: audit 2024-09-11T08:09:28.067945+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: cluster 2024-09-11T08:09:26.785332+0000 mgr.y (mgr.15138) 44 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:27.906899+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:27.915158+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:27.924772+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:27.926488+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:27.928014+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:27.935796+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:27.993536+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:27.998697+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.000595+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.007784+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.010490+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.019477+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.022758+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.030540+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.032547+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.043591+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.045485+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.055221+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.057981+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:28.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:28 smithi169 bash[14688]: audit 2024-09-11T08:09:28.067945+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:29.601 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[15104]: cephadm 2024-09-11T08:09:27.929272+0000 mgr.y (mgr.15138) 45 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:09:29.602 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[15104]: cluster 2024-09-11T08:09:27.930381+0000 mgr.y (mgr.15138) 46 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-09-11T08:09:29.602 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[15104]: cluster 2024-09-11T08:09:27.930966+0000 mgr.y (mgr.15138) 47 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:29.602 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[15104]: cephadm 2024-09-11T08:09:28.011695+0000 mgr.y (mgr.15138) 48 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:09:29.602 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[15104]: cephadm 2024-09-11T08:09:28.023997+0000 mgr.y (mgr.15138) 49 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:09:29.602 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[15104]: cephadm 2024-09-11T08:09:28.033653+0000 mgr.y (mgr.15138) 50 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:09:29.602 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[15104]: cephadm 2024-09-11T08:09:28.046938+0000 mgr.y (mgr.15138) 51 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:09:29.602 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[15104]: cephadm 2024-09-11T08:09:28.059367+0000 mgr.y (mgr.15138) 52 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:09:29.602 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[19346]: cephadm 2024-09-11T08:09:27.929272+0000 mgr.y (mgr.15138) 45 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:09:29.603 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[19346]: cluster 2024-09-11T08:09:27.930381+0000 mgr.y (mgr.15138) 46 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-09-11T08:09:29.603 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[19346]: cluster 2024-09-11T08:09:27.930966+0000 mgr.y (mgr.15138) 47 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:29.603 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[19346]: cephadm 2024-09-11T08:09:28.011695+0000 mgr.y (mgr.15138) 48 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:09:29.603 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[19346]: cephadm 2024-09-11T08:09:28.023997+0000 mgr.y (mgr.15138) 49 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:09:29.603 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[19346]: cephadm 2024-09-11T08:09:28.033653+0000 mgr.y (mgr.15138) 50 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:09:29.603 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[19346]: cephadm 2024-09-11T08:09:28.046938+0000 mgr.y (mgr.15138) 51 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:09:29.603 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:29 smithi133 bash[19346]: cephadm 2024-09-11T08:09:28.059367+0000 mgr.y (mgr.15138) 52 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:09:29.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:29 smithi169 bash[14688]: cephadm 2024-09-11T08:09:27.929272+0000 mgr.y (mgr.15138) 45 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:09:29.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:29 smithi169 bash[14688]: cluster 2024-09-11T08:09:27.930381+0000 mgr.y (mgr.15138) 46 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-09-11T08:09:29.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:29 smithi169 bash[14688]: cluster 2024-09-11T08:09:27.930966+0000 mgr.y (mgr.15138) 47 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:29.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:29 smithi169 bash[14688]: cephadm 2024-09-11T08:09:28.011695+0000 mgr.y (mgr.15138) 48 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:09:29.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:29 smithi169 bash[14688]: cephadm 2024-09-11T08:09:28.023997+0000 mgr.y (mgr.15138) 49 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:09:29.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:29 smithi169 bash[14688]: cephadm 2024-09-11T08:09:28.033653+0000 mgr.y (mgr.15138) 50 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:09:29.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:29 smithi169 bash[14688]: cephadm 2024-09-11T08:09:28.046938+0000 mgr.y (mgr.15138) 51 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:09:29.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:29 smithi169 bash[14688]: cephadm 2024-09-11T08:09:28.059367+0000 mgr.y (mgr.15138) 52 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:09:31.131 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:30 smithi133 systemd[1]: Stopping Ceph node-exporter.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:09:31.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:31 smithi133 bash[15104]: cluster 2024-09-11T08:09:29.931737+0000 mgr.y (mgr.15138) 53 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:31.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:31 smithi133 bash[19346]: cluster 2024-09-11T08:09:29.931737+0000 mgr.y (mgr.15138) 53 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:31.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:31 smithi169 bash[14688]: cluster 2024-09-11T08:09:29.931737+0000 mgr.y (mgr.15138) 53 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:31.930 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:31.659Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:09:31.930 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:31.659Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:09:31.930 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:31.659Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:09:31.930 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:31 smithi133 bash[47410]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-node-exporter.a 2024-09-11T08:09:31.930 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:31 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-11T08:09:31.930 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:31 smithi133 bash[47485]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-node-exporter.a 2024-09-11T08:09:31.930 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:31 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-11T08:09:31.930 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:31 smithi133 systemd[1]: Stopped Ceph node-exporter.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:32.195 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:32 smithi133 systemd[1]: Started Ceph node-exporter.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:32.450 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[47565]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-11T08:09:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[15104]: cephadm 2024-09-11T08:09:30.570998+0000 mgr.y (mgr.15138) 54 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:09:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[15104]: cephadm 2024-09-11T08:09:30.571527+0000 mgr.y (mgr.15138) 55 : cephadm [INF] Deploying daemon node-exporter.a on smithi133 2024-09-11T08:09:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[15104]: audit 2024-09-11T08:09:32.166758+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[15104]: audit 2024-09-11T08:09:32.172802+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:32.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[15104]: audit 2024-09-11T08:09:32.178770+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:32.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[19346]: cephadm 2024-09-11T08:09:30.570998+0000 mgr.y (mgr.15138) 54 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:09:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[19346]: cephadm 2024-09-11T08:09:30.571527+0000 mgr.y (mgr.15138) 55 : cephadm [INF] Deploying daemon node-exporter.a on smithi133 2024-09-11T08:09:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[19346]: audit 2024-09-11T08:09:32.166758+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[19346]: audit 2024-09-11T08:09:32.172802+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:32.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[19346]: audit 2024-09-11T08:09:32.178770+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:32.528 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:32 smithi169 bash[14688]: cephadm 2024-09-11T08:09:30.570998+0000 mgr.y (mgr.15138) 54 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:09:32.528 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:32 smithi169 bash[14688]: cephadm 2024-09-11T08:09:30.571527+0000 mgr.y (mgr.15138) 55 : cephadm [INF] Deploying daemon node-exporter.a on smithi133 2024-09-11T08:09:32.529 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:32 smithi169 bash[14688]: audit 2024-09-11T08:09:32.166758+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:32.529 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:32 smithi169 bash[14688]: audit 2024-09-11T08:09:32.172802+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:32.529 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:32 smithi169 bash[14688]: audit 2024-09-11T08:09:32.178770+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:33.074 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:32 smithi133 bash[47565]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-11T08:09:33.405 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[15104]: cluster 2024-09-11T08:09:31.932929+0000 mgr.y (mgr.15138) 56 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:33.406 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[19346]: cluster 2024-09-11T08:09:31.932929+0000 mgr.y (mgr.15138) 56 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:33.406 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: 22b70bddd3ac: Pulling fs layer 2024-09-11T08:09:33.406 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: 5c12815fee55: Pulling fs layer 2024-09-11T08:09:33.406 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: c0e87333d380: Pulling fs layer 2024-09-11T08:09:33.406 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: 22b70bddd3ac: Verifying Checksum 2024-09-11T08:09:33.406 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: 22b70bddd3ac: Download complete 2024-09-11T08:09:33.406 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: 5c12815fee55: Verifying Checksum 2024-09-11T08:09:33.406 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: 5c12815fee55: Download complete 2024-09-11T08:09:33.553 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:33 smithi169 bash[14688]: cluster 2024-09-11T08:09:31.932929+0000 mgr.y (mgr.15138) 56 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:33.699 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: c0e87333d380: Verifying Checksum 2024-09-11T08:09:33.699 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: c0e87333d380: Download complete 2024-09-11T08:09:33.699 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:33 smithi133 bash[47565]: 22b70bddd3ac: Pull complete 2024-09-11T08:09:34.449 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:34 smithi133 bash[47565]: 5c12815fee55: Pull complete 2024-09-11T08:09:34.733 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:34 smithi133 bash[47565]: c0e87333d380: Pull complete 2024-09-11T08:09:34.733 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:34 smithi133 bash[47565]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-11T08:09:34.733 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:34 smithi133 bash[47565]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-11T08:09:34.927 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:34 smithi169 systemd[1]: Stopping Ceph node-exporter.b for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:09:34.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:34 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 3. 2024-09-11T08:09:34.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:34 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:34 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:35.543 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:35 smithi169 bash[14688]: cluster 2024-09-11T08:09:33.933608+0000 mgr.y (mgr.15138) 57 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:35.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:35 smithi133 bash[15104]: cluster 2024-09-11T08:09:33.933608+0000 mgr.y (mgr.15138) 57 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:35.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:35 smithi133 bash[19346]: cluster 2024-09-11T08:09:33.933608+0000 mgr.y (mgr.15138) 57 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-09-11T08:09:36.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:36 smithi169 bash[14688]: cephadm 2024-09-11T08:09:34.427692+0000 mgr.y (mgr.15138) 58 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:09:36.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:36 smithi169 bash[14688]: cephadm 2024-09-11T08:09:34.428426+0000 mgr.y (mgr.15138) 59 : cephadm [INF] Deploying daemon node-exporter.b on smithi169 2024-09-11T08:09:36.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[15104]: cephadm 2024-09-11T08:09:34.427692+0000 mgr.y (mgr.15138) 58 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:09:36.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[15104]: cephadm 2024-09-11T08:09:34.428426+0000 mgr.y (mgr.15138) 59 : cephadm [INF] Deploying daemon node-exporter.b on smithi169 2024-09-11T08:09:36.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[19346]: cephadm 2024-09-11T08:09:34.427692+0000 mgr.y (mgr.15138) 58 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:09:36.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[19346]: cephadm 2024-09-11T08:09:34.428426+0000 mgr.y (mgr.15138) 59 : cephadm [INF] Deploying daemon node-exporter.b on smithi169 2024-09-11T08:09:36.453 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.240Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-11T08:09:36.453 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.240Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-09-11T08:09:36.453 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.241Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-11T08:09:36.453 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.241Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-11T08:09:36.453 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=arp 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-11T08:09:36.454 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=edac 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-11T08:09:36.455 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=os 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.242Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=stat 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-11T08:09:36.456 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-11T08:09:36.457 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-11T08:09:36.457 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=time 2024-09-11T08:09:36.457 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-11T08:09:36.457 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=uname 2024-09-11T08:09:36.457 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-11T08:09:36.457 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-11T08:09:36.457 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-11T08:09:36.457 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:09:36.457 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:09:36 smithi133 bash[47565]: ts=2024-09-11T08:09:36.243Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:09:36.711 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:36 smithi169 bash[41061]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-node-exporter.b 2024-09-11T08:09:37.057 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:36 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-11T08:09:37.057 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:36 smithi169 bash[41137]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-node-exporter.b 2024-09-11T08:09:37.057 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:36 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-11T08:09:37.057 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:36 smithi169 systemd[1]: Stopped Ceph node-exporter.b for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:37.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[41002]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:09:37.427 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:37 smithi169 systemd[1]: Started Ceph node-exporter.b for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:37.428 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[41240]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-11T08:09:37.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[14688]: cluster 2024-09-11T08:09:35.935216+0000 mgr.y (mgr.15138) 60 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:37.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[14688]: audit 2024-09-11T08:09:37.090161+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:37.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[14688]: audit 2024-09-11T08:09:37.098179+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:37.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[14688]: audit 2024-09-11T08:09:37.107045+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:37.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[14688]: audit 2024-09-11T08:09:37.110463+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:37.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[14688]: audit 2024-09-11T08:09:37.113320+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:37.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[15104]: cluster 2024-09-11T08:09:35.935216+0000 mgr.y (mgr.15138) 60 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:37.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[15104]: audit 2024-09-11T08:09:37.090161+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[15104]: audit 2024-09-11T08:09:37.098179+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[15104]: audit 2024-09-11T08:09:37.107045+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[15104]: audit 2024-09-11T08:09:37.110463+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[15104]: audit 2024-09-11T08:09:37.113320+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[19346]: cluster 2024-09-11T08:09:35.935216+0000 mgr.y (mgr.15138) 60 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[19346]: audit 2024-09-11T08:09:37.090161+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[19346]: audit 2024-09-11T08:09:37.098179+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[19346]: audit 2024-09-11T08:09:37.107045+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[19346]: audit 2024-09-11T08:09:37.110463+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:37.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:37 smithi133 bash[19346]: audit 2024-09-11T08:09:37.113320+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:37.856 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[41240]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-11T08:09:38.172 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[41240]: 22b70bddd3ac: Pulling fs layer 2024-09-11T08:09:38.173 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[41240]: 5c12815fee55: Pulling fs layer 2024-09-11T08:09:38.173 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[41240]: c0e87333d380: Pulling fs layer 2024-09-11T08:09:38.173 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[41240]: 22b70bddd3ac: Verifying Checksum 2024-09-11T08:09:38.173 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:37 smithi169 bash[41240]: 22b70bddd3ac: Download complete 2024-09-11T08:09:38.173 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41240]: 5c12815fee55: Verifying Checksum 2024-09-11T08:09:38.173 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41240]: 5c12815fee55: Download complete 2024-09-11T08:09:38.173 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41240]: c0e87333d380: Download complete 2024-09-11T08:09:38.427 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41240]: 22b70bddd3ac: Pull complete 2024-09-11T08:09:38.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[14688]: audit 2024-09-11T08:09:37.795442+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.169:0/1940577282' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:38.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[14688]: audit 2024-09-11T08:09:38.165737+0000 mon.b (mon.2) 357 : audit [INF] from='client.? 172.21.15.169:0/154595963' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: --- Logging error --- 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.send(msg) 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.connect(address) 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:38.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self._connect_unixsocket(self.address) 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.connect(address) 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Call stack: 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self._bootstrap_inner() 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.run() 2024-09-11T08:09:38.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: logger.info("Started the configuration object watcher") 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Message: 'Started the configuration object watcher' 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Arguments: () 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: --- Logging error --- 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.send(msg) 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.connect(address) 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:38.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:38.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self._connect_unixsocket(self.address) 2024-09-11T08:09:38.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:38.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.connect(address) 2024-09-11T08:09:38.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:38.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Call stack: 2024-09-11T08:09:38.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:38.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: main() 2024-09-11T08:09:38.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:38.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:38.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:09:38.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:09:38.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:09:38.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Arguments: () 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: --- Logging error --- 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.send(msg) 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.connect(address) 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self._connect_unixsocket(self.address) 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.connect(address) 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Call stack: 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self._bootstrap_inner() 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.run() 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.interval)) 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:09:38.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Arguments: () 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: --- Logging error --- 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.send(msg) 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.connect(address) 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:38.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self._connect_unixsocket(self.address) 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: self.socket.connect(address) 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Call stack: 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: main() 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:09:38.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: "{}".format(blacklisted_ip)) 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Arguments: () 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: Traceback (most recent call last): 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: main() 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:09:38.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:09:38.438 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:09:38.438 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: **kwargs).stdout 2024-09-11T08:09:38.438 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:09:38.438 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: output=stdout, stderr=stderr) 2024-09-11T08:09:38.438 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:38 smithi169 bash[41019]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:09:38.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:38 smithi133 bash[15104]: audit 2024-09-11T08:09:37.795442+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.169:0/1940577282' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:38.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:38 smithi133 bash[15104]: audit 2024-09-11T08:09:38.165737+0000 mon.b (mon.2) 357 : audit [INF] from='client.? 172.21.15.169:0/154595963' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:38 smithi133 bash[19346]: audit 2024-09-11T08:09:37.795442+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.169:0/1940577282' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:38.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:38 smithi133 bash[19346]: audit 2024-09-11T08:09:38.165737+0000 mon.b (mon.2) 357 : audit [INF] from='client.? 172.21.15.169:0/154595963' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:39.560 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:39 smithi169 bash[41240]: 5c12815fee55: Pull complete 2024-09-11T08:09:39.560 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:39 smithi169 bash[14688]: cluster 2024-09-11T08:09:37.935969+0000 mgr.y (mgr.15138) 61 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:39.560 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:39 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:09:39.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:39 smithi133 bash[15104]: cluster 2024-09-11T08:09:37.935969+0000 mgr.y (mgr.15138) 61 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:39.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:39 smithi133 bash[19346]: cluster 2024-09-11T08:09:37.935969+0000 mgr.y (mgr.15138) 61 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:39.826 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:39 smithi169 bash[41002]: (process:1): GLib-GObject-CRITICAL **: 08:09:39.554: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:09:40.677 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:40 smithi169 bash[41240]: c0e87333d380: Pull complete 2024-09-11T08:09:40.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:40 smithi169 bash[14688]: audit 2024-09-11T08:09:39.244759+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:09:40.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:40 smithi169 bash[14688]: audit 2024-09-11T08:09:39.245546+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:09:40.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:40 smithi169 bash[14688]: audit 2024-09-11T08:09:39.246173+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:09:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:40 smithi133 bash[19346]: audit 2024-09-11T08:09:39.244759+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:09:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:40 smithi133 bash[19346]: audit 2024-09-11T08:09:39.245546+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:09:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:40 smithi133 bash[19346]: audit 2024-09-11T08:09:39.246173+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:09:40.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:40 smithi133 bash[15104]: audit 2024-09-11T08:09:39.244759+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:09:40.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:40 smithi133 bash[15104]: audit 2024-09-11T08:09:39.245546+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:09:40.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:40 smithi133 bash[15104]: audit 2024-09-11T08:09:39.246173+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:09:40.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:40 smithi169 bash[41459]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:09:40.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:40 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:09:41.264 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:40 smithi169 bash[41240]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-11T08:09:41.264 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:41 smithi169 bash[41240]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-11T08:09:41.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:41 smithi169 bash[14688]: cluster 2024-09-11T08:09:39.936525+0000 mgr.y (mgr.15138) 62 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:41.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:41 smithi133 bash[15104]: cluster 2024-09-11T08:09:39.936525+0000 mgr.y (mgr.15138) 62 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:41.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:41 smithi133 bash[19346]: cluster 2024-09-11T08:09:39.936525+0000 mgr.y (mgr.15138) 62 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:41.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:41.660Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:09:41.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:41.660Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:09:41.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:41 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:41.660Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:09:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[14688]: cluster 2024-09-11T08:09:41.937656+0000 mgr.y (mgr.15138) 63 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:42.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.410Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-11T08:09:42.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.410Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-09-11T08:09:42.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.412Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-09-11T08:09:42.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.412Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-09-11T08:09:42.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.413Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-11T08:09:42.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.413Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-11T08:09:42.678 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=arp 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=edac 2024-09-11T08:09:42.679 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-11T08:09:42.680 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=os 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.414Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=stat 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-11T08:09:42.681 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-11T08:09:42.682 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=time 2024-09-11T08:09:42.682 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-11T08:09:42.682 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=uname 2024-09-11T08:09:42.682 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-11T08:09:42.682 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-11T08:09:42.682 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-11T08:09:42.682 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:09:42.682 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:09:42 smithi169 bash[41240]: ts=2024-09-11T08:09:42.415Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:09:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:42 smithi133 bash[15104]: cluster 2024-09-11T08:09:41.937656+0000 mgr.y (mgr.15138) 63 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:42.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:42 smithi133 bash[19346]: cluster 2024-09-11T08:09:41.937656+0000 mgr.y (mgr.15138) 63 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:43.826 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:09:44.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[15104]: audit 2024-09-11T08:09:43.294144+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:44.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[15104]: audit 2024-09-11T08:09:43.301608+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[15104]: audit 2024-09-11T08:09:43.308194+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[15104]: audit 2024-09-11T08:09:43.692415+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[15104]: audit 2024-09-11T08:09:43.908526+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[15104]: audit 2024-09-11T08:09:43.913528+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[15104]: audit 2024-09-11T08:09:43.920026+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[15104]: audit 2024-09-11T08:09:43.921572+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[19346]: audit 2024-09-11T08:09:43.294144+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[19346]: audit 2024-09-11T08:09:43.301608+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[19346]: audit 2024-09-11T08:09:43.308194+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[19346]: audit 2024-09-11T08:09:43.692415+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[19346]: audit 2024-09-11T08:09:43.908526+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:44.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[19346]: audit 2024-09-11T08:09:43.913528+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[19346]: audit 2024-09-11T08:09:43.920026+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:44 smithi133 bash[19346]: audit 2024-09-11T08:09:43.921572+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:09:44.521 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:09:44.521 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (22m) 1s ago 23m 15.5M - 0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (23m) 28s ago 23m 27.2M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 28s ago 24m - - 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (36s) 28s ago 28m 171M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (10m) 1s ago 30m 432M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (30m) 1s ago 30m 112M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (28m) 28s ago 28m 77.4M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (29m) 1s ago 29m 77.9M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (9s) 1s ago 23m 7984k - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 starting - - - - 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (28m) 1s ago 28m 51.1M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (27m) 1s ago 27m 53.0M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:09:44.522 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (27m) 1s ago 27m 45.7M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:09:44.523 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (26m) 1s ago 26m 53.9M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:09:44.523 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (26m) 28s ago 26m 51.4M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:09:44.523 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (25m) 28s ago 25m 47.7M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:09:44.523 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (25m) 28s ago 25m 49.9M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:09:44.523 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (24m) 28s ago 25m 51.8M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:09:44.523 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (14m) 28s ago 23m 45.0M - 2.18.1 de242295e225 47801f54fbfb 2024-09-11T08:09:44.523 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (21m) 1s ago 21m 54.2M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:09:44.523 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (21m) 28s ago 21m 55.3M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:09:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:44 smithi169 bash[14688]: audit 2024-09-11T08:09:43.294144+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:44 smithi169 bash[14688]: audit 2024-09-11T08:09:43.301608+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:44 smithi169 bash[14688]: audit 2024-09-11T08:09:43.308194+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:44 smithi169 bash[14688]: audit 2024-09-11T08:09:43.692415+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:44 smithi169 bash[14688]: audit 2024-09-11T08:09:43.908526+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:44.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:44 smithi169 bash[14688]: audit 2024-09-11T08:09:43.913528+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:44 smithi169 bash[14688]: audit 2024-09-11T08:09:43.920026+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:44.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:44 smithi169 bash[14688]: audit 2024-09-11T08:09:43.921572+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:09:44.945 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:09:44.945 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:09:44.945 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:09:44.945 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:09:44.946 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:09:44.947 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:09:44.947 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:09:44.947 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:09:45.286 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:09:45.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:43.811373+0000 mgr.y (mgr.15138) 64 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: cluster 2024-09-11T08:09:43.938148+0000 mgr.y (mgr.15138) 65 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.157468+0000 mgr.y (mgr.15138) 66 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.499121+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.500091+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.501000+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.501810+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.502627+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.503405+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.506815+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.507530+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.508235+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.508800+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.509337+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[19346]: audit 2024-09-11T08:09:44.943579+0000 mon.a (mon.0) 1195 : audit [DBG] from='client.? 172.21.15.133:0/2350228326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:43.811373+0000 mgr.y (mgr.15138) 64 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: cluster 2024-09-11T08:09:43.938148+0000 mgr.y (mgr.15138) 65 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.157468+0000 mgr.y (mgr.15138) 66 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.499121+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.500091+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.501000+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.501810+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.502627+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.503405+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.506815+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:45.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.507530+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.508235+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.508800+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.509337+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:45 smithi133 bash[15104]: audit 2024-09-11T08:09:44.943579+0000 mon.a (mon.0) 1195 : audit [DBG] from='client.? 172.21.15.133:0/2350228326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:43.811373+0000 mgr.y (mgr.15138) 64 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: cluster 2024-09-11T08:09:43.938148+0000 mgr.y (mgr.15138) 65 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.157468+0000 mgr.y (mgr.15138) 66 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.499121+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.500091+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.501000+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.501810+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.502627+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.503405+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.506815+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.507530+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.508235+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.508800+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.509337+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:09:45.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:45 smithi169 bash[14688]: audit 2024-09-11T08:09:44.943579+0000 mon.a (mon.0) 1195 : audit [DBG] from='client.? 172.21.15.133:0/2350228326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:46 smithi169 bash[14688]: audit 2024-09-11T08:09:44.493619+0000 mgr.y (mgr.15138) 67 : audit [DBG] from='client.25426 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:46 smithi169 bash[14688]: audit 2024-09-11T08:09:46.148277+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:46 smithi169 bash[14688]: audit 2024-09-11T08:09:46.158432+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:46 smithi169 bash[14688]: audit 2024-09-11T08:09:46.165454+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:46.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:46 smithi133 bash[15104]: audit 2024-09-11T08:09:44.493619+0000 mgr.y (mgr.15138) 67 : audit [DBG] from='client.25426 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:46 smithi133 bash[15104]: audit 2024-09-11T08:09:46.148277+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:46 smithi133 bash[15104]: audit 2024-09-11T08:09:46.158432+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:46.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:46 smithi133 bash[15104]: audit 2024-09-11T08:09:46.165454+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:46.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:46 smithi133 bash[19346]: audit 2024-09-11T08:09:44.493619+0000 mgr.y (mgr.15138) 67 : audit [DBG] from='client.25426 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:46.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:46 smithi133 bash[19346]: audit 2024-09-11T08:09:46.148277+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:46.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:46 smithi133 bash[19346]: audit 2024-09-11T08:09:46.158432+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:46.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:46 smithi133 bash[19346]: audit 2024-09-11T08:09:46.165454+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:47 smithi169 bash[14688]: audit 2024-09-11T08:09:45.283832+0000 mgr.y (mgr.15138) 68 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:47.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:47 smithi169 bash[14688]: cluster 2024-09-11T08:09:45.939751+0000 mgr.y (mgr.15138) 69 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:47.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:47 smithi169 bash[14688]: audit 2024-09-11T08:09:46.552456+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:47.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:47 smithi169 bash[14688]: audit 2024-09-11T08:09:46.774070+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:47.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:47 smithi169 bash[14688]: audit 2024-09-11T08:09:46.782717+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:47.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:47 smithi169 bash[14688]: audit 2024-09-11T08:09:46.791685+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:47.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:47 smithi169 bash[14688]: audit 2024-09-11T08:09:46.793712+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:09:47.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[15104]: audit 2024-09-11T08:09:45.283832+0000 mgr.y (mgr.15138) 68 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:47.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[15104]: cluster 2024-09-11T08:09:45.939751+0000 mgr.y (mgr.15138) 69 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:47.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[15104]: audit 2024-09-11T08:09:46.552456+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[15104]: audit 2024-09-11T08:09:46.774070+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[15104]: audit 2024-09-11T08:09:46.782717+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[15104]: audit 2024-09-11T08:09:46.791685+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[15104]: audit 2024-09-11T08:09:46.793712+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[19346]: audit 2024-09-11T08:09:45.283832+0000 mgr.y (mgr.15138) 68 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[19346]: cluster 2024-09-11T08:09:45.939751+0000 mgr.y (mgr.15138) 69 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[19346]: audit 2024-09-11T08:09:46.552456+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[19346]: audit 2024-09-11T08:09:46.774070+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[19346]: audit 2024-09-11T08:09:46.782717+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:47.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[19346]: audit 2024-09-11T08:09:46.791685+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:47.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:47 smithi133 bash[19346]: audit 2024-09-11T08:09:46.793712+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:09:49.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:49 smithi169 bash[14688]: cluster 2024-09-11T08:09:47.940514+0000 mgr.y (mgr.15138) 70 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:49.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:49 smithi133 bash[15104]: cluster 2024-09-11T08:09:47.940514+0000 mgr.y (mgr.15138) 70 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:49 smithi133 bash[19346]: cluster 2024-09-11T08:09:47.940514+0000 mgr.y (mgr.15138) 70 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:51.218 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:50 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 4. 2024-09-11T08:09:51.219 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:50 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:51.219 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:50 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:09:51.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:51 smithi169 bash[14688]: cluster 2024-09-11T08:09:49.941179+0000 mgr.y (mgr.15138) 71 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:51.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:51 smithi133 bash[15104]: cluster 2024-09-11T08:09:49.941179+0000 mgr.y (mgr.15138) 71 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:51.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:51 smithi133 bash[19346]: cluster 2024-09-11T08:09:49.941179+0000 mgr.y (mgr.15138) 71 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:51.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:51.660Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:09:51.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:51.660Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:09:51.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:09:51 smithi133 bash[32341]: level=error ts=2024-09-11T08:09:51.660Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:09:53.559 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:53 smithi169 bash[14688]: cluster 2024-09-11T08:09:51.942719+0000 mgr.y (mgr.15138) 72 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:53.560 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:53 smithi133 bash[15104]: cluster 2024-09-11T08:09:51.942719+0000 mgr.y (mgr.15138) 72 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:53.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:53 smithi133 bash[19346]: cluster 2024-09-11T08:09:51.942719+0000 mgr.y (mgr.15138) 72 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:53.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:53 smithi169 bash[42157]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:09:54.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: --- Logging error --- 2024-09-11T08:09:54.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:54.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.send(msg) 2024-09-11T08:09:54.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:54.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:54.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:54.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.connect(address) 2024-09-11T08:09:54.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:54.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self._connect_unixsocket(self.address) 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.connect(address) 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Call stack: 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self._bootstrap_inner() 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.run() 2024-09-11T08:09:54.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: logger.info("Started the configuration object watcher") 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Message: 'Started the configuration object watcher' 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Arguments: () 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: --- Logging error --- 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.send(msg) 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:54.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.connect(address) 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self._connect_unixsocket(self.address) 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.connect(address) 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Call stack: 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: main() 2024-09-11T08:09:54.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:54.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:54.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:09:54.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:09:54.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:09:54.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Arguments: () 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: --- Logging error --- 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.send(msg) 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.connect(address) 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:54.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self._connect_unixsocket(self.address) 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.connect(address) 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Call stack: 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self._bootstrap_inner() 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.run() 2024-09-11T08:09:54.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.interval)) 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Arguments: () 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: --- Logging error --- 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.send(msg) 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:09:54.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.connect(address) 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: During handling of the above exception, another exception occurred: 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self._connect_unixsocket(self.address) 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: self.socket.connect(address) 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Call stack: 2024-09-11T08:09:54.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: main() 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: "{}".format(blacklisted_ip)) 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Arguments: () 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: Traceback (most recent call last): 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: main() 2024-09-11T08:09:54.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: **kwargs).stdout 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: output=stdout, stderr=stderr) 2024-09-11T08:09:54.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:54 smithi169 bash[42175]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:09:55.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:55 smithi169 bash[14688]: cluster 2024-09-11T08:09:53.943409+0000 mgr.y (mgr.15138) 73 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:55.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:55 smithi169 bash[14688]: audit 2024-09-11T08:09:54.253414+0000 mon.a (mon.0) 1204 : audit [DBG] from='client.? 172.21.15.169:0/4002008472' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:55.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:55 smithi169 bash[14688]: audit 2024-09-11T08:09:54.309926+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:55.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:55 smithi169 bash[14688]: audit 2024-09-11T08:09:54.317669+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:55.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:55 smithi169 bash[14688]: audit 2024-09-11T08:09:54.327606+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:55.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:55 smithi169 bash[14688]: audit 2024-09-11T08:09:54.607118+0000 mon.b (mon.2) 358 : audit [INF] from='client.? 172.21.15.169:0/544774461' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[15104]: cluster 2024-09-11T08:09:53.943409+0000 mgr.y (mgr.15138) 73 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[15104]: audit 2024-09-11T08:09:54.253414+0000 mon.a (mon.0) 1204 : audit [DBG] from='client.? 172.21.15.169:0/4002008472' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[15104]: audit 2024-09-11T08:09:54.309926+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[15104]: audit 2024-09-11T08:09:54.317669+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[15104]: audit 2024-09-11T08:09:54.327606+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[15104]: audit 2024-09-11T08:09:54.607118+0000 mon.b (mon.2) 358 : audit [INF] from='client.? 172.21.15.169:0/544774461' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[19346]: cluster 2024-09-11T08:09:53.943409+0000 mgr.y (mgr.15138) 73 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:09:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[19346]: audit 2024-09-11T08:09:54.253414+0000 mon.a (mon.0) 1204 : audit [DBG] from='client.? 172.21.15.169:0/4002008472' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:09:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[19346]: audit 2024-09-11T08:09:54.309926+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[19346]: audit 2024-09-11T08:09:54.317669+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[19346]: audit 2024-09-11T08:09:54.327606+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:55 smithi133 bash[19346]: audit 2024-09-11T08:09:54.607118+0000 mon.b (mon.2) 358 : audit [INF] from='client.? 172.21.15.169:0/544774461' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:09:56.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:56 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:09:56.424 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:56 smithi169 bash[42157]: (process:1): GLib-GObject-CRITICAL **: 08:09:56.298: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:09:57.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:57 smithi169 bash[14688]: cluster 2024-09-11T08:09:55.944896+0000 mgr.y (mgr.15138) 74 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:57.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:57 smithi169 bash[42488]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:09:57.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:09:57 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:09:57.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:57 smithi133 bash[15104]: cluster 2024-09-11T08:09:55.944896+0000 mgr.y (mgr.15138) 74 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:57.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:57 smithi133 bash[19346]: cluster 2024-09-11T08:09:55.944896+0000 mgr.y (mgr.15138) 74 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:59.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: cluster 2024-09-11T08:09:57.945576+0000 mgr.y (mgr.15138) 75 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.723939+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.734167+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.743688+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.745384+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.747135+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.760787+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.819529+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.825227+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.827610+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.830182+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.832539+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.834464+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.836728+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:09:59 smithi169 bash[14688]: audit 2024-09-11T08:09:58.839057+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: cluster 2024-09-11T08:09:57.945576+0000 mgr.y (mgr.15138) 75 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.723939+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.734167+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.743688+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.745384+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:09:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.747135+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:09:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.760787+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.819529+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.825227+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.827610+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.830182+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.832539+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.834464+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.836728+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[15104]: audit 2024-09-11T08:09:58.839057+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: cluster 2024-09-11T08:09:57.945576+0000 mgr.y (mgr.15138) 75 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.723939+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.734167+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:59.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.743688+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.745384+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.747135+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.760787+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.819529+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.825227+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.827610+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.830182+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.832539+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.834464+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.836728+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:59.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:09:59 smithi133 bash[19346]: audit 2024-09-11T08:09:58.839057+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:00.618 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:00 smithi169 bash[14688]: cephadm 2024-09-11T08:09:58.748817+0000 mgr.y (mgr.15138) 76 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:10:00.618 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:00 smithi169 bash[14688]: cluster 2024-09-11T08:09:58.750044+0000 mgr.y (mgr.15138) 77 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-09-11T08:10:00.618 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:00 smithi169 bash[14688]: cluster 2024-09-11T08:09:58.750581+0000 mgr.y (mgr.15138) 78 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:10:00.618 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:00 smithi169 bash[14688]: cluster 2024-09-11T08:10:00.000157+0000 mon.a (mon.0) 1222 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:10:00.618 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:00 smithi169 bash[14688]: cluster 2024-09-11T08:10:00.000215+0000 mon.a (mon.0) 1223 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:10:00.618 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:00 smithi169 bash[14688]: cluster 2024-09-11T08:10:00.000270+0000 mon.a (mon.0) 1224 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:10:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[15104]: cephadm 2024-09-11T08:09:58.748817+0000 mgr.y (mgr.15138) 76 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:10:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[15104]: cluster 2024-09-11T08:09:58.750044+0000 mgr.y (mgr.15138) 77 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-09-11T08:10:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[15104]: cluster 2024-09-11T08:09:58.750581+0000 mgr.y (mgr.15138) 78 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:10:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[15104]: cluster 2024-09-11T08:10:00.000157+0000 mon.a (mon.0) 1222 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:10:00.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[15104]: cluster 2024-09-11T08:10:00.000215+0000 mon.a (mon.0) 1223 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:10:00.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[15104]: cluster 2024-09-11T08:10:00.000270+0000 mon.a (mon.0) 1224 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:10:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[19346]: cephadm 2024-09-11T08:09:58.748817+0000 mgr.y (mgr.15138) 76 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:10:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[19346]: cluster 2024-09-11T08:09:58.750044+0000 mgr.y (mgr.15138) 77 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-09-11T08:10:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[19346]: cluster 2024-09-11T08:09:58.750581+0000 mgr.y (mgr.15138) 78 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:10:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[19346]: cluster 2024-09-11T08:10:00.000157+0000 mon.a (mon.0) 1222 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:10:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[19346]: cluster 2024-09-11T08:10:00.000215+0000 mon.a (mon.0) 1223 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:10:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:00 smithi133 bash[19346]: cluster 2024-09-11T08:10:00.000270+0000 mon.a (mon.0) 1224 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:10:01.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:01.660Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:10:01.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:01.660Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:10:01.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:01 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:01.660Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:10:02.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:02 smithi169 bash[14688]: cluster 2024-09-11T08:10:00.752165+0000 mgr.y (mgr.15138) 79 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:10:02.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:02 smithi169 bash[14688]: cephadm 2024-09-11T08:10:01.218204+0000 mgr.y (mgr.15138) 80 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:10:02.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:02 smithi169 bash[14688]: cephadm 2024-09-11T08:10:01.236997+0000 mgr.y (mgr.15138) 81 : cephadm [INF] Deploying daemon prometheus.a on smithi169 2024-09-11T08:10:02.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:02 smithi133 bash[19346]: cluster 2024-09-11T08:10:00.752165+0000 mgr.y (mgr.15138) 79 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:10:02.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:02 smithi133 bash[19346]: cephadm 2024-09-11T08:10:01.218204+0000 mgr.y (mgr.15138) 80 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:10:02.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:02 smithi133 bash[19346]: cephadm 2024-09-11T08:10:01.236997+0000 mgr.y (mgr.15138) 81 : cephadm [INF] Deploying daemon prometheus.a on smithi169 2024-09-11T08:10:02.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:02 smithi133 bash[15104]: cluster 2024-09-11T08:10:00.752165+0000 mgr.y (mgr.15138) 79 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:10:02.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:02 smithi133 bash[15104]: cephadm 2024-09-11T08:10:01.218204+0000 mgr.y (mgr.15138) 80 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:10:02.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:02 smithi133 bash[15104]: cephadm 2024-09-11T08:10:01.236997+0000 mgr.y (mgr.15138) 81 : cephadm [INF] Deploying daemon prometheus.a on smithi169 2024-09-11T08:10:04.672 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:04 smithi169 bash[14688]: cluster 2024-09-11T08:10:02.752971+0000 mgr.y (mgr.15138) 82 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:10:04.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:04 smithi133 bash[15104]: cluster 2024-09-11T08:10:02.752971+0000 mgr.y (mgr.15138) 82 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:10:04.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:04 smithi133 bash[19346]: cluster 2024-09-11T08:10:02.752971+0000 mgr.y (mgr.15138) 82 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:10:05.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[14688]: cluster 2024-09-11T08:10:04.753672+0000 mgr.y (mgr.15138) 83 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:05.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:05 smithi133 bash[15104]: cluster 2024-09-11T08:10:04.753672+0000 mgr.y (mgr.15138) 83 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:05.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:05 smithi133 bash[19346]: cluster 2024-09-11T08:10:04.753672+0000 mgr.y (mgr.15138) 83 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 systemd[1]: Stopping Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=warn ts=2024-09-11T08:10:05.868Z caller=main.go:524 msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.868Z caller=main.go:547 msg="Stopping scrape discovery manager..." 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.868Z caller=main.go:561 msg="Stopping notify discovery manager..." 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.868Z caller=main.go:583 msg="Stopping scrape manager..." 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.868Z caller=main.go:557 msg="Notify discovery manager stopped" 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.868Z caller=main.go:543 msg="Scrape discovery manager stopped" 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.868Z caller=manager.go:882 component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.869Z caller=main.go:577 msg="Scrape manager stopped" 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.869Z caller=manager.go:892 component="rule manager" msg="Rule manager stopped" 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.869Z caller=notifier.go:601 component=notifier msg="Stopping notification manager..." 2024-09-11T08:10:06.084 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.870Z caller=main.go:749 msg="Notifier manager stopped" 2024-09-11T08:10:06.085 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:05 smithi169 bash[29412]: level=info ts=2024-09-11T08:10:05.870Z caller=main.go:761 msg="See you next time!" 2024-09-11T08:10:06.761 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:06 smithi169 bash[42935]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:10:07.054 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:06 smithi169 bash[43011]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:10:07.054 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:06 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-11T08:10:07.054 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:06 smithi169 systemd[1]: Stopped Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:07.054 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:07 smithi169 systemd[1]: Started Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:07.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:07 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 5. 2024-09-11T08:10:07.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:07 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:07.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:07 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:08.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:07 smithi169 bash[14688]: cluster 2024-09-11T08:10:06.755211+0000 mgr.y (mgr.15138) 84 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:08.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:07 smithi169 bash[14688]: audit 2024-09-11T08:10:07.086808+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:08.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:07 smithi169 bash[14688]: audit 2024-09-11T08:10:07.095289+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:08.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:07 smithi169 bash[14688]: audit 2024-09-11T08:10:07.104245+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:08.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:07 smithi169 bash[14688]: audit 2024-09-11T08:10:07.107258+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[15104]: cluster 2024-09-11T08:10:06.755211+0000 mgr.y (mgr.15138) 84 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[15104]: audit 2024-09-11T08:10:07.086808+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[15104]: audit 2024-09-11T08:10:07.095289+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[15104]: audit 2024-09-11T08:10:07.104245+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[15104]: audit 2024-09-11T08:10:07.107258+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[19346]: cluster 2024-09-11T08:10:06.755211+0000 mgr.y (mgr.15138) 84 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[19346]: audit 2024-09-11T08:10:07.086808+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[19346]: audit 2024-09-11T08:10:07.095289+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[19346]: audit 2024-09-11T08:10:07.104245+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:07 smithi133 bash[19346]: audit 2024-09-11T08:10:07.107258+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.407Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.407Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.407Z caller=main.go:570 level=info host_details="(Linux 5.4.0-195-generic #215-Ubuntu SMP Fri Aug 2 18:28:05 UTC 2024 x86_64 smithi169 (none))" 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.407Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.407Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.411Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.411Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.412Z caller=dir_locker.go:77 level=warn component=tsdb msg="A lockfile from a previous execution already existed. It was replaced" file=/prometheus/lock 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.414Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:10:09.608 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.414Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.419Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.419Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=5.291µs 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.419Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.419Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.437Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.453Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.453Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.453Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=66.163µs wal_replay_duration=34.652015ms wbl_replay_duration=153ns total_replay_duration=34.793665ms 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.455Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.455Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.455Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.474Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.202711ms db_storage=1.035µs remote_storage=1.677µs web_handler=400ns query_engine=780ns scrape=296.149µs scrape_sd=30.554µs notify=34.951µs notify_sd=10.236µs rules=17.544062ms tracing=9.812µs 2024-09-11T08:10:09.609 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.474Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-11T08:10:09.610 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43095]: ts=2024-09-11T08:10:09.474Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:10:09.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:09 smithi169 bash[43117]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:10:10.668 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[14688]: cluster 2024-09-11T08:10:08.755938+0000 mgr.y (mgr.15138) 85 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:10.669 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: --- Logging error --- 2024-09-11T08:10:10.669 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:10 smithi133 bash[15104]: cluster 2024-09-11T08:10:08.755938+0000 mgr.y (mgr.15138) 85 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:10.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:10 smithi133 bash[19346]: cluster 2024-09-11T08:10:08.755938+0000 mgr.y (mgr.15138) 85 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:10.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:10.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.send(msg) 2024-09-11T08:10:10.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.connect(address) 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self._connect_unixsocket(self.address) 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.connect(address) 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Call stack: 2024-09-11T08:10:10.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self._bootstrap_inner() 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.run() 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: logger.info("Started the configuration object watcher") 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Message: 'Started the configuration object watcher' 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Arguments: () 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: --- Logging error --- 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.send(msg) 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:10.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.connect(address) 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self._connect_unixsocket(self.address) 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.connect(address) 2024-09-11T08:10:10.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:10.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Call stack: 2024-09-11T08:10:10.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:10.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: main() 2024-09-11T08:10:10.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:10.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:10.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:10:10.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:10:10.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:10:10.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Arguments: () 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: --- Logging error --- 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.send(msg) 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.connect(address) 2024-09-11T08:10:10.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:10.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:10.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:10.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self._connect_unixsocket(self.address) 2024-09-11T08:10:10.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:10.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.connect(address) 2024-09-11T08:10:10.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:10.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Call stack: 2024-09-11T08:10:10.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self._bootstrap_inner() 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.run() 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.interval)) 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Arguments: () 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: --- Logging error --- 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.send(msg) 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:10.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.connect(address) 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self._connect_unixsocket(self.address) 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: self.socket.connect(address) 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Call stack: 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:10.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: main() 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: "{}".format(blacklisted_ip)) 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Arguments: () 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: Traceback (most recent call last): 2024-09-11T08:10:10.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: main() 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: **kwargs).stdout 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: output=stdout, stderr=stderr) 2024-09-11T08:10:10.939 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:10 smithi169 bash[43132]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:10:11.519 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:11 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:10:11.520 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:11 smithi169 bash[14688]: audit 2024-09-11T08:10:10.304087+0000 mon.b (mon.2) 359 : audit [DBG] from='client.? 172.21.15.169:0/1691807104' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:11.520 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:11 smithi169 bash[14688]: audit 2024-09-11T08:10:10.657631+0000 mon.b (mon.2) 360 : audit [INF] from='client.? 172.21.15.169:0/1659185756' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:11.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:11 smithi133 bash[15104]: audit 2024-09-11T08:10:10.304087+0000 mon.b (mon.2) 359 : audit [DBG] from='client.? 172.21.15.169:0/1691807104' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:11.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:11 smithi133 bash[15104]: audit 2024-09-11T08:10:10.657631+0000 mon.b (mon.2) 360 : audit [INF] from='client.? 172.21.15.169:0/1659185756' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:11.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:11 smithi133 bash[19346]: audit 2024-09-11T08:10:10.304087+0000 mon.b (mon.2) 359 : audit [DBG] from='client.? 172.21.15.169:0/1691807104' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:11.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:11 smithi133 bash[19346]: audit 2024-09-11T08:10:10.657631+0000 mon.b (mon.2) 360 : audit [INF] from='client.? 172.21.15.169:0/1659185756' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:11.799 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:11 smithi169 bash[43117]: (process:1): GLib-GObject-CRITICAL **: 08:10:11.591: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:10:11.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:11.661Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:10:11.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:11.661Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:10:11.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:11 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:11.661Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169; Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" 2024-09-11T08:10:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:12 smithi169 bash[14688]: cluster 2024-09-11T08:10:10.757422+0000 mgr.y (mgr.15138) 86 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:12.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:12 smithi169 bash[43446]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:10:12.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:12 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:10:12.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:12 smithi133 bash[15104]: cluster 2024-09-11T08:10:10.757422+0000 mgr.y (mgr.15138) 86 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:12.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:12 smithi133 bash[19346]: cluster 2024-09-11T08:10:10.757422+0000 mgr.y (mgr.15138) 86 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:14.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:14 smithi169 bash[14688]: cluster 2024-09-11T08:10:12.758162+0000 mgr.y (mgr.15138) 87 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:14.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:14 smithi169 bash[14688]: audit 2024-09-11T08:10:13.593755+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:14.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:14 smithi169 bash[14688]: audit 2024-09-11T08:10:13.601726+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:14.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:14 smithi169 bash[14688]: audit 2024-09-11T08:10:13.609774+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:14.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:14 smithi169 bash[14688]: audit 2024-09-11T08:10:13.997562+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:14.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[15104]: cluster 2024-09-11T08:10:12.758162+0000 mgr.y (mgr.15138) 87 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:14.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[15104]: audit 2024-09-11T08:10:13.593755+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:14.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[15104]: audit 2024-09-11T08:10:13.601726+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:14.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[15104]: audit 2024-09-11T08:10:13.609774+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:14.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[15104]: audit 2024-09-11T08:10:13.997562+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:14.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[19346]: cluster 2024-09-11T08:10:12.758162+0000 mgr.y (mgr.15138) 87 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:14.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[19346]: audit 2024-09-11T08:10:13.593755+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:14.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[19346]: audit 2024-09-11T08:10:13.601726+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:14.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[19346]: audit 2024-09-11T08:10:13.609774+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:14.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:14 smithi133 bash[19346]: audit 2024-09-11T08:10:13.997562+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:15.663 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:10:15.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:15 smithi169 bash[14688]: audit 2024-09-11T08:10:14.226177+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:15.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:15 smithi169 bash[14688]: audit 2024-09-11T08:10:14.232092+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:15.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:15 smithi169 bash[14688]: audit 2024-09-11T08:10:14.240318+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:15.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:15 smithi169 bash[14688]: audit 2024-09-11T08:10:14.241998+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:10:15.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:15 smithi133 bash[19346]: audit 2024-09-11T08:10:14.226177+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:15.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:15 smithi133 bash[19346]: audit 2024-09-11T08:10:14.232092+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:15.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:15 smithi133 bash[19346]: audit 2024-09-11T08:10:14.240318+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:15.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:15 smithi133 bash[19346]: audit 2024-09-11T08:10:14.241998+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:10:15.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:15 smithi133 bash[15104]: audit 2024-09-11T08:10:14.226177+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:15.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:15 smithi133 bash[15104]: audit 2024-09-11T08:10:14.232092+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:15.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:15 smithi133 bash[15104]: audit 2024-09-11T08:10:14.240318+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:15.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:15 smithi133 bash[15104]: audit 2024-09-11T08:10:14.241998+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:10:16.350 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:10:16.350 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (23m) 33s ago 24m 15.5M - 0.20.0 0881eb8f169f 95a2b70e91f1 2024-09-11T08:10:16.350 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (23m) 2s ago 23m 27.3M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T08:10:16.350 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 2s ago 24m - - 2024-09-11T08:10:16.350 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (68s) 2s ago 29m 388M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:10:16.350 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (11m) 33s ago 30m 432M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:10:16.350 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (30m) 33s ago 31m 112M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:10:16.350 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (29m) 2s ago 29m 78.5M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (29m) 33s ago 29m 77.9M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (41s) 33s ago 24m 7984k - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (35s) 2s ago 24m 9243k - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (28m) 33s ago 28m 51.1M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (28m) 33s ago 28m 53.0M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (27m) 33s ago 27m 45.7M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (27m) 33s ago 27m 53.9M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (26m) 2s ago 26m 51.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (26m) 2s ago 26m 47.7M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (25m) 2s ago 26m 50.0M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (25m) 2s ago 25m 51.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:10:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (9s) 2s ago 24m - - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:10:16.352 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (22m) 33s ago 22m 54.2M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:10:16.352 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (22m) 2s ago 22m 55.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:10:16.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:16 smithi169 bash[14688]: cluster 2024-09-11T08:10:14.758865+0000 mgr.y (mgr.15138) 88 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:16.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:16 smithi133 bash[15104]: cluster 2024-09-11T08:10:14.758865+0000 mgr.y (mgr.15138) 88 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:16.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:16 smithi133 bash[19346]: cluster 2024-09-11T08:10:14.758865+0000 mgr.y (mgr.15138) 88 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:16.747 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:10:16.747 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:10:16.748 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:10:16.749 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:10:16.749 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:10:16.749 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:10:16.749 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-11T08:10:17.074 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:10:17.075 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:10:17.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:15.647674+0000 mgr.y (mgr.15138) 89 : audit [DBG] from='client.25486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:17.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:15.994248+0000 mgr.y (mgr.15138) 90 : audit [DBG] from='client.15567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.324688+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.325469+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.326207+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.326977+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.327607+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.328223+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.331738+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.332461+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.333172+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.333782+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.334439+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:17 smithi169 bash[14688]: audit 2024-09-11T08:10:16.745505+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.133:0/3923317899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:17.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:15.647674+0000 mgr.y (mgr.15138) 89 : audit [DBG] from='client.25486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:17.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:15.994248+0000 mgr.y (mgr.15138) 90 : audit [DBG] from='client.15567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.324688+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.325469+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.326207+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.326977+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.327607+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.328223+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.331738+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.332461+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.333172+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.333782+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.334439+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[15104]: audit 2024-09-11T08:10:16.745505+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.133:0/3923317899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:15.647674+0000 mgr.y (mgr.15138) 89 : audit [DBG] from='client.25486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:15.994248+0000 mgr.y (mgr.15138) 90 : audit [DBG] from='client.15567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.324688+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.325469+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.326207+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.326977+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.327607+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.328223+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.331738+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:17.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.332461+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.333172+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.333782+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.334439+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:17.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:17 smithi133 bash[19346]: audit 2024-09-11T08:10:16.745505+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.133:0/3923317899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:18 smithi169 bash[14688]: audit 2024-09-11T08:10:16.321566+0000 mgr.y (mgr.15138) 91 : audit [DBG] from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:18 smithi169 bash[14688]: cluster 2024-09-11T08:10:16.759893+0000 mgr.y (mgr.15138) 92 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:18.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:18 smithi169 bash[14688]: audit 2024-09-11T08:10:17.071852+0000 mgr.y (mgr.15138) 93 : audit [DBG] from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:18 smithi133 bash[15104]: audit 2024-09-11T08:10:16.321566+0000 mgr.y (mgr.15138) 91 : audit [DBG] from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:18 smithi133 bash[15104]: cluster 2024-09-11T08:10:16.759893+0000 mgr.y (mgr.15138) 92 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:18 smithi133 bash[15104]: audit 2024-09-11T08:10:17.071852+0000 mgr.y (mgr.15138) 93 : audit [DBG] from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:18.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:18 smithi133 bash[19346]: audit 2024-09-11T08:10:16.321566+0000 mgr.y (mgr.15138) 91 : audit [DBG] from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:18 smithi133 bash[19346]: cluster 2024-09-11T08:10:16.759893+0000 mgr.y (mgr.15138) 92 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:18 smithi133 bash[19346]: audit 2024-09-11T08:10:17.071852+0000 mgr.y (mgr.15138) 93 : audit [DBG] from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:19.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:19 smithi169 bash[14688]: cluster 2024-09-11T08:10:18.760593+0000 mgr.y (mgr.15138) 94 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:19.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:19 smithi133 bash[15104]: cluster 2024-09-11T08:10:18.760593+0000 mgr.y (mgr.15138) 94 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:19.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:19 smithi133 bash[19346]: cluster 2024-09-11T08:10:18.760593+0000 mgr.y (mgr.15138) 94 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:21 smithi133 bash[15104]: cluster 2024-09-11T08:10:20.762123+0000 mgr.y (mgr.15138) 95 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:21 smithi133 bash[19346]: cluster 2024-09-11T08:10:20.762123+0000 mgr.y (mgr.15138) 95 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:21.661Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:10:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:21.661Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:10:21.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:21 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:21.661Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:10:22.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:21 smithi169 bash[14688]: cluster 2024-09-11T08:10:20.762123+0000 mgr.y (mgr.15138) 95 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:22.440 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:22 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 6. 2024-09-11T08:10:22.440 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:22 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:22.440 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:22 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:24.411 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:24 smithi169 bash[14688]: cluster 2024-09-11T08:10:22.762955+0000 mgr.y (mgr.15138) 96 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:24.412 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:24 smithi169 bash[44157]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:10:24.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:24 smithi133 bash[19346]: cluster 2024-09-11T08:10:22.762955+0000 mgr.y (mgr.15138) 96 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:24.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:24 smithi133 bash[15104]: cluster 2024-09-11T08:10:22.762955+0000 mgr.y (mgr.15138) 96 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:25.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[14688]: audit 2024-09-11T08:10:24.687101+0000 mon.b (mon.2) 361 : audit [DBG] from='client.? 172.21.15.169:0/2977227440' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:25.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[14688]: audit 2024-09-11T08:10:25.049055+0000 mon.b (mon.2) 362 : audit [INF] from='client.? 172.21.15.169:0/466887323' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:25.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[14688]: audit 2024-09-11T08:10:25.120113+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:25.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[14688]: audit 2024-09-11T08:10:25.127600+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:25.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[14688]: audit 2024-09-11T08:10:25.136936+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:25.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[14688]: audit 2024-09-11T08:10:25.139122+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:10:25.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[14688]: audit 2024-09-11T08:10:25.140549+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:10:25.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[14688]: audit 2024-09-11T08:10:25.149831+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:25.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: --- Logging error --- 2024-09-11T08:10:25.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:25.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.send(msg) 2024-09-11T08:10:25.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:25.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.connect(address) 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self._connect_unixsocket(self.address) 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.connect(address) 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Call stack: 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:10:25.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self._bootstrap_inner() 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.run() 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: logger.info("Started the configuration object watcher") 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Message: 'Started the configuration object watcher' 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Arguments: () 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: --- Logging error --- 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.send(msg) 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:25.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.connect(address) 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self._connect_unixsocket(self.address) 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.connect(address) 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Call stack: 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: main() 2024-09-11T08:10:25.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Arguments: () 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: --- Logging error --- 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.send(msg) 2024-09-11T08:10:25.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.connect(address) 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self._connect_unixsocket(self.address) 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.connect(address) 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Call stack: 2024-09-11T08:10:25.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self._bootstrap_inner() 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.run() 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.interval)) 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Arguments: () 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: --- Logging error --- 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.send(msg) 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:25.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.connect(address) 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self._connect_unixsocket(self.address) 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: self.socket.connect(address) 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Call stack: 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: main() 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:25.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: "{}".format(blacklisted_ip)) 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Arguments: () 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: Traceback (most recent call last): 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: main() 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:10:25.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:10:25.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:10:25.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:10:25.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: **kwargs).stdout 2024-09-11T08:10:25.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:10:25.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: output=stdout, stderr=stderr) 2024-09-11T08:10:25.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44173]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:10:25.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[15104]: audit 2024-09-11T08:10:24.687101+0000 mon.b (mon.2) 361 : audit [DBG] from='client.? 172.21.15.169:0/2977227440' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:25.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[15104]: audit 2024-09-11T08:10:25.049055+0000 mon.b (mon.2) 362 : audit [INF] from='client.? 172.21.15.169:0/466887323' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:25.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[15104]: audit 2024-09-11T08:10:25.120113+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:25.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[15104]: audit 2024-09-11T08:10:25.127600+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:25.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[15104]: audit 2024-09-11T08:10:25.136936+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:25.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[15104]: audit 2024-09-11T08:10:25.139122+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:10:25.562 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[15104]: audit 2024-09-11T08:10:25.140549+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:10:25.563 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[15104]: audit 2024-09-11T08:10:25.149831+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:25.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[19346]: audit 2024-09-11T08:10:24.687101+0000 mon.b (mon.2) 361 : audit [DBG] from='client.? 172.21.15.169:0/2977227440' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:25.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[19346]: audit 2024-09-11T08:10:25.049055+0000 mon.b (mon.2) 362 : audit [INF] from='client.? 172.21.15.169:0/466887323' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:25.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[19346]: audit 2024-09-11T08:10:25.120113+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:25.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[19346]: audit 2024-09-11T08:10:25.127600+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:25.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[19346]: audit 2024-09-11T08:10:25.136936+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:25.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[19346]: audit 2024-09-11T08:10:25.139122+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:10:25.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[19346]: audit 2024-09-11T08:10:25.140549+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:10:25.564 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:25 smithi133 bash[19346]: audit 2024-09-11T08:10:25.149831+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:26.055 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:10:26.055 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:25 smithi169 bash[44157]: (process:1): GLib-GObject-CRITICAL **: 08:10:25.876: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: cluster 2024-09-11T08:10:24.763765+0000 mgr.y (mgr.15138) 97 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: cephadm 2024-09-11T08:10:25.141848+0000 mgr.y (mgr.15138) 98 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: cluster 2024-09-11T08:10:25.142967+0000 mgr.y (mgr.15138) 99 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: cluster 2024-09-11T08:10:25.143525+0000 mgr.y (mgr.15138) 100 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.212619+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.213353+0000 mgr.y (mgr.15138) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.220624+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.224119+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.226223+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.406 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.228434+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.407 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.230478+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.407 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.231958+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.407 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.233941+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.407 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.235958+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.407 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[14688]: audit 2024-09-11T08:10:25.238390+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.627 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: cluster 2024-09-11T08:10:24.763765+0000 mgr.y (mgr.15138) 97 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: cephadm 2024-09-11T08:10:25.141848+0000 mgr.y (mgr.15138) 98 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: cluster 2024-09-11T08:10:25.142967+0000 mgr.y (mgr.15138) 99 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: cluster 2024-09-11T08:10:25.143525+0000 mgr.y (mgr.15138) 100 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.212619+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.213353+0000 mgr.y (mgr.15138) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.220624+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.224119+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.226223+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.228434+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.230478+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.231958+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.233941+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.235958+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[19346]: audit 2024-09-11T08:10:25.238390+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: cluster 2024-09-11T08:10:24.763765+0000 mgr.y (mgr.15138) 97 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: cephadm 2024-09-11T08:10:25.141848+0000 mgr.y (mgr.15138) 98 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: cluster 2024-09-11T08:10:25.142967+0000 mgr.y (mgr.15138) 99 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: cluster 2024-09-11T08:10:25.143525+0000 mgr.y (mgr.15138) 100 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.212619+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.213353+0000 mgr.y (mgr.15138) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.220624+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.224119+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.226223+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.629 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.228434+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.630 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.230478+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.630 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.231958+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.630 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.233941+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.630 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.235958+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.630 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:26 smithi133 bash[15104]: audit 2024-09-11T08:10:25.238390+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:26.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:26 smithi169 bash[44502]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:10:26.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:26 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:10:28.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:28 smithi169 bash[14688]: cluster 2024-09-11T08:10:27.145075+0000 mgr.y (mgr.15138) 102 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:28.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:28 smithi133 bash[15104]: cluster 2024-09-11T08:10:27.145075+0000 mgr.y (mgr.15138) 102 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:28.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:28 smithi133 bash[19346]: cluster 2024-09-11T08:10:27.145075+0000 mgr.y (mgr.15138) 102 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:29.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:29 smithi169 bash[14688]: cephadm 2024-09-11T08:10:27.637556+0000 mgr.y (mgr.15138) 103 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:10:29.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:29 smithi169 bash[14688]: cephadm 2024-09-11T08:10:27.648202+0000 mgr.y (mgr.15138) 104 : cephadm [INF] Deploying daemon alertmanager.a on smithi133 2024-09-11T08:10:29.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:29 smithi133 bash[15104]: cephadm 2024-09-11T08:10:27.637556+0000 mgr.y (mgr.15138) 103 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:10:29.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:29 smithi133 bash[15104]: cephadm 2024-09-11T08:10:27.648202+0000 mgr.y (mgr.15138) 104 : cephadm [INF] Deploying daemon alertmanager.a on smithi133 2024-09-11T08:10:29.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:29 smithi133 bash[19346]: cephadm 2024-09-11T08:10:27.637556+0000 mgr.y (mgr.15138) 103 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:10:29.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:29 smithi133 bash[19346]: cephadm 2024-09-11T08:10:27.648202+0000 mgr.y (mgr.15138) 104 : cephadm [INF] Deploying daemon alertmanager.a on smithi133 2024-09-11T08:10:30.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:30 smithi169 bash[14688]: cluster 2024-09-11T08:10:29.145675+0000 mgr.y (mgr.15138) 105 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:30.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:30 smithi133 bash[15104]: cluster 2024-09-11T08:10:29.145675+0000 mgr.y (mgr.15138) 105 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:30.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:30 smithi133 bash[19346]: cluster 2024-09-11T08:10:29.145675+0000 mgr.y (mgr.15138) 105 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:31.952 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:31.661Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com" context_err="context deadline exceeded" 2024-09-11T08:10:31.953 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:31.661Z caller=notify.go:372 component=dispatcher msg="Error on notify" err="Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" context_err="context deadline exceeded" 2024-09-11T08:10:31.953 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:31 smithi133 bash[32341]: level=error ts=2024-09-11T08:10:31.662Z caller=dispatch.go:301 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Post https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi133.front.sepia.ceph.com; Post https://smithi169:8443/api/prometheus_receiver: x509: certificate is valid for ceph-dashboard, not smithi169" 2024-09-11T08:10:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:32 smithi169 bash[14688]: cluster 2024-09-11T08:10:31.147185+0000 mgr.y (mgr.15138) 106 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:32.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:32 smithi133 bash[15104]: cluster 2024-09-11T08:10:31.147185+0000 mgr.y (mgr.15138) 106 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:32.682 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:32 smithi133 bash[19346]: cluster 2024-09-11T08:10:31.147185+0000 mgr.y (mgr.15138) 106 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:34.543 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:34 smithi133 bash[15104]: cluster 2024-09-11T08:10:33.148001+0000 mgr.y (mgr.15138) 107 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:34.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:34 smithi133 bash[19346]: cluster 2024-09-11T08:10:33.148001+0000 mgr.y (mgr.15138) 107 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:34.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:34 smithi169 bash[14688]: cluster 2024-09-11T08:10:33.148001+0000 mgr.y (mgr.15138) 107 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-09-11T08:10:36.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:36 smithi133 bash[15104]: cluster 2024-09-11T08:10:35.148800+0000 mgr.y (mgr.15138) 108 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T08:10:36.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:36 smithi133 bash[19346]: cluster 2024-09-11T08:10:35.148800+0000 mgr.y (mgr.15138) 108 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T08:10:36.569 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:36 smithi169 bash[14688]: cluster 2024-09-11T08:10:35.148800+0000 mgr.y (mgr.15138) 108 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T08:10:36.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:36 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 7. 2024-09-11T08:10:36.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:36 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:36.570 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:36 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:36.903 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:36 smithi133 systemd[1]: Stopping Ceph alertmanager.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:10:37.199 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:36 smithi133 bash[32341]: level=info ts=2024-09-11T08:10:36.901Z caller=main.go:536 msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:10:37.748 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:37 smithi133 bash[48994]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:10:37.748 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:37 smithi133 bash[49070]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:10:37.999 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:37 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-11T08:10:37.999 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:37 smithi133 systemd[1]: Stopped Ceph alertmanager.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:37.999 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:37 smithi133 systemd[1]: Started Ceph alertmanager.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:38.258 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:38 smithi169 bash[44563]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[19346]: cluster 2024-09-11T08:10:37.150258+0000 mgr.y (mgr.15138) 109 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[19346]: audit 2024-09-11T08:10:38.022883+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[19346]: audit 2024-09-11T08:10:38.027914+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[19346]: audit 2024-09-11T08:10:38.033238+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[19346]: audit 2024-09-11T08:10:38.035271+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[19346]: audit 2024-09-11T08:10:38.037707+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[15104]: cluster 2024-09-11T08:10:37.150258+0000 mgr.y (mgr.15138) 109 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[15104]: audit 2024-09-11T08:10:38.022883+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[15104]: audit 2024-09-11T08:10:38.027914+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:38.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[15104]: audit 2024-09-11T08:10:38.033238+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:38.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[15104]: audit 2024-09-11T08:10:38.035271+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:38.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:38 smithi133 bash[15104]: audit 2024-09-11T08:10:38.037707+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:38 smithi169 bash[14688]: cluster 2024-09-11T08:10:37.150258+0000 mgr.y (mgr.15138) 109 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:38 smithi169 bash[14688]: audit 2024-09-11T08:10:38.022883+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:38 smithi169 bash[14688]: audit 2024-09-11T08:10:38.027914+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:38 smithi169 bash[14688]: audit 2024-09-11T08:10:38.033238+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:38 smithi169 bash[14688]: audit 2024-09-11T08:10:38.035271+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:38.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:38 smithi169 bash[14688]: audit 2024-09-11T08:10:38.037707+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[14688]: audit 2024-09-11T08:10:38.681597+0000 mon.b (mon.2) 363 : audit [DBG] from='client.? 172.21.15.169:0/1879301324' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[14688]: audit 2024-09-11T08:10:39.041321+0000 mon.b (mon.2) 364 : audit [INF] from='client.? 172.21.15.169:0/1831958982' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[14688]: audit 2024-09-11T08:10:39.253069+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:10:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[14688]: audit 2024-09-11T08:10:39.253786+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:10:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[14688]: audit 2024-09-11T08:10:39.254556+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-11T08:10:39.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: --- Logging error --- 2024-09-11T08:10:39.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:39.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.send(msg) 2024-09-11T08:10:39.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:39.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:39.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:39.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.connect(address) 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self._connect_unixsocket(self.address) 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.connect(address) 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Call stack: 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self._bootstrap_inner() 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:10:39.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.run() 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: logger.info("Started the configuration object watcher") 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Message: 'Started the configuration object watcher' 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Arguments: () 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: --- Logging error --- 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.send(msg) 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.connect(address) 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:39.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self._connect_unixsocket(self.address) 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.connect(address) 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Call stack: 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: main() 2024-09-11T08:10:39.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Arguments: () 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: --- Logging error --- 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.send(msg) 2024-09-11T08:10:39.432 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.connect(address) 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self._connect_unixsocket(self.address) 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.connect(address) 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:39.433 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Call stack: 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self._bootstrap_inner() 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.run() 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.interval)) 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Arguments: () 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: --- Logging error --- 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.send(msg) 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:39.434 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.connect(address) 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self._connect_unixsocket(self.address) 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: self.socket.connect(address) 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Call stack: 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:39.435 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: main() 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: "{}".format(blacklisted_ip)) 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Arguments: () 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: Traceback (most recent call last): 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: main() 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:39.436 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:10:39.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:10:39.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:10:39.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:10:39.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:10:39.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: **kwargs).stdout 2024-09-11T08:10:39.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:10:39.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: output=stdout, stderr=stderr) 2024-09-11T08:10:39.437 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44578]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:10:39.529 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[15104]: audit 2024-09-11T08:10:38.681597+0000 mon.b (mon.2) 363 : audit [DBG] from='client.? 172.21.15.169:0/1879301324' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:39.529 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[15104]: audit 2024-09-11T08:10:39.041321+0000 mon.b (mon.2) 364 : audit [INF] from='client.? 172.21.15.169:0/1831958982' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:39.530 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[15104]: audit 2024-09-11T08:10:39.253069+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:10:39.530 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[15104]: audit 2024-09-11T08:10:39.253786+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:10:39.530 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[15104]: audit 2024-09-11T08:10:39.254556+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-11T08:10:39.530 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[19346]: audit 2024-09-11T08:10:38.681597+0000 mon.b (mon.2) 363 : audit [DBG] from='client.? 172.21.15.169:0/1879301324' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:39.530 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[19346]: audit 2024-09-11T08:10:39.041321+0000 mon.b (mon.2) 364 : audit [INF] from='client.? 172.21.15.169:0/1831958982' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:39.530 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[19346]: audit 2024-09-11T08:10:39.253069+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:10:39.530 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[19346]: audit 2024-09-11T08:10:39.253786+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:10:39.530 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[19346]: audit 2024-09-11T08:10:39.254556+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-11T08:10:39.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[49151]: ts=2024-09-11T08:10:39.527Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-11T08:10:39.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[49151]: ts=2024-09-11T08:10:39.527Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-11T08:10:39.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[49151]: ts=2024-09-11T08:10:39.530Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.133 port=9094 2024-09-11T08:10:39.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[49151]: ts=2024-09-11T08:10:39.533Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:10:39.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[49151]: ts=2024-09-11T08:10:39.583Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:10:39.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[49151]: ts=2024-09-11T08:10:39.583Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:10:39.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[49151]: ts=2024-09-11T08:10:39.587Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:10:39.950 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:39 smithi133 bash[49151]: ts=2024-09-11T08:10:39.588Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:10:40.119 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:10:40.120 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:39 smithi169 bash[44563]: (process:1): GLib-GObject-CRITICAL **: 08:10:39.938: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:10:40.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:40 smithi169 bash[14688]: cluster 2024-09-11T08:10:39.151036+0000 mgr.y (mgr.15138) 110 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:40 smithi133 bash[15104]: cluster 2024-09-11T08:10:39.151036+0000 mgr.y (mgr.15138) 110 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:40 smithi133 bash[19346]: cluster 2024-09-11T08:10:39.151036+0000 mgr.y (mgr.15138) 110 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:40.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:40 smithi169 bash[44815]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:10:40.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:40 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:10:41.536 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:41 smithi133 bash[15104]: cluster 2024-09-11T08:10:41.152596+0000 mgr.y (mgr.15138) 111 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:41.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:41 smithi133 bash[19346]: cluster 2024-09-11T08:10:41.152596+0000 mgr.y (mgr.15138) 111 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:41.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:41 smithi169 bash[14688]: cluster 2024-09-11T08:10:41.152596+0000 mgr.y (mgr.15138) 111 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:41.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:41 smithi133 bash[49151]: ts=2024-09-11T08:10:41.534Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000999444s 2024-09-11T08:10:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:44 smithi169 bash[14688]: cluster 2024-09-11T08:10:43.153482+0000 mgr.y (mgr.15138) 112 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:44.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:44 smithi133 bash[19346]: cluster 2024-09-11T08:10:43.153482+0000 mgr.y (mgr.15138) 112 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:44 smithi133 bash[15104]: cluster 2024-09-11T08:10:43.153482+0000 mgr.y (mgr.15138) 112 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:45 smithi169 bash[14688]: audit 2024-09-11T08:10:44.997578+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:45 smithi169 bash[14688]: audit 2024-09-11T08:10:45.006405+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:45 smithi169 bash[14688]: audit 2024-09-11T08:10:45.016357+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:45 smithi169 bash[14688]: audit 2024-09-11T08:10:45.132200+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:45 smithi169 bash[14688]: audit 2024-09-11T08:10:45.140367+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:45 smithi169 bash[14688]: audit 2024-09-11T08:10:45.147577+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[15104]: audit 2024-09-11T08:10:44.997578+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:45.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[15104]: audit 2024-09-11T08:10:45.006405+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[15104]: audit 2024-09-11T08:10:45.016357+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[15104]: audit 2024-09-11T08:10:45.132200+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[15104]: audit 2024-09-11T08:10:45.140367+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[15104]: audit 2024-09-11T08:10:45.147577+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[19346]: audit 2024-09-11T08:10:44.997578+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[19346]: audit 2024-09-11T08:10:45.006405+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[19346]: audit 2024-09-11T08:10:45.016357+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[19346]: audit 2024-09-11T08:10:45.132200+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[19346]: audit 2024-09-11T08:10:45.140367+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:45.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:45 smithi133 bash[19346]: audit 2024-09-11T08:10:45.147577+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:46 smithi169 bash[14688]: cluster 2024-09-11T08:10:45.154183+0000 mgr.y (mgr.15138) 113 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:46 smithi169 bash[14688]: audit 2024-09-11T08:10:45.525130+0000 mon.a (mon.0) 1278 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:46 smithi169 bash[14688]: audit 2024-09-11T08:10:45.736834+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:46 smithi169 bash[14688]: audit 2024-09-11T08:10:45.744807+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:46 smithi169 bash[14688]: audit 2024-09-11T08:10:45.753410+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:46 smithi169 bash[14688]: audit 2024-09-11T08:10:45.755227+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:10:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[15104]: cluster 2024-09-11T08:10:45.154183+0000 mgr.y (mgr.15138) 113 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[15104]: audit 2024-09-11T08:10:45.525130+0000 mon.a (mon.0) 1278 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[15104]: audit 2024-09-11T08:10:45.736834+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[15104]: audit 2024-09-11T08:10:45.744807+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[15104]: audit 2024-09-11T08:10:45.753410+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:46.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[15104]: audit 2024-09-11T08:10:45.755227+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:10:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[19346]: cluster 2024-09-11T08:10:45.154183+0000 mgr.y (mgr.15138) 113 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[19346]: audit 2024-09-11T08:10:45.525130+0000 mon.a (mon.0) 1278 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:10:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[19346]: audit 2024-09-11T08:10:45.736834+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[19346]: audit 2024-09-11T08:10:45.744807+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[19346]: audit 2024-09-11T08:10:45.753410+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:46.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:46 smithi133 bash[19346]: audit 2024-09-11T08:10:45.755227+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:10:47.440 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:10:48.141 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:10:48.141 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (10s) 2s ago 24m 15.2M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:10:48.141 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (24m) 3s ago 24m 27.3M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T08:10:48.141 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 3s ago 25m - - 2024-09-11T08:10:48.141 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (100s) 3s ago 29m 389M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:10:48.141 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (11m) 3s ago 31m 436M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (31m) 3s ago 31m 115M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (29m) 3s ago 29m 79.3M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (30m) 2s ago 30m 75.2M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (73s) 2s ago 24m 9.85M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (67s) 3s ago 24m 10.0M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (29m) 2s ago 29m 50.9M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (28m) 2s ago 28m 53.2M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (28m) 2s ago 28m 45.6M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (27m) 2s ago 27m 54.1M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (27m) 3s ago 27m 51.6M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (26m) 3s ago 27m 48.1M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (26m) 3s ago 26m 50.0M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (26m) 3s ago 26m 52.1M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:10:48.142 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (41s) 3s ago 25m 43.4M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:10:48.143 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (22m) 2s ago 22m 54.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:10:48.143 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (22m) 3s ago 22m 55.6M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:10:48.563 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:10:48.564 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:10:48.565 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:10:48.565 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:10:48.565 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:10:48.565 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:10:48.565 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:10:48.565 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:10:48.565 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:10:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: cluster 2024-09-11T08:10:47.155655+0000 mgr.y (mgr.15138) 114 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.116544+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.117232+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.117859+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.118544+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.119178+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.119861+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.125278+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:48.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.125982+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.126652+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.127265+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:48 smithi169 bash[14688]: audit 2024-09-11T08:10:48.127886+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: cluster 2024-09-11T08:10:47.155655+0000 mgr.y (mgr.15138) 114 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.116544+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.117232+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.117859+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.118544+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.119178+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.119861+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.125278+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.125982+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.126652+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.127265+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[19346]: audit 2024-09-11T08:10:48.127886+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: cluster 2024-09-11T08:10:47.155655+0000 mgr.y (mgr.15138) 114 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.116544+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.117232+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.117859+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.118544+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.119178+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.119861+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.125278+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:10:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.125982+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.126652+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.127265+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:48 smithi133 bash[15104]: audit 2024-09-11T08:10:48.127886+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:10:48.915 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading alertmanager daemons", 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:10:48.916 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:10:49.538 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:49 smithi133 bash[15104]: audit 2024-09-11T08:10:47.424832+0000 mgr.y (mgr.15138) 115 : audit [DBG] from='client.25558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:49.538 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:49 smithi133 bash[15104]: audit 2024-09-11T08:10:47.770790+0000 mgr.y (mgr.15138) 116 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:49.538 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:49 smithi133 bash[15104]: audit 2024-09-11T08:10:48.111240+0000 mgr.y (mgr.15138) 117 : audit [DBG] from='client.25570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:49.538 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:49 smithi133 bash[15104]: audit 2024-09-11T08:10:48.562065+0000 mon.a (mon.0) 1294 : audit [DBG] from='client.? 172.21.15.133:0/2863884015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:49.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:49 smithi133 bash[19346]: audit 2024-09-11T08:10:47.424832+0000 mgr.y (mgr.15138) 115 : audit [DBG] from='client.25558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:49.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:49 smithi133 bash[19346]: audit 2024-09-11T08:10:47.770790+0000 mgr.y (mgr.15138) 116 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:49.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:49 smithi133 bash[19346]: audit 2024-09-11T08:10:48.111240+0000 mgr.y (mgr.15138) 117 : audit [DBG] from='client.25570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:49.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:49 smithi133 bash[19346]: audit 2024-09-11T08:10:48.562065+0000 mon.a (mon.0) 1294 : audit [DBG] from='client.? 172.21.15.133:0/2863884015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:49.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:49 smithi169 bash[14688]: audit 2024-09-11T08:10:47.424832+0000 mgr.y (mgr.15138) 115 : audit [DBG] from='client.25558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:49.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:49 smithi169 bash[14688]: audit 2024-09-11T08:10:47.770790+0000 mgr.y (mgr.15138) 116 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:49.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:49 smithi169 bash[14688]: audit 2024-09-11T08:10:48.111240+0000 mgr.y (mgr.15138) 117 : audit [DBG] from='client.25570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:49.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:49 smithi169 bash[14688]: audit 2024-09-11T08:10:48.562065+0000 mon.a (mon.0) 1294 : audit [DBG] from='client.? 172.21.15.133:0/2863884015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:49.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:10:49 smithi133 bash[49151]: ts=2024-09-11T08:10:49.536Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003230932s 2024-09-11T08:10:50.653 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:50 smithi133 bash[15104]: audit 2024-09-11T08:10:48.913652+0000 mgr.y (mgr.15138) 118 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:50.654 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:50 smithi133 bash[15104]: cluster 2024-09-11T08:10:49.156367+0000 mgr.y (mgr.15138) 119 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:50.654 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:50 smithi133 bash[19346]: audit 2024-09-11T08:10:48.913652+0000 mgr.y (mgr.15138) 118 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:50.654 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:50 smithi133 bash[19346]: cluster 2024-09-11T08:10:49.156367+0000 mgr.y (mgr.15138) 119 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:50.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:50 smithi169 bash[14688]: audit 2024-09-11T08:10:48.913652+0000 mgr.y (mgr.15138) 118 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:10:50.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:50 smithi169 bash[14688]: cluster 2024-09-11T08:10:49.156367+0000 mgr.y (mgr.15138) 119 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:50.959 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:50 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 8. 2024-09-11T08:10:50.959 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:50 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:50.959 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:50 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:10:52.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:52 smithi133 bash[19346]: cluster 2024-09-11T08:10:51.157897+0000 mgr.y (mgr.15138) 120 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:52.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:52 smithi133 bash[15104]: cluster 2024-09-11T08:10:51.157897+0000 mgr.y (mgr.15138) 120 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:52.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:52 smithi169 bash[45383]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:10:52.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:52 smithi169 bash[14688]: cluster 2024-09-11T08:10:51.157897+0000 mgr.y (mgr.15138) 120 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:10:53.592 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[14688]: audit 2024-09-11T08:10:52.997946+0000 mon.b (mon.2) 365 : audit [DBG] from='client.? 172.21.15.169:0/2951081334' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:53.593 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: --- Logging error --- 2024-09-11T08:10:53.593 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.593 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:53.593 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.send(msg) 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.connect(address) 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self._connect_unixsocket(self.address) 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.connect(address) 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:53.594 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Call stack: 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self._bootstrap_inner() 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.run() 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: logger.info("Started the configuration object watcher") 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Message: 'Started the configuration object watcher' 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Arguments: () 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: --- Logging error --- 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.send(msg) 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:53.595 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.connect(address) 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self._connect_unixsocket(self.address) 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.connect(address) 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Call stack: 2024-09-11T08:10:53.596 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:53.597 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: main() 2024-09-11T08:10:53.597 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:53.597 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:53.597 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:10:53.597 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:10:53.597 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:10:53.597 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Arguments: () 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: --- Logging error --- 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.send(msg) 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.connect(address) 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self._connect_unixsocket(self.address) 2024-09-11T08:10:53.598 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.connect(address) 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Call stack: 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self._bootstrap_inner() 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.run() 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.interval)) 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Arguments: () 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: --- Logging error --- 2024-09-11T08:10:53.599 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.send(msg) 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.connect(address) 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: During handling of the above exception, another exception occurred: 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self._connect_unixsocket(self.address) 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:10:53.600 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: self.socket.connect(address) 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Call stack: 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: main() 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: "{}".format(blacklisted_ip)) 2024-09-11T08:10:53.601 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Arguments: () 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: Traceback (most recent call last): 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: main() 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: **kwargs).stdout 2024-09-11T08:10:53.602 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:10:53.603 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: output=stdout, stderr=stderr) 2024-09-11T08:10:53.603 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:53 smithi169 bash[45398]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:10:53.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:53 smithi133 bash[15104]: audit 2024-09-11T08:10:52.997946+0000 mon.b (mon.2) 365 : audit [DBG] from='client.? 172.21.15.169:0/2951081334' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:53.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:53 smithi133 bash[19346]: audit 2024-09-11T08:10:52.997946+0000 mon.b (mon.2) 365 : audit [DBG] from='client.? 172.21.15.169:0/2951081334' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:10:54.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:54 smithi133 bash[15104]: cluster 2024-09-11T08:10:53.158617+0000 mgr.y (mgr.15138) 121 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:54.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:54 smithi133 bash[15104]: audit 2024-09-11T08:10:53.340838+0000 mon.b (mon.2) 366 : audit [INF] from='client.? 172.21.15.169:0/377425333' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:54.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:54 smithi133 bash[19346]: cluster 2024-09-11T08:10:53.158617+0000 mgr.y (mgr.15138) 121 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:54.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:54 smithi133 bash[19346]: audit 2024-09-11T08:10:53.340838+0000 mon.b (mon.2) 366 : audit [INF] from='client.? 172.21.15.169:0/377425333' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:54.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:54 smithi169 bash[14688]: cluster 2024-09-11T08:10:53.158617+0000 mgr.y (mgr.15138) 121 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:54.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:54 smithi169 bash[14688]: audit 2024-09-11T08:10:53.340838+0000 mon.b (mon.2) 366 : audit [INF] from='client.? 172.21.15.169:0/377425333' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:10:54.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:54 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:10:54.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:54 smithi169 bash[45383]: (process:1): GLib-GObject-CRITICAL **: 08:10:54.304: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:10:55.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:54 smithi169 bash[45611]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:10:55.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:10:54 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:10:56.630 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: cluster 2024-09-11T08:10:55.159347+0000 mgr.y (mgr.15138) 122 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:56.630 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: audit 2024-09-11T08:10:56.157932+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:56.630 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: audit 2024-09-11T08:10:56.163982+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.630 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: audit 2024-09-11T08:10:56.173330+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.630 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: audit 2024-09-11T08:10:56.174970+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:10:56.630 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: audit 2024-09-11T08:10:56.176340+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:10:56.630 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: audit 2024-09-11T08:10:56.187624+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.630 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: audit 2024-09-11T08:10:56.244687+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:10:56.631 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: audit 2024-09-11T08:10:56.247702+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:10:56.631 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:56 smithi169 bash[14688]: audit 2024-09-11T08:10:56.259008+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: cluster 2024-09-11T08:10:55.159347+0000 mgr.y (mgr.15138) 122 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:56.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: audit 2024-09-11T08:10:56.157932+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: audit 2024-09-11T08:10:56.163982+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: audit 2024-09-11T08:10:56.173330+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: audit 2024-09-11T08:10:56.174970+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: audit 2024-09-11T08:10:56.176340+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: audit 2024-09-11T08:10:56.187624+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: audit 2024-09-11T08:10:56.244687+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: audit 2024-09-11T08:10:56.247702+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[15104]: audit 2024-09-11T08:10:56.259008+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: cluster 2024-09-11T08:10:55.159347+0000 mgr.y (mgr.15138) 122 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: audit 2024-09-11T08:10:56.157932+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:10:56.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: audit 2024-09-11T08:10:56.163982+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: audit 2024-09-11T08:10:56.173330+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: audit 2024-09-11T08:10:56.174970+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:10:56.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: audit 2024-09-11T08:10:56.176340+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:10:56.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: audit 2024-09-11T08:10:56.187624+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:56.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: audit 2024-09-11T08:10:56.244687+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:10:56.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: audit 2024-09-11T08:10:56.247702+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:10:56.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:56 smithi133 bash[19346]: audit 2024-09-11T08:10:56.259008+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:57.619 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: cephadm 2024-09-11T08:10:56.177536+0000 mgr.y (mgr.15138) 123 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:10:57.619 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: cluster 2024-09-11T08:10:56.179488+0000 mgr.y (mgr.15138) 124 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-09-11T08:10:57.619 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: cluster 2024-09-11T08:10:56.179932+0000 mgr.y (mgr.15138) 125 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:10:57.619 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.245606+0000 mgr.y (mgr.15138) 126 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:10:57.619 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.248498+0000 mgr.y (mgr.15138) 127 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:10:57.619 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.273897+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:10:57.620 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.282629+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.620 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.285242+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.620 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.287834+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.620 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.290145+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.620 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.292256+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.620 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.294813+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.620 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.297636+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.620 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.300215+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.620 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:57 smithi169 bash[14688]: audit 2024-09-11T08:10:56.302828+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: cephadm 2024-09-11T08:10:56.177536+0000 mgr.y (mgr.15138) 123 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: cluster 2024-09-11T08:10:56.179488+0000 mgr.y (mgr.15138) 124 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: cluster 2024-09-11T08:10:56.179932+0000 mgr.y (mgr.15138) 125 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.245606+0000 mgr.y (mgr.15138) 126 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.248498+0000 mgr.y (mgr.15138) 127 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.273897+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.282629+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.285242+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.287834+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.290145+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.292256+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.294813+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.297636+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.300215+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[15104]: audit 2024-09-11T08:10:56.302828+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: cephadm 2024-09-11T08:10:56.177536+0000 mgr.y (mgr.15138) 123 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: cluster 2024-09-11T08:10:56.179488+0000 mgr.y (mgr.15138) 124 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: cluster 2024-09-11T08:10:56.179932+0000 mgr.y (mgr.15138) 125 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.245606+0000 mgr.y (mgr.15138) 126 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.248498+0000 mgr.y (mgr.15138) 127 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.273897+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.282629+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.285242+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.287834+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.290145+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.292256+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.294813+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.297636+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.300215+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:57.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:57 smithi133 bash[19346]: audit 2024-09-11T08:10:56.302828+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:10:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:59 smithi169 bash[14688]: cluster 2024-09-11T08:10:58.180658+0000 mgr.y (mgr.15138) 128 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:10:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:59 smithi169 bash[14688]: audit 2024-09-11T08:10:58.663301+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:59 smithi169 bash[14688]: audit 2024-09-11T08:10:58.670770+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:10:59 smithi169 bash[14688]: audit 2024-09-11T08:10:58.675081+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:10:59.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:59 smithi133 bash[15104]: cluster 2024-09-11T08:10:58.180658+0000 mgr.y (mgr.15138) 128 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:10:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:59 smithi133 bash[15104]: audit 2024-09-11T08:10:58.663301+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:59 smithi133 bash[15104]: audit 2024-09-11T08:10:58.670770+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:59.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:10:59 smithi133 bash[15104]: audit 2024-09-11T08:10:58.675081+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:10:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:59 smithi133 bash[19346]: cluster 2024-09-11T08:10:58.180658+0000 mgr.y (mgr.15138) 128 : cluster [DBG] pgmap v79: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:10:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:59 smithi133 bash[19346]: audit 2024-09-11T08:10:58.663301+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:59 smithi133 bash[19346]: audit 2024-09-11T08:10:58.670770+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:10:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:10:59 smithi133 bash[19346]: audit 2024-09-11T08:10:58.675081+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:11:00.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:00 smithi169 bash[14688]: cephadm 2024-09-11T08:10:58.590013+0000 mgr.y (mgr.15138) 129 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:11:00.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:00 smithi169 bash[14688]: audit 2024-09-11T08:10:58.675801+0000 mgr.y (mgr.15138) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:11:00.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:00 smithi169 bash[14688]: cephadm 2024-09-11T08:10:58.684765+0000 mgr.y (mgr.15138) 131 : cephadm [INF] Deploying daemon grafana.a on smithi169 2024-09-11T08:11:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:00 smithi133 bash[15104]: cephadm 2024-09-11T08:10:58.590013+0000 mgr.y (mgr.15138) 129 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:11:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:00 smithi133 bash[15104]: audit 2024-09-11T08:10:58.675801+0000 mgr.y (mgr.15138) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:11:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:00 smithi133 bash[15104]: cephadm 2024-09-11T08:10:58.684765+0000 mgr.y (mgr.15138) 131 : cephadm [INF] Deploying daemon grafana.a on smithi169 2024-09-11T08:11:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:00 smithi133 bash[19346]: cephadm 2024-09-11T08:10:58.590013+0000 mgr.y (mgr.15138) 129 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:11:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:00 smithi133 bash[19346]: audit 2024-09-11T08:10:58.675801+0000 mgr.y (mgr.15138) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:11:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:00 smithi133 bash[19346]: cephadm 2024-09-11T08:10:58.684765+0000 mgr.y (mgr.15138) 131 : cephadm [INF] Deploying daemon grafana.a on smithi169 2024-09-11T08:11:01.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:01 smithi169 bash[14688]: cluster 2024-09-11T08:11:00.181439+0000 mgr.y (mgr.15138) 132 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:11:01.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:01 smithi133 bash[15104]: cluster 2024-09-11T08:11:00.181439+0000 mgr.y (mgr.15138) 132 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:11:01.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:01 smithi133 bash[19346]: cluster 2024-09-11T08:11:00.181439+0000 mgr.y (mgr.15138) 132 : cluster [DBG] pgmap v80: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:11:03.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:03 smithi169 bash[14688]: cluster 2024-09-11T08:11:02.182968+0000 mgr.y (mgr.15138) 133 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:11:03.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:03 smithi133 bash[15104]: cluster 2024-09-11T08:11:02.182968+0000 mgr.y (mgr.15138) 133 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:11:03.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:03 smithi133 bash[19346]: cluster 2024-09-11T08:11:02.182968+0000 mgr.y (mgr.15138) 133 : cluster [DBG] pgmap v81: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:11:05.205 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:04 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 9. 2024-09-11T08:11:05.205 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:04 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:11:05.205 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:04 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:11:05.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:05 smithi169 bash[14688]: cluster 2024-09-11T08:11:04.183691+0000 mgr.y (mgr.15138) 134 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:11:05.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:05 smithi133 bash[15104]: cluster 2024-09-11T08:11:04.183691+0000 mgr.y (mgr.15138) 134 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:11:05.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:05 smithi133 bash[19346]: cluster 2024-09-11T08:11:04.183691+0000 mgr.y (mgr.15138) 134 : cluster [DBG] pgmap v82: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-09-11T08:11:07.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:07 smithi169 bash[14688]: cluster 2024-09-11T08:11:06.185307+0000 mgr.y (mgr.15138) 135 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:07.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:07 smithi133 bash[15104]: cluster 2024-09-11T08:11:06.185307+0000 mgr.y (mgr.15138) 135 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:07.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:07 smithi133 bash[19346]: cluster 2024-09-11T08:11:06.185307+0000 mgr.y (mgr.15138) 135 : cluster [DBG] pgmap v83: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:09.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:09 smithi169 bash[14688]: cluster 2024-09-11T08:11:08.186075+0000 mgr.y (mgr.15138) 136 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:09 smithi133 bash[15104]: cluster 2024-09-11T08:11:08.186075+0000 mgr.y (mgr.15138) 136 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:09.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:09 smithi133 bash[19346]: cluster 2024-09-11T08:11:08.186075+0000 mgr.y (mgr.15138) 136 : cluster [DBG] pgmap v84: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:11.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:11 smithi133 bash[15104]: cluster 2024-09-11T08:11:10.186905+0000 mgr.y (mgr.15138) 137 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:11.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:11 smithi133 bash[19346]: cluster 2024-09-11T08:11:10.186905+0000 mgr.y (mgr.15138) 137 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:11.743 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:11 smithi169 bash[14688]: cluster 2024-09-11T08:11:10.186905+0000 mgr.y (mgr.15138) 137 : cluster [DBG] pgmap v85: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:13.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:13 smithi169 bash[14688]: cluster 2024-09-11T08:11:12.188522+0000 mgr.y (mgr.15138) 138 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:13.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:13 smithi133 bash[15104]: cluster 2024-09-11T08:11:12.188522+0000 mgr.y (mgr.15138) 138 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:13.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:13 smithi133 bash[19346]: cluster 2024-09-11T08:11:12.188522+0000 mgr.y (mgr.15138) 138 : cluster [DBG] pgmap v86: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:15.526 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:15 smithi169 bash[14688]: cluster 2024-09-11T08:11:14.189201+0000 mgr.y (mgr.15138) 139 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:15.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:15 smithi169 bash[45788]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:11:15.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:15 smithi133 bash[19346]: cluster 2024-09-11T08:11:14.189201+0000 mgr.y (mgr.15138) 139 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:15.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:15 smithi133 bash[15104]: cluster 2024-09-11T08:11:14.189201+0000 mgr.y (mgr.15138) 139 : cluster [DBG] pgmap v87: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:16.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[14688]: audit 2024-09-11T08:11:16.139477+0000 mon.b (mon.2) 367 : audit [DBG] from='client.? 172.21.15.169:0/815874953' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:11:16.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[14688]: cluster 2024-09-11T08:11:16.190679+0000 mgr.y (mgr.15138) 140 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:16.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:16 smithi133 bash[19346]: audit 2024-09-11T08:11:16.139477+0000 mon.b (mon.2) 367 : audit [DBG] from='client.? 172.21.15.169:0/815874953' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:11:16.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:16 smithi133 bash[19346]: cluster 2024-09-11T08:11:16.190679+0000 mgr.y (mgr.15138) 140 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:16.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:16 smithi133 bash[15104]: audit 2024-09-11T08:11:16.139477+0000 mon.b (mon.2) 367 : audit [DBG] from='client.? 172.21.15.169:0/815874953' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:11:16.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:16 smithi133 bash[15104]: cluster 2024-09-11T08:11:16.190679+0000 mgr.y (mgr.15138) 140 : cluster [DBG] pgmap v88: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:16.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: --- Logging error --- 2024-09-11T08:11:16.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.893 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.send(msg) 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.connect(address) 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self._connect_unixsocket(self.address) 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:16.894 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.connect(address) 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Call stack: 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self._bootstrap_inner() 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.run() 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: logger.info("Started the configuration object watcher") 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Message: 'Started the configuration object watcher' 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Arguments: () 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: --- Logging error --- 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.send(msg) 2024-09-11T08:11:16.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.connect(address) 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self._connect_unixsocket(self.address) 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.connect(address) 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Call stack: 2024-09-11T08:11:16.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:11:16.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: main() 2024-09-11T08:11:16.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:11:16.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:11:16.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:11:16.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:11:16.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:11:16.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Arguments: () 2024-09-11T08:11:16.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: --- Logging error --- 2024-09-11T08:11:16.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:16.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.send(msg) 2024-09-11T08:11:16.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:16.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:16.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.898 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.connect(address) 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self._connect_unixsocket(self.address) 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.connect(address) 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Call stack: 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self._bootstrap_inner() 2024-09-11T08:11:16.899 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.run() 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.interval)) 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Arguments: () 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: --- Logging error --- 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.send(msg) 2024-09-11T08:11:16.900 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.connect(address) 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self._connect_unixsocket(self.address) 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: self.socket.connect(address) 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:16.901 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Call stack: 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: main() 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: "{}".format(blacklisted_ip)) 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Arguments: () 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: Traceback (most recent call last): 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: main() 2024-09-11T08:11:16.902 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: **kwargs).stdout 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: output=stdout, stderr=stderr) 2024-09-11T08:11:16.903 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:16 smithi169 bash[45804]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:11:17.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:17 smithi169 bash[14688]: audit 2024-09-11T08:11:16.489382+0000 mon.b (mon.2) 368 : audit [INF] from='client.? 172.21.15.169:0/1449205239' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:11:17.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:17 smithi133 bash[19346]: audit 2024-09-11T08:11:16.489382+0000 mon.b (mon.2) 368 : audit [INF] from='client.? 172.21.15.169:0/1449205239' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:11:17.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:17 smithi133 bash[15104]: audit 2024-09-11T08:11:16.489382+0000 mon.b (mon.2) 368 : audit [INF] from='client.? 172.21.15.169:0/1449205239' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:11:18.189 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:17 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:11:18.472 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:18 smithi169 bash[45788]: (process:1): GLib-GObject-CRITICAL **: 08:11:18.184: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:11:19.224 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:18 smithi169 bash[46112]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:11:19.224 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:18 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:11:19.281 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:11:19.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:19 smithi169 bash[14688]: cluster 2024-09-11T08:11:18.191470+0000 mgr.y (mgr.15138) 141 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:19.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:19 smithi133 bash[19346]: cluster 2024-09-11T08:11:18.191470+0000 mgr.y (mgr.15138) 141 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:19.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:19 smithi133 bash[15104]: cluster 2024-09-11T08:11:18.191470+0000 mgr.y (mgr.15138) 141 : cluster [DBG] pgmap v89: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (41s) 34s ago 25m 15.2M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (24m) 34s ago 24m 27.3M - 6.6.2 a0dce381714a 6561d3352548 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 34s ago 25m - - 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (2m) 34s ago 30m 389M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (12m) 34s ago 31m 436M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (31m) 34s ago 32m 115M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (30m) 34s ago 30m 79.3M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (30m) 34s ago 30m 75.2M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (105s) 34s ago 25m 9.85M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (98s) 34s ago 25m 10.0M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:11:19.983 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (29m) 34s ago 29m 50.9M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (29m) 34s ago 29m 53.2M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (28m) 34s ago 28m 45.6M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (28m) 34s ago 28m 54.1M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (27m) 34s ago 27m 51.6M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (27m) 34s ago 27m 48.1M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (27m) 34s ago 27m 50.0M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (26m) 34s ago 26m 52.1M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (72s) 34s ago 25m 43.4M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (23m) 34s ago 23m 54.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:11:19.984 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (23m) 34s ago 23m 55.6M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:11:20.239 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 systemd[1]: Stopping Ceph grafana.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:11:20.391 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:11:20.392 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:11:20.392 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:11:20.392 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:11:20.392 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:11:20.392 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:11:20.392 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:11:20.392 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:11:20.392 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:11:20.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-11T08:11:20.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped Stream Manager" 2024-09-11T08:11:20.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-09-11T08:11:20.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-09-11T08:11:20.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-09-11T08:11:20.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-09-11T08:11:20.678 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-09-11T08:11:20.678 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-09-11T08:11:20.678 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-09-11T08:11:20.678 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-09-11T08:11:20.678 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-09-11T08:11:20.678 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-09-11T08:11:20.678 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[25019]: t=2024-09-11T08:11:20+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-09-11T08:11:20.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.266098+0000 mgr.y (mgr.15138) 142 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:20.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.958311+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:11:20.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.959314+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:11:20.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.960236+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.961148+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.962073+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.963010+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.968517+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:11:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.969238+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.969886+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.970498+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[14688]: audit 2024-09-11T08:11:19.971154+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.266098+0000 mgr.y (mgr.15138) 142 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:20.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.958311+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:11:20.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.959314+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:11:20.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.960236+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.961148+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.962073+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.963010+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.968517+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.969238+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.969886+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.970498+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[19346]: audit 2024-09-11T08:11:19.971154+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.266098+0000 mgr.y (mgr.15138) 142 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.958311+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.959314+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.960236+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.961148+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.962073+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.963010+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.968517+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:11:20.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.969238+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.969886+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.970498+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:20 smithi133 bash[15104]: audit 2024-09-11T08:11:19.971154+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:11:20.740 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading grafana daemons", 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:11:20.741 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:11:21.057 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:20 smithi169 bash[46251]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-grafana.a 2024-09-11T08:11:21.057 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:21 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:11:21.057 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:21 smithi169 bash[46324]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-grafana.a 2024-09-11T08:11:21.413 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:21 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-11T08:11:21.413 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:21 smithi169 systemd[1]: Stopped Ceph grafana.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:11:21.413 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:21 smithi169 systemd[1]: Started Ceph grafana.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:11:21.413 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:21 smithi169 bash[14688]: audit 2024-09-11T08:11:19.614709+0000 mgr.y (mgr.15138) 143 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:21.413 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:21 smithi169 bash[14688]: audit 2024-09-11T08:11:19.953056+0000 mgr.y (mgr.15138) 144 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:21.414 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:21 smithi169 bash[14688]: cluster 2024-09-11T08:11:20.192166+0000 mgr.y (mgr.15138) 145 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:21.414 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:21 smithi169 bash[14688]: audit 2024-09-11T08:11:20.389224+0000 mon.a (mon.0) 1328 : audit [DBG] from='client.? 172.21.15.133:0/2531962415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:21.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:21 smithi133 bash[19346]: audit 2024-09-11T08:11:19.614709+0000 mgr.y (mgr.15138) 143 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:21.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:21 smithi133 bash[19346]: audit 2024-09-11T08:11:19.953056+0000 mgr.y (mgr.15138) 144 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:21.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:21 smithi133 bash[19346]: cluster 2024-09-11T08:11:20.192166+0000 mgr.y (mgr.15138) 145 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:21.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:21 smithi133 bash[19346]: audit 2024-09-11T08:11:20.389224+0000 mon.a (mon.0) 1328 : audit [DBG] from='client.? 172.21.15.133:0/2531962415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:21 smithi133 bash[15104]: audit 2024-09-11T08:11:19.614709+0000 mgr.y (mgr.15138) 143 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:21 smithi133 bash[15104]: audit 2024-09-11T08:11:19.953056+0000 mgr.y (mgr.15138) 144 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:21 smithi133 bash[15104]: cluster 2024-09-11T08:11:20.192166+0000 mgr.y (mgr.15138) 145 : cluster [DBG] pgmap v90: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:21 smithi133 bash[15104]: audit 2024-09-11T08:11:20.389224+0000 mon.a (mon.0) 1328 : audit [DBG] from='client.? 172.21.15.133:0/2531962415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:22.535 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[14688]: audit 2024-09-11T08:11:20.738555+0000 mgr.y (mgr.15138) 146 : audit [DBG] from='client.25657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:22.535 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[14688]: audit 2024-09-11T08:11:21.320324+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:22.536 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[14688]: audit 2024-09-11T08:11:21.328378+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:22.536 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[14688]: audit 2024-09-11T08:11:21.334210+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:22.536 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[14688]: audit 2024-09-11T08:11:21.336668+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:11:22.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[15104]: audit 2024-09-11T08:11:20.738555+0000 mgr.y (mgr.15138) 146 : audit [DBG] from='client.25657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:22.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[15104]: audit 2024-09-11T08:11:21.320324+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:22.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[15104]: audit 2024-09-11T08:11:21.328378+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:22.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[15104]: audit 2024-09-11T08:11:21.334210+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:22.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[15104]: audit 2024-09-11T08:11:21.336668+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:11:22.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[19346]: audit 2024-09-11T08:11:20.738555+0000 mgr.y (mgr.15138) 146 : audit [DBG] from='client.25657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:22.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[19346]: audit 2024-09-11T08:11:21.320324+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:22.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[19346]: audit 2024-09-11T08:11:21.328378+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:22.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[19346]: audit 2024-09-11T08:11:21.334210+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:22.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:22 smithi133 bash[19346]: audit 2024-09-11T08:11:21.336668+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:11:23.128 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852471166Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2024-09-11T08:11:23.128 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852788194Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-11T08:11:23.128 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852821402Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852830964Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852847934Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852859396Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852892448Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852904689Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852917058Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852928172Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852938336Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852950608Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852961654Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=settings t=2024-09-11T08:11:22.852972612Z level=info msg="App mode production" 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=sqlstore t=2024-09-11T08:11:22.853054643Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-11T08:11:23.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=sqlstore t=2024-09-11T08:11:22.853098915Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:22.854234201Z level=info msg="Starting DB migrations" 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:22.854351063Z level=info msg="Executing migration" id="create migration_log table" 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:22.881461426Z level=info msg="Executing migration" id="create user table" 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:22.906607853Z level=info msg="Executing migration" id="add unique index user.login" 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:22.931908365Z level=info msg="Executing migration" id="add unique index user.email" 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:22 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:22.980664282Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.022663653Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.073054712Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.098282379Z level=info msg="Executing migration" id="create user table v2" 2024-09-11T08:11:23.130 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.123654323Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-09-11T08:11:23.388 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[14688]: cluster 2024-09-11T08:11:22.193701+0000 mgr.y (mgr.15138) 147 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:23.415 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.165662613Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-09-11T08:11:23.415 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.191114177Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-09-11T08:11:23.415 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.233156969Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-09-11T08:11:23.415 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.27527823Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-09-11T08:11:23.415 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.300576958Z level=info msg="Executing migration" id="Update user table charset" 2024-09-11T08:11:23.415 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.342627743Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-09-11T08:11:23.416 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.359664359Z level=info msg="Executing migration" id="Add missing user data" 2024-09-11T08:11:23.416 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.383555022Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-09-11T08:11:23.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.425531299Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-09-11T08:11:23.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.450921132Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-09-11T08:11:23.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.492939308Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-11T08:11:23.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.551814883Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-09-11T08:11:23.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.577104934Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-09-11T08:11:23.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.60245997Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-09-11T08:11:23.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.62770775Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-09-11T08:11:23.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:23 smithi133 bash[15104]: cluster 2024-09-11T08:11:22.193701+0000 mgr.y (mgr.15138) 147 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:23.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:23 smithi133 bash[19346]: cluster 2024-09-11T08:11:22.193701+0000 mgr.y (mgr.15138) 147 : cluster [DBG] pgmap v91: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:23.984 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.705714029Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-09-11T08:11:23.984 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.737112624Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-09-11T08:11:23.984 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.778979733Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-09-11T08:11:23.984 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.81104072Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-09-11T08:11:23.984 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.86165016Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-09-11T08:11:23.984 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.886947197Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-09-11T08:11:23.984 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.912283885Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-11T08:11:23.984 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.937689994Z level=info msg="Executing migration" id="create temp_user v2" 2024-09-11T08:11:23.984 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:23 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:23.979680224Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-09-11T08:11:24.245 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.005007085Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-09-11T08:11:24.245 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.0301776Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-09-11T08:11:24.245 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.055605742Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-09-11T08:11:24.245 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.097746977Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-09-11T08:11:24.245 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.122987252Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-09-11T08:11:24.245 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.148274279Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-09-11T08:11:24.245 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.189984608Z level=info msg="Executing migration" id="create star table" 2024-09-11T08:11:24.245 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.215347597Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-09-11T08:11:24.246 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.240669893Z level=info msg="Executing migration" id="create org table v1" 2024-09-11T08:11:24.514 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.282684867Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-09-11T08:11:24.514 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.35815166Z level=info msg="Executing migration" id="create org_user table v1" 2024-09-11T08:11:24.514 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.383407212Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-09-11T08:11:24.514 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.408762148Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-09-11T08:11:24.514 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.433943717Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-09-11T08:11:24.514 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.484322935Z level=info msg="Executing migration" id="Update org table charset" 2024-09-11T08:11:24.514 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.509453585Z level=info msg="Executing migration" id="Update org_user table charset" 2024-09-11T08:11:24.808 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.534708786Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-09-11T08:11:24.808 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.560033715Z level=info msg="Executing migration" id="create dashboard table" 2024-09-11T08:11:24.808 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.585414007Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-09-11T08:11:24.809 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.627373626Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-09-11T08:11:24.809 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.652644813Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-09-11T08:11:24.809 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.686320257Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-09-11T08:11:24.809 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.711658002Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-11T08:11:24.809 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.752806622Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-09-11T08:11:24.809 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.804185491Z level=info msg="Executing migration" id="create dashboard v2" 2024-09-11T08:11:25.069 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.829482825Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-09-11T08:11:25.069 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.863172458Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-09-11T08:11:25.069 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.888462115Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-09-11T08:11:25.069 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:24 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:24.930379418Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-09-11T08:11:25.069 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.014138423Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-09-11T08:11:25.069 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.039461165Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-09-11T08:11:25.069 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.064806427Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-09-11T08:11:25.321 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[14688]: cluster 2024-09-11T08:11:24.194454+0000 mgr.y (mgr.15138) 148 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:25.321 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.08888648Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-09-11T08:11:25.321 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.114611008Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-09-11T08:11:25.321 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.139945934Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-09-11T08:11:25.321 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.16538695Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-09-11T08:11:25.322 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.190609614Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-09-11T08:11:25.322 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.232686748Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-09-11T08:11:25.322 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.27487386Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-09-11T08:11:25.322 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.31699523Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-09-11T08:11:25.649 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.342365848Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-09-11T08:11:25.649 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.383927428Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-09-11T08:11:25.649 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.409215274Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-09-11T08:11:25.649 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.434572046Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-09-11T08:11:25.649 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.476612164Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-09-11T08:11:25.649 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.518633829Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-09-11T08:11:25.649 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.560642998Z level=info msg="Executing migration" id="Update dashboard title length" 2024-09-11T08:11:25.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:25 smithi133 bash[15104]: cluster 2024-09-11T08:11:24.194454+0000 mgr.y (mgr.15138) 148 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:25.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:25 smithi133 bash[19346]: cluster 2024-09-11T08:11:24.194454+0000 mgr.y (mgr.15138) 148 : cluster [DBG] pgmap v92: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:25.918 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.644435259Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-11T08:11:25.918 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.669795501Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-09-11T08:11:25.918 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.702783008Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-11T08:11:25.918 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.719830882Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-11T08:11:25.918 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.762012081Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-11T08:11:25.919 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.787198572Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-11T08:11:25.919 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.812495371Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-11T08:11:25.919 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.837805356Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-11T08:11:25.919 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.863403503Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-11T08:11:25.919 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.888658286Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-11T08:11:25.919 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.913948309Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-11T08:11:26.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.939410371Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-11T08:11:26.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:25 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:25.989146401Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-11T08:11:26.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.014468752Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-11T08:11:26.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.039885084Z level=info msg="Executing migration" id="create data_source table" 2024-09-11T08:11:26.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.065207745Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-11T08:11:26.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.107227602Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-11T08:11:26.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.13252063Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-11T08:11:26.430 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.174517023Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-11T08:11:26.430 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.199880506Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-11T08:11:26.430 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.275349075Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-11T08:11:26.430 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.307521606Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-11T08:11:26.430 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.349487743Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-11T08:11:26.431 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.374748282Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-11T08:11:26.431 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.400121258Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-11T08:11:26.431 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.425440345Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-11T08:11:26.689 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.450713967Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-11T08:11:26.690 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.492651252Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-11T08:11:26.690 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.534689265Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-11T08:11:26.690 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.56011844Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-11T08:11:26.690 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.585445988Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-11T08:11:26.690 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.610800208Z level=info msg="Executing migration" id="Add uid column" 2024-09-11T08:11:26.690 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.63602006Z level=info msg="Executing migration" id="Update uid value" 2024-09-11T08:11:26.690 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.659871582Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-11T08:11:26.690 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.685165438Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-11T08:11:26.966 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.710529942Z level=info msg="Executing migration" id="create api_key table" 2024-09-11T08:11:26.967 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.752666023Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-11T08:11:26.967 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.777907859Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-11T08:11:26.967 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.80324492Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-11T08:11:26.967 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.845433243Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-11T08:11:26.967 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.920989779Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-11T08:11:27.252 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.962673618Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-11T08:11:27.252 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:26 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:26.988161813Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-11T08:11:27.252 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.013449874Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-11T08:11:27.253 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.038772607Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-11T08:11:27.253 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.062522948Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-11T08:11:27.253 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.087945886Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-11T08:11:27.253 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.129927773Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-11T08:11:27.253 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.15533525Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-11T08:11:27.253 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.180699937Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-11T08:11:27.253 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.206234356Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-11T08:11:27.253 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.248070074Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-11T08:11:27.517 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[14688]: cluster 2024-09-11T08:11:26.195992+0000 mgr.y (mgr.15138) 149 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:27.517 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.290435387Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-11T08:11:27.518 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.315633027Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-11T08:11:27.518 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.357959298Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-11T08:11:27.518 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.383284175Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-11T08:11:27.518 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.415198793Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-11T08:11:27.518 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.440529832Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-11T08:11:27.518 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.465936429Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-11T08:11:27.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:27 smithi133 bash[15104]: cluster 2024-09-11T08:11:26.195992+0000 mgr.y (mgr.15138) 149 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:27.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:27 smithi133 bash[19346]: cluster 2024-09-11T08:11:26.195992+0000 mgr.y (mgr.15138) 149 : cluster [DBG] pgmap v93: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:27.798 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.544869652Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-11T08:11:27.798 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.591961066Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-11T08:11:27.798 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.633882955Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-11T08:11:27.798 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.659135192Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-11T08:11:27.798 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.684380722Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-11T08:11:27.798 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.709843526Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-11T08:11:27.799 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.751818396Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-11T08:11:27.799 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.793928809Z level=info msg="Executing migration" id="create quota table v1" 2024-09-11T08:11:28.067 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.831803871Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-11T08:11:28.067 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.857156102Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-11T08:11:28.067 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.882412045Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-11T08:11:28.068 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.899507263Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-11T08:11:28.068 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.941605283Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-11T08:11:28.068 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:27 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:27.970481568Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-11T08:11:28.068 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.004064615Z level=info msg="Executing migration" id="create session table" 2024-09-11T08:11:28.068 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.029413472Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-11T08:11:28.348 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.063075178Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-11T08:11:28.348 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.088379987Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-11T08:11:28.348 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.133605833Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-11T08:11:28.348 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.217485843Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-11T08:11:28.348 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.259420256Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-11T08:11:28.348 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.301666998Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-11T08:11:28.348 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.343789094Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-11T08:11:28.600 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.385875002Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-11T08:11:28.600 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.418237038Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-11T08:11:28.601 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.460480723Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-11T08:11:28.601 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.502300863Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-11T08:11:28.601 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.544588857Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-11T08:11:28.601 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.569993191Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-11T08:11:28.868 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.595566101Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-11T08:11:28.868 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.620856428Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-11T08:11:28.868 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.662913183Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-11T08:11:28.868 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.68828698Z level=info msg="Executing migration" id="create alert table v1" 2024-09-11T08:11:28.868 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.730230085Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-11T08:11:28.868 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.772410688Z level=info msg="Executing migration" id="add index alert state" 2024-09-11T08:11:29.119 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.863827552Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-11T08:11:29.119 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.891783788Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-11T08:11:29.119 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.917691356Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-11T08:11:29.120 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.956391802Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-11T08:11:29.120 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:28 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:28.981760565Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-11T08:11:29.120 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.012937255Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-11T08:11:29.120 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.064161329Z level=info msg="Executing migration" id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-09-11T08:11:29.120 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.08934981Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-11T08:11:29.120 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.114810107Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-11T08:11:29.413 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.140141141Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-11T08:11:29.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.165531711Z level=info msg="Executing migration" id="Add column is_default" 2024-09-11T08:11:29.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.20739817Z level=info msg="Executing migration" id="Add column frequency" 2024-09-11T08:11:29.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.266724603Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-11T08:11:29.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.354931591Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-11T08:11:29.414 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[14688]: cluster 2024-09-11T08:11:28.196739+0000 mgr.y (mgr.15138) 150 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:29.414 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[14688]: audit 2024-09-11T08:11:28.820753+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:29.414 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[14688]: audit 2024-09-11T08:11:28.828601+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:29.414 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[14688]: audit 2024-09-11T08:11:28.839880+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:29.414 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[14688]: audit 2024-09-11T08:11:29.221248+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:11:29.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:29 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 10. 2024-09-11T08:11:29.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:29 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:11:29.415 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:29 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:11:29.641 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.528395174Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-11T08:11:29.641 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.581916893Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-11T08:11:29.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.637232106Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-11T08:11:29.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[15104]: cluster 2024-09-11T08:11:28.196739+0000 mgr.y (mgr.15138) 150 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:29.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[15104]: audit 2024-09-11T08:11:28.820753+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:29.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[15104]: audit 2024-09-11T08:11:28.828601+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:29.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[15104]: audit 2024-09-11T08:11:28.839880+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:29.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[15104]: audit 2024-09-11T08:11:29.221248+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:11:29.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[19346]: cluster 2024-09-11T08:11:28.196739+0000 mgr.y (mgr.15138) 150 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:29.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[19346]: audit 2024-09-11T08:11:28.820753+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:29.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[19346]: audit 2024-09-11T08:11:28.828601+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:29.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[19346]: audit 2024-09-11T08:11:28.839880+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:29.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:29 smithi133 bash[19346]: audit 2024-09-11T08:11:29.221248+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:11:30.176 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.77960809Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-11T08:11:30.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:29 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:29.988401265Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-11T08:11:30.534 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:30 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:30.423316016Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-11T08:11:30.534 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:30 smithi169 bash[14688]: audit 2024-09-11T08:11:29.439360+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:30.534 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:30 smithi169 bash[14688]: audit 2024-09-11T08:11:29.447858+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:30.535 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:30 smithi169 bash[14688]: audit 2024-09-11T08:11:29.455291+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:30.535 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:30 smithi169 bash[14688]: audit 2024-09-11T08:11:29.456844+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:11:30.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:30 smithi133 bash[15104]: audit 2024-09-11T08:11:29.439360+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:30.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:30 smithi133 bash[15104]: audit 2024-09-11T08:11:29.447858+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:30.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:30 smithi133 bash[15104]: audit 2024-09-11T08:11:29.455291+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:30.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:30 smithi133 bash[15104]: audit 2024-09-11T08:11:29.456844+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:11:30.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:30 smithi133 bash[19346]: audit 2024-09-11T08:11:29.439360+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:30.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:30 smithi133 bash[19346]: audit 2024-09-11T08:11:29.447858+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:30.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:30 smithi133 bash[19346]: audit 2024-09-11T08:11:29.455291+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:30.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:30 smithi133 bash[19346]: audit 2024-09-11T08:11:29.456844+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:11:30.857 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:30 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:30.530046838Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-11T08:11:30.858 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:30 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:30.614532032Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-11T08:11:31.123 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:30 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:30.853551742Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-11T08:11:31.123 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:30 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:30.993025583Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-11T08:11:31.390 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.119249397Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-11T08:11:31.390 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.197688806Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-11T08:11:31.390 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.293983518Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-11T08:11:31.391 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[14688]: cluster 2024-09-11T08:11:30.197570+0000 mgr.y (mgr.15138) 151 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:31.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.386006367Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-11T08:11:31.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.539199654Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-11T08:11:31.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.614188314Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-11T08:11:31.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:31 smithi133 bash[15104]: cluster 2024-09-11T08:11:30.197570+0000 mgr.y (mgr.15138) 151 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:31.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:31 smithi133 bash[19346]: cluster 2024-09-11T08:11:30.197570+0000 mgr.y (mgr.15138) 151 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:32.022 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.755997412Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-11T08:11:32.022 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.826790107Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-11T08:11:32.022 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.891522073Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-11T08:11:32.023 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:31 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:31.974204539Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-11T08:11:32.314 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.053776325Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-11T08:11:32.315 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.150335305Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-11T08:11:32.315 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.197021142Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-11T08:11:32.315 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.222543774Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-11T08:11:32.315 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.247758786Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-11T08:11:32.315 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.26822814Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-11T08:11:32.315 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47009]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:11:32.571 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.310441454Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-11T08:11:32.571 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.335973324Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-11T08:11:32.571 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.361201556Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-11T08:11:32.571 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.403294623Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-11T08:11:32.571 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.44541167Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-11T08:11:32.571 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.473540537Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-11T08:11:32.571 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.524021664Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-11T08:11:32.834 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.566632934Z level=info msg="Executing migration" id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-09-11T08:11:32.835 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.591965972Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-11T08:11:32.835 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.617053176Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-11T08:11:32.835 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.675833662Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-11T08:11:32.835 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.704490379Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-11T08:11:32.835 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.729648823Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-11T08:11:32.835 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.8051465Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-11T08:11:32.835 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.83042309Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-11T08:11:33.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.855704166Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-11T08:11:33.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.897953459Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-11T08:11:33.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.935655998Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-11T08:11:33.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:32.98675004Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-11T08:11:33.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:33 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:33.079462873Z level=info msg="Executing migration" id="Move region to single row" 2024-09-11T08:11:33.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: --- Logging error --- 2024-09-11T08:11:33.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.send(msg) 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.connect(address) 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self._connect_unixsocket(self.address) 2024-09-11T08:11:33.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.connect(address) 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Call stack: 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self._bootstrap_inner() 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.run() 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: logger.info("Started the configuration object watcher") 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Message: 'Started the configuration object watcher' 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Arguments: () 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: --- Logging error --- 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.send(msg) 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.connect(address) 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self._connect_unixsocket(self.address) 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.connect(address) 2024-09-11T08:11:33.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:33.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Call stack: 2024-09-11T08:11:33.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:11:33.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: main() 2024-09-11T08:11:33.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:11:33.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:11:33.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:11:33.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Arguments: () 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: --- Logging error --- 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.send(msg) 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.connect(address) 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:33.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self._connect_unixsocket(self.address) 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.connect(address) 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Call stack: 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self._bootstrap_inner() 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.run() 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.interval)) 2024-09-11T08:11:33.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Arguments: () 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: --- Logging error --- 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.send(msg) 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:33.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.connect(address) 2024-09-11T08:11:33.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:33.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:33.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:33.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self._connect_unixsocket(self.address) 2024-09-11T08:11:33.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:33.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: self.socket.connect(address) 2024-09-11T08:11:33.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:33.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Call stack: 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: main() 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: "{}".format(blacklisted_ip)) 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Arguments: () 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: Traceback (most recent call last): 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:11:33.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: main() 2024-09-11T08:11:33.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:11:33.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:11:33.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:11:33.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:11:33.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:11:33.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:11:33.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:11:33.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: **kwargs).stdout 2024-09-11T08:11:33.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:11:33.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: output=stdout, stderr=stderr) 2024-09-11T08:11:33.188 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:32 smithi169 bash[47024]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:11:33.452 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:33 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:33.179063565Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-11T08:11:33.452 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:33 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:33.2996053Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-11T08:11:33.453 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:33 smithi169 bash[14688]: cluster 2024-09-11T08:11:32.199085+0000 mgr.y (mgr.15138) 152 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:33.453 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:33 smithi169 bash[14688]: audit 2024-09-11T08:11:32.516878+0000 mon.b (mon.2) 369 : audit [DBG] from='client.? 172.21.15.169:0/1510233487' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:11:33.453 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:33 smithi169 bash[14688]: audit 2024-09-11T08:11:32.868214+0000 mon.b (mon.2) 370 : audit [INF] from='client.? 172.21.15.169:0/609018516' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:11:33.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:33 smithi133 bash[15104]: cluster 2024-09-11T08:11:32.199085+0000 mgr.y (mgr.15138) 152 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:33.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:33 smithi133 bash[15104]: audit 2024-09-11T08:11:32.516878+0000 mon.b (mon.2) 369 : audit [DBG] from='client.? 172.21.15.169:0/1510233487' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:11:33.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:33 smithi133 bash[15104]: audit 2024-09-11T08:11:32.868214+0000 mon.b (mon.2) 370 : audit [INF] from='client.? 172.21.15.169:0/609018516' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:11:33.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:33 smithi133 bash[19346]: cluster 2024-09-11T08:11:32.199085+0000 mgr.y (mgr.15138) 152 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:33.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:33 smithi133 bash[19346]: audit 2024-09-11T08:11:32.516878+0000 mon.b (mon.2) 369 : audit [DBG] from='client.? 172.21.15.169:0/1510233487' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:11:33.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:33 smithi133 bash[19346]: audit 2024-09-11T08:11:32.868214+0000 mon.b (mon.2) 370 : audit [INF] from='client.? 172.21.15.169:0/609018516' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:11:33.737 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:33 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:33.448332478Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-11T08:11:34.068 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:33 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:33.732840702Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-11T08:11:34.068 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:33 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:33.967093975Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-11T08:11:34.327 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[14688]: cluster 2024-09-11T08:11:34.199887+0000 mgr.y (mgr.15138) 153 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:34.327 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:34 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:11:34.327 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:34.064280133Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-11T08:11:34.328 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:34.173630011Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-11T08:11:34.328 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:34.237480752Z level=info msg="Executing migration" id="create test_data table" 2024-09-11T08:11:34.328 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:34.312344434Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-11T08:11:34.608 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:34.350025997Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-11T08:11:34.608 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:34.426075616Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-11T08:11:34.608 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:34.512493162Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-11T08:11:34.609 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[47009]: (process:1): GLib-GObject-CRITICAL **: 08:11:34.323: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:11:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:34 smithi133 bash[15104]: cluster 2024-09-11T08:11:34.199887+0000 mgr.y (mgr.15138) 153 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:34.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:34 smithi133 bash[19346]: cluster 2024-09-11T08:11:34.199887+0000 mgr.y (mgr.15138) 153 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:35.043 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:34.60425178Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-11T08:11:35.043 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:34 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:34.755873366Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-11T08:11:35.366 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:35 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:35.042382653Z level=info msg="Executing migration" id="create team table" 2024-09-11T08:11:35.367 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:35 smithi169 bash[47298]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:11:35.367 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:35 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:11:35.583 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:35 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:35.362532947Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-11T08:11:35.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:35 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:35.57927654Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-11T08:11:36.176 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:35 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:35.852569842Z level=info msg="Executing migration" id="create team member table" 2024-09-11T08:11:36.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:35 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:35.969871304Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-11T08:11:36.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.036898687Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-11T08:11:36.534 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.252541582Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-11T08:11:36.534 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.366214751Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-11T08:11:36.534 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.450439157Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-11T08:11:36.805 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.53016347Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-11T08:11:36.806 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.630092236Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-11T08:11:36.806 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.675679144Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-11T08:11:36.806 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.740962341Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-11T08:11:37.084 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.805828928Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-11T08:11:37.084 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.876264452Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-11T08:11:37.084 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.927415932Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-11T08:11:37.084 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:36 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:36.9943382Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-11T08:11:37.369 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:37 smithi169 bash[14688]: cluster 2024-09-11T08:11:36.201521+0000 mgr.y (mgr.15138) 154 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:37.369 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:37 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:37.080055153Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-11T08:11:37.370 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:37 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:37.187257303Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-11T08:11:37.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:37 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:37.365403045Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-11T08:11:37.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:37 smithi133 bash[15104]: cluster 2024-09-11T08:11:36.201521+0000 mgr.y (mgr.15138) 154 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:37.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:37 smithi133 bash[19346]: cluster 2024-09-11T08:11:36.201521+0000 mgr.y (mgr.15138) 154 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:37.977 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:37 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:37.715703797Z level=info msg="Executing migration" id="create tag table" 2024-09-11T08:11:37.978 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:37 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:37.899949359Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-11T08:11:38.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:37 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:37.973461569Z level=info msg="Executing migration" id="create login attempt table" 2024-09-11T08:11:38.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:38 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:38.049082869Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-11T08:11:38.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:38 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:38.091770134Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-11T08:11:38.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:38 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:38.108719154Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-11T08:11:38.266 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:38 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:38.175706668Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-11T08:11:38.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:38 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:38.260283131Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-11T08:11:38.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:38 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:38.488339116Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-11T08:11:39.176 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:38 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:38.841371908Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-11T08:11:39.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.00032035Z level=info msg="Executing migration" id="create user auth table" 2024-09-11T08:11:39.525 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[14688]: cluster 2024-09-11T08:11:38.202285+0000 mgr.y (mgr.15138) 155 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:39.525 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.227920514Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-11T08:11:39.525 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.369045366Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-11T08:11:39.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:39 smithi133 bash[15104]: cluster 2024-09-11T08:11:38.202285+0000 mgr.y (mgr.15138) 155 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:39.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:39 smithi133 bash[19346]: cluster 2024-09-11T08:11:38.202285+0000 mgr.y (mgr.15138) 155 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:39.809 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.5212956Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-11T08:11:39.809 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.604532261Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-11T08:11:39.809 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.712652125Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-11T08:11:40.081 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.805151163Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-11T08:11:40.082 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.888852685Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-11T08:11:40.082 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.931065959Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-11T08:11:40.082 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:39 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:39.956362192Z level=info msg="Executing migration" id="create server_lock table" 2024-09-11T08:11:40.082 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.007124198Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-11T08:11:40.082 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.077447662Z level=info msg="Executing migration" id="create user auth token table" 2024-09-11T08:11:40.334 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[14688]: audit 2024-09-11T08:11:39.262369+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:11:40.334 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[14688]: audit 2024-09-11T08:11:39.262942+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:11:40.335 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[14688]: audit 2024-09-11T08:11:39.263608+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:11:40.335 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.152970369Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-11T08:11:40.335 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.178167647Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-11T08:11:40.335 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.203476879Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-11T08:11:40.335 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.245926927Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-11T08:11:40.335 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.287960238Z level=info msg="Executing migration" id="create cache_data table" 2024-09-11T08:11:40.628 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.330161792Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-11T08:11:40.629 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.372168719Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-11T08:11:40.629 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.418421295Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-11T08:11:40.629 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.447761635Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-11T08:11:40.629 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.489735144Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-11T08:11:40.629 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.531799257Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-11T08:11:40.630 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.575091587Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-11T08:11:40.630 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.624282798Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-11T08:11:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:40 smithi133 bash[15104]: audit 2024-09-11T08:11:39.262369+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:11:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:40 smithi133 bash[15104]: audit 2024-09-11T08:11:39.262942+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:11:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:40 smithi133 bash[15104]: audit 2024-09-11T08:11:39.263608+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:11:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:40 smithi133 bash[19346]: audit 2024-09-11T08:11:39.262369+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:11:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:40 smithi133 bash[19346]: audit 2024-09-11T08:11:39.262942+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:11:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:40 smithi133 bash[19346]: audit 2024-09-11T08:11:39.263608+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:11:40.881 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.649503414Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-11T08:11:40.881 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.691610917Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-11T08:11:40.881 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.760365633Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-11T08:11:40.881 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.792257899Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-11T08:11:40.881 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.834327712Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-11T08:11:40.881 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.876379318Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-11T08:11:41.133 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.901600382Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-11T08:11:41.134 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.943814073Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-11T08:11:41.134 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:40 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:40.985732578Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-11T08:11:41.134 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.027932519Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-11T08:11:41.134 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.053205527Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-11T08:11:41.134 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.078450495Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-11T08:11:41.134 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.129195399Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-11T08:11:41.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.173940973Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-11T08:11:41.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.232741451Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-09-11T08:11:41.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.258128987Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-11T08:11:41.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.300377795Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-11T08:11:41.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.317224901Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-11T08:11:41.414 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.359306355Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-11T08:11:41.415 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[14688]: cluster 2024-09-11T08:11:40.202998+0000 mgr.y (mgr.15138) 156 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:41.668 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.426309574Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-11T08:11:41.668 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.518445525Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-11T08:11:41.668 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.610657696Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-11T08:11:41.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:41 smithi133 bash[15104]: cluster 2024-09-11T08:11:40.202998+0000 mgr.y (mgr.15138) 156 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:41.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:41 smithi133 bash[19346]: cluster 2024-09-11T08:11:40.202998+0000 mgr.y (mgr.15138) 156 : cluster [DBG] pgmap v100: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:41.926 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.753088254Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-11T08:11:42.291 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:41 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:41.971839673Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-11T08:11:42.585 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[14688]: cluster 2024-09-11T08:11:42.204531+0000 mgr.y (mgr.15138) 157 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:42.585 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.363222697Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-11T08:11:42.586 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.505548373Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-11T08:11:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:42 smithi133 bash[15104]: cluster 2024-09-11T08:11:42.204531+0000 mgr.y (mgr.15138) 157 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:42.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:42 smithi133 bash[19346]: cluster 2024-09-11T08:11:42.204531+0000 mgr.y (mgr.15138) 157 : cluster [DBG] pgmap v101: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:42.909 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.58127563Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-11T08:11:42.910 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.640754484Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-11T08:11:42.910 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.682818133Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-11T08:11:42.910 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.708041861Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-11T08:11:42.910 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.733334471Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-11T08:11:42.910 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.775380331Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-11T08:11:42.910 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.82124577Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-11T08:11:42.910 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.905248925Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-11T08:11:43.162 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.94725535Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-11T08:11:43.162 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.972743783Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-11T08:11:43.162 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:42 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:42.998029099Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-11T08:11:43.162 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.023372946Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-11T08:11:43.162 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.065223269Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-11T08:11:43.162 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.090538178Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-11T08:11:43.163 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.132478254Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-11T08:11:43.163 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.157829642Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-09-11T08:11:43.423 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.200109086Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-09-11T08:11:43.423 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.241929676Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-11T08:11:43.423 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.267357192Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-11T08:11:43.423 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.317917045Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-11T08:11:43.424 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.343177909Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-11T08:11:43.424 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.368410298Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-11T08:11:43.424 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.393765058Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-11T08:11:43.424 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.41908186Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.650063+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.658346+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.666297+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.668072+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.669616+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: cephadm 2024-09-11T08:11:42.670754+0000 mgr.y (mgr.15138) 158 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: cluster 2024-09-11T08:11:42.671677+0000 mgr.y (mgr.15138) 159 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: cluster 2024-09-11T08:11:42.671942+0000 mgr.y (mgr.15138) 160 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.679006+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.741102+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.742018+0000 mgr.y (mgr.15138) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:11:43.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.744133+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.744961+0000 mgr.y (mgr.15138) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.754710+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.761690+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.768244+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.772246+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.776915+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.780670+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.783311+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.786055+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.788819+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.791185+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.793594+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.795928+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.798085+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.800061+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: cephadm 2024-09-11T08:11:42.801277+0000 mgr.y (mgr.15138) 163 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.810005+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.812306+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.818690+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.819967+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.826729+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.828003+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.835380+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:11:43.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.836538+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.837789+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.844969+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.846447+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.847915+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.856047+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.857653+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.859151+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.860404+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.869353+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.870905+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.872413+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.873906+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.875220+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.876516+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.877762+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.878838+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.888129+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: cephadm 2024-09-11T08:11:42.889258+0000 mgr.y (mgr.15138) 164 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.890161+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:42.897271+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:43.181526+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:43.190975+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:43.200778+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:43.201353+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:43.209425+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:43.218117+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:43.219995+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:43.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:43.221410+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:11:43.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: cephadm 2024-09-11T08:11:43.222637+0000 mgr.y (mgr.15138) 165 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:11:43.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: cluster 2024-09-11T08:11:43.223649+0000 mgr.y (mgr.15138) 166 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: cluster 2024-09-11T08:11:43.224033+0000 mgr.y (mgr.15138) 167 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[14688]: audit 2024-09-11T08:11:43.237615+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.676 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.461180237Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-11T08:11:43.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.536864575Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-11T08:11:43.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.561931911Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-11T08:11:43.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.587163578Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-11T08:11:43.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.612584355Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-11T08:11:43.677 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.637791845Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-11T08:11:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.650063+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.658346+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.666297+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.668072+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.669616+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: cephadm 2024-09-11T08:11:42.670754+0000 mgr.y (mgr.15138) 158 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: cluster 2024-09-11T08:11:42.671677+0000 mgr.y (mgr.15138) 159 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: cluster 2024-09-11T08:11:42.671942+0000 mgr.y (mgr.15138) 160 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.679006+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.741102+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.742018+0000 mgr.y (mgr.15138) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.744133+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.744961+0000 mgr.y (mgr.15138) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.754710+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.761690+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.768244+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.772246+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.776915+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.650063+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.658346+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.666297+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.668072+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.669616+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: cephadm 2024-09-11T08:11:42.670754+0000 mgr.y (mgr.15138) 158 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:11:43.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: cluster 2024-09-11T08:11:42.671677+0000 mgr.y (mgr.15138) 159 : cluster [DBG] pgmap v102: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: cluster 2024-09-11T08:11:42.671942+0000 mgr.y (mgr.15138) 160 : cluster [DBG] pgmap v103: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.679006+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.741102+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.742018+0000 mgr.y (mgr.15138) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.744133+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.744961+0000 mgr.y (mgr.15138) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi169.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.754710+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.761690+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.768244+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.772246+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.776915+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.780670+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.783311+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.786055+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.788819+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.791185+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.793594+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.795928+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.798085+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.800061+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: cephadm 2024-09-11T08:11:42.801277+0000 mgr.y (mgr.15138) 163 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.810005+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.812306+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.818690+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.819967+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.826729+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.828003+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.835380+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.836538+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.837789+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.844969+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.846447+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.847915+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:11:43.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.856047+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.857653+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.859151+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.860404+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.869353+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.870905+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.872413+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.873906+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.875220+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.876516+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.877762+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.878838+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:11:43.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.888129+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.780670+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.783311+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.786055+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.788819+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.791185+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.793594+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.795928+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.798085+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.800061+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: cephadm 2024-09-11T08:11:42.801277+0000 mgr.y (mgr.15138) 163 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.810005+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.812306+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.818690+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.819967+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.826729+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.828003+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.835380+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.836538+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.837789+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: cephadm 2024-09-11T08:11:42.889258+0000 mgr.y (mgr.15138) 164 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.890161+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:11:43.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:42.897271+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:43.181526+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:43.190975+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:43.200778+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:43.201353+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:43.209425+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:43.218117+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:43.219995+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:43.221410+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: cephadm 2024-09-11T08:11:43.222637+0000 mgr.y (mgr.15138) 165 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: cluster 2024-09-11T08:11:43.223649+0000 mgr.y (mgr.15138) 166 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: cluster 2024-09-11T08:11:43.224033+0000 mgr.y (mgr.15138) 167 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[19346]: audit 2024-09-11T08:11:43.237615+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.844969+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.846447+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.847915+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.856047+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.857653+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.859151+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.860404+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.869353+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.870905+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.872413+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.709 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.873906+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.875220+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.876516+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.877762+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.878838+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.888129+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: cephadm 2024-09-11T08:11:42.889258+0000 mgr.y (mgr.15138) 164 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.890161+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:42.897271+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:43.181526+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:43.190975+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:43.200778+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:43.201353+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:11:43.710 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:43.209425+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:43.218117+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:43.219995+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:43.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:43.221410+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:11:43.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: cephadm 2024-09-11T08:11:43.222637+0000 mgr.y (mgr.15138) 165 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:11:43.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: cluster 2024-09-11T08:11:43.223649+0000 mgr.y (mgr.15138) 166 : cluster [DBG] pgmap v104: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: cluster 2024-09-11T08:11:43.224033+0000 mgr.y (mgr.15138) 167 : cluster [DBG] pgmap v105: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:43.711 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:43 smithi133 bash[15104]: audit 2024-09-11T08:11:43.237615+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:43.940 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.68004199Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-11T08:11:43.940 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.72214286Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-11T08:11:43.940 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.767432504Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-11T08:11:43.940 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.792656824Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-11T08:11:43.940 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.817991286Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-11T08:11:43.941 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.843318044Z level=info msg="Executing migration" id="create alert_image table" 2024-09-11T08:11:43.941 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.885378079Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-11T08:11:43.941 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.910673262Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-11T08:11:43.941 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.935904305Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-11T08:11:44.209 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.961143262Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-11T08:11:44.209 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.986507383Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-11T08:11:44.210 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:43 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:43.986849176Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-09-11T08:11:44.210 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.028486455Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-11T08:11:44.210 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.053799776Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-11T08:11:44.210 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.087391268Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-11T08:11:44.210 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.087883741Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-11T08:11:44.210 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.088268207Z level=info msg="alerts found to migrate" alerts=0 2024-09-11T08:11:44.210 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.162821566Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-11T08:11:44.210 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.204969444Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-11T08:11:44.462 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.247307889Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-11T08:11:44.462 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.272613496Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-11T08:11:44.462 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.314680689Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-11T08:11:44.462 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.340015649Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-11T08:11:44.462 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.381909475Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-11T08:11:44.462 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.407405266Z level=info msg="Executing migration" id="create data_keys table" 2024-09-11T08:11:44.463 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.432727097Z level=info msg="Executing migration" id="create secrets table" 2024-09-11T08:11:44.463 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.458006328Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-11T08:11:44.463 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[14688]: audit 2024-09-11T08:11:43.307087+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:44.463 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[14688]: audit 2024-09-11T08:11:43.308429+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:11:44.463 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[14688]: cephadm 2024-09-11T08:11:43.309224+0000 mgr.y (mgr.15138) 168 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:11:44.463 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[14688]: cluster 2024-09-11T08:11:43.309961+0000 mgr.y (mgr.15138) 169 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:44.463 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[14688]: cluster 2024-09-11T08:11:43.310177+0000 mgr.y (mgr.15138) 170 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:44.463 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[14688]: audit 2024-09-11T08:11:43.314924+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[15104]: audit 2024-09-11T08:11:43.307087+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[15104]: audit 2024-09-11T08:11:43.308429+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:11:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[15104]: cephadm 2024-09-11T08:11:43.309224+0000 mgr.y (mgr.15138) 168 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:11:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[15104]: cluster 2024-09-11T08:11:43.309961+0000 mgr.y (mgr.15138) 169 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[15104]: cluster 2024-09-11T08:11:43.310177+0000 mgr.y (mgr.15138) 170 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:44.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[15104]: audit 2024-09-11T08:11:43.314924+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:44.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[19346]: audit 2024-09-11T08:11:43.307087+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:11:44.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[19346]: audit 2024-09-11T08:11:43.308429+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:11:44.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[19346]: cephadm 2024-09-11T08:11:43.309224+0000 mgr.y (mgr.15138) 168 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:11:44.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[19346]: cluster 2024-09-11T08:11:43.309961+0000 mgr.y (mgr.15138) 169 : cluster [DBG] pgmap v106: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:44.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[19346]: cluster 2024-09-11T08:11:43.310177+0000 mgr.y (mgr.15138) 170 : cluster [DBG] pgmap v107: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:44.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:44 smithi133 bash[19346]: audit 2024-09-11T08:11:43.314924+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:44.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.508384371Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-11T08:11:44.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.533657556Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-11T08:11:44.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.558945561Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-11T08:11:44.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.600915436Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-11T08:11:44.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.642966702Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-11T08:11:44.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.66827044Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-11T08:11:44.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.693574834Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-11T08:11:44.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.738608768Z level=info msg="Executing migration" id="create permission table" 2024-09-11T08:11:45.012 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.822777589Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-11T08:11:45.013 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.848132946Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-11T08:11:45.013 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.890052402Z level=info msg="Executing migration" id="create role table" 2024-09-11T08:11:45.013 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.915511528Z level=info msg="Executing migration" id="add column display_name" 2024-09-11T08:11:45.013 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.957443308Z level=info msg="Executing migration" id="add column group_name" 2024-09-11T08:11:45.013 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:44 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:44.98282543Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-11T08:11:45.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.008225676Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-11T08:11:45.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.033558605Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-11T08:11:45.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.075733104Z level=info msg="Executing migration" id="create team role table" 2024-09-11T08:11:45.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.10090138Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-11T08:11:45.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.142989247Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-11T08:11:45.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.168233368Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-11T08:11:45.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.193574111Z level=info msg="Executing migration" id="create user role table" 2024-09-11T08:11:45.266 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.218908331Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-11T08:11:45.266 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.260894192Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-11T08:11:45.543 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[14688]: audit 2024-09-11T08:11:44.353736+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:45.544 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.303028256Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-11T08:11:45.544 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.345113493Z level=info msg="Executing migration" id="create builtin role table" 2024-09-11T08:11:45.544 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.387247682Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-11T08:11:45.544 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.470811805Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-11T08:11:45.544 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:45 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 11. 2024-09-11T08:11:45.544 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:45 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:11:45.544 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:45 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:11:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:45 smithi133 bash[19346]: audit 2024-09-11T08:11:44.353736+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:45.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:45 smithi133 bash[15104]: audit 2024-09-11T08:11:44.353736+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:11:45.952 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.53956329Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-11T08:11:45.952 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.688925002Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-11T08:11:45.952 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.785313217Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-11T08:11:46.252 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:45 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:45.946760365Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-11T08:11:46.531 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:46 smithi169 bash[14688]: cluster 2024-09-11T08:11:45.311554+0000 mgr.y (mgr.15138) 171 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:46.532 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:46 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:46.248143305Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-11T08:11:46.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:46 smithi133 bash[19346]: cluster 2024-09-11T08:11:45.311554+0000 mgr.y (mgr.15138) 171 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:46 smithi133 bash[15104]: cluster 2024-09-11T08:11:45.311554+0000 mgr.y (mgr.15138) 171 : cluster [DBG] pgmap v108: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:46.903 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:46 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:46.526755242Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-11T08:11:47.176 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:46 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:46.899132658Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-11T08:11:47.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:46 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:46.966126819Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-11T08:11:47.588 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:47 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:47.244948865Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-11T08:11:47.588 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:47 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:47.322469708Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-11T08:11:47.588 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:47 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:47.486064983Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-11T08:11:47.866 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:47 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:47.583951367Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-11T08:11:47.866 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:47 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:47.678265466Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-11T08:11:47.866 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:47 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:47.769958454Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-11T08:11:48.176 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:47 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:47.861766653Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-11T08:11:48.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:47 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:47.961750178Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-11T08:11:48.177 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.100024074Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-11T08:11:48.449 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.187026804Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-11T08:11:48.449 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.265699234Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-11T08:11:48.449 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.339009102Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-11T08:11:48.449 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.406251103Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-11T08:11:48.450 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[47584]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:11:48.742 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.465926222Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-11T08:11:48.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.528244063Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-11T08:11:48.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.570241763Z level=info msg="Executing migration" id="add correlation config column" 2024-09-11T08:11:48.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.612454263Z level=info msg="Executing migration" id="create entity_events table" 2024-09-11T08:11:48.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.637791483Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-11T08:11:48.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.662888318Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-11T08:11:48.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.663086243Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-11T08:11:48.743 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.738435592Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-11T08:11:49.012 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.738840281Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-11T08:11:49.012 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.797107392Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-11T08:11:49.012 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.822480074Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-11T08:11:49.012 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.847780371Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-11T08:11:49.012 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.873021675Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-11T08:11:49.013 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.898252736Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-11T08:11:49.013 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.940616767Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-11T08:11:49.013 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:48 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:48.965936649Z level=info msg="Executing migration" id="Drop public config table" 2024-09-11T08:11:49.013 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.008009022Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-11T08:11:49.264 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[14688]: cluster 2024-09-11T08:11:47.312262+0000 mgr.y (mgr.15138) 172 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:49.265 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[14688]: audit 2024-09-11T08:11:48.911678+0000 mon.b (mon.2) 371 : audit [DBG] from='client.? 172.21.15.169:0/4165198306' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:11:49.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.049979712Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-11T08:11:49.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.07540785Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-11T08:11:49.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.117548467Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-11T08:11:49.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.142838057Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-11T08:11:49.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.176360129Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-11T08:11:49.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.218496062Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-11T08:11:49.265 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.260468652Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-11T08:11:49.604 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.302719968Z level=info msg="Executing migration" id="add share column" 2024-09-11T08:11:49.605 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.397227475Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-11T08:11:49.605 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.493559164Z level=info msg="Executing migration" id="create file table" 2024-09-11T08:11:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: --- Logging error --- 2024-09-11T08:11:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.send(msg) 2024-09-11T08:11:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:49.632 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.connect(address) 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self._connect_unixsocket(self.address) 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.connect(address) 2024-09-11T08:11:49.633 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Call stack: 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self._bootstrap_inner() 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.run() 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: logger.info("Started the configuration object watcher") 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Message: 'Started the configuration object watcher' 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Arguments: () 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: --- Logging error --- 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:49.634 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.send(msg) 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.connect(address) 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self._connect_unixsocket(self.address) 2024-09-11T08:11:49.635 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.connect(address) 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Call stack: 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: main() 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Arguments: () 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: --- Logging error --- 2024-09-11T08:11:49.636 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.send(msg) 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.connect(address) 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self._connect_unixsocket(self.address) 2024-09-11T08:11:49.637 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.connect(address) 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Call stack: 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self._bootstrap_inner() 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.run() 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.interval)) 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Arguments: () 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: --- Logging error --- 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.638 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.send(msg) 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.connect(address) 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: During handling of the above exception, another exception occurred: 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self._connect_unixsocket(self.address) 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:11:49.639 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: self.socket.connect(address) 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Call stack: 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: main() 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:11:49.640 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: "{}".format(blacklisted_ip)) 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Arguments: () 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: Traceback (most recent call last): 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: main() 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: **kwargs).stdout 2024-09-11T08:11:49.641 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:11:49.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: output=stdout, stderr=stderr) 2024-09-11T08:11:49.642 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[47598]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:11:49.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:49 smithi133 bash[19346]: cluster 2024-09-11T08:11:47.312262+0000 mgr.y (mgr.15138) 172 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:49.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:49 smithi133 bash[19346]: audit 2024-09-11T08:11:48.911678+0000 mon.b (mon.2) 371 : audit [DBG] from='client.? 172.21.15.169:0/4165198306' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:11:49.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:49 smithi133 bash[15104]: cluster 2024-09-11T08:11:47.312262+0000 mgr.y (mgr.15138) 172 : cluster [DBG] pgmap v109: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:49.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:49 smithi133 bash[15104]: audit 2024-09-11T08:11:48.911678+0000 mon.b (mon.2) 371 : audit [DBG] from='client.? 172.21.15.169:0/4165198306' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:11:49.927 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.593535667Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-11T08:11:49.927 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.702660681Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-11T08:11:50.242 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:49 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:49.925061471Z level=info msg="Executing migration" id="create file_meta table" 2024-09-11T08:11:50.532 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[14688]: audit 2024-09-11T08:11:49.260447+0000 mon.b (mon.2) 372 : audit [INF] from='client.? 172.21.15.169:0/988720512' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:11:50.532 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:50.294928742Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-11T08:11:50.532 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:50.410614972Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-11T08:11:50.532 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:50.486497149Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-11T08:11:50.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:50 smithi133 bash[19346]: audit 2024-09-11T08:11:49.260447+0000 mon.b (mon.2) 372 : audit [INF] from='client.? 172.21.15.169:0/988720512' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:11:50.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:50 smithi133 bash[15104]: audit 2024-09-11T08:11:49.260447+0000 mon.b (mon.2) 372 : audit [INF] from='client.? 172.21.15.169:0/988720512' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:11:50.864 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:50 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:11:50.864 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[47584]: (process:1): GLib-GObject-CRITICAL **: 08:11:50.642: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:11:50.864 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:50.555343541Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-11T08:11:50.865 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:50.630043839Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-11T08:11:50.865 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:50.672293283Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-11T08:11:50.865 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:50.739669024Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-11T08:11:51.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:50.859999432Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-11T08:11:51.129 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:50 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:50.959974815Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-11T08:11:51.245 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:51.12477599Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-11T08:11:51.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[14688]: cluster 2024-09-11T08:11:49.312952+0000 mgr.y (mgr.15138) 173 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:51.427 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:51.345187107Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-11T08:11:51.457 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:51 smithi133 bash[19346]: cluster 2024-09-11T08:11:49.312952+0000 mgr.y (mgr.15138) 173 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:51.457 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:51 smithi133 bash[15104]: cluster 2024-09-11T08:11:49.312952+0000 mgr.y (mgr.15138) 173 : cluster [DBG] pgmap v110: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:11:51.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[47814]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:11:51.895 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:11:51 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:11:51.895 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:51.624830649Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-11T08:11:51.895 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:51.772047493Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-11T08:11:51.895 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:51.847610061Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-11T08:11:52.016 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-11T08:11:52.174 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:51.890436466Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-11T08:11:52.174 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:51.932484183Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-11T08:11:52.174 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:51 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:51.976645124Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-11T08:11:52.174 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:52.001959085Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-11T08:11:52.174 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:52.043985417Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-11T08:11:52.174 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:52.069259083Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-11T08:11:52.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:52.094468076Z level=info msg="Executing migration" id="create folder table" 2024-09-11T08:11:52.175 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:52.169968801Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-11T08:11:52.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[14688]: audit 2024-09-11T08:11:51.096287+0000 mgr.y (mgr.15138) 174 : audit [DBG] from='client.25711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:52.427 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:52.195256013Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-11T08:11:52.427 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:52.237318179Z level=info msg="Executing migration" id="Update folder title length" 2024-09-11T08:11:52.427 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:52.279393697Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-11T08:11:52.427 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=migrator t=2024-09-11T08:11:52.304698316Z level=info msg="migrations completed" performed=485 skipped=0 duration=29.450374394s 2024-09-11T08:11:52.427 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=sqlstore t=2024-09-11T08:11:52.306289019Z level=info msg="Created default organization" 2024-09-11T08:11:52.427 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=plugin.loader t=2024-09-11T08:11:52.404987982Z level=info msg="Plugin registered" pluginID=input 2024-09-11T08:11:52.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:52 smithi133 bash[19346]: audit 2024-09-11T08:11:51.096287+0000 mgr.y (mgr.15138) 174 : audit [DBG] from='client.25711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:52.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:52 smithi133 bash[15104]: audit 2024-09-11T08:11:51.096287+0000 mgr.y (mgr.15138) 174 : audit [DBG] from='client.25711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:11:52.926 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=plugin.loader t=2024-09-11T08:11:52.434634732Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2024-09-11T08:11:52.926 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=plugin.loader t=2024-09-11T08:11:52.434681968Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2024-09-11T08:11:52.927 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=secrets t=2024-09-11T08:11:52.434756136Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-11T08:11:52.927 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=query_data t=2024-09-11T08:11:52.438087407Z level=info msg="Query Service initialization" 2024-09-11T08:11:52.927 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:52 smithi169 bash[46403]: logger=live.push_http t=2024-09-11T08:11:52.442790855Z level=info msg="Live Push Gateway initialization" 2024-09-11T08:11:53.553 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[14688]: cluster 2024-09-11T08:11:51.314454+0000 mgr.y (mgr.15138) 175 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 126 B/s rd, 0 op/s 2024-09-11T08:11:53.553 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=infra.usagestats.collector t=2024-09-11T08:11:53.366931479Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-11T08:11:53.553 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=provisioning.datasources t=2024-09-11T08:11:53.367702995Z level=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-09-11T08:11:53.553 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=provisioning.datasources t=2024-09-11T08:11:53.401268814Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-11T08:11:53.553 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=provisioning.datasources t=2024-09-11T08:11:53.491518081Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-11T08:11:53.554 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=provisioning.alerting t=2024-09-11T08:11:53.548704036Z level=info msg="starting to provision alerting" 2024-09-11T08:11:53.554 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=provisioning.alerting t=2024-09-11T08:11:53.548775291Z level=info msg="finished to provision alerting" 2024-09-11T08:11:53.554 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=ngalert.state.manager t=2024-09-11T08:11:53.548959823Z level=info msg="Warming state cache for startup" 2024-09-11T08:11:53.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:53 smithi133 bash[19346]: cluster 2024-09-11T08:11:51.314454+0000 mgr.y (mgr.15138) 175 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 126 B/s rd, 0 op/s 2024-09-11T08:11:53.566 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:53 smithi133 bash[15104]: cluster 2024-09-11T08:11:51.314454+0000 mgr.y (mgr.15138) 175 : cluster [DBG] pgmap v111: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 126 B/s rd, 0 op/s 2024-09-11T08:11:53.839 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=grafanaStorageLogger t=2024-09-11T08:11:53.550775959Z level=info msg="storage starting" 2024-09-11T08:11:53.839 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=http.server t=2024-09-11T08:11:53.562052414Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-11T08:11:53.839 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=sqlstore.transactions t=2024-09-11T08:11:53.564146922Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-11T08:11:53.839 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=ngalert.state.manager t=2024-09-11T08:11:53.64059103Z level=info msg="State cache has been initialized" states=0 duration=91.623952ms 2024-09-11T08:11:53.839 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=ngalert.multiorg.alertmanager t=2024-09-11T08:11:53.640801006Z level=info msg="starting MultiOrg Alertmanager" 2024-09-11T08:11:53.839 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=ticker t=2024-09-11T08:11:53.640856979Z level=info msg=starting first_tick=2024-09-11T08:12:00Z 2024-09-11T08:11:53.839 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:11:53 smithi169 bash[46403]: logger=sqlstore.transactions t=2024-09-11T08:11:53.834809384Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-11T08:11:55.558 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:55 smithi133 bash[15104]: cluster 2024-09-11T08:11:53.315167+0000 mgr.y (mgr.15138) 176 : cluster [DBG] pgmap v112: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T08:11:55.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:55 smithi133 bash[19346]: cluster 2024-09-11T08:11:53.315167+0000 mgr.y (mgr.15138) 176 : cluster [DBG] pgmap v112: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T08:11:55.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:55 smithi169 bash[14688]: cluster 2024-09-11T08:11:53.315167+0000 mgr.y (mgr.15138) 176 : cluster [DBG] pgmap v112: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T08:11:55.987 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:11:56.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:56 smithi169 bash[14688]: audit 2024-09-11T08:11:55.973158+0000 mon.a (mon.0) 1406 : audit [DBG] from='client.? 172.21.15.133:0/1038048494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:56.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:56 smithi133 bash[15104]: audit 2024-09-11T08:11:55.973158+0000 mon.a (mon.0) 1406 : audit [DBG] from='client.? 172.21.15.133:0/1038048494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:56.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:56 smithi133 bash[19346]: audit 2024-09-11T08:11:55.973158+0000 mon.a (mon.0) 1406 : audit [DBG] from='client.? 172.21.15.133:0/1038048494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:11:56.789 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-11T08:11:57.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:57 smithi169 bash[14688]: cluster 2024-09-11T08:11:55.316725+0000 mgr.y (mgr.15138) 177 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:57.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:57 smithi133 bash[15104]: cluster 2024-09-11T08:11:55.316725+0000 mgr.y (mgr.15138) 177 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:57.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:57 smithi133 bash[19346]: cluster 2024-09-11T08:11:55.316725+0000 mgr.y (mgr.15138) 177 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:59.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:11:59 smithi133 bash[15104]: cluster 2024-09-11T08:11:57.317433+0000 mgr.y (mgr.15138) 178 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:59.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:11:59 smithi133 bash[19346]: cluster 2024-09-11T08:11:57.317433+0000 mgr.y (mgr.15138) 178 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:11:59.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:11:59 smithi169 bash[14688]: cluster 2024-09-11T08:11:57.317433+0000 mgr.y (mgr.15138) 178 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:00.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:00 smithi169 bash[14688]: cluster 2024-09-11T08:11:59.318163+0000 mgr.y (mgr.15138) 179 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:00 smithi133 bash[15104]: cluster 2024-09-11T08:11:59.318163+0000 mgr.y (mgr.15138) 179 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:00 smithi133 bash[19346]: cluster 2024-09-11T08:11:59.318163+0000 mgr.y (mgr.15138) 179 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:00.712 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:12:01.530 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-11T08:12:01.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:01 smithi169 bash[14688]: audit 2024-09-11T08:12:00.697863+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.133:0/1514998916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:01.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:01 smithi133 bash[19346]: audit 2024-09-11T08:12:00.697863+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.133:0/1514998916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:01.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:01 smithi133 bash[15104]: audit 2024-09-11T08:12:00.697863+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.133:0/1514998916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:02.025 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:01 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 12. 2024-09-11T08:12:02.026 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:01 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:02.026 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:01 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:02.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:02 smithi169 bash[14688]: cluster 2024-09-11T08:12:01.319645+0000 mgr.y (mgr.15138) 180 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:02.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:02 smithi133 bash[15104]: cluster 2024-09-11T08:12:01.319645+0000 mgr.y (mgr.15138) 180 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:02.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:02 smithi133 bash[19346]: cluster 2024-09-11T08:12:01.319645+0000 mgr.y (mgr.15138) 180 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:03.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:03 smithi169 bash[47882]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:12:04.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:04 smithi133 bash[15104]: audit 2024-09-11T08:12:04.148182+0000 mon.b (mon.2) 373 : audit [DBG] from='client.? 172.21.15.169:0/3722537557' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:04.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:04 smithi133 bash[19346]: audit 2024-09-11T08:12:04.148182+0000 mon.b (mon.2) 373 : audit [DBG] from='client.? 172.21.15.169:0/3722537557' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:04.511 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[14688]: audit 2024-09-11T08:12:04.148182+0000 mon.b (mon.2) 373 : audit [DBG] from='client.? 172.21.15.169:0/3722537557' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: --- Logging error --- 2024-09-11T08:12:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.send(msg) 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.connect(address) 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self._connect_unixsocket(self.address) 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.connect(address) 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Call stack: 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self._bootstrap_inner() 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.run() 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: logger.info("Started the configuration object watcher") 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Message: 'Started the configuration object watcher' 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Arguments: () 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: --- Logging error --- 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.send(msg) 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.connect(address) 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self._connect_unixsocket(self.address) 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.connect(address) 2024-09-11T08:12:04.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:04.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Call stack: 2024-09-11T08:12:04.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:04.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: main() 2024-09-11T08:12:04.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:04.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:04.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:12:04.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Arguments: () 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: --- Logging error --- 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.send(msg) 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.connect(address) 2024-09-11T08:12:04.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self._connect_unixsocket(self.address) 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.connect(address) 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Call stack: 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self._bootstrap_inner() 2024-09-11T08:12:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.run() 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.interval)) 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Arguments: () 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: --- Logging error --- 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.send(msg) 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.connect(address) 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self._connect_unixsocket(self.address) 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: self.socket.connect(address) 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Call stack: 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:04.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: main() 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: "{}".format(blacklisted_ip)) 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Arguments: () 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: Traceback (most recent call last): 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: main() 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:12:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:12:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:12:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:12:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:12:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: **kwargs).stdout 2024-09-11T08:12:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:12:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: output=stdout, stderr=stderr) 2024-09-11T08:12:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:04 smithi169 bash[47901]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:12:05.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:05 smithi133 bash[19346]: cluster 2024-09-11T08:12:03.320343+0000 mgr.y (mgr.15138) 181 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:05.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:05 smithi133 bash[19346]: audit 2024-09-11T08:12:04.501895+0000 mon.b (mon.2) 374 : audit [INF] from='client.? 172.21.15.169:0/2983916464' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:12:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:05 smithi133 bash[15104]: cluster 2024-09-11T08:12:03.320343+0000 mgr.y (mgr.15138) 181 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:05.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:05 smithi133 bash[15104]: audit 2024-09-11T08:12:04.501895+0000 mon.b (mon.2) 374 : audit [INF] from='client.? 172.21.15.169:0/2983916464' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:12:05.587 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:12:05.622 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:05 smithi169 bash[14688]: cluster 2024-09-11T08:12:03.320343+0000 mgr.y (mgr.15138) 181 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:05.622 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:05 smithi169 bash[14688]: audit 2024-09-11T08:12:04.501895+0000 mon.b (mon.2) 374 : audit [INF] from='client.? 172.21.15.169:0/2983916464' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:12:05.623 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:05 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:12:05.623 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:05 smithi169 bash[47882]: (process:1): GLib-GObject-CRITICAL **: 08:12:05.426: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:12:06.405 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 2'"'"'' 2024-09-11T08:12:06.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:06 smithi169 bash[14688]: audit 2024-09-11T08:12:05.572735+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.133:0/208354312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:06.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:06 smithi169 bash[48115]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:12:06.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:06 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:12:06.627 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:06 smithi133 bash[15104]: audit 2024-09-11T08:12:05.572735+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.133:0/208354312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:06.627 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:06 smithi133 bash[19346]: audit 2024-09-11T08:12:05.572735+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.133:0/208354312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:07.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:07 smithi169 bash[14688]: cluster 2024-09-11T08:12:05.321833+0000 mgr.y (mgr.15138) 182 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:07.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:07 smithi133 bash[15104]: cluster 2024-09-11T08:12:05.321833+0000 mgr.y (mgr.15138) 182 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:07.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:07 smithi133 bash[19346]: cluster 2024-09-11T08:12:05.321833+0000 mgr.y (mgr.15138) 182 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:09.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:09 smithi169 bash[14688]: cluster 2024-09-11T08:12:07.322541+0000 mgr.y (mgr.15138) 183 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:09 smithi133 bash[15104]: cluster 2024-09-11T08:12:07.322541+0000 mgr.y (mgr.15138) 183 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:09.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:09 smithi133 bash[19346]: cluster 2024-09-11T08:12:07.322541+0000 mgr.y (mgr.15138) 183 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:11.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:11 smithi169 bash[14688]: cluster 2024-09-11T08:12:09.323228+0000 mgr.y (mgr.15138) 184 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:11.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:11 smithi169 bash[14688]: audit 2024-09-11T08:12:10.260859+0000 mgr.y (mgr.15138) 185 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:11.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:11 smithi133 bash[15104]: cluster 2024-09-11T08:12:09.323228+0000 mgr.y (mgr.15138) 184 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:11.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:11 smithi133 bash[15104]: audit 2024-09-11T08:12:10.260859+0000 mgr.y (mgr.15138) 185 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:11.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:11 smithi133 bash[19346]: cluster 2024-09-11T08:12:09.323228+0000 mgr.y (mgr.15138) 184 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:11.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:11 smithi133 bash[19346]: audit 2024-09-11T08:12:10.260859+0000 mgr.y (mgr.15138) 185 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:12.763 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:12:13.448 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk '"'"'{print $2}'"'"')' 2024-09-11T08:12:13.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:13 smithi169 bash[14688]: cluster 2024-09-11T08:12:11.324783+0000 mgr.y (mgr.15138) 186 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:13.689 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:13 smithi133 bash[15104]: cluster 2024-09-11T08:12:11.324783+0000 mgr.y (mgr.15138) 186 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:13.690 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:13 smithi133 bash[19346]: cluster 2024-09-11T08:12:11.324783+0000 mgr.y (mgr.15138) 186 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:15 smithi133 bash[15104]: cluster 2024-09-11T08:12:13.325557+0000 mgr.y (mgr.15138) 187 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:15 smithi133 bash[19346]: cluster 2024-09-11T08:12:13.325557+0000 mgr.y (mgr.15138) 187 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:15.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:15 smithi169 bash[14688]: cluster 2024-09-11T08:12:13.325557+0000 mgr.y (mgr.15138) 187 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:16.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:16 smithi169 bash[14688]: cluster 2024-09-11T08:12:15.327097+0000 mgr.y (mgr.15138) 188 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:16.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:16 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 13. 2024-09-11T08:12:16.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:16 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:16.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:16 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:16.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:16 smithi133 bash[15104]: cluster 2024-09-11T08:12:15.327097+0000 mgr.y (mgr.15138) 188 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:16.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:16 smithi133 bash[19346]: cluster 2024-09-11T08:12:15.327097+0000 mgr.y (mgr.15138) 188 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:18.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:17 smithi169 bash[48174]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:12:18.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: cluster 2024-09-11T08:12:17.327788+0000 mgr.y (mgr.15138) 189 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:18.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.457574+0000 mgr.y (mgr.15138) 190 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:18.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.460843+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.461817+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.462737+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.463603+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.464330+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.465013+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.470484+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.471298+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.471989+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.472691+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.473294+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[15104]: audit 2024-09-11T08:12:17.840722+0000 mgr.y (mgr.15138) 191 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:18.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: cluster 2024-09-11T08:12:17.327788+0000 mgr.y (mgr.15138) 189 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.457574+0000 mgr.y (mgr.15138) 190 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.460843+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.461817+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.462737+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.463603+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.464330+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.465013+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.470484+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.471298+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.471989+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.472691+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.473294+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:18 smithi133 bash[19346]: audit 2024-09-11T08:12:17.840722+0000 mgr.y (mgr.15138) 191 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: cluster 2024-09-11T08:12:17.327788+0000 mgr.y (mgr.15138) 189 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.457574+0000 mgr.y (mgr.15138) 190 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.460843+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.461817+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.462737+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.463603+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.464330+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.465013+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.470484+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.471298+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.471989+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.472691+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.473294+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:18.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[14688]: audit 2024-09-11T08:12:17.840722+0000 mgr.y (mgr.15138) 191 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:19.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: --- Logging error --- 2024-09-11T08:12:19.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.send(msg) 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.connect(address) 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self._connect_unixsocket(self.address) 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.connect(address) 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Call stack: 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self._bootstrap_inner() 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.run() 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: logger.info("Started the configuration object watcher") 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Message: 'Started the configuration object watcher' 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Arguments: () 2024-09-11T08:12:19.179 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: --- Logging error --- 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.send(msg) 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.connect(address) 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self._connect_unixsocket(self.address) 2024-09-11T08:12:19.180 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:19.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.connect(address) 2024-09-11T08:12:19.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:19.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Call stack: 2024-09-11T08:12:19.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:19.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: main() 2024-09-11T08:12:19.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:19.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:19.181 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Arguments: () 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: --- Logging error --- 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.send(msg) 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.connect(address) 2024-09-11T08:12:19.182 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self._connect_unixsocket(self.address) 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.connect(address) 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Call stack: 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self._bootstrap_inner() 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.run() 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:12:19.183 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.interval)) 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Arguments: () 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: --- Logging error --- 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.send(msg) 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.connect(address) 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:19.184 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self._connect_unixsocket(self.address) 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: self.socket.connect(address) 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Call stack: 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: main() 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:12:19.185 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: "{}".format(blacklisted_ip)) 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Arguments: () 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: Traceback (most recent call last): 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: main() 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: **kwargs).stdout 2024-09-11T08:12:19.186 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:12:19.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: output=stdout, stderr=stderr) 2024-09-11T08:12:19.187 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:18 smithi169 bash[48192]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:12:19.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:19 smithi169 bash[14688]: audit 2024-09-11T08:12:18.524528+0000 mon.b (mon.2) 375 : audit [DBG] from='client.? 172.21.15.169:0/58564312' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:19.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:19 smithi169 bash[14688]: audit 2024-09-11T08:12:18.873173+0000 mon.b (mon.2) 376 : audit [INF] from='client.? 172.21.15.169:0/746669545' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:12:19.606 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:19 smithi133 bash[15104]: audit 2024-09-11T08:12:18.524528+0000 mon.b (mon.2) 375 : audit [DBG] from='client.? 172.21.15.169:0/58564312' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:19.607 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:19 smithi133 bash[15104]: audit 2024-09-11T08:12:18.873173+0000 mon.b (mon.2) 376 : audit [INF] from='client.? 172.21.15.169:0/746669545' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:12:19.607 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:19 smithi133 bash[19346]: audit 2024-09-11T08:12:18.524528+0000 mon.b (mon.2) 375 : audit [DBG] from='client.? 172.21.15.169:0/58564312' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:19.607 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:19 smithi133 bash[19346]: audit 2024-09-11T08:12:18.873173+0000 mon.b (mon.2) 376 : audit [INF] from='client.? 172.21.15.169:0/746669545' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:12:20.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:19 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:12:20.045 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:19 smithi169 bash[48174]: (process:1): GLib-GObject-CRITICAL **: 08:12:19.844: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:12:20.415 INFO:teuthology.orchestra.run.smithi133.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:12:20.619 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:20 smithi169 bash[14688]: cluster 2024-09-11T08:12:19.328555+0000 mgr.y (mgr.15138) 192 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:20.619 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:20 smithi169 bash[48405]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:12:20.619 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:20 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:12:20.653 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:20 smithi133 bash[15104]: cluster 2024-09-11T08:12:19.328555+0000 mgr.y (mgr.15138) 192 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:20.653 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:20 smithi133 bash[19346]: cluster 2024-09-11T08:12:19.328555+0000 mgr.y (mgr.15138) 192 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:21.452 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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 ; sleep 30 ; done' 2024-09-11T08:12:21.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:21 smithi169 bash[14688]: cephadm 2024-09-11T08:12:20.405292+0000 mgr.y (mgr.15138) 193 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:12:21.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:21 smithi169 bash[14688]: audit 2024-09-11T08:12:20.413563+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:21.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:21 smithi169 bash[14688]: audit 2024-09-11T08:12:20.793591+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:21.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:21 smithi169 bash[14688]: audit 2024-09-11T08:12:20.794977+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:12:21.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:21 smithi169 bash[14688]: cephadm 2024-09-11T08:12:20.796108+0000 mgr.y (mgr.15138) 194 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:12:21.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:21 smithi169 bash[14688]: cluster 2024-09-11T08:12:20.797830+0000 mgr.y (mgr.15138) 195 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-09-11T08:12:21.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:21 smithi169 bash[14688]: cluster 2024-09-11T08:12:20.798287+0000 mgr.y (mgr.15138) 196 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:21.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:21 smithi169 bash[14688]: audit 2024-09-11T08:12:20.807132+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:21.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:21 smithi169 bash[14688]: cephadm 2024-09-11T08:12:20.854764+0000 mgr.y (mgr.15138) 197 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:12:21.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[15104]: cephadm 2024-09-11T08:12:20.405292+0000 mgr.y (mgr.15138) 193 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:12:21.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[15104]: audit 2024-09-11T08:12:20.413563+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:21.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[15104]: audit 2024-09-11T08:12:20.793591+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:21.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[15104]: audit 2024-09-11T08:12:20.794977+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[15104]: cephadm 2024-09-11T08:12:20.796108+0000 mgr.y (mgr.15138) 194 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[15104]: cluster 2024-09-11T08:12:20.797830+0000 mgr.y (mgr.15138) 195 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[15104]: cluster 2024-09-11T08:12:20.798287+0000 mgr.y (mgr.15138) 196 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[15104]: audit 2024-09-11T08:12:20.807132+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[15104]: cephadm 2024-09-11T08:12:20.854764+0000 mgr.y (mgr.15138) 197 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[19346]: cephadm 2024-09-11T08:12:20.405292+0000 mgr.y (mgr.15138) 193 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[19346]: audit 2024-09-11T08:12:20.413563+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[19346]: audit 2024-09-11T08:12:20.793591+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[19346]: audit 2024-09-11T08:12:20.794977+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[19346]: cephadm 2024-09-11T08:12:20.796108+0000 mgr.y (mgr.15138) 194 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:12:21.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[19346]: cluster 2024-09-11T08:12:20.797830+0000 mgr.y (mgr.15138) 195 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-09-11T08:12:21.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[19346]: cluster 2024-09-11T08:12:20.798287+0000 mgr.y (mgr.15138) 196 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:21.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[19346]: audit 2024-09-11T08:12:20.807132+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:21.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:21 smithi133 bash[19346]: cephadm 2024-09-11T08:12:20.854764+0000 mgr.y (mgr.15138) 197 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:12:24.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:24 smithi133 bash[15104]: cluster 2024-09-11T08:12:22.798960+0000 mgr.y (mgr.15138) 198 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:24.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:24 smithi133 bash[19346]: cluster 2024-09-11T08:12:22.798960+0000 mgr.y (mgr.15138) 198 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:24.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:24 smithi169 bash[14688]: cluster 2024-09-11T08:12:22.798960+0000 mgr.y (mgr.15138) 198 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: audit 2024-09-11T08:12:24.745482+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: cephadm 2024-09-11T08:12:24.746035+0000 mgr.y (mgr.15138) 199 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: cephadm 2024-09-11T08:12:24.746136+0000 mgr.y (mgr.15138) 200 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: audit 2024-09-11T08:12:24.747667+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: audit 2024-09-11T08:12:24.791560+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: audit 2024-09-11T08:12:24.794828+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: cephadm 2024-09-11T08:12:24.796118+0000 mgr.y (mgr.15138) 201 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: cluster 2024-09-11T08:12:24.799479+0000 mgr.y (mgr.15138) 202 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: audit 2024-09-11T08:12:24.806148+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: audit 2024-09-11T08:12:24.808405+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:12:26.019 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: audit 2024-09-11T08:12:24.810565+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[19346]: cephadm 2024-09-11T08:12:24.811328+0000 mgr.y (mgr.15138) 203 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: audit 2024-09-11T08:12:24.745482+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: cephadm 2024-09-11T08:12:24.746035+0000 mgr.y (mgr.15138) 199 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: cephadm 2024-09-11T08:12:24.746136+0000 mgr.y (mgr.15138) 200 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: audit 2024-09-11T08:12:24.747667+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: audit 2024-09-11T08:12:24.791560+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: audit 2024-09-11T08:12:24.794828+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: cephadm 2024-09-11T08:12:24.796118+0000 mgr.y (mgr.15138) 201 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: cluster 2024-09-11T08:12:24.799479+0000 mgr.y (mgr.15138) 202 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: audit 2024-09-11T08:12:24.806148+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: audit 2024-09-11T08:12:24.808405+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:12:26.020 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: audit 2024-09-11T08:12:24.810565+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:12:26.021 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:25 smithi133 bash[15104]: cephadm 2024-09-11T08:12:24.811328+0000 mgr.y (mgr.15138) 203 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: audit 2024-09-11T08:12:24.745482+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: cephadm 2024-09-11T08:12:24.746035+0000 mgr.y (mgr.15138) 199 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: cephadm 2024-09-11T08:12:24.746136+0000 mgr.y (mgr.15138) 200 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: audit 2024-09-11T08:12:24.747667+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: audit 2024-09-11T08:12:24.791560+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: audit 2024-09-11T08:12:24.794828+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: cephadm 2024-09-11T08:12:24.796118+0000 mgr.y (mgr.15138) 201 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: cluster 2024-09-11T08:12:24.799479+0000 mgr.y (mgr.15138) 202 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: audit 2024-09-11T08:12:24.806148+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:26.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: audit 2024-09-11T08:12:24.808405+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:12:26.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: audit 2024-09-11T08:12:24.810565+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:12:26.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:25 smithi169 bash[14688]: cephadm 2024-09-11T08:12:24.811328+0000 mgr.y (mgr.15138) 203 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:12:26.391 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:12:27.092 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:12:27.092 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (109s) 101s ago 26m 15.2M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:12:27.092 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (65s) 58s ago 25m 26.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:12:27.092 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 58s ago 27m - - 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (3m) 58s ago 31m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (13m) 101s ago 33m 436M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (33m) 101s ago 33m 115M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (31m) 58s ago 31m 82.1M 2048M 15.2.9 dfc483079636 8403592c4570 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (31m) 101s ago 31m 75.2M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (2m) 101s ago 26m 9.85M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (2m) 58s ago 26m 10.8M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (30m) 101s ago 30m 50.9M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (30m) 101s ago 30m 53.2M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (29m) 101s ago 29m 45.6M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (29m) 101s ago 29m 54.1M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (29m) 58s ago 29m 51.8M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:12:27.093 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (28m) 58s ago 28m 48.0M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:12:27.094 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (28m) 58s ago 28m 50.1M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:12:27.094 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (27m) 58s ago 27m 52.1M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:12:27.094 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (2m) 58s ago 26m 44.5M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:12:27.094 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (24m) 101s ago 24m 54.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:12:27.094 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (24m) 58s ago 24m 55.7M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:12:27.501 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:12:27.501 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:12:27.501 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3 2024-09-11T08:12:27.501 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:12:27.501 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:12:27.501 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:12:27.501 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:12:27.501 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 13, 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:12:27.502 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:12:27.845 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:12:27.846 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:12:27.846 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:12:27.846 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi169", 2024-09-11T08:12:27.846 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:12:27.846 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "0/1 daemons upgraded", 2024-09-11T08:12:27.846 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T08:12:27.846 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:12:27.846 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:12:28.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:26.375663+0000 mgr.y (mgr.15138) 204 : audit [DBG] from='client.25795 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:28.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:26.723763+0000 mgr.y (mgr.15138) 205 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:28.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: cluster 2024-09-11T08:12:26.800831+0000 mgr.y (mgr.15138) 206 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:28.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.066821+0000 mgr.y (mgr.15138) 207 : audit [DBG] from='client.25807 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:28.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.069336+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.070187+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.071009+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.071821+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.072671+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.073469+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.076093+0000 mon.a (mon.0) 1435 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.076957+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.077798+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.078619+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.079464+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: cephadm 2024-09-11T08:12:27.171162+0000 mgr.y (mgr.15138) 208 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:12:28.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.178750+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:28.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.180336+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:12:28.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.181666+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:12:28.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.182824+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:28.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: cephadm 2024-09-11T08:12:27.184130+0000 mgr.y (mgr.15138) 209 : cephadm [INF] Deploying daemon mon.b on smithi169 2024-09-11T08:12:28.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.184949+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:12:28.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:27 smithi169 bash[14688]: audit 2024-09-11T08:12:27.499147+0000 mon.a (mon.0) 1445 : audit [DBG] from='client.? 172.21.15.133:0/1054179586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:28.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:26.375663+0000 mgr.y (mgr.15138) 204 : audit [DBG] from='client.25795 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:28.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:26.723763+0000 mgr.y (mgr.15138) 205 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: cluster 2024-09-11T08:12:26.800831+0000 mgr.y (mgr.15138) 206 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.066821+0000 mgr.y (mgr.15138) 207 : audit [DBG] from='client.25807 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.069336+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.070187+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.071009+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.071821+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.072671+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.073469+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.076093+0000 mon.a (mon.0) 1435 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.076957+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.077798+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.078619+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.079464+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: cephadm 2024-09-11T08:12:27.171162+0000 mgr.y (mgr.15138) 208 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:12:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.178750+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:28.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:26.375663+0000 mgr.y (mgr.15138) 204 : audit [DBG] from='client.25795 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:28.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:26.723763+0000 mgr.y (mgr.15138) 205 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: cluster 2024-09-11T08:12:26.800831+0000 mgr.y (mgr.15138) 206 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.066821+0000 mgr.y (mgr.15138) 207 : audit [DBG] from='client.25807 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.069336+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.070187+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.071009+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.071821+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.072671+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.073469+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.076093+0000 mon.a (mon.0) 1435 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.076957+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.077798+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.078619+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.079464+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:12:28.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: cephadm 2024-09-11T08:12:27.171162+0000 mgr.y (mgr.15138) 208 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:12:28.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.178750+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.180336+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:12:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.181666+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:12:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.182824+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: cephadm 2024-09-11T08:12:27.184130+0000 mgr.y (mgr.15138) 209 : cephadm [INF] Deploying daemon mon.b on smithi169 2024-09-11T08:12:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.184949+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:12:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[15104]: audit 2024-09-11T08:12:27.499147+0000 mon.a (mon.0) 1445 : audit [DBG] from='client.? 172.21.15.133:0/1054179586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:28.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.180336+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:12:28.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.181666+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:12:28.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.182824+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:28.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: cephadm 2024-09-11T08:12:27.184130+0000 mgr.y (mgr.15138) 209 : cephadm [INF] Deploying daemon mon.b on smithi169 2024-09-11T08:12:28.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.184949+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:12:28.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:27 smithi133 bash[19346]: audit 2024-09-11T08:12:27.499147+0000 mon.a (mon.0) 1445 : audit [DBG] from='client.? 172.21.15.133:0/1054179586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:29.552 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:29 smithi169 bash[14688]: audit 2024-09-11T08:12:27.843704+0000 mgr.y (mgr.15138) 210 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:29.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:29 smithi133 bash[15104]: audit 2024-09-11T08:12:27.843704+0000 mgr.y (mgr.15138) 210 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:29.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:29 smithi133 bash[19346]: audit 2024-09-11T08:12:27.843704+0000 mgr.y (mgr.15138) 210 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:29.873 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:29 smithi169 systemd[1]: Stopping Ceph mon.b for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:12:30.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:29 smithi169 bash[14688]: debug 2024-09-11T08:12:29.867+0000 7fc3f7e58700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:12:30.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:29 smithi169 bash[14688]: debug 2024-09-11T08:12:29.867+0000 7fc3f7e58700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-11T08:12:30.896 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:30 smithi169 bash[48671]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mon.b 2024-09-11T08:12:30.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:30 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 14. 2024-09-11T08:12:30.896 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:30 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:30.897 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:30 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:31.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:30 smithi169 bash[48780]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mon.b 2024-09-11T08:12:31.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:30 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.b.service: Succeeded. 2024-09-11T08:12:31.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:30 smithi169 systemd[1]: Stopped Ceph mon.b for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:31.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:31 smithi169 systemd[1]: Started Ceph mon.b for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:33.409 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48755]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:12:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.487+0000 7f366ca17900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:12:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.487+0000 7f366ca17900 0 ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 7 2024-09-11T08:12:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.487+0000 7f366ca17900 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:12:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.487+0000 7f366ca17900 0 load: jerasure load: lrc 2024-09-11T08:12:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: RocksDB version: 6.15.5 2024-09-11T08:12:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:12:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Compile date Sep 10 2024 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: DB SUMMARY 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: DB Session ID: 8RU2SV1F28HU0OS4JN4I 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 2076 Bytes 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000050.sst 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000048.log size: 422873 ; 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.env: 0x55b018c16440 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.fs: Posix File System 2024-09-11T08:12:33.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.info_log: 0x55b01ad7aee0 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:12:33.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.db_log_dir: 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.write_buffer_manager: 0x55b01ae38780 2024-09-11T08:12:33.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.unordered_write: 0 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:12:33.681 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.row_cache: None 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.wal_filter: None 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T08:12:33.682 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:12:33.683 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Compression algorithms supported: 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: kZSTD supported: 0 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:12:33.684 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:12:33.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:12:33.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:12:33.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:12:33.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:12:33.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:12:33.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-11T08:12:33.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T08:12:33.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:12:33.685 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.merge_operator: 2024-09-11T08:12:33.686 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b01ad23a38) 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: cache_index_and_filter_blocks: 1 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: pin_top_level_index_and_filter: 1 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: index_type: 0 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: data_block_index_type: 0 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: index_shortening: 1 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:12:33.687 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: hash_index_allow_collision: 1 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: checksum: 1 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: no_block_cache: 0 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: block_cache: 0x55b01ad57350 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: block_cache_name: BinnedLRUCache 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: block_cache_options: 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: capacity : 536870912 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: num_shard_bits : 4 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: strict_capacity_limit : 0 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: high_pri_pool_ratio: 0.000 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: block_cache_compressed: (nil) 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: persistent_cache: (nil) 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: block_size: 4096 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: block_size_deviation: 10 2024-09-11T08:12:33.688 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: block_restart_interval: 16 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: index_block_restart_interval: 1 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: metadata_block_size: 4096 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: partition_filters: 0 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: use_delta_encoding: 1 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: whole_key_filtering: 1 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: verify_compression: 0 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: read_amp_bytes_per_bit: 0 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: format_version: 4 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: enable_index_compression: 1 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: block_align: 0 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:12:33.689 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.num_levels: 7 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T08:12:33.690 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:12:33.691 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:12:33.692 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T08:12:33.693 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.ttl: 2592000 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.enable_blob_files: false 2024-09-11T08:12:33.694 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.min_blob_size: 0 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 52, last_sequence is 29664, log_number is 48,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 48 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 52 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726042353496579, "job": 1, "event": "recovery_started", "wal_files": [48]} 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.491+0000 7f366ca17900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #48 mode 2 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.495+0000 7f366ca17900 3 rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.495+0000 7f366ca17900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726042353499958, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 53, "file_size": 281838, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 280370, "index_size": 315, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 197, "raw_key_size": 1138, "raw_average_key_size": 27, "raw_value_size": 279243, "raw_average_value_size": 6810, "num_data_blocks": 14, "num_entries": 41, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726042353, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "5fb36c39-4f0b-43fd-97f2-5936c630933e", "db_session_id": "8RU2SV1F28HU0OS4JN4I"}} 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.495+0000 7f366ca17900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 54 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.495+0000 7f366ca17900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726042353500691, "job": 1, "event": "recovery_finished"} 2024-09-11T08:12:33.695 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.495+0000 7f366ca17900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000048.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.499+0000 7f366ca17900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55b01ad8c700 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.499+0000 7f366ca17900 4 rocksdb: DB pointer 0x55b01ad5a000 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.499+0000 7f36627e3640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.499+0000 7f36627e3640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ** DB Stats ** 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ** Compaction Stats [default] ** 2024-09-11T08:12:33.696 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: L0 1/0 275.23 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.3 0.00 0.00 1 0.002 0 0 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: L6 1/0 36.11 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 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Sum 2/0 36.37 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.3 0.00 0.00 1 0.002 0 0 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.3 0.00 0.00 1 0.002 0 0 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ** Compaction Stats [default] ** 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 147.3 0.00 0.00 1 0.002 0 0 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:12:33.697 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Cumulative compaction: 0.00 GB write, 30.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Interval compaction: 0.00 GB write, 30.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ** Compaction Stats [default] ** 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: L0 1/0 275.23 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.3 0.00 0.00 1 0.002 0 0 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: L6 1/0 36.11 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 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Sum 2/0 36.37 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.3 0.00 0.00 1 0.002 0 0 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ** Compaction Stats [default] ** 2024-09-11T08:12:33.698 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 147.3 0.00 0.00 1 0.002 0 0 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Cumulative compaction: 0.00 GB write, 29.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.499+0000 7f366ca17900 0 starting mon.b rank 2 at public addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] at bind addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:12:33.699 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.503+0000 7f366ca17900 1 mon.b@-1(???) e3 preinit fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.503+0000 7f366ca17900 0 mon.b@-1(???).mds e1 new map 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.503+0000 7f366ca17900 0 mon.b@-1(???).mds e1 print_map 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: e1 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: legacy client fscid: -1 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: No filesystems configured 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.503+0000 7f366ca17900 0 mon.b@-1(???).osd e72 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.503+0000 7f366ca17900 0 mon.b@-1(???).osd e72 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.503+0000 7f366ca17900 0 mon.b@-1(???).osd e72 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.503+0000 7f366ca17900 0 mon.b@-1(???).osd e72 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:12:33.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:12:33 smithi169 bash[48863]: debug 2024-09-11T08:12:33.507+0000 7f366ca17900 1 mon.b@-1(???).paxosservice(auth 1..30) refresh upgraded, format 0 -> 3 2024-09-11T08:12:34.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:33 smithi133 bash[15104]: cluster 2024-09-11T08:12:28.801596+0000 mgr.y (mgr.15138) 211 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:34.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:33 smithi133 bash[19346]: cluster 2024-09-11T08:12:28.801596+0000 mgr.y (mgr.15138) 211 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-11T08:12:34.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: --- Logging error --- 2024-09-11T08:12:34.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.send(msg) 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.connect(address) 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self._connect_unixsocket(self.address) 2024-09-11T08:12:34.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.connect(address) 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Call stack: 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self._bootstrap_inner() 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.run() 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: logger.info("Started the configuration object watcher") 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Message: 'Started the configuration object watcher' 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Arguments: () 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: --- Logging error --- 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.send(msg) 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.connect(address) 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self._connect_unixsocket(self.address) 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.connect(address) 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:34.930 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Call stack: 2024-09-11T08:12:34.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:34.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: main() 2024-09-11T08:12:34.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:34.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:34.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:12:34.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:12:34.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:12:34.931 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Arguments: () 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: --- Logging error --- 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.send(msg) 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.connect(address) 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:34.932 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:34.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self._connect_unixsocket(self.address) 2024-09-11T08:12:34.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:34.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.connect(address) 2024-09-11T08:12:34.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Call stack: 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self._bootstrap_inner() 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.run() 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.interval)) 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Arguments: () 2024-09-11T08:12:34.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: --- Logging error --- 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.send(msg) 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.connect(address) 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self._connect_unixsocket(self.address) 2024-09-11T08:12:34.935 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: self.socket.connect(address) 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Call stack: 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: main() 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: "{}".format(blacklisted_ip)) 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/625373626' 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Arguments: () 2024-09-11T08:12:34.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: Traceback (most recent call last): 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: main() 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: **kwargs).stdout 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: output=stdout, stderr=stderr) 2024-09-11T08:12:34.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:34 smithi169 bash[48771]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/625373626' returned non-zero exit status 13. 2024-09-11T08:12:35.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:30.803062+0000 mgr.y (mgr.15138) 212 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: audit 2024-09-11T08:12:31.278450+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:32.803745+0000 mgr.y (mgr.15138) 213 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.723608+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.727624+0000 mon.c (mon.1) 50 : cluster [INF] mon.c calling monitor election 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.728597+0000 mon.a (mon.0) 1447 : cluster [INF] mon.a calling monitor election 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.734433+0000 mon.a (mon.0) 1448 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.746495+0000 mon.a (mon.0) 1449 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.746646+0000 mon.a (mon.0) 1450 : cluster [DBG] fsmap 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.746738+0000 mon.a (mon.0) 1451 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.747803+0000 mon.a (mon.0) 1452 : cluster [DBG] mgrmap e36: y(active, since 4m), standbys: x 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.754240+0000 mon.a (mon.0) 1453 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.754257+0000 mon.a (mon.0) 1454 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: cluster 2024-09-11T08:12:33.754266+0000 mon.a (mon.0) 1455 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:12:35.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: audit 2024-09-11T08:12:33.761348+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: audit 2024-09-11T08:12:33.767949+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: audit 2024-09-11T08:12:33.772211+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: audit 2024-09-11T08:12:34.287062+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.169:0/3985961581' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[15104]: audit 2024-09-11T08:12:34.647843+0000 mon.a (mon.0) 1459 : audit [INF] from='client.? 172.21.15.169:0/2698797854' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:30.803062+0000 mgr.y (mgr.15138) 212 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: audit 2024-09-11T08:12:31.278450+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:32.803745+0000 mgr.y (mgr.15138) 213 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.723608+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.727624+0000 mon.c (mon.1) 50 : cluster [INF] mon.c calling monitor election 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.728597+0000 mon.a (mon.0) 1447 : cluster [INF] mon.a calling monitor election 2024-09-11T08:12:35.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.734433+0000 mon.a (mon.0) 1448 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.746495+0000 mon.a (mon.0) 1449 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.746646+0000 mon.a (mon.0) 1450 : cluster [DBG] fsmap 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.746738+0000 mon.a (mon.0) 1451 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.747803+0000 mon.a (mon.0) 1452 : cluster [DBG] mgrmap e36: y(active, since 4m), standbys: x 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.754240+0000 mon.a (mon.0) 1453 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.754257+0000 mon.a (mon.0) 1454 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: cluster 2024-09-11T08:12:33.754266+0000 mon.a (mon.0) 1455 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: audit 2024-09-11T08:12:33.761348+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: audit 2024-09-11T08:12:33.767949+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: audit 2024-09-11T08:12:33.772211+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: audit 2024-09-11T08:12:34.287062+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.169:0/3985961581' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:35.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:34 smithi133 bash[19346]: audit 2024-09-11T08:12:34.647843+0000 mon.a (mon.0) 1459 : audit [INF] from='client.? 172.21.15.169:0/2698797854' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: access denied 2024-09-11T08:12:35.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:35 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:12:35.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:35 smithi169 bash[48755]: (process:1): GLib-GObject-CRITICAL **: 08:12:35.667: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:12:36.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:35 smithi133 bash[19346]: cluster 2024-09-11T08:12:34.804455+0000 mgr.y (mgr.15138) 214 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:36.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:35 smithi133 bash[15104]: cluster 2024-09-11T08:12:34.804455+0000 mgr.y (mgr.15138) 214 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:36.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:36 smithi169 bash[49183]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:12:36.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:36 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:12:38.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:37 smithi133 bash[15104]: cluster 2024-09-11T08:12:36.805974+0000 mgr.y (mgr.15138) 215 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:38.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:37 smithi133 bash[19346]: cluster 2024-09-11T08:12:36.805974+0000 mgr.y (mgr.15138) 215 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:38.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:12:38 smithi133 bash[40980]: debug 2024-09-11T08:12:38.519+0000 7f08bf7a4640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-11T08:12:39.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[15104]: cluster 2024-09-11T08:12:38.806696+0000 mgr.y (mgr.15138) 216 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:39.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[15104]: audit 2024-09-11T08:12:39.270222+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:12:39.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[15104]: audit 2024-09-11T08:12:39.270943+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:12:39.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[15104]: audit 2024-09-11T08:12:39.271503+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:12:39.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[15104]: audit 2024-09-11T08:12:39.272042+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:12:39.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[19346]: cluster 2024-09-11T08:12:38.806696+0000 mgr.y (mgr.15138) 216 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:39.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[19346]: audit 2024-09-11T08:12:39.270222+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:12:39.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[19346]: audit 2024-09-11T08:12:39.270943+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:12:39.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[19346]: audit 2024-09-11T08:12:39.271503+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:12:39.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:39 smithi133 bash[19346]: audit 2024-09-11T08:12:39.272042+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:12:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:40 smithi133 bash[15104]: audit 2024-09-11T08:12:40.780317+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:12:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:40 smithi133 bash[15104]: audit 2024-09-11T08:12:40.786585+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:40 smithi133 bash[15104]: audit 2024-09-11T08:12:40.794082+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:41.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:40 smithi133 bash[19346]: audit 2024-09-11T08:12:40.780317+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:12:41.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:40 smithi133 bash[19346]: audit 2024-09-11T08:12:40.786585+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:41.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:40 smithi133 bash[19346]: audit 2024-09-11T08:12:40.794082+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[15104]: cluster 2024-09-11T08:12:40.808025+0000 mgr.y (mgr.15138) 217 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[15104]: audit 2024-09-11T08:12:41.182330+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:12:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[15104]: audit 2024-09-11T08:12:41.403929+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:12:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[15104]: audit 2024-09-11T08:12:41.412687+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[15104]: audit 2024-09-11T08:12:41.421635+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:42.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[15104]: audit 2024-09-11T08:12:41.424092+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:12:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[19346]: cluster 2024-09-11T08:12:40.808025+0000 mgr.y (mgr.15138) 217 : cluster [DBG] pgmap v137: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[19346]: audit 2024-09-11T08:12:41.182330+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:12:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[19346]: audit 2024-09-11T08:12:41.403929+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:12:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[19346]: audit 2024-09-11T08:12:41.412687+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[19346]: audit 2024-09-11T08:12:41.421635+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:42.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:41 smithi133 bash[19346]: audit 2024-09-11T08:12:41.424092+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:12:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:44 smithi133 bash[15104]: cluster 2024-09-11T08:12:42.808732+0000 mgr.y (mgr.15138) 218 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:44.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:44 smithi133 bash[19346]: cluster 2024-09-11T08:12:42.808732+0000 mgr.y (mgr.15138) 218 : cluster [DBG] pgmap v138: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:46.676 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:46 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 15. 2024-09-11T08:12:46.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:46 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:46.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:46 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:12:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:46 smithi133 bash[15104]: cluster 2024-09-11T08:12:44.809458+0000 mgr.y (mgr.15138) 219 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:46.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:46 smithi133 bash[19346]: cluster 2024-09-11T08:12:44.809458+0000 mgr.y (mgr.15138) 219 : cluster [DBG] pgmap v139: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:48.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:48 smithi133 bash[15104]: cluster 2024-09-11T08:12:46.810976+0000 mgr.y (mgr.15138) 220 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:48 smithi133 bash[19346]: cluster 2024-09-11T08:12:46.810976+0000 mgr.y (mgr.15138) 220 : cluster [DBG] pgmap v140: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:48.913 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:48 smithi169 bash[49791]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: --- Logging error --- 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.send(msg) 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.connect(address) 2024-09-11T08:12:49.961 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self._connect_unixsocket(self.address) 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.connect(address) 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Call stack: 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self._bootstrap_inner() 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.run() 2024-09-11T08:12:49.962 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: logger.info("Started the configuration object watcher") 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Message: 'Started the configuration object watcher' 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Arguments: () 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: --- Logging error --- 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.send(msg) 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.connect(address) 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:49.963 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self._connect_unixsocket(self.address) 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.connect(address) 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Call stack: 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: main() 2024-09-11T08:12:49.964 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Arguments: () 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: --- Logging error --- 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.send(msg) 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:49.965 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:49.966 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:49.966 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:49.966 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.connect(address) 2024-09-11T08:12:49.966 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:49.966 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:49.966 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:49.966 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:50.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self._connect_unixsocket(self.address) 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.connect(address) 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Call stack: 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self._bootstrap_inner() 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.run() 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.interval)) 2024-09-11T08:12:50.428 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Arguments: () 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: --- Logging error --- 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.send(msg) 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.connect(address) 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: During handling of the above exception, another exception occurred: 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:50.429 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self._connect_unixsocket(self.address) 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: self.socket.connect(address) 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Call stack: 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: main() 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: "{}".format(blacklisted_ip)) 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/2471652214' 2024-09-11T08:12:50.430 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Arguments: () 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: Traceback (most recent call last): 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: main() 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: **kwargs).stdout 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: output=stdout, stderr=stderr) 2024-09-11T08:12:50.431 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:49 smithi169 bash[49808]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/2471652214' returned non-zero exit status 13. 2024-09-11T08:12:50.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:50 smithi133 bash[15104]: cluster 2024-09-11T08:12:48.811669+0000 mgr.y (mgr.15138) 221 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:50.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:50 smithi133 bash[15104]: audit 2024-09-11T08:12:49.605555+0000 mon.b (mon.2) 2 : audit [DBG] from='client.44114 172.21.15.169:0/4003478762' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:50.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:50 smithi133 bash[15104]: audit 2024-09-11T08:12:49.944548+0000 mon.b (mon.2) 3 : audit [INF] from='client.44120 172.21.15.169:0/3770910418' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: access denied 2024-09-11T08:12:50.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:50 smithi133 bash[19346]: cluster 2024-09-11T08:12:48.811669+0000 mgr.y (mgr.15138) 221 : cluster [DBG] pgmap v141: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:50.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:50 smithi133 bash[19346]: audit 2024-09-11T08:12:49.605555+0000 mon.b (mon.2) 2 : audit [DBG] from='client.44114 172.21.15.169:0/4003478762' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:12:50.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:50 smithi133 bash[19346]: audit 2024-09-11T08:12:49.944548+0000 mon.b (mon.2) 3 : audit [INF] from='client.44120 172.21.15.169:0/3770910418' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: access denied 2024-09-11T08:12:51.345 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:51 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:12:51.345 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:51 smithi169 bash[49791]: (process:1): GLib-GObject-CRITICAL **: 08:12:51.178: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:12:52.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:51 smithi169 bash[50101]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:12:52.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:12:51 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:12:52.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:52 smithi133 bash[15104]: cluster 2024-09-11T08:12:50.813203+0000 mgr.y (mgr.15138) 222 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:52.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:52 smithi133 bash[19346]: cluster 2024-09-11T08:12:50.813203+0000 mgr.y (mgr.15138) 222 : cluster [DBG] pgmap v142: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:54.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: cluster 2024-09-11T08:12:52.813917+0000 mgr.y (mgr.15138) 223 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:54.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.845267+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.853561+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.864459+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.866243+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.868086+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.879074+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.936063+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.941514+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.944576+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.954139+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.957149+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.965826+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.968313+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.977255+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.979301+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.987599+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.988967+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.995561+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: cluster 2024-09-11T08:12:52.813917+0000 mgr.y (mgr.15138) 223 : cluster [DBG] pgmap v143: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.845267+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.853561+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.864459+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.866243+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.868086+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.879074+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.936063+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.941514+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.944576+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.954139+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.957149+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.965826+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.968313+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.977255+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.979301+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.987599+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.988967+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.995561+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:53.997632+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.004840+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.007370+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.010075+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.012096+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.014927+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.017034+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.019814+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.022074+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.025018+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.026889+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.029475+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.031419+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.034555+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.037675+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.045722+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.047163+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.053984+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:53.997632+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.004840+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.007370+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.010075+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.012096+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.014927+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.017034+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.019814+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.022074+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.025018+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.026889+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.029475+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.031419+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.034555+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:12:54.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.037675+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:12:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.045722+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:12:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.047163+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.053984+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:12:54.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.055468+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:12:54.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.060517+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:12:54.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.061738+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:12:54.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.062932+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:12:54.706 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.067977+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.069395+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.070784+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.076542+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.077931+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.079059+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.080214+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.088191+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.089581+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.091007+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.092294+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.093548+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.094752+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.707 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.096025+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.097247+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.105176+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.107000+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.113564+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.115198+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.116552+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.127233+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.182786+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.184438+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:12:54.708 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[15104]: audit 2024-09-11T08:12:54.198039+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.055468+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.060517+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.061738+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.062932+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.067977+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.069395+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.070784+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.076542+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.077931+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.079059+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.080214+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.088191+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:12:54.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.089581+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.091007+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.092294+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.093548+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.094752+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.096025+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.097247+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.105176+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.107000+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.113564+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.115198+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.116552+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.127233+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.182786+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:12:54.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.184438+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:12:54.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:54 smithi133 bash[19346]: audit 2024-09-11T08:12:54.198039+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:53.843276+0000 mgr.y (mgr.15138) 224 : cephadm [INF] Detected new or changed devices on smithi169 2024-09-11T08:12:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:53.869677+0000 mgr.y (mgr.15138) 225 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cluster 2024-09-11T08:12:53.871017+0000 mgr.y (mgr.15138) 226 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cluster 2024-09-11T08:12:53.871569+0000 mgr.y (mgr.15138) 227 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:53.945740+0000 mgr.y (mgr.15138) 228 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:53.958420+0000 mgr.y (mgr.15138) 229 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:53.969273+0000 mgr.y (mgr.15138) 230 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:53.980488+0000 mgr.y (mgr.15138) 231 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:53.998654+0000 mgr.y (mgr.15138) 232 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.008525+0000 mgr.y (mgr.15138) 233 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.013204+0000 mgr.y (mgr.15138) 234 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.018200+0000 mgr.y (mgr.15138) 235 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.023260+0000 mgr.y (mgr.15138) 236 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.027951+0000 mgr.y (mgr.15138) 237 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:12:55.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.032670+0000 mgr.y (mgr.15138) 238 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.035798+0000 mgr.y (mgr.15138) 239 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.106229+0000 mgr.y (mgr.15138) 240 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.117751+0000 mgr.y (mgr.15138) 241 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cluster 2024-09-11T08:12:54.118596+0000 mgr.y (mgr.15138) 242 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 140 B/s rd, 0 op/s 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cluster 2024-09-11T08:12:54.118948+0000 mgr.y (mgr.15138) 243 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cephadm 2024-09-11T08:12:54.185868+0000 mgr.y (mgr.15138) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cluster 2024-09-11T08:12:54.186955+0000 mgr.y (mgr.15138) 245 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: cluster 2024-09-11T08:12:54.187438+0000 mgr.y (mgr.15138) 246 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[15104]: audit 2024-09-11T08:12:54.371283+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:53.843276+0000 mgr.y (mgr.15138) 224 : cephadm [INF] Detected new or changed devices on smithi169 2024-09-11T08:12:55.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:53.869677+0000 mgr.y (mgr.15138) 225 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cluster 2024-09-11T08:12:53.871017+0000 mgr.y (mgr.15138) 226 : cluster [DBG] pgmap v144: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cluster 2024-09-11T08:12:53.871569+0000 mgr.y (mgr.15138) 227 : cluster [DBG] pgmap v145: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:53.945740+0000 mgr.y (mgr.15138) 228 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:53.958420+0000 mgr.y (mgr.15138) 229 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:53.969273+0000 mgr.y (mgr.15138) 230 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:53.980488+0000 mgr.y (mgr.15138) 231 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:53.998654+0000 mgr.y (mgr.15138) 232 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.008525+0000 mgr.y (mgr.15138) 233 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.013204+0000 mgr.y (mgr.15138) 234 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.018200+0000 mgr.y (mgr.15138) 235 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.023260+0000 mgr.y (mgr.15138) 236 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.027951+0000 mgr.y (mgr.15138) 237 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:12:55.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.032670+0000 mgr.y (mgr.15138) 238 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:12:55.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.035798+0000 mgr.y (mgr.15138) 239 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:12:55.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.106229+0000 mgr.y (mgr.15138) 240 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:12:55.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.117751+0000 mgr.y (mgr.15138) 241 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:12:55.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cluster 2024-09-11T08:12:54.118596+0000 mgr.y (mgr.15138) 242 : cluster [DBG] pgmap v146: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 140 B/s rd, 0 op/s 2024-09-11T08:12:55.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cluster 2024-09-11T08:12:54.118948+0000 mgr.y (mgr.15138) 243 : cluster [DBG] pgmap v147: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-09-11T08:12:55.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cephadm 2024-09-11T08:12:54.185868+0000 mgr.y (mgr.15138) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:12:55.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cluster 2024-09-11T08:12:54.186955+0000 mgr.y (mgr.15138) 245 : cluster [DBG] pgmap v148: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: cluster 2024-09-11T08:12:54.187438+0000 mgr.y (mgr.15138) 246 : cluster [DBG] pgmap v149: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:55.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:55 smithi133 bash[19346]: audit 2024-09-11T08:12:54.371283+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:12:56.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:56 smithi133 bash[15104]: cluster 2024-09-11T08:12:56.188948+0000 mgr.y (mgr.15138) 247 : cluster [DBG] pgmap v150: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:56.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:56 smithi133 bash[19346]: cluster 2024-09-11T08:12:56.188948+0000 mgr.y (mgr.15138) 247 : cluster [DBG] pgmap v150: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:59.059 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:12:59.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:59 smithi133 bash[15104]: cluster 2024-09-11T08:12:58.189703+0000 mgr.y (mgr.15138) 248 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:59.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:12:59 smithi133 bash[15104]: audit 2024-09-11T08:12:58.205164+0000 mgr.y (mgr.15138) 249 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:12:59.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:59 smithi133 bash[19346]: cluster 2024-09-11T08:12:58.189703+0000 mgr.y (mgr.15138) 248 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:12:59.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:12:59 smithi133 bash[19346]: audit 2024-09-11T08:12:58.205164+0000 mgr.y (mgr.15138) 249 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:01.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:01 smithi133 bash[15104]: cluster 2024-09-11T08:13:00.190441+0000 mgr.y (mgr.15138) 250 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:01.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:01 smithi133 bash[19346]: cluster 2024-09-11T08:13:00.190441+0000 mgr.y (mgr.15138) 250 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:02.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:01 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 16. 2024-09-11T08:13:02.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:01 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:02.178 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:01 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:02.767 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (2m) 2m ago 26m 15.2M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (101s) 21s ago 26m 81.5M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 21s ago 27m - - 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (3m) 21s ago 31m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (13m) 2m ago 33m 436M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (33m) 2m ago 33m 115M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (31s) 21s ago 32m 20.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (32m) 2m ago 32m 75.2M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (3m) 2m ago 27m 9.85M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (3m) 21s ago 27m 11.2M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:13:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (31m) 2m ago 31m 50.9M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (30m) 2m ago 31m 53.2M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (30m) 2m ago 30m 45.6M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (30m) 2m ago 30m 54.1M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (29m) 21s ago 29m 52.2M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (29m) 21s ago 29m 47.9M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (28m) 21s ago 28m 50.2M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (28m) 21s ago 28m 52.4M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (2m) 21s ago 27m 46.4M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (25m) 2m ago 25m 54.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:13:02.769 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (25m) 21s ago 25m 56.1M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:13:03.570 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: cluster 2024-09-11T08:13:02.191981+0000 mgr.y (mgr.15138) 251 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.742681+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.743651+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.744551+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.745478+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.746396+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.747301+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.752684+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.753495+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.754313+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.754955+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[15104]: audit 2024-09-11T08:13:02.755576+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: cluster 2024-09-11T08:13:02.191981+0000 mgr.y (mgr.15138) 251 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.742681+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.743651+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.744551+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.745478+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.746396+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.747301+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.752684+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.753495+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.754313+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.754955+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:03 smithi133 bash[19346]: audit 2024-09-11T08:13:02.755576+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:03.573 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 2'"'"'' 2024-09-11T08:13:03.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:03 smithi169 bash[53763]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:13:04.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:04 smithi133 bash[19346]: audit 2024-09-11T08:13:02.737334+0000 mgr.y (mgr.15138) 252 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:04.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:04 smithi133 bash[15104]: audit 2024-09-11T08:13:02.737334+0000 mgr.y (mgr.15138) 252 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:04.923 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: --- Logging error --- 2024-09-11T08:13:04.923 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.923 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:04.923 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.send(msg) 2024-09-11T08:13:04.924 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:04.924 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:04.924 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.924 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:04.924 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.connect(address) 2024-09-11T08:13:04.924 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:04.924 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:04.924 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.924 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self._connect_unixsocket(self.address) 2024-09-11T08:13:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.connect(address) 2024-09-11T08:13:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Call stack: 2024-09-11T08:13:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:13:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self._bootstrap_inner() 2024-09-11T08:13:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:13:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.run() 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: logger.info("Started the configuration object watcher") 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Message: 'Started the configuration object watcher' 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Arguments: () 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: --- Logging error --- 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.send(msg) 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:04.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.connect(address) 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self._connect_unixsocket(self.address) 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.connect(address) 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Call stack: 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: main() 2024-09-11T08:13:04.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:13:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:13:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:13:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Arguments: () 2024-09-11T08:13:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: --- Logging error --- 2024-09-11T08:13:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:04.928 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.send(msg) 2024-09-11T08:13:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:04.929 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.connect(address) 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self._connect_unixsocket(self.address) 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.connect(address) 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Call stack: 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:13:04.933 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self._bootstrap_inner() 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.run() 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.interval)) 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Arguments: () 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: --- Logging error --- 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.send(msg) 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:04.934 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.connect(address) 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self._connect_unixsocket(self.address) 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: self.socket.connect(address) 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:04.936 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Call stack: 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: main() 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: "{}".format(blacklisted_ip)) 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/2471652214' 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Arguments: () 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: Traceback (most recent call last): 2024-09-11T08:13:04.937 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: main() 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: **kwargs).stdout 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: output=stdout, stderr=stderr) 2024-09-11T08:13:04.938 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:04 smithi169 bash[53779]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/2471652214' returned non-zero exit status 13. 2024-09-11T08:13:05.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:05 smithi133 bash[15104]: cluster 2024-09-11T08:13:04.192714+0000 mgr.y (mgr.15138) 253 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:05.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:05 smithi133 bash[15104]: audit 2024-09-11T08:13:04.311742+0000 mon.b (mon.2) 4 : audit [DBG] from='client.44147 172.21.15.169:0/288625242' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:13:05.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:05 smithi133 bash[15104]: audit 2024-09-11T08:13:04.659324+0000 mon.b (mon.2) 5 : audit [INF] from='client.44153 172.21.15.169:0/990461275' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: access denied 2024-09-11T08:13:05.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:05 smithi133 bash[19346]: cluster 2024-09-11T08:13:04.192714+0000 mgr.y (mgr.15138) 253 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:05.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:05 smithi133 bash[19346]: audit 2024-09-11T08:13:04.311742+0000 mon.b (mon.2) 4 : audit [DBG] from='client.44147 172.21.15.169:0/288625242' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:13:05.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:05 smithi133 bash[19346]: audit 2024-09-11T08:13:04.659324+0000 mon.b (mon.2) 5 : audit [INF] from='client.44153 172.21.15.169:0/990461275' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: access denied 2024-09-11T08:13:05.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:05 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:13:05.904 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:05 smithi169 bash[53763]: (process:1): GLib-GObject-CRITICAL **: 08:13:05.656: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:13:06.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:06 smithi169 bash[53998]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:13:06.677 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:06 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:13:07.500 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:13:07.695 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:07 smithi133 bash[15104]: cluster 2024-09-11T08:13:06.194251+0000 mgr.y (mgr.15138) 254 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:07.696 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:07 smithi133 bash[19346]: cluster 2024-09-11T08:13:06.194251+0000 mgr.y (mgr.15138) 254 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:08.247 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.y | awk '"'"'{print $2}'"'"')' 2024-09-11T08:13:08.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:08 smithi133 bash[15104]: audit 2024-09-11T08:13:07.485829+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.133:0/1606395879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:13:08.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:08 smithi133 bash[19346]: audit 2024-09-11T08:13:07.485829+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.133:0/1606395879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:13:09.566 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:09 smithi133 bash[15104]: cluster 2024-09-11T08:13:08.194984+0000 mgr.y (mgr.15138) 255 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:09.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:09 smithi133 bash[19346]: cluster 2024-09-11T08:13:08.194984+0000 mgr.y (mgr.15138) 255 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:10.633 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:10 smithi133 bash[15104]: cluster 2024-09-11T08:13:10.195765+0000 mgr.y (mgr.15138) 256 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:10.634 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:10 smithi133 bash[19346]: cluster 2024-09-11T08:13:10.195765+0000 mgr.y (mgr.15138) 256 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.046648+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.047606+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.048581+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.049573+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.050522+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.051479+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.055734+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.056594+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.057367+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.058147+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[19346]: audit 2024-09-11T08:13:12.058769+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.046648+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.047606+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.048581+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.049573+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.050522+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.051479+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.055734+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.056594+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.057367+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.058147+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:12 smithi133 bash[15104]: audit 2024-09-11T08:13:12.058769+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:13.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:13 smithi133 bash[19346]: audit 2024-09-11T08:13:12.041285+0000 mgr.y (mgr.15138) 257 : audit [DBG] from='client.25912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:13.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:13 smithi133 bash[19346]: cluster 2024-09-11T08:13:12.196926+0000 mgr.y (mgr.15138) 258 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:13.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:13 smithi133 bash[15104]: audit 2024-09-11T08:13:12.041285+0000 mgr.y (mgr.15138) 257 : audit [DBG] from='client.25912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:13.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:13 smithi133 bash[15104]: cluster 2024-09-11T08:13:12.196926+0000 mgr.y (mgr.15138) 258 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:14.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:14 smithi133 bash[15104]: audit 2024-09-11T08:13:12.433709+0000 mgr.y (mgr.15138) 259 : audit [DBG] from='client.15993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:14.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:14 smithi133 bash[19346]: audit 2024-09-11T08:13:12.433709+0000 mgr.y (mgr.15138) 259 : audit [DBG] from='client.15993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:14.962 INFO:teuthology.orchestra.run.smithi133.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:13:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[15104]: cluster 2024-09-11T08:13:14.197610+0000 mgr.y (mgr.15138) 260 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[15104]: audit 2024-09-11T08:13:14.960457+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[15104]: audit 2024-09-11T08:13:14.964199+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:13:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[15104]: audit 2024-09-11T08:13:14.966268+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:13:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[15104]: audit 2024-09-11T08:13:14.976317+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[19346]: cluster 2024-09-11T08:13:14.197610+0000 mgr.y (mgr.15138) 260 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[19346]: audit 2024-09-11T08:13:14.960457+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[19346]: audit 2024-09-11T08:13:14.964199+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:13:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[19346]: audit 2024-09-11T08:13:14.966268+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:13:15.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:15 smithi133 bash[19346]: audit 2024-09-11T08:13:14.976317+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:16.061 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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 ; sleep 30 ; done' 2024-09-11T08:13:16.408 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[15104]: cephadm 2024-09-11T08:13:14.952939+0000 mgr.y (mgr.15138) 261 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:13:16.409 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[15104]: cephadm 2024-09-11T08:13:14.968801+0000 mgr.y (mgr.15138) 262 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:13:16.409 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[15104]: cluster 2024-09-11T08:13:14.969702+0000 mgr.y (mgr.15138) 263 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-09-11T08:13:16.409 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[15104]: cluster 2024-09-11T08:13:14.970037+0000 mgr.y (mgr.15138) 264 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:16.409 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[15104]: cephadm 2024-09-11T08:13:15.027932+0000 mgr.y (mgr.15138) 265 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:13:16.409 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[19346]: cephadm 2024-09-11T08:13:14.952939+0000 mgr.y (mgr.15138) 261 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:13:16.409 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[19346]: cephadm 2024-09-11T08:13:14.968801+0000 mgr.y (mgr.15138) 262 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:13:16.409 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[19346]: cluster 2024-09-11T08:13:14.969702+0000 mgr.y (mgr.15138) 263 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-09-11T08:13:16.409 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[19346]: cluster 2024-09-11T08:13:14.970037+0000 mgr.y (mgr.15138) 264 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:16.409 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:16 smithi133 bash[19346]: cephadm 2024-09-11T08:13:15.027932+0000 mgr.y (mgr.15138) 265 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:13:16.715 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:16 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 17. 2024-09-11T08:13:16.715 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:16 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:16.716 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:16 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:18.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:18 smithi169 bash[54062]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:13:18.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:18 smithi133 bash[15104]: cluster 2024-09-11T08:13:16.971556+0000 mgr.y (mgr.15138) 266 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:18.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:18 smithi133 bash[19346]: cluster 2024-09-11T08:13:16.971556+0000 mgr.y (mgr.15138) 266 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:19.520 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: --- Logging error --- 2024-09-11T08:13:19.520 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.520 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:19.520 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.send(msg) 2024-09-11T08:13:19.520 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:19.520 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:19.520 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.520 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:19.520 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.connect(address) 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self._connect_unixsocket(self.address) 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.connect(address) 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Call stack: 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self._bootstrap_inner() 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.run() 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:13:19.521 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: logger.info("Started the configuration object watcher") 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Message: 'Started the configuration object watcher' 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Arguments: () 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: --- Logging error --- 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.send(msg) 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.connect(address) 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.522 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:19.523 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self._connect_unixsocket(self.address) 2024-09-11T08:13:19.523 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:19.523 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.connect(address) 2024-09-11T08:13:19.523 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:19.523 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Call stack: 2024-09-11T08:13:19.523 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:19.523 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: main() 2024-09-11T08:13:19.523 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:19.523 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Arguments: () 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: --- Logging error --- 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.send(msg) 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:19.524 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.connect(address) 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self._connect_unixsocket(self.address) 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.connect(address) 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Call stack: 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self._bootstrap_inner() 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.run() 2024-09-11T08:13:19.525 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.interval)) 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Arguments: () 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: --- Logging error --- 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.send(msg) 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.connect(address) 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:19.526 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self._connect_unixsocket(self.address) 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: self.socket.connect(address) 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Call stack: 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: main() 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:13:19.527 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: "{}".format(blacklisted_ip)) 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/2471652214' 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Arguments: () 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: Traceback (most recent call last): 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: main() 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:13:19.528 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: **kwargs).stdout 2024-09-11T08:13:19.529 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:13:19.529 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: output=stdout, stderr=stderr) 2024-09-11T08:13:19.529 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:19 smithi169 bash[54079]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/2471652214' returned non-zero exit status 13. 2024-09-11T08:13:19.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:19 smithi133 bash[15104]: audit 2024-09-11T08:13:18.869874+0000 mon.b (mon.2) 6 : audit [DBG] from='client.44186 172.21.15.169:0/4117815558' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:13:19.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:19 smithi133 bash[15104]: audit 2024-09-11T08:13:19.223539+0000 mon.b (mon.2) 7 : audit [INF] from='client.44192 172.21.15.169:0/3068357882' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: access denied 2024-09-11T08:13:19.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:19 smithi133 bash[19346]: audit 2024-09-11T08:13:18.869874+0000 mon.b (mon.2) 6 : audit [DBG] from='client.44186 172.21.15.169:0/4117815558' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:13:19.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:19 smithi133 bash[19346]: audit 2024-09-11T08:13:19.223539+0000 mon.b (mon.2) 7 : audit [INF] from='client.44192 172.21.15.169:0/3068357882' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: access denied 2024-09-11T08:13:20.426 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:20 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:13:20.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:20 smithi169 bash[54062]: (process:1): GLib-GObject-CRITICAL **: 08:13:20.218: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:13:20.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[15104]: cluster 2024-09-11T08:13:18.972270+0000 mgr.y (mgr.15138) 267 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:20.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[15104]: audit 2024-09-11T08:13:19.350897+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:20.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[15104]: audit 2024-09-11T08:13:19.352904+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:13:20.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[15104]: audit 2024-09-11T08:13:19.361205+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:20.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[15104]: audit 2024-09-11T08:13:19.363361+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:13:20.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[15104]: audit 2024-09-11T08:13:19.370383+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:20.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[15104]: audit 2024-09-11T08:13:19.372334+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:13:20.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[15104]: audit 2024-09-11T08:13:19.373739+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-11T08:13:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[19346]: cluster 2024-09-11T08:13:18.972270+0000 mgr.y (mgr.15138) 267 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[19346]: audit 2024-09-11T08:13:19.350897+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[19346]: audit 2024-09-11T08:13:19.352904+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:13:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[19346]: audit 2024-09-11T08:13:19.361205+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[19346]: audit 2024-09-11T08:13:19.363361+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:13:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[19346]: audit 2024-09-11T08:13:19.370383+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[19346]: audit 2024-09-11T08:13:19.372334+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:13:20.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:20 smithi133 bash[19346]: audit 2024-09-11T08:13:19.373739+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-11T08:13:21.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:20 smithi169 bash[54292]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:13:21.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:20 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:13:21.671 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:21 smithi133 bash[19346]: cephadm 2024-09-11T08:13:19.351639+0000 mgr.y (mgr.15138) 268 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:13:21.672 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:21 smithi133 bash[19346]: cephadm 2024-09-11T08:13:19.351736+0000 mgr.y (mgr.15138) 269 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:13:21.672 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:21 smithi133 bash[19346]: cephadm 2024-09-11T08:13:19.364271+0000 mgr.y (mgr.15138) 270 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:13:21.672 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:21 smithi133 bash[19346]: cephadm 2024-09-11T08:13:19.374507+0000 mgr.y (mgr.15138) 271 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T08:13:21.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:21 smithi133 bash[15104]: cephadm 2024-09-11T08:13:19.351639+0000 mgr.y (mgr.15138) 268 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:13:21.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:21 smithi133 bash[15104]: cephadm 2024-09-11T08:13:19.351736+0000 mgr.y (mgr.15138) 269 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:13:21.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:21 smithi133 bash[15104]: cephadm 2024-09-11T08:13:19.364271+0000 mgr.y (mgr.15138) 270 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:13:21.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:21 smithi133 bash[15104]: cephadm 2024-09-11T08:13:19.374507+0000 mgr.y (mgr.15138) 271 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T08:13:21.761 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:13:22.456 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:13:22.456 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (2m) 2m ago 27m 15.2M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:13:22.456 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (2m) 41s ago 26m 81.5M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:13:22.456 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 41s ago 27m - - 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (4m) 41s ago 32m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (14m) 2m ago 33m 436M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (34m) 2m ago 34m 115M 2048M 15.2.9 dfc483079636 6c868417dde1 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (51s) 41s ago 32m 20.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (32m) 2m ago 32m 75.2M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (3m) 2m ago 27m 9.85M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (3m) 41s ago 27m 11.2M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (31m) 2m ago 31m 50.9M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (31m) 2m ago 31m 53.2M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (30m) 2m ago 30m 45.6M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (30m) 2m ago 30m 54.1M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (29m) 41s ago 30m 52.2M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:13:22.457 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (29m) 41s ago 29m 47.9M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:13:22.458 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (29m) 41s ago 29m 50.2M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:13:22.458 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (28m) 41s ago 28m 52.4M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:13:22.458 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (3m) 41s ago 27m 46.4M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:13:22.458 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (25m) 2m ago 25m 54.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:13:22.458 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (25m) 41s ago 25m 56.1M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:13:22.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:22 smithi133 bash[15104]: cluster 2024-09-11T08:13:20.973526+0000 mgr.y (mgr.15138) 272 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:13:22.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:22 smithi133 bash[15104]: audit 2024-09-11T08:13:21.742078+0000 mgr.y (mgr.15138) 273 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:22.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:22 smithi133 bash[15104]: audit 2024-09-11T08:13:22.089133+0000 mgr.y (mgr.15138) 274 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:22.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:22 smithi133 bash[19346]: cluster 2024-09-11T08:13:20.973526+0000 mgr.y (mgr.15138) 272 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:13:22.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:22 smithi133 bash[19346]: audit 2024-09-11T08:13:21.742078+0000 mgr.y (mgr.15138) 273 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:22.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:22 smithi133 bash[19346]: audit 2024-09-11T08:13:22.089133+0000 mgr.y (mgr.15138) 274 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:22.875 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2, 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": {}, 2024-09-11T08:13:22.876 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:13:22.877 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:13:22.877 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:13:22.877 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:13:22.877 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 12, 2024-09-11T08:13:22.877 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:13:22.877 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:13:22.877 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:13:23.230 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:13:23.231 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:13:23.231 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:13:23.231 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi133", 2024-09-11T08:13:23.231 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:13:23.231 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "0/2 daemons upgraded", 2024-09-11T08:13:23.231 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T08:13:23.231 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:13:23.231 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:13:23.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.429785+0000 mgr.y (mgr.15138) 275 : audit [DBG] from='client.25957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:23.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.432980+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:23.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.433971+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.434870+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.435744+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.436655+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.437558+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.443278+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.444049+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.444677+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.445290+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.445903+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: cephadm 2024-09-11T08:13:22.480010+0000 mgr.y (mgr.15138) 276 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.487155+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.488354+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.489422+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:13:23.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.490482+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:13:23.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: cephadm 2024-09-11T08:13:22.491614+0000 mgr.y (mgr.15138) 277 : cephadm [INF] Deploying daemon mon.a on smithi133 2024-09-11T08:13:23.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.492092+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:13:23.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:22.874044+0000 mon.a (mon.0) 1586 : audit [DBG] from='client.? 172.21.15.133:0/2584511068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:13:23.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: cluster 2024-09-11T08:13:22.974110+0000 mgr.y (mgr.15138) 278 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:13:23.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[15104]: audit 2024-09-11T08:13:23.229007+0000 mgr.y (mgr.15138) 279 : audit [DBG] from='client.25969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:23.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.429785+0000 mgr.y (mgr.15138) 275 : audit [DBG] from='client.25957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:23.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.432980+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:23.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.433971+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.434870+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.435744+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.436655+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.437558+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.443278+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.444049+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.444677+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.445290+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.445903+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: cephadm 2024-09-11T08:13:22.480010+0000 mgr.y (mgr.15138) 276 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.487155+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.488354+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.489422+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:13:23.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.490482+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:13:23.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: cephadm 2024-09-11T08:13:22.491614+0000 mgr.y (mgr.15138) 277 : cephadm [INF] Deploying daemon mon.a on smithi133 2024-09-11T08:13:23.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.492092+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:13:23.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:22.874044+0000 mon.a (mon.0) 1586 : audit [DBG] from='client.? 172.21.15.133:0/2584511068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:13:23.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: cluster 2024-09-11T08:13:22.974110+0000 mgr.y (mgr.15138) 278 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:13:23.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:23 smithi133 bash[19346]: audit 2024-09-11T08:13:23.229007+0000 mgr.y (mgr.15138) 279 : audit [DBG] from='client.25969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:25.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:25 smithi133 systemd[1]: Stopping Ceph mon.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:13:25.692 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:25 smithi133 bash[15104]: debug 2024-09-11T08:13:25.274+0000 7f5ededd2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:13:25.693 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:25 smithi133 bash[15104]: debug 2024-09-11T08:13:25.274+0000 7f5ededd2700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-11T08:13:26.369 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:26 smithi133 bash[53093]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mon.a 2024-09-11T08:13:26.369 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:26 smithi133 bash[53165]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mon.a 2024-09-11T08:13:26.369 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:26 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a.service: Succeeded. 2024-09-11T08:13:26.369 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:26 smithi133 systemd[1]: Stopped Ceph mon.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:26.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:26 smithi133 systemd[1]: Started Ceph mon.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:28.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.922+0000 7fcd1a6f6900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:13:28.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.922+0000 7fcd1a6f6900 0 ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 7 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.922+0000 7fcd1a6f6900 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 0 load: jerasure load: lrc 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: RocksDB version: 6.15.5 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Compile date Sep 10 2024 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: DB SUMMARY 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: DB Session ID: 8FS1PIT8LETZEKWVNY6R 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 2126 Bytes 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000053.sst 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000051.log size: 3409961 ; 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:13:28.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.env: 0x563419b93440 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.fs: Posix File System 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.info_log: 0x56341a9d8ee0 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:13:28.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:13:28.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:13:28.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:13:28.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:13:28.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:13:28.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:13:28.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.db_log_dir: 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:13:28.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.write_buffer_manager: 0x56341aa96780 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.unordered_write: 0 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:13:28.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.row_cache: None 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.wal_filter: None 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T08:13:28.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:13:28.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Compression algorithms supported: 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: kZSTD supported: 0 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:13:28.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.merge_operator: 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56341a981a38) 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: cache_index_and_filter_blocks: 1 2024-09-11T08:13:28.208 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: pin_top_level_index_and_filter: 1 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: index_type: 0 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: data_block_index_type: 0 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: index_shortening: 1 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: hash_index_allow_collision: 1 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: checksum: 1 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: no_block_cache: 0 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: block_cache: 0x56341a9b5350 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: block_cache_name: BinnedLRUCache 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: block_cache_options: 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: capacity : 536870912 2024-09-11T08:13:28.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: num_shard_bits : 4 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: strict_capacity_limit : 0 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: high_pri_pool_ratio: 0.000 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: block_cache_compressed: (nil) 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: persistent_cache: (nil) 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: block_size: 4096 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: block_size_deviation: 10 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: block_restart_interval: 16 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: index_block_restart_interval: 1 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: metadata_block_size: 4096 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: partition_filters: 0 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: use_delta_encoding: 1 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: whole_key_filtering: 1 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: verify_compression: 0 2024-09-11T08:13:28.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: read_amp_bytes_per_bit: 0 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: format_version: 4 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: enable_index_compression: 1 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: block_align: 0 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.num_levels: 7 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:13:28.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:13:28.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:13:28.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:13:28.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:13:28.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:13:28.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:13:28.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:13:28.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:13:28.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:13:28.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:13:28.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:13:28.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:13:28.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:13:28.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:13:28.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:13:28.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:13:28.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.ttl: 2592000 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.enable_blob_files: false 2024-09-11T08:13:28.217 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.min_blob_size: 0 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 55, last_sequence is 27281, log_number is 51,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 51 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.926+0000 7fcd1a6f6900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 55 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.930+0000 7fcd1a6f6900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726042407932972, "job": 1, "event": "recovery_started", "wal_files": [51]} 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.930+0000 7fcd1a6f6900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #51 mode 2 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.934+0000 7fcd1a6f6900 3 rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.942+0000 7fcd1a6f6900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726042407945029, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 56, "file_size": 3324555, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 3319166, "index_size": 3590, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 837, "raw_key_size": 7417, "raw_average_key_size": 25, "raw_value_size": 3310631, "raw_average_value_size": 11184, "num_data_blocks": 156, "num_entries": 296, "num_deletions": 6, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726042407, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "eedfb03f-0cc9-4db0-beee-d0345c099c95", "db_session_id": "8FS1PIT8LETZEKWVNY6R"}} 2024-09-11T08:13:28.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.942+0000 7fcd1a6f6900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 57 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.942+0000 7fcd1a6f6900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726042407946928, "job": 1, "event": "recovery_finished"} 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.942+0000 7fcd1a6f6900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000051.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x56341a9ea700 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 4 rocksdb: DB pointer 0x56341a9b8000 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd104c2640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd104c2640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ** DB Stats ** 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T08:13:28.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ** Compaction Stats [default] ** 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: L0 1/0 3.17 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 528.2 0.01 0.00 1 0.006 0 0 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: L6 1/0 36.10 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 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Sum 2/0 39.28 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 528.2 0.01 0.00 1 0.006 0 0 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 528.2 0.01 0.00 1 0.006 0 0 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ** Compaction Stats [default] ** 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:13:28.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 528.2 0.01 0.00 1 0.006 0 0 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Flush(GB): cumulative 0.003, interval 0.003 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Cumulative compaction: 0.00 GB write, 167.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Interval compaction: 0.00 GB write, 167.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:13:28.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ** Compaction Stats [default] ** 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: L0 1/0 3.17 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 528.2 0.01 0.00 1 0.006 0 0 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: L6 1/0 36.10 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 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Sum 2/0 39.28 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 528.2 0.01 0.00 1 0.006 0 0 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ** Compaction Stats [default] ** 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:13:28.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 528.2 0.01 0.00 1 0.006 0 0 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Flush(GB): cumulative 0.003, interval 0.000 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Cumulative compaction: 0.00 GB write, 166.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 0 starting mon.a rank 0 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 1 mon.a@-1(???) e3 preinit fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 0 mon.a@-1(???).mds e1 new map 2024-09-11T08:13:28.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 0 mon.a@-1(???).mds e1 print_map 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: e1 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: legacy client fscid: -1 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: No filesystems configured 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 0 mon.a@-1(???).osd e72 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 0 mon.a@-1(???).osd e72 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 0 mon.a@-1(???).osd e72 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.946+0000 7fcd1a6f6900 0 mon.a@-1(???).osd e72 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:13:28.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:13:27 smithi133 bash[53244]: debug 2024-09-11T08:13:27.950+0000 7fcd1a6f6900 1 mon.a@-1(???).paxosservice(auth 1..31) refresh upgraded, format 0 -> 3 2024-09-11T08:13:28.926 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:28 smithi169 bash[39583]: ignoring --setuser ceph since I am not root 2024-09-11T08:13:28.927 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:28 smithi169 bash[39583]: ignoring --setgroup ceph since I am not root 2024-09-11T08:13:28.927 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:28 smithi169 bash[39583]: debug 2024-09-11T08:13:28.671+0000 7fe967db5640 1 -- 172.21.15.169:0/946728367 <== mon.2 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cd1d552340 con 0x55cd1d55ec00 2024-09-11T08:13:28.927 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:28 smithi169 bash[39583]: debug 2024-09-11T08:13:28.795+0000 7fe96a60fec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:13:28.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[40980]: ignoring --setuser ceph since I am not root 2024-09-11T08:13:28.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[40980]: ignoring --setgroup ceph since I am not root 2024-09-11T08:13:28.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[40980]: debug 2024-09-11T08:13:28.678+0000 7f1985dfa640 1 -- 172.21.15.133:0/1713651871 <== mon.1 v2:172.21.15.133:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5591d1158340 con 0x5591d1165000 2024-09-11T08:13:28.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[40980]: debug 2024-09-11T08:13:28.798+0000 7f1988654ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:13:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: audit 2024-09-11T08:13:25.288039+0000 mon.b (mon.2) 8 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: audit 2024-09-11T08:13:25.288397+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: audit 2024-09-11T08:13:25.288775+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.15138 172.21.15.133:0/1168198606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:26.976352+0000 mgr.y (mgr.15138) 281 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.574316+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.594345+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.604900+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.606176+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.606310+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.608571+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e36: y(active, since 4m), standbys: x 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.609031+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.609049+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.609065+0000 mon.a (mon.0) 9 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:13:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: audit 2024-09-11T08:13:28.610335+0000 mon.a (mon.0) 10 : audit [DBG] from='mgr.15138 ' entity='' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:13:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: cluster 2024-09-11T08:13:28.624367+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e37: y(active, since 4m), standbys: x 2024-09-11T08:13:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:28 smithi133 bash[19346]: audit 2024-09-11T08:13:28.636660+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.15138 ' entity='mgr.y' 2024-09-11T08:13:29.832 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:29 smithi169 bash[39583]: debug 2024-09-11T08:13:29.539+0000 7fe96a60fec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:13:29.832 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:29 smithi169 bash[39583]: debug 2024-09-11T08:13:29.603+0000 7fe96a60fec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:13:29.833 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:29 smithi169 bash[39583]: debug 2024-09-11T08:13:29.675+0000 7fe96a60fec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:13:29.840 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:29 smithi133 bash[40980]: debug 2024-09-11T08:13:29.550+0000 7f1988654ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:13:29.840 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:29 smithi133 bash[40980]: debug 2024-09-11T08:13:29.614+0000 7f1988654ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:13:29.840 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:29 smithi133 bash[40980]: debug 2024-09-11T08:13:29.686+0000 7f1988654ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:13:30.091 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:29 smithi133 bash[40980]: debug 2024-09-11T08:13:29.834+0000 7f1988654ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:13:30.143 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:29 smithi169 bash[39583]: debug 2024-09-11T08:13:29.823+0000 7fe96a60fec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:13:30.143 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:30 smithi169 bash[39583]: debug 2024-09-11T08:13:30.071+0000 7fe96a60fec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:13:30.426 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:30 smithi169 bash[39583]: debug 2024-09-11T08:13:30.135+0000 7fe96a60fec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:13:30.427 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:30 smithi169 bash[39583]: debug 2024-09-11T08:13:30.267+0000 7fe96a60fec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:13:30.448 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:30 smithi133 bash[40980]: debug 2024-09-11T08:13:30.086+0000 7f1988654ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:13:30.449 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:30 smithi133 bash[40980]: debug 2024-09-11T08:13:30.146+0000 7f1988654ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:13:30.449 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:30 smithi133 bash[40980]: debug 2024-09-11T08:13:30.278+0000 7f1988654ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:13:30.907 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:30 smithi133 bash[19346]: cluster 2024-09-11T08:13:29.633004+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 4m), standbys: x 2024-09-11T08:13:31.165 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:30 smithi169 bash[39583]: debug 2024-09-11T08:13:30.895+0000 7fe96a60fec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:13:31.165 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:30 smithi169 bash[39583]: debug 2024-09-11T08:13:30.975+0000 7fe96a60fec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:13:31.165 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:31 smithi169 bash[39583]: debug 2024-09-11T08:13:31.055+0000 7fe96a60fec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:13:31.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:30 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 18. 2024-09-11T08:13:31.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:30 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:31.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:30 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:31.198 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:30 smithi133 bash[40980]: debug 2024-09-11T08:13:30.902+0000 7f1988654ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:13:31.199 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:30 smithi133 bash[40980]: debug 2024-09-11T08:13:30.974+0000 7f1988654ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:13:31.199 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:31 smithi133 bash[40980]: debug 2024-09-11T08:13:31.050+0000 7f1988654ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:13:31.426 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:31 smithi169 bash[39583]: debug 2024-09-11T08:13:31.343+0000 7fe96a60fec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:13:31.698 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:31 smithi133 bash[40980]: debug 2024-09-11T08:13:31.330+0000 7f1988654ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:13:31.699 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:31 smithi133 bash[40980]: debug 2024-09-11T08:13:31.466+0000 7f1988654ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:13:31.802 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:31 smithi169 bash[39583]: debug 2024-09-11T08:13:31.483+0000 7fe96a60fec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:13:32.182 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:31 smithi169 bash[39583]: debug 2024-09-11T08:13:31.795+0000 7fe96a60fec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:13:32.182 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:32 smithi169 bash[39583]: debug 2024-09-11T08:13:32.015+0000 7fe96a60fec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:13:32.198 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:31 smithi133 bash[40980]: debug 2024-09-11T08:13:31.778+0000 7f1988654ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:13:32.199 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:31 smithi133 bash[40980]: debug 2024-09-11T08:13:31.994+0000 7f1988654ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:13:32.694 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:32 smithi133 bash[40980]: debug 2024-09-11T08:13:32.406+0000 7f1988654ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:13:32.695 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:32 smithi133 bash[40980]: debug 2024-09-11T08:13:32.466+0000 7f1988654ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:13:32.695 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:32 smithi133 bash[40980]: debug 2024-09-11T08:13:32.534+0000 7f1988654ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:13:32.695 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:32 smithi133 bash[40980]: debug 2024-09-11T08:13:32.622+0000 7f1988654ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:13:32.695 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:32 smithi133 bash[40980]: debug 2024-09-11T08:13:32.690+0000 7f1988654ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:13:32.731 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:32 smithi169 bash[39583]: debug 2024-09-11T08:13:32.431+0000 7fe96a60fec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:13:32.731 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:32 smithi169 bash[39583]: debug 2024-09-11T08:13:32.495+0000 7fe96a60fec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:13:32.731 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:32 smithi169 bash[39583]: debug 2024-09-11T08:13:32.563+0000 7fe96a60fec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:13:32.731 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:32 smithi169 bash[39583]: debug 2024-09-11T08:13:32.655+0000 7fe96a60fec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:13:32.948 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:32 smithi133 bash[40980]: debug 2024-09-11T08:13:32.762+0000 7f1988654ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:13:32.949 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:32 smithi133 bash[40980]: debug 2024-09-11T08:13:32.910+0000 7f1988654ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:13:33.009 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:32 smithi169 bash[39583]: debug 2024-09-11T08:13:32.723+0000 7fe96a60fec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:13:33.009 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:32 smithi169 bash[39583]: debug 2024-09-11T08:13:32.799+0000 7fe96a60fec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:13:33.009 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:32 smithi169 bash[39583]: debug 2024-09-11T08:13:32.963+0000 7fe96a60fec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:13:33.426 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[39583]: debug 2024-09-11T08:13:33.059+0000 7fe96a60fec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:13:33.427 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54375]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:13:33.448 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:33 smithi133 bash[40980]: debug 2024-09-11T08:13:33.002+0000 7f1988654ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:13:33.948 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:13:33 smithi133 bash[49151]: ts=2024-09-11T08:13:33.522Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi133.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.133:8443: connect: connection refused" 2024-09-11T08:13:33.949 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:13:33 smithi133 bash[49151]: ts=2024-09-11T08:13:33.524Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi169.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.169:8443: connect: connection refused" 2024-09-11T08:13:34.274 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:13:34 smithi169 bash[39583]: debug 2024-09-11T08:13:34.075+0000 7fe96a60fec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:13:34.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: --- Logging error --- 2024-09-11T08:13:34.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:34.275 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.send(msg) 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.connect(address) 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self._connect_unixsocket(self.address) 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.connect(address) 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:34.276 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Call stack: 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self._bootstrap_inner() 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.run() 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: logger.info("Started the configuration object watcher") 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Message: 'Started the configuration object watcher' 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Arguments: () 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: --- Logging error --- 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.send(msg) 2024-09-11T08:13:34.277 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.connect(address) 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self._connect_unixsocket(self.address) 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.connect(address) 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Call stack: 2024-09-11T08:13:34.278 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:34.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: main() 2024-09-11T08:13:34.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:34.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:34.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:13:34.279 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Arguments: () 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: --- Logging error --- 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.send(msg) 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.connect(address) 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:34.280 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self._connect_unixsocket(self.address) 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.connect(address) 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Call stack: 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self._bootstrap_inner() 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.run() 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:13:34.281 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.interval)) 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Arguments: () 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: --- Logging error --- 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.send(msg) 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.connect(address) 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:34.282 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self._connect_unixsocket(self.address) 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: self.socket.connect(address) 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Call stack: 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: main() 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:13:34.283 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: "{}".format(blacklisted_ip)) 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/2471652214' 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Arguments: () 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: Traceback (most recent call last): 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: main() 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: **kwargs).stdout 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:13:34.284 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: output=stdout, stderr=stderr) 2024-09-11T08:13:34.285 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:33 smithi169 bash[54392]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/2471652214' returned non-zero exit status 13. 2024-09-11T08:13:34.417 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:33 smithi133 bash[40980]: debug 2024-09-11T08:13:33.958+0000 7f1988654ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:13:34.417 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:33 smithi133 bash[19346]: audit 2024-09-11T08:13:33.621931+0000 mon.b (mon.2) 11 : audit [DBG] from='client.44246 172.21.15.169:0/959659392' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:13:34.698 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[49151]: ts=2024-09-11T08:13:34.416Z caller=notify.go:743 level=info component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify success" attempts=3 2024-09-11T08:13:35.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:34 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:13:35.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:35 smithi169 bash[54375]: (process:1): GLib-GObject-CRITICAL **: 08:13:35.006: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:13:35.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: audit 2024-09-11T08:13:33.967904+0000 mon.b (mon.2) 12 : audit [INF] from='client.44252 172.21.15.169:0/54792865' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: access denied 2024-09-11T08:13:35.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: cluster 2024-09-11T08:13:33.987391+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:13:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: cluster 2024-09-11T08:13:33.987763+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-11T08:13:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: cluster 2024-09-11T08:13:33.998390+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:13:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: cluster 2024-09-11T08:13:33.999045+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.0113691s), standbys: x 2024-09-11T08:13:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: cluster 2024-09-11T08:13:34.083421+0000 mon.a (mon.0) 18 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:13:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: cluster 2024-09-11T08:13:34.083583+0000 mon.a (mon.0) 19 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:13:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: audit 2024-09-11T08:13:34.086121+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.? 172.21.15.169:0/2051584494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:13:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: audit 2024-09-11T08:13:34.089112+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.? 172.21.15.169:0/2051584494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:13:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: audit 2024-09-11T08:13:34.090942+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.? 172.21.15.169:0/2051584494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:13:35.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:34 smithi133 bash[19346]: audit 2024-09-11T08:13:34.091620+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.? 172.21.15.169:0/2051584494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:13:35.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:35 smithi169 bash[54630]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:13:35.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:35 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:13:36.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:35 smithi133 bash[19346]: cluster 2024-09-11T08:13:35.002366+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e40: y(active, starting, since 1.01469s), standbys: x 2024-09-11T08:13:36.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:35 smithi133 bash[19346]: audit 2024-09-11T08:13:35.008560+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:13:36.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:36 smithi133 bash[19346]: audit 2024-09-11T08:13:35.008800+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.? 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:13:40.339 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[40980]: debug 2024-09-11T08:13:40.130+0000 7f196cb8c640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-11T08:13:40.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.026875+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:13:40.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.027708+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.028575+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.029242+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.029806+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.030459+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.031284+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.032030+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.032810+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.033548+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.034205+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.034769+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.035228+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.036390+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:13:40.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.038934+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.041061+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT623300LN400BGN"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.041600+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620401AQ400BGN"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.042094+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.042747+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.043225+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.043717+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.044215+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.044734+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.045287+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133.devices.0"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.045760+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.046261+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi169.devices.0"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.046690+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.047147+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:13:40.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.047596+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.048032+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi169/grafana_crt"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.048523+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi169/grafana_key"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.049024+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.049495+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.049966+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.iscsi.iscsi"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.050437+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.050903+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.051392+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.051869+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.052334+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.052889+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:13:40.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.053539+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-11T08:13:40.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.054080+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:13:40.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.054611+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/_iscsi_config"}]: dispatch 2024-09-11T08:13:40.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.055113+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:13:40.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.055597+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:13:40.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.056076+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:13:40.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.056573+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:13:40.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.057065+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:13:40.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.057564+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:13:40.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.058049+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:13:40.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: audit 2024-09-11T08:13:40.058532+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:13:40.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:40 smithi133 bash[19346]: cluster 2024-09-11T08:13:40.071483+0000 mon.a (mon.0) 25 : cluster [INF] Manager daemon y is now available 2024-09-11T08:13:41.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[19346]: cluster 2024-09-11T08:13:40.133755+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e41: y(active, since 6s), standbys: x 2024-09-11T08:13:41.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[19346]: cluster 2024-09-11T08:13:40.148189+0000 mgr.y (mgr.25981) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:41.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[19346]: audit 2024-09-11T08:13:40.169234+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:13:41.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[19346]: audit 2024-09-11T08:13:40.169697+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:13:41.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[19346]: audit 2024-09-11T08:13:40.189240+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:13:41.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[19346]: audit 2024-09-11T08:13:40.190003+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:13:41.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[19346]: audit 2024-09-11T08:13:40.486400+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:13:41.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[19346]: audit 2024-09-11T08:13:40.515317+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: debug 2024-09-11T08:13:41.274+0000 7f193345a640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:13:41] ENGINE Error in HTTPServer.serve 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: Traceback (most recent call last): 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: self._connections.run(self.expiration_interval) 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: self._run(expiration_interval) 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:13:41.450 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: s = self.context.wrap_socket( 2024-09-11T08:13:41.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:13:41.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: return self.sslsocket_class._create( 2024-09-11T08:13:41.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:13:41.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: self.do_handshake() 2024-09-11T08:13:41.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:13:41.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: self._sslobj.do_handshake() 2024-09-11T08:13:41.451 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:13:41 smithi133 bash[40980]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:13:42.444 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: cluster 2024-09-11T08:13:41.128490+0000 mon.a (mon.0) 31 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:13:42.444 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: cluster 2024-09-11T08:13:41.128550+0000 mon.a (mon.0) 32 : cluster [INF] Cluster is now healthy 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: cephadm 2024-09-11T08:13:41.150931+0000 mgr.y (mgr.25981) 2 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Bus STARTING 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: cephadm 2024-09-11T08:13:41.273269+0000 mgr.y (mgr.25981) 3 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: cephadm 2024-09-11T08:13:41.273555+0000 mgr.y (mgr.25981) 4 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Bus STARTED 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: cephadm 2024-09-11T08:13:41.277310+0000 mgr.y (mgr.25981) 5 : cephadm [ERR] [11/Sep/2024:08:13:41] ENGINE Error in HTTPServer.serve 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: Traceback (most recent call last): 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: self._connections.run(self.expiration_interval) 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: self._run(expiration_interval) 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:13:42.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: s = self.context.wrap_socket( 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: return self.sslsocket_class._create( 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: self.do_handshake() 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: self._sslobj.do_handshake() 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:13:42.446 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[19346]: audit 2024-09-11T08:13:41.283424+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:42.698 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:13:42 smithi133 bash[49151]: ts=2024-09-11T08:13:42.442Z caller=notify.go:743 level=info component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify success" attempts=7 2024-09-11T08:13:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:43 smithi133 bash[19346]: cluster 2024-09-11T08:13:42.030975+0000 mgr.y (mgr.25981) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:43 smithi133 bash[19346]: cluster 2024-09-11T08:13:42.296465+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e42: y(active, since 8s), standbys: x 2024-09-11T08:13:45.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:45 smithi133 bash[19346]: cluster 2024-09-11T08:13:44.031712+0000 mgr.y (mgr.25981) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:13:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:45 smithi133 bash[19346]: cluster 2024-09-11T08:13:44.312073+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e43: y(active, since 10s), standbys: x 2024-09-11T08:13:45.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:45 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 19. 2024-09-11T08:13:45.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:45 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:45.888 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:45 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:13:47.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:47 smithi133 bash[19346]: cluster 2024-09-11T08:13:46.032736+0000 mgr.y (mgr.25981) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:13:47.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:47 smithi133 bash[19346]: audit 2024-09-11T08:13:46.744317+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:13:47.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:47 smithi133 bash[19346]: audit 2024-09-11T08:13:46.752341+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:47.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:47 smithi133 bash[19346]: audit 2024-09-11T08:13:46.761099+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:47.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:47 smithi133 bash[19346]: audit 2024-09-11T08:13:47.134528+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:13:48.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:47 smithi169 bash[54811]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:13:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.348493+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:13:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.354935+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.361992+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.364556+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.365617+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.366677+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.367665+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.368679+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.369858+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.371032+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.372168+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.373378+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.797180+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:13:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.803906+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:47.817272+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:48 smithi133 bash[19346]: audit 2024-09-11T08:13:48.211379+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:13:49.160 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: --- Logging error --- 2024-09-11T08:13:49.160 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.160 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:49.160 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.send(msg) 2024-09-11T08:13:49.160 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:49.160 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:49.160 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.161 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:49.161 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.connect(address) 2024-09-11T08:13:49.161 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:49.161 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:49.161 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.161 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:49.161 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self._connect_unixsocket(self.address) 2024-09-11T08:13:49.161 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:49.161 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.connect(address) 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Call stack: 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self._bootstrap_inner() 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.run() 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/bin/rbd-target-api", line 2784, in run 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: logger.info("Started the configuration object watcher") 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Message: 'Started the configuration object watcher' 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Arguments: () 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: --- Logging error --- 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:49.162 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.send(msg) 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.connect(address) 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self._connect_unixsocket(self.address) 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.connect(address) 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Call stack: 2024-09-11T08:13:49.163 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:49.164 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: main() 2024-09-11T08:13:49.164 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:49.164 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:49.164 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 66, in osd_blacklist_cleanup 2024-09-11T08:13:49.164 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.logger.info("Processing osd blacklist entries for this node") 2024-09-11T08:13:49.164 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Message: 'Processing osd blacklist entries for this node' 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Arguments: () 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: --- Logging error --- 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.send(msg) 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.connect(address) 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self._connect_unixsocket(self.address) 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.connect(address) 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Call stack: 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/threading.py", line 884, in _bootstrap 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self._bootstrap_inner() 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.run() 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/bin/rbd-target-api", line 2786, in run 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.interval)) 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Message: 'Checking for config object changes every 1s' 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Arguments: () 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: --- Logging error --- 2024-09-11T08:13:49.166 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 936, in emit 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.send(msg) 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: OSError: [Errno 9] Bad file descriptor 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 857, in _connect_unixsocket 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.connect(address) 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: During handling of the above exception, another exception occurred: 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 939, in emit 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self._connect_unixsocket(self.address) 2024-09-11T08:13:49.167 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/logging/handlers.py", line 868, in _connect_unixsocket 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: self.socket.connect(address) 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: FileNotFoundError: [Errno 2] No such file or directory 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Call stack: 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: main() 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 37, in ceph_rm_blacklist 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: "{}".format(blacklisted_ip)) 2024-09-11T08:13:49.168 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Message: 'Removing blacklisted entry for this host : 172.21.15.169:0/3662966312' 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Arguments: () 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: Traceback (most recent call last): 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/bin/rbd-target-api", line 2951, in 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: main() 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/bin/rbd-target-api", line 2861, in main 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: osd_state_ok = ceph_gw.osd_blacklist_cleanup() 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 110, in osd_blacklist_cleanup 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: rm_ok = self.ceph_rm_blacklist(blacklist_entry.split(' ')[0]) 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib/python3.6/site-packages/ceph_iscsi_config/gateway.py", line 45, in ceph_rm_blacklist 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: stderr=subprocess.STDOUT, shell=True) 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: **kwargs).stdout 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: File "/usr/lib64/python3.6/subprocess.py", line 438, in run 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: output=stdout, stderr=stderr) 2024-09-11T08:13:49.169 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:48 smithi169 bash[54826]: subprocess.CalledProcessError: Command 'ceph -n client.iscsi.iscsi.a --conf /etc/ceph/ceph.conf osd blacklist rm 172.21.15.169:0/3662966312' returned non-zero exit status 13. 2024-09-11T08:13:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:49 smithi133 bash[19346]: cluster 2024-09-11T08:13:48.033401+0000 mgr.y (mgr.25981) 9 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:13:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:49 smithi133 bash[19346]: audit 2024-09-11T08:13:48.437947+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:13:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:49 smithi133 bash[19346]: audit 2024-09-11T08:13:48.446870+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:49 smithi133 bash[19346]: audit 2024-09-11T08:13:48.459377+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:49 smithi133 bash[19346]: audit 2024-09-11T08:13:48.463137+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:13:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:49 smithi133 bash[19346]: audit 2024-09-11T08:13:48.505351+0000 mon.c (mon.1) 108 : audit [DBG] from='client.44288 172.21.15.169:0/3161510523' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:13:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:49 smithi133 bash[19346]: audit 2024-09-11T08:13:48.860649+0000 mon.b (mon.2) 13 : audit [INF] from='client.44294 172.21.15.169:0/798597681' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: access denied 2024-09-11T08:13:50.088 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:49 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:13:50.088 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:49 smithi169 bash[54811]: (process:1): GLib-GObject-CRITICAL **: 08:13:49.861: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2024-09-11T08:13:50.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:50 smithi169 bash[55506]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi.iscsi.a-tcmu 2024-09-11T08:13:50.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:13:50 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:13:51.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:51 smithi133 bash[19346]: cluster 2024-09-11T08:13:50.034115+0000 mgr.y (mgr.25981) 10 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:13:53.606 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:13:53.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:53 smithi133 bash[19346]: cluster 2024-09-11T08:13:52.035616+0000 mgr.y (mgr.25981) 11 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:13:54.350 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:13:54.350 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (3m) 7s ago 27m 18.0M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:13:54.350 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (2m) 6s ago 27m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:13:54.350 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 6s ago 28m - - 2024-09-11T08:13:54.350 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (4m) 6s ago 32m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (14m) 7s ago 34m 424M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (27s) 7s ago 34m 36.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (83s) 6s ago 33m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (33m) 7s ago 33m 86.3M 2048M 15.2.9 dfc483079636 ca084a51bd67 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (4m) 7s ago 28m 10.4M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (4m) 6s ago 28m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (32m) 7s ago 32m 51.5M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (31m) 7s ago 31m 53.3M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (31m) 7s ago 31m 46.5M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (30m) 7s ago 30m 54.5M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (30m) 6s ago 30m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (30m) 6s ago 30m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:13:54.351 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (29m) 6s ago 29m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:13:54.352 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (29m) 6s ago 29m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:13:54.352 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (3m) 6s ago 28m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:13:54.352 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (26m) 7s ago 26m 55.2M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:13:54.352 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (26m) 6s ago 26m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:13:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:54 smithi133 bash[19346]: audit 2024-09-11T08:13:53.591013+0000 mgr.y (mgr.25981) 12 : audit [DBG] from='client.26053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:54 smithi133 bash[19346]: audit 2024-09-11T08:13:54.308898+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:54 smithi133 bash[19346]: audit 2024-09-11T08:13:54.310455+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:54 smithi133 bash[19346]: audit 2024-09-11T08:13:54.312133+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:54 smithi133 bash[19346]: audit 2024-09-11T08:13:54.313710+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:54 smithi133 bash[19346]: audit 2024-09-11T08:13:54.315294+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:54 smithi133 bash[19346]: audit 2024-09-11T08:13:54.317022+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:54 smithi133 bash[19346]: audit 2024-09-11T08:13:54.323447+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:13:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:54 smithi133 bash[19346]: audit 2024-09-11T08:13:54.325264+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:54.770 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:13:54.770 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:13:54.770 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 1, 2024-09-11T08:13:54.770 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:13:54.770 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:13:54.770 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:13:54.770 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 11, 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:13:54.771 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:13:55.142 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:13:55.142 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:13:55.143 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:13:55.143 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi133", 2024-09-11T08:13:55.143 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:13:55.143 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "1/2 daemons upgraded", 2024-09-11T08:13:55.143 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-09-11T08:13:55.143 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:13:55.143 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:13:55.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:55 smithi133 bash[19346]: audit 2024-09-11T08:13:53.938968+0000 mgr.y (mgr.25981) 13 : audit [DBG] from='client.26059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:55.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:55 smithi133 bash[19346]: cluster 2024-09-11T08:13:54.036405+0000 mgr.y (mgr.25981) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:13:55.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:55 smithi133 bash[19346]: audit 2024-09-11T08:13:54.302847+0000 mgr.y (mgr.25981) 15 : audit [DBG] from='client.26065 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:55 smithi133 bash[19346]: audit 2024-09-11T08:13:54.326920+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:55 smithi133 bash[19346]: audit 2024-09-11T08:13:54.328759+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:55 smithi133 bash[19346]: audit 2024-09-11T08:13:54.333046+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:55.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:55 smithi133 bash[19346]: audit 2024-09-11T08:13:54.768558+0000 mon.a (mon.0) 71 : audit [DBG] from='client.54198 172.21.15.133:0/4138886153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:13:56.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:56 smithi133 bash[19346]: audit 2024-09-11T08:13:55.140784+0000 mgr.y (mgr.25981) 16 : audit [DBG] from='client.26077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:13:57.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:57 smithi133 bash[19346]: cluster 2024-09-11T08:13:56.037898+0000 mgr.y (mgr.25981) 17 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:13:59.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: cluster 2024-09-11T08:13:58.038611+0000 mgr.y (mgr.25981) 18 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:13:59.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.029523+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:13:59.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.039246+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:59.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.051749+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:59.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.054597+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:59.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.055816+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.057026+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.058319+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.059642+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.060925+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.062143+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.063316+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.064779+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.066250+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.067984+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.078505+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.137689+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.144440+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:13:59.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.146538+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:13:59.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:13:59 smithi133 bash[19346]: audit 2024-09-11T08:13:59.148029+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T08:14:00.657 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:00 smithi133 bash[19346]: cephadm 2024-09-11T08:13:59.069584+0000 mgr.y (mgr.25981) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:00.657 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:00 smithi133 bash[19346]: cephadm 2024-09-11T08:13:59.149370+0000 mgr.y (mgr.25981) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T08:14:01.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:14:00 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Scheduled restart job, restart counter is at 20. 2024-09-11T08:14:01.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:14:00 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:14:01.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:14:00 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Start request repeated too quickly. 2024-09-11T08:14:01.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:14:00 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:14:01.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:14:00 smithi169 systemd[1]: Failed to start Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:14:01.373 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:01 smithi133 bash[19346]: cluster 2024-09-11T08:14:00.039379+0000 mgr.y (mgr.25981) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:02.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:02 smithi133 bash[19346]: cephadm 2024-09-11T08:14:01.611127+0000 mgr.y (mgr.25981) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T08:14:02.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:02 smithi133 bash[19346]: audit 2024-09-11T08:14:01.620770+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:02.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:02 smithi133 bash[19346]: audit 2024-09-11T08:14:01.624716+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:02.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:02 smithi133 bash[19346]: audit 2024-09-11T08:14:01.626426+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:02.916 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:02 smithi133 bash[19346]: audit 2024-09-11T08:14:01.627680+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:02.916 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:02 smithi133 bash[19346]: cephadm 2024-09-11T08:14:01.629125+0000 mgr.y (mgr.25981) 23 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-09-11T08:14:02.916 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:02 smithi133 bash[19346]: audit 2024-09-11T08:14:01.630097+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:14:03.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:03 smithi133 bash[19346]: cluster 2024-09-11T08:14:02.040982+0000 mgr.y (mgr.25981) 24 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:04.394 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:04 smithi133 systemd[1]: Stopping Ceph mon.c for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:14:04.394 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:04 smithi133 bash[19346]: debug 2024-09-11T08:14:04.130+0000 7f5318f90700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:14:04.395 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:04 smithi133 bash[19346]: debug 2024-09-11T08:14:04.130+0000 7f5318f90700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-11T08:14:04.978 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:04 smithi133 bash[54369]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mon.c 2024-09-11T08:14:04.978 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:04 smithi133 bash[54442]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-mon.c 2024-09-11T08:14:05.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:04 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.c.service: Succeeded. 2024-09-11T08:14:05.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:04 smithi133 systemd[1]: Stopped Ceph mon.c for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:14:05.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:05 smithi133 systemd[1]: Started Ceph mon.c for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:14:06.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.466+0000 7f186bc17900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:14:06.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.466+0000 7f186bc17900 0 ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 7 2024-09-11T08:14:06.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.466+0000 7f186bc17900 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 0 load: jerasure load: lrc 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: RocksDB version: 6.15.5 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Compile date Sep 10 2024 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: DB SUMMARY 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: DB Session ID: KUPUCYNKT54PR1ZCQH6C 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 2215 Bytes 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000053.sst 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000051.log size: 4672768 ; 2024-09-11T08:14:06.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.env: 0x5606e9bec440 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.fs: Posix File System 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.info_log: 0x5606eb258ee0 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:14:06.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:14:06.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.db_log_dir: 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:14:06.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.write_buffer_manager: 0x5606eb316780 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:14:06.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.unordered_write: 0 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.row_cache: None 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.wal_filter: None 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:14:06.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:14:06.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T08:14:06.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Compression algorithms supported: 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: kZSTD supported: 0 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T08:14:06.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.merge_operator: 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5606eb201a38) 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: cache_index_and_filter_blocks: 1 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: pin_top_level_index_and_filter: 1 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: index_type: 0 2024-09-11T08:14:06.709 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: data_block_index_type: 0 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: index_shortening: 1 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: hash_index_allow_collision: 1 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: checksum: 1 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: no_block_cache: 0 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: block_cache: 0x5606eb235350 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: block_cache_name: BinnedLRUCache 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: block_cache_options: 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: capacity : 536870912 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: num_shard_bits : 4 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: strict_capacity_limit : 0 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: high_pri_pool_ratio: 0.000 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: block_cache_compressed: (nil) 2024-09-11T08:14:06.710 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: persistent_cache: (nil) 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: block_size: 4096 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: block_size_deviation: 10 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: block_restart_interval: 16 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: index_block_restart_interval: 1 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: metadata_block_size: 4096 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: partition_filters: 0 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: use_delta_encoding: 1 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: whole_key_filtering: 1 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: verify_compression: 0 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: read_amp_bytes_per_bit: 0 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: format_version: 4 2024-09-11T08:14:06.711 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: enable_index_compression: 1 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: block_align: 0 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.num_levels: 7 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:14:06.712 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:14:06.713 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.470+0000 7f186bc17900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:14:06.714 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:14:06.715 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:14:06.716 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:14:06.716 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:14:06.716 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T08:14:06.716 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.ttl: 2592000 2024-09-11T08:14:06.717 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.enable_blob_files: false 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.min_blob_size: 0 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 55, last_sequence is 31219, log_number is 51,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 51 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 55 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726042446478735, "job": 1, "event": "recovery_started", "wal_files": [51]} 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.474+0000 7f186bc17900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #51 mode 2 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.482+0000 7f186bc17900 3 rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T08:14:06.718 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.486+0000 7f186bc17900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726042446491638, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 56, "file_size": 3079238, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 3075388, "index_size": 2436, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 453, "raw_key_size": 3263, "raw_average_key_size": 20, "raw_value_size": 3070477, "raw_average_value_size": 19682, "num_data_blocks": 106, "num_entries": 156, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726042446, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "6bbdc351-e2f2-4e1e-b764-facb701fcebe", "db_session_id": "KUPUCYNKT54PR1ZCQH6C"}} 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.486+0000 7f186bc17900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 57 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f186bc17900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726042446492706, "job": 1, "event": "recovery_finished"} 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f186bc17900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000051.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f186bc17900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5606eb26a700 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f186bc17900 4 rocksdb: DB pointer 0x5606eb238000 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f18619e3640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f18619e3640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ** DB Stats ** 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T08:14:06.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ** Compaction Stats [default] ** 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: L0 1/0 2.94 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 596.3 0.00 0.00 1 0.005 0 0 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: L6 1/0 39.78 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 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Sum 2/0 42.71 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 596.3 0.00 0.00 1 0.005 0 0 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 596.3 0.00 0.00 1 0.005 0 0 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ** Compaction Stats [default] ** 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:14:06.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 596.3 0.00 0.00 1 0.005 0 0 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Flush(GB): cumulative 0.003, interval 0.003 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Cumulative compaction: 0.00 GB write, 163.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Interval compaction: 0.00 GB write, 163.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ** Compaction Stats [default] ** 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:14:06.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: L0 1/0 2.94 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 596.3 0.00 0.00 1 0.005 0 0 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: L6 1/0 39.78 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 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Sum 2/0 42.71 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 596.3 0.00 0.00 1 0.005 0 0 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ** Compaction Stats [default] ** 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 596.3 0.00 0.00 1 0.005 0 0 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Flush(GB): cumulative 0.003, interval 0.000 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:14:06.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Cumulative compaction: 0.00 GB write, 163.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f186bc17900 0 starting mon.c rank 1 at public addrs [v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0] at bind addrs [v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f186bc17900 1 mon.c@-1(???) e3 preinit fsid d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f186bc17900 0 mon.c@-1(???).mds e1 new map 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.490+0000 7f186bc17900 0 mon.c@-1(???).mds e1 print_map 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: e1 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: legacy client fscid: -1 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: 2024-09-11T08:14:06.723 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: No filesystems configured 2024-09-11T08:14:06.724 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.494+0000 7f186bc17900 0 mon.c@-1(???).osd e73 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:14:06.724 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.494+0000 7f186bc17900 0 mon.c@-1(???).osd e73 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:14:06.724 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.494+0000 7f186bc17900 0 mon.c@-1(???).osd e73 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:14:06.724 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.494+0000 7f186bc17900 0 mon.c@-1(???).osd e73 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:14:06.724 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:06 smithi133 bash[54520]: debug 2024-09-11T08:14:06.494+0000 7f186bc17900 1 mon.c@-1(???).paxosservice(auth 1..32) refresh upgraded, format 0 -> 3 2024-09-11T08:14:09.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T07:39:15.670717+0000 mon.a (mon.0) 0 : [INF] mkfs d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:14:09.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:10:58.590013+0000 mgr.y (mgr.15138) 129 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:14:09.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:10:58.684765+0000 mgr.y (mgr.15138) 131 : cephadm [INF] Deploying daemon grafana.a on smithi169 2024-09-11T08:14:09.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:11:42.670754+0000 mgr.y (mgr.15138) 158 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:11:42.801277+0000 mgr.y (mgr.15138) 163 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:14:09.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:11:42.889258+0000 mgr.y (mgr.15138) 164 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:14:09.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:11:43.222637+0000 mgr.y (mgr.15138) 165 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:11:43.309224+0000 mgr.y (mgr.15138) 168 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:20.405292+0000 mgr.y (mgr.15138) 193 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:20.796108+0000 mgr.y (mgr.15138) 194 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:20.854764+0000 mgr.y (mgr.15138) 197 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:24.746035+0000 mgr.y (mgr.15138) 199 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:24.746136+0000 mgr.y (mgr.15138) 200 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:24.796118+0000 mgr.y (mgr.15138) 201 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:24.811328+0000 mgr.y (mgr.15138) 203 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:27.171162+0000 mgr.y (mgr.15138) 208 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:27.184130+0000 mgr.y (mgr.15138) 209 : cephadm [INF] Deploying daemon mon.b on smithi169 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:53.843276+0000 mgr.y (mgr.15138) 224 : cephadm [INF] Detected new or changed devices on smithi169 2024-09-11T08:14:09.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:53.869677+0000 mgr.y (mgr.15138) 225 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:53.945740+0000 mgr.y (mgr.15138) 228 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:53.958420+0000 mgr.y (mgr.15138) 229 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:53.969273+0000 mgr.y (mgr.15138) 230 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:53.980488+0000 mgr.y (mgr.15138) 231 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:53.998654+0000 mgr.y (mgr.15138) 232 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.008525+0000 mgr.y (mgr.15138) 233 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.013204+0000 mgr.y (mgr.15138) 234 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.018200+0000 mgr.y (mgr.15138) 235 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.023260+0000 mgr.y (mgr.15138) 236 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.027951+0000 mgr.y (mgr.15138) 237 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:14:09.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.032670+0000 mgr.y (mgr.15138) 238 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.035798+0000 mgr.y (mgr.15138) 239 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.106229+0000 mgr.y (mgr.15138) 240 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.117751+0000 mgr.y (mgr.15138) 241 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:12:54.185868+0000 mgr.y (mgr.15138) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:02.191981+0000 mgr.y (mgr.15138) 251 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:04.192714+0000 mgr.y (mgr.15138) 253 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:06.194251+0000 mgr.y (mgr.15138) 254 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:08.194984+0000 mgr.y (mgr.15138) 255 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:10.195765+0000 mgr.y (mgr.15138) 256 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:12.196926+0000 mgr.y (mgr.15138) 258 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:14.197610+0000 mgr.y (mgr.15138) 260 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:14.952939+0000 mgr.y (mgr.15138) 261 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:14.968801+0000 mgr.y (mgr.15138) 262 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:14.969702+0000 mgr.y (mgr.15138) 263 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:14.970037+0000 mgr.y (mgr.15138) 264 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:15.027932+0000 mgr.y (mgr.15138) 265 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:16.971556+0000 mgr.y (mgr.15138) 266 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:18.972270+0000 mgr.y (mgr.15138) 267 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:19.351639+0000 mgr.y (mgr.15138) 268 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:19.351736+0000 mgr.y (mgr.15138) 269 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:14:09.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:19.364271+0000 mgr.y (mgr.15138) 270 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:19.374507+0000 mgr.y (mgr.15138) 271 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:20.973526+0000 mgr.y (mgr.15138) 272 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:22.480010+0000 mgr.y (mgr.15138) 276 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:22.491614+0000 mgr.y (mgr.15138) 277 : cephadm [INF] Deploying daemon mon.a on smithi133 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:22.974110+0000 mgr.y (mgr.15138) 278 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:26.976352+0000 mgr.y (mgr.15138) 281 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.574316+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.594345+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.604900+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.606176+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.606310+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T08:14:09.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.608571+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e36: y(active, since 4m), standbys: x 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.609031+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.609049+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.609065+0000 mon.a (mon.0) 9 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:28.624367+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e37: y(active, since 4m), standbys: x 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:29.633004+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 4m), standbys: x 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:33.987391+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:33.987763+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:33.998390+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:33.999045+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.0113691s), standbys: x 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:34.083421+0000 mon.a (mon.0) 18 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:14:09.186 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:34.083583+0000 mon.a (mon.0) 19 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:35.002366+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e40: y(active, starting, since 1.01469s), standbys: x 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:40.071483+0000 mon.a (mon.0) 25 : cluster [INF] Manager daemon y is now available 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:40.133755+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e41: y(active, since 6s), standbys: x 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:40.148189+0000 mgr.y (mgr.25981) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:41.128490+0000 mon.a (mon.0) 31 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:41.128550+0000 mon.a (mon.0) 32 : cluster [INF] Cluster is now healthy 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:41.150931+0000 mgr.y (mgr.25981) 2 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Bus STARTING 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:41.273269+0000 mgr.y (mgr.25981) 3 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:41.273555+0000 mgr.y (mgr.25981) 4 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Bus STARTED 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:41.277310+0000 mgr.y (mgr.25981) 5 : cephadm [ERR] [11/Sep/2024:08:13:41] ENGINE Error in HTTPServer.serve 2024-09-11T08:14:09.187 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: Traceback (most recent call last): 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: self._connections.run(self.expiration_interval) 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: self._run(expiration_interval) 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:14:09.188 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: s = self.context.wrap_socket( 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: return self.sslsocket_class._create( 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: self.do_handshake() 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: self._sslobj.do_handshake() 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:42.030975+0000 mgr.y (mgr.25981) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:42.296465+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e42: y(active, since 8s), standbys: x 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:44.031712+0000 mgr.y (mgr.25981) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.189 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:44.312073+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e43: y(active, since 10s), standbys: x 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:46.032736+0000 mgr.y (mgr.25981) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:48.033401+0000 mgr.y (mgr.25981) 9 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:48.211379+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:48.437947+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:48.446870+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:48.459377+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:48.463137+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:48.505351+0000 mon.c (mon.1) 108 : audit [DBG] from='client.44288 172.21.15.169:0/3161510523' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:48.860649+0000 mon.b (mon.2) 13 : audit [INF] from='client.44294 172.21.15.169:0/798597681' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: access denied 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:50.034115+0000 mgr.y (mgr.25981) 10 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:14:09.190 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:52.035616+0000 mgr.y (mgr.25981) 11 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:53.591013+0000 mgr.y (mgr.25981) 12 : audit [DBG] from='client.26053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:53.938968+0000 mgr.y (mgr.25981) 13 : audit [DBG] from='client.26059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:54.036405+0000 mgr.y (mgr.25981) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.302847+0000 mgr.y (mgr.25981) 15 : audit [DBG] from='client.26065 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.308898+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.310455+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.312133+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.313710+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.315294+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.317022+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.191 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.323447+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.325264+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.326920+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.328759+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.333046+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:54.768558+0000 mon.a (mon.0) 71 : audit [DBG] from='client.54198 172.21.15.133:0/4138886153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:55.140784+0000 mgr.y (mgr.25981) 16 : audit [DBG] from='client.26077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:56.037898+0000 mgr.y (mgr.25981) 17 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:13:58.038611+0000 mgr.y (mgr.25981) 18 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.029523+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:09.192 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.039246+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.051749+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.054597+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.055816+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.057026+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.058319+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.059642+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.060925+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.062143+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.063316+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.064779+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.066250+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:09.193 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.067984+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:59.069584+0000 mgr.y (mgr.25981) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.078505+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.137689+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.144440+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.146538+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:13:59.148029+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:13:59.149370+0000 mgr.y (mgr.25981) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:00.039379+0000 mgr.y (mgr.25981) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:14:01.611127+0000 mgr.y (mgr.25981) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:01.620770+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:01.624716+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:09.194 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:01.626426+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:01.627680+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cephadm 2024-09-11T08:14:01.629125+0000 mgr.y (mgr.25981) 23 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:01.630097+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:02.040982+0000 mgr.y (mgr.25981) 24 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:04.147090+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:04.147210+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:04.147334+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:07.697325+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:07.699869+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:07.700418+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:07.700418+0000 mon.a (mon.0) 100 : cluster [INF] mon.a calling monitor election 2024-09-11T08:14:09.195 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:07.701916+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:07.702071+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:07.703974+0000 mon.a (mon.0) 103 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:07.714277+0000 mon.a (mon.0) 104 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:07.715224+0000 mon.a (mon.0) 105 : cluster [DBG] fsmap 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:07.715289+0000 mon.a (mon.0) 106 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:07.715766+0000 mon.a (mon.0) 107 : cluster [DBG] mgrmap e43: y(active, since 33s), standbys: x 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:07.716031+0000 mon.a (mon.0) 108 : cluster [INF] overall HEALTH_OK 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:07.723705+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:07.733244+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: audit 2024-09-11T08:14:07.737899+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:14:09.196 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:08 smithi169 bash[48863]: cluster 2024-09-11T08:14:08.043874+0000 mgr.y (mgr.25981) 27 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T07:39:15.670717+0000 mon.a (mon.0) 0 : [INF] mkfs d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:14:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:10:58.590013+0000 mgr.y (mgr.15138) 129 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:14:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:10:58.684765+0000 mgr.y (mgr.15138) 131 : cephadm [INF] Deploying daemon grafana.a on smithi169 2024-09-11T08:14:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:11:42.670754+0000 mgr.y (mgr.15138) 158 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:11:42.801277+0000 mgr.y (mgr.15138) 163 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:14:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:11:42.889258+0000 mgr.y (mgr.15138) 164 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:14:09.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:11:43.222637+0000 mgr.y (mgr.15138) 165 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:11:43.309224+0000 mgr.y (mgr.15138) 168 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:20.405292+0000 mgr.y (mgr.15138) 193 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:20.796108+0000 mgr.y (mgr.15138) 194 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:20.854764+0000 mgr.y (mgr.15138) 197 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:24.746035+0000 mgr.y (mgr.15138) 199 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:24.746136+0000 mgr.y (mgr.15138) 200 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:24.796118+0000 mgr.y (mgr.15138) 201 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:24.811328+0000 mgr.y (mgr.15138) 203 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:27.171162+0000 mgr.y (mgr.15138) 208 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:27.184130+0000 mgr.y (mgr.15138) 209 : cephadm [INF] Deploying daemon mon.b on smithi169 2024-09-11T08:14:09.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:53.843276+0000 mgr.y (mgr.15138) 224 : cephadm [INF] Detected new or changed devices on smithi169 2024-09-11T08:14:09.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:53.869677+0000 mgr.y (mgr.15138) 225 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:53.945740+0000 mgr.y (mgr.15138) 228 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:14:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T07:39:15.670717+0000 mon.a (mon.0) 0 : [INF] mkfs d3da6098-7010-11ef-bcea-c7b262605968 2024-09-11T08:14:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:10:58.590013+0000 mgr.y (mgr.15138) 129 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:14:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:10:58.684765+0000 mgr.y (mgr.15138) 131 : cephadm [INF] Deploying daemon grafana.a on smithi169 2024-09-11T08:14:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:11:42.670754+0000 mgr.y (mgr.15138) 158 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:11:42.801277+0000 mgr.y (mgr.15138) 163 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:14:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:11:42.889258+0000 mgr.y (mgr.15138) 164 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:14:09.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:11:43.222637+0000 mgr.y (mgr.15138) 165 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:11:43.309224+0000 mgr.y (mgr.15138) 168 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:20.405292+0000 mgr.y (mgr.15138) 193 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:20.796108+0000 mgr.y (mgr.15138) 194 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:20.854764+0000 mgr.y (mgr.15138) 197 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:24.746035+0000 mgr.y (mgr.15138) 199 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:24.746136+0000 mgr.y (mgr.15138) 200 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:24.796118+0000 mgr.y (mgr.15138) 201 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:24.811328+0000 mgr.y (mgr.15138) 203 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:27.171162+0000 mgr.y (mgr.15138) 208 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:27.184130+0000 mgr.y (mgr.15138) 209 : cephadm [INF] Deploying daemon mon.b on smithi169 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:53.843276+0000 mgr.y (mgr.15138) 224 : cephadm [INF] Detected new or changed devices on smithi169 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:53.869677+0000 mgr.y (mgr.15138) 225 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:53.945740+0000 mgr.y (mgr.15138) 228 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:14:09.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:53.958420+0000 mgr.y (mgr.15138) 229 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:14:09.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:53.969273+0000 mgr.y (mgr.15138) 230 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:14:09.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:53.980488+0000 mgr.y (mgr.15138) 231 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:14:09.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:53.998654+0000 mgr.y (mgr.15138) 232 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:14:09.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.008525+0000 mgr.y (mgr.15138) 233 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:14:09.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.013204+0000 mgr.y (mgr.15138) 234 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:14:09.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.018200+0000 mgr.y (mgr.15138) 235 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.023260+0000 mgr.y (mgr.15138) 236 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.027951+0000 mgr.y (mgr.15138) 237 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.032670+0000 mgr.y (mgr.15138) 238 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.035798+0000 mgr.y (mgr.15138) 239 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.106229+0000 mgr.y (mgr.15138) 240 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.117751+0000 mgr.y (mgr.15138) 241 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:12:54.185868+0000 mgr.y (mgr.15138) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:02.191981+0000 mgr.y (mgr.15138) 251 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:04.192714+0000 mgr.y (mgr.15138) 253 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:06.194251+0000 mgr.y (mgr.15138) 254 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:08.194984+0000 mgr.y (mgr.15138) 255 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:10.195765+0000 mgr.y (mgr.15138) 256 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:12.196926+0000 mgr.y (mgr.15138) 258 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:14.197610+0000 mgr.y (mgr.15138) 260 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:53.958420+0000 mgr.y (mgr.15138) 229 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:14:09.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:53.969273+0000 mgr.y (mgr.15138) 230 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:14:09.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:53.980488+0000 mgr.y (mgr.15138) 231 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:14:09.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:53.998654+0000 mgr.y (mgr.15138) 232 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:14:09.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.008525+0000 mgr.y (mgr.15138) 233 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:14:09.205 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.013204+0000 mgr.y (mgr.15138) 234 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.018200+0000 mgr.y (mgr.15138) 235 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.023260+0000 mgr.y (mgr.15138) 236 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.027951+0000 mgr.y (mgr.15138) 237 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.032670+0000 mgr.y (mgr.15138) 238 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.035798+0000 mgr.y (mgr.15138) 239 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.106229+0000 mgr.y (mgr.15138) 240 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.117751+0000 mgr.y (mgr.15138) 241 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:12:54.185868+0000 mgr.y (mgr.15138) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:02.191981+0000 mgr.y (mgr.15138) 251 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:04.192714+0000 mgr.y (mgr.15138) 253 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:06.194251+0000 mgr.y (mgr.15138) 254 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:08.194984+0000 mgr.y (mgr.15138) 255 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:10.195765+0000 mgr.y (mgr.15138) 256 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:12.196926+0000 mgr.y (mgr.15138) 258 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:14.197610+0000 mgr.y (mgr.15138) 260 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:14.952939+0000 mgr.y (mgr.15138) 261 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:14.968801+0000 mgr.y (mgr.15138) 262 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:14.969702+0000 mgr.y (mgr.15138) 263 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-09-11T08:14:09.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:14.970037+0000 mgr.y (mgr.15138) 264 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:15.027932+0000 mgr.y (mgr.15138) 265 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:16.971556+0000 mgr.y (mgr.15138) 266 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.207 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:18.972270+0000 mgr.y (mgr.15138) 267 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:19.351639+0000 mgr.y (mgr.15138) 268 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:19.351736+0000 mgr.y (mgr.15138) 269 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:19.364271+0000 mgr.y (mgr.15138) 270 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:19.374507+0000 mgr.y (mgr.15138) 271 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:20.973526+0000 mgr.y (mgr.15138) 272 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:22.480010+0000 mgr.y (mgr.15138) 276 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:22.491614+0000 mgr.y (mgr.15138) 277 : cephadm [INF] Deploying daemon mon.a on smithi133 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:22.974110+0000 mgr.y (mgr.15138) 278 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:26.976352+0000 mgr.y (mgr.15138) 281 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.574316+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.594345+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:14:09.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.604900+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:14:09.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.606176+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T08:14:09.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:14.952939+0000 mgr.y (mgr.15138) 261 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:14.968801+0000 mgr.y (mgr.15138) 262 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:14.969702+0000 mgr.y (mgr.15138) 263 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-09-11T08:14:09.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:14.970037+0000 mgr.y (mgr.15138) 264 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:15.027932+0000 mgr.y (mgr.15138) 265 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:14:09.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:16.971556+0000 mgr.y (mgr.15138) 266 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:18.972270+0000 mgr.y (mgr.15138) 267 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:19.351639+0000 mgr.y (mgr.15138) 268 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:19.351736+0000 mgr.y (mgr.15138) 269 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:19.364271+0000 mgr.y (mgr.15138) 270 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:19.374507+0000 mgr.y (mgr.15138) 271 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:20.973526+0000 mgr.y (mgr.15138) 272 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:22.480010+0000 mgr.y (mgr.15138) 276 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:22.491614+0000 mgr.y (mgr.15138) 277 : cephadm [INF] Deploying daemon mon.a on smithi133 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:22.974110+0000 mgr.y (mgr.15138) 278 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:26.976352+0000 mgr.y (mgr.15138) 281 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.574316+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.594345+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:14:09.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.604900+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:14:09.211 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.606176+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T08:14:09.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.606310+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T08:14:09.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.608571+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e36: y(active, since 4m), standbys: x 2024-09-11T08:14:09.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.609031+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:14:09.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.609049+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:14:09.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.609065+0000 mon.a (mon.0) 9 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:14:09.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:28.624367+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e37: y(active, since 4m), standbys: x 2024-09-11T08:14:09.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:29.633004+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 4m), standbys: x 2024-09-11T08:14:09.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:33.987391+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:33.987763+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:33.998390+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:33.999045+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.0113691s), standbys: x 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:34.083421+0000 mon.a (mon.0) 18 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:34.083583+0000 mon.a (mon.0) 19 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:35.002366+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e40: y(active, starting, since 1.01469s), standbys: x 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:40.071483+0000 mon.a (mon.0) 25 : cluster [INF] Manager daemon y is now available 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:40.133755+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e41: y(active, since 6s), standbys: x 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:40.148189+0000 mgr.y (mgr.25981) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:41.128490+0000 mon.a (mon.0) 31 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:41.128550+0000 mon.a (mon.0) 32 : cluster [INF] Cluster is now healthy 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:41.150931+0000 mgr.y (mgr.25981) 2 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Bus STARTING 2024-09-11T08:14:09.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:41.273269+0000 mgr.y (mgr.25981) 3 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:14:09.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:41.273555+0000 mgr.y (mgr.25981) 4 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Bus STARTED 2024-09-11T08:14:09.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:41.277310+0000 mgr.y (mgr.25981) 5 : cephadm [ERR] [11/Sep/2024:08:13:41] ENGINE Error in HTTPServer.serve 2024-09-11T08:14:09.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: Traceback (most recent call last): 2024-09-11T08:14:09.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:14:09.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: self._connections.run(self.expiration_interval) 2024-09-11T08:14:09.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:14:09.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: self._run(expiration_interval) 2024-09-11T08:14:09.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.606310+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T08:14:09.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.608571+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e36: y(active, since 4m), standbys: x 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.609031+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.609049+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.609065+0000 mon.a (mon.0) 9 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:28.624367+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e37: y(active, since 4m), standbys: x 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:29.633004+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 4m), standbys: x 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:33.987391+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:33.987763+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:33.998390+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:33.999045+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.0113691s), standbys: x 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:34.083421+0000 mon.a (mon.0) 18 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:34.083583+0000 mon.a (mon.0) 19 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:14:09.214 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:35.002366+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e40: y(active, starting, since 1.01469s), standbys: x 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:40.071483+0000 mon.a (mon.0) 25 : cluster [INF] Manager daemon y is now available 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:40.133755+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e41: y(active, since 6s), standbys: x 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:40.148189+0000 mgr.y (mgr.25981) 1 : cluster [DBG] pgmap v3: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:41.128490+0000 mon.a (mon.0) 31 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:41.128550+0000 mon.a (mon.0) 32 : cluster [INF] Cluster is now healthy 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:41.150931+0000 mgr.y (mgr.25981) 2 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Bus STARTING 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:41.273269+0000 mgr.y (mgr.25981) 3 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Serving on https://172.21.15.133:7150 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:41.273555+0000 mgr.y (mgr.25981) 4 : cephadm [INF] [11/Sep/2024:08:13:41] ENGINE Bus STARTED 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:41.277310+0000 mgr.y (mgr.25981) 5 : cephadm [ERR] [11/Sep/2024:08:13:41] ENGINE Error in HTTPServer.serve 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: Traceback (most recent call last): 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:14:09.215 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: self._connections.run(self.expiration_interval) 2024-09-11T08:14:09.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:14:09.216 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: self._run(expiration_interval) 2024-09-11T08:14:09.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:14:09.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:14:09.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:14:09.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:14:09.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:14:09.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: s = self.context.wrap_socket( 2024-09-11T08:14:09.216 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: return self.sslsocket_class._create( 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: self.do_handshake() 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: self._sslobj.do_handshake() 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:42.030975+0000 mgr.y (mgr.25981) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:42.296465+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e42: y(active, since 8s), standbys: x 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:44.031712+0000 mgr.y (mgr.25981) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:44.312073+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e43: y(active, since 10s), standbys: x 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:46.032736+0000 mgr.y (mgr.25981) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:14:09.217 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:48.033401+0000 mgr.y (mgr.25981) 9 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:14:09.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:48.211379+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:14:09.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:48.437947+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:09.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:48.446870+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:48.459377+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:48.463137+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:14:09.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:48.505351+0000 mon.c (mon.1) 108 : audit [DBG] from='client.44288 172.21.15.169:0/3161510523' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:14:09.218 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:48.860649+0000 mon.b (mon.2) 13 : audit [INF] from='client.44294 172.21.15.169:0/798597681' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: access denied 2024-09-11T08:14:09.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:14:09.218 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: s = self.context.wrap_socket( 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: return self.sslsocket_class._create( 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: self.do_handshake() 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: self._sslobj.do_handshake() 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:42.030975+0000 mgr.y (mgr.25981) 6 : cluster [DBG] pgmap v4: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:42.296465+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e42: y(active, since 8s), standbys: x 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:44.031712+0000 mgr.y (mgr.25981) 7 : cluster [DBG] pgmap v5: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:44.312073+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e43: y(active, since 10s), standbys: x 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:46.032736+0000 mgr.y (mgr.25981) 8 : cluster [DBG] pgmap v6: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:48.033401+0000 mgr.y (mgr.25981) 9 : cluster [DBG] pgmap v7: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:48.211379+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:48.437947+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:48.446870+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:48.459377+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:48.463137+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:48.505351+0000 mon.c (mon.1) 108 : audit [DBG] from='client.44288 172.21.15.169:0/3161510523' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist ls"}]: dispatch 2024-09-11T08:14:09.220 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:48.860649+0000 mon.b (mon.2) 13 : audit [INF] from='client.44294 172.21.15.169:0/798597681' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blacklist", "blacklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: access denied 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:50.034115+0000 mgr.y (mgr.25981) 10 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:52.035616+0000 mgr.y (mgr.25981) 11 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:53.591013+0000 mgr.y (mgr.25981) 12 : audit [DBG] from='client.26053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:53.938968+0000 mgr.y (mgr.25981) 13 : audit [DBG] from='client.26059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:54.036405+0000 mgr.y (mgr.25981) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.302847+0000 mgr.y (mgr.25981) 15 : audit [DBG] from='client.26065 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.308898+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.310455+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.312133+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.221 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.313710+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.315294+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.317022+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.323447+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.325264+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.326920+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.328759+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.333046+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:54.768558+0000 mon.a (mon.0) 71 : audit [DBG] from='client.54198 172.21.15.133:0/4138886153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:50.034115+0000 mgr.y (mgr.25981) 10 : cluster [DBG] pgmap v8: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:14:09.222 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:52.035616+0000 mgr.y (mgr.25981) 11 : cluster [DBG] pgmap v9: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:53.591013+0000 mgr.y (mgr.25981) 12 : audit [DBG] from='client.26053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:53.938968+0000 mgr.y (mgr.25981) 13 : audit [DBG] from='client.26059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:54.036405+0000 mgr.y (mgr.25981) 14 : cluster [DBG] pgmap v10: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.302847+0000 mgr.y (mgr.25981) 15 : audit [DBG] from='client.26065 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.308898+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.310455+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.312133+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.313710+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.315294+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.317022+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.223 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.323447+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:09.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.325264+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.326920+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.328759+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.333046+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.224 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:54.768558+0000 mon.a (mon.0) 71 : audit [DBG] from='client.54198 172.21.15.133:0/4138886153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:55.140784+0000 mgr.y (mgr.25981) 16 : audit [DBG] from='client.26077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:56.037898+0000 mgr.y (mgr.25981) 17 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:13:58.038611+0000 mgr.y (mgr.25981) 18 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.029523+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.039246+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.051749+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.054597+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.055816+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.057026+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.225 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.058319+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.226 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.059642+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.226 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.060925+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.226 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.062143+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.226 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.063316+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.226 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.064779+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.226 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.066250+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:09.226 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.067984+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:14:09.226 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:59.069584+0000 mgr.y (mgr.25981) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.226 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.078505+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:55.140784+0000 mgr.y (mgr.25981) 16 : audit [DBG] from='client.26077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:56.037898+0000 mgr.y (mgr.25981) 17 : cluster [DBG] pgmap v11: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:13:58.038611+0000 mgr.y (mgr.25981) 18 : cluster [DBG] pgmap v12: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.029523+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.039246+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.051749+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.054597+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.055816+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.057026+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.058319+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.059642+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.060925+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.227 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.062143+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.228 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.063316+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:09.228 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.064779+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:14:09.228 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.066250+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:09.228 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.067984+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:14:09.228 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:59.069584+0000 mgr.y (mgr.25981) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:09.228 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.078505+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.228 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.137689+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:14:09.228 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.144440+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.146538+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:13:59.148029+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:13:59.149370+0000 mgr.y (mgr.25981) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:00.039379+0000 mgr.y (mgr.25981) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:14:01.611127+0000 mgr.y (mgr.25981) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:01.620770+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:01.624716+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:01.626426+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:01.627680+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cephadm 2024-09-11T08:14:01.629125+0000 mgr.y (mgr.25981) 23 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:01.630097+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:14:09.229 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:02.040982+0000 mgr.y (mgr.25981) 24 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.230 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:04.147090+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:14:09.230 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:04.147210+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:14:09.230 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:04.147334+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:14:09.230 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:07.697325+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-09-11T08:14:09.230 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:07.699869+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:14:09.230 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:07.700418+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:14:09.230 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:07.700418+0000 mon.a (mon.0) 100 : cluster [INF] mon.a calling monitor election 2024-09-11T08:14:09.230 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.137689+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:14:09.230 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.144440+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.146538+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:13:59.148029+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:13:59.149370+0000 mgr.y (mgr.25981) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:00.039379+0000 mgr.y (mgr.25981) 21 : cluster [DBG] pgmap v13: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:14:01.611127+0000 mgr.y (mgr.25981) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:01.620770+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25981 ' entity='mgr.y' 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:01.624716+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:01.626426+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:01.627680+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cephadm 2024-09-11T08:14:01.629125+0000 mgr.y (mgr.25981) 23 : cephadm [INF] Deploying daemon mon.c on smithi133 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:01.630097+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.25981 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:14:09.231 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:02.040982+0000 mgr.y (mgr.25981) 24 : cluster [DBG] pgmap v14: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:14:09.232 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:04.147090+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:14:09.232 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:04.147210+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:14:09.232 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:04.147334+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:14:09.232 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:07.697325+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-09-11T08:14:09.232 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:07.699869+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:14:09.232 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:07.700418+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:14:09.232 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:07.700418+0000 mon.a (mon.0) 100 : cluster [INF] mon.a calling monitor election 2024-09-11T08:14:09.232 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:07.701916+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:14:09.232 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:07.702071+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:07.703974+0000 mon.a (mon.0) 103 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:07.714277+0000 mon.a (mon.0) 104 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:07.715224+0000 mon.a (mon.0) 105 : cluster [DBG] fsmap 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:07.715289+0000 mon.a (mon.0) 106 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:07.715766+0000 mon.a (mon.0) 107 : cluster [DBG] mgrmap e43: y(active, since 33s), standbys: x 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:07.716031+0000 mon.a (mon.0) 108 : cluster [INF] overall HEALTH_OK 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:07.723705+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:07.733244+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: audit 2024-09-11T08:14:07.737899+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:14:09.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[54520]: cluster 2024-09-11T08:14:08.043874+0000 mgr.y (mgr.25981) 27 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:07.701916+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:07.702071+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:07.703974+0000 mon.a (mon.0) 103 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:07.714277+0000 mon.a (mon.0) 104 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],b=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0],c=[v2:172.21.15.133:3301/0,v1:172.21.15.133:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:07.715224+0000 mon.a (mon.0) 105 : cluster [DBG] fsmap 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:07.715289+0000 mon.a (mon.0) 106 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:07.715766+0000 mon.a (mon.0) 107 : cluster [DBG] mgrmap e43: y(active, since 33s), standbys: x 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:07.716031+0000 mon.a (mon.0) 108 : cluster [INF] overall HEALTH_OK 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:07.723705+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:07.733244+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:09.234 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: audit 2024-09-11T08:14:07.737899+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:14:09.235 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:08 smithi133 bash[53244]: cluster 2024-09-11T08:14:08.043874+0000 mgr.y (mgr.25981) 27 : cluster [DBG] pgmap v17: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:11 smithi169 bash[48863]: cluster 2024-09-11T08:14:10.044676+0000 mgr.y (mgr.25981) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:11 smithi133 bash[53244]: cluster 2024-09-11T08:14:10.044676+0000 mgr.y (mgr.25981) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:11 smithi133 bash[54520]: cluster 2024-09-11T08:14:10.044676+0000 mgr.y (mgr.25981) 28 : cluster [DBG] pgmap v18: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:11.948 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:14:11 smithi133 bash[40980]: debug 2024-09-11T08:14:11.506+0000 7f196cb8c640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-11T08:14:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:13 smithi169 bash[48863]: cluster 2024-09-11T08:14:12.046138+0000 mgr.y (mgr.25981) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:13.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:13 smithi133 bash[54520]: cluster 2024-09-11T08:14:12.046138+0000 mgr.y (mgr.25981) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:13.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:13 smithi133 bash[53244]: cluster 2024-09-11T08:14:12.046138+0000 mgr.y (mgr.25981) 29 : cluster [DBG] pgmap v19: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:14 smithi169 bash[48863]: audit 2024-09-11T08:14:13.707604+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:14 smithi169 bash[48863]: audit 2024-09-11T08:14:13.716329+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:14 smithi169 bash[48863]: audit 2024-09-11T08:14:13.727012+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:14 smithi169 bash[48863]: audit 2024-09-11T08:14:14.110685+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:14:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:14 smithi169 bash[48863]: audit 2024-09-11T08:14:14.327294+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:14 smithi169 bash[48863]: audit 2024-09-11T08:14:14.334874+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:14 smithi169 bash[48863]: audit 2024-09-11T08:14:14.345004+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:14 smithi169 bash[48863]: audit 2024-09-11T08:14:14.346947+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:14:14.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[53244]: audit 2024-09-11T08:14:13.707604+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:14.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[53244]: audit 2024-09-11T08:14:13.716329+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[53244]: audit 2024-09-11T08:14:13.727012+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[53244]: audit 2024-09-11T08:14:14.110685+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[53244]: audit 2024-09-11T08:14:14.327294+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[53244]: audit 2024-09-11T08:14:14.334874+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[53244]: audit 2024-09-11T08:14:14.345004+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[53244]: audit 2024-09-11T08:14:14.346947+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[54520]: audit 2024-09-11T08:14:13.707604+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[54520]: audit 2024-09-11T08:14:13.716329+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[54520]: audit 2024-09-11T08:14:13.727012+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[54520]: audit 2024-09-11T08:14:14.110685+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:14:14.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[54520]: audit 2024-09-11T08:14:14.327294+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:14.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[54520]: audit 2024-09-11T08:14:14.334874+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[54520]: audit 2024-09-11T08:14:14.345004+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:14.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:14 smithi133 bash[54520]: audit 2024-09-11T08:14:14.346947+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:14:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:15 smithi169 bash[48863]: cluster 2024-09-11T08:14:14.046673+0000 mgr.y (mgr.25981) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:15.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:15 smithi133 bash[53244]: cluster 2024-09-11T08:14:14.046673+0000 mgr.y (mgr.25981) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:15 smithi133 bash[54520]: cluster 2024-09-11T08:14:14.046673+0000 mgr.y (mgr.25981) 30 : cluster [DBG] pgmap v20: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:17 smithi169 bash[48863]: cluster 2024-09-11T08:14:16.048141+0000 mgr.y (mgr.25981) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:17.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:17 smithi133 bash[53244]: cluster 2024-09-11T08:14:16.048141+0000 mgr.y (mgr.25981) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:17 smithi133 bash[54520]: cluster 2024-09-11T08:14:16.048141+0000 mgr.y (mgr.25981) 31 : cluster [DBG] pgmap v21: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:19.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:19 smithi169 bash[48863]: cluster 2024-09-11T08:14:18.048904+0000 mgr.y (mgr.25981) 32 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:19.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:19 smithi133 bash[53244]: cluster 2024-09-11T08:14:18.048904+0000 mgr.y (mgr.25981) 32 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:19.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:19 smithi133 bash[54520]: cluster 2024-09-11T08:14:18.048904+0000 mgr.y (mgr.25981) 32 : cluster [DBG] pgmap v22: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:21.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:21 smithi169 bash[48863]: cluster 2024-09-11T08:14:20.049666+0000 mgr.y (mgr.25981) 33 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:21.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:21 smithi133 bash[53244]: cluster 2024-09-11T08:14:20.049666+0000 mgr.y (mgr.25981) 33 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:21 smithi133 bash[54520]: cluster 2024-09-11T08:14:20.049666+0000 mgr.y (mgr.25981) 33 : cluster [DBG] pgmap v23: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:23 smithi169 bash[48863]: cluster 2024-09-11T08:14:22.051200+0000 mgr.y (mgr.25981) 34 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:23.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:23 smithi133 bash[53244]: cluster 2024-09-11T08:14:22.051200+0000 mgr.y (mgr.25981) 34 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:23 smithi133 bash[54520]: cluster 2024-09-11T08:14:22.051200+0000 mgr.y (mgr.25981) 34 : cluster [DBG] pgmap v24: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.531 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:14:25.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: cluster 2024-09-11T08:14:24.051869+0000 mgr.y (mgr.25981) 35 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.066690+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:25.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.074750+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:25.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.083644+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:25.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.085370+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:25.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.087000+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:14:25.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.095639+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:25.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.148003+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:25.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.149373+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:25.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.150661+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:25.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:25 smithi169 bash[48863]: audit 2024-09-11T08:14:25.153240+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:14:25.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: cluster 2024-09-11T08:14:24.051869+0000 mgr.y (mgr.25981) 35 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.066690+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.074750+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.083644+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.085370+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.087000+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.095639+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.148003+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.149373+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.150661+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[53244]: audit 2024-09-11T08:14:25.153240+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:14:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: cluster 2024-09-11T08:14:24.051869+0000 mgr.y (mgr.25981) 35 : cluster [DBG] pgmap v25: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.066690+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.074750+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.083644+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.085370+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.087000+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.095639+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.148003+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.149373+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.150661+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:25 smithi133 bash[54520]: audit 2024-09-11T08:14:25.153240+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (3m) 12s ago 28m 18.3M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (3m) 38s ago 27m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 38s ago 29m - - 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (5m) 38s ago 33m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (15m) 12s ago 35m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (59s) 12s ago 35m 41.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (114s) 38s ago 33m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (20s) 12s ago 33m 23.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:14:26.245 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (4m) 12s ago 28m 10.5M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (4m) 38s ago 28m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (32m) 12s ago 32m 51.7M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (32m) 12s ago 32m 53.6M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (31m) 12s ago 31m 46.3M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (31m) 12s ago 31m 54.8M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (31m) 38s ago 31m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (30m) 38s ago 30m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (30m) 38s ago 30m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (29m) 38s ago 29m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (4m) 38s ago 28m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (26m) 12s ago 26m 55.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:14:26.246 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (26m) 38s ago 26m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:14:26.676 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:14:26.676 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:14:26.677 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:14:26.678 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:14:26.678 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:14:26.678 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 10, 2024-09-11T08:14:26.678 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T08:14:26.678 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:14:26.678 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:14:26.865 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: cephadm 2024-09-11T08:14:25.064858+0000 mgr.y (mgr.25981) 36 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-11T08:14:26.865 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: cephadm 2024-09-11T08:14:25.088496+0000 mgr.y (mgr.25981) 37 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: cephadm 2024-09-11T08:14:25.147305+0000 mgr.y (mgr.25981) 38 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: cephadm 2024-09-11T08:14:25.152218+0000 mgr.y (mgr.25981) 39 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:25.510962+0000 mgr.y (mgr.25981) 40 : audit [DBG] from='client.64102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.217152+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.218034+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.218871+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.219796+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.220609+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.221510+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.225259+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.226109+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.227022+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.227854+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[53244]: audit 2024-09-11T08:14:26.228517+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: cephadm 2024-09-11T08:14:25.064858+0000 mgr.y (mgr.25981) 36 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: cephadm 2024-09-11T08:14:25.088496+0000 mgr.y (mgr.25981) 37 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: cephadm 2024-09-11T08:14:25.147305+0000 mgr.y (mgr.25981) 38 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: cephadm 2024-09-11T08:14:25.152218+0000 mgr.y (mgr.25981) 39 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:25.510962+0000 mgr.y (mgr.25981) 40 : audit [DBG] from='client.64102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.217152+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.218034+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:26.867 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.218871+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.219796+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.220609+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.221510+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.225259+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:26.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.226109+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.227022+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.227854+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:26 smithi133 bash[54520]: audit 2024-09-11T08:14:26.228517+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: cephadm 2024-09-11T08:14:25.064858+0000 mgr.y (mgr.25981) 36 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-11T08:14:26.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: cephadm 2024-09-11T08:14:25.088496+0000 mgr.y (mgr.25981) 37 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:14:26.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: cephadm 2024-09-11T08:14:25.147305+0000 mgr.y (mgr.25981) 38 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T08:14:26.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: cephadm 2024-09-11T08:14:25.152218+0000 mgr.y (mgr.25981) 39 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:25.510962+0000 mgr.y (mgr.25981) 40 : audit [DBG] from='client.64102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.217152+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.218034+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.218871+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.219796+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.220609+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.221510+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.225259+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.226109+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.227022+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.227854+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:26.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:26 smithi169 bash[48863]: audit 2024-09-11T08:14:26.228517+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:27.029 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:14:27.029 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:14:27.029 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:14:27.030 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi133", 2024-09-11T08:14:27.030 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-09-11T08:14:27.030 INFO:teuthology.orchestra.run.smithi133.stdout: "mon" 2024-09-11T08:14:27.030 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T08:14:27.030 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:14:27.030 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T08:14:27.030 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:14:27.030 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:14:27.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:25.869353+0000 mgr.y (mgr.25981) 41 : audit [DBG] from='client.64108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:27.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: cluster 2024-09-11T08:14:26.053315+0000 mgr.y (mgr.25981) 42 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:27.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:26.213942+0000 mgr.y (mgr.25981) 43 : audit [DBG] from='client.64114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:27.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:26.674813+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.133:0/3497363003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:27.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:27.513986+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:27.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:27.521835+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:27.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:27.531013+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:27.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:27.533289+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:14:27.850 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:27.534986+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:14:27.850 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:27.536738+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:27.850 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[53244]: audit 2024-09-11T08:14:27.539099+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:14:27.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:25.869353+0000 mgr.y (mgr.25981) 41 : audit [DBG] from='client.64108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:27.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: cluster 2024-09-11T08:14:26.053315+0000 mgr.y (mgr.25981) 42 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:27.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:26.213942+0000 mgr.y (mgr.25981) 43 : audit [DBG] from='client.64114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:27.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:26.674813+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.133:0/3497363003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:27.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:27.513986+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:27.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:27.521835+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:27.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:27.531013+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:27.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:27.533289+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:14:27.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:27.534986+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:14:27.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:27.536738+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:27.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:27 smithi133 bash[54520]: audit 2024-09-11T08:14:27.539099+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:14:27.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:25.869353+0000 mgr.y (mgr.25981) 41 : audit [DBG] from='client.64108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:27.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: cluster 2024-09-11T08:14:26.053315+0000 mgr.y (mgr.25981) 42 : cluster [DBG] pgmap v26: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:27.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:26.213942+0000 mgr.y (mgr.25981) 43 : audit [DBG] from='client.64114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:27.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:26.674813+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.133:0/3497363003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:27.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:27.513986+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:27.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:27.521835+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:27.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:27.531013+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:27.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:27.533289+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:14:27.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:27.534986+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:14:27.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:27.536738+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:27.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:27 smithi169 bash[48863]: audit 2024-09-11T08:14:27.539099+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:14:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:28 smithi169 bash[48863]: audit 2024-09-11T08:14:27.028068+0000 mgr.y (mgr.25981) 44 : audit [DBG] from='client.54234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:28.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:28 smithi169 bash[48863]: cephadm 2024-09-11T08:14:27.532602+0000 mgr.y (mgr.25981) 45 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-11T08:14:28.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:28 smithi169 bash[48863]: cephadm 2024-09-11T08:14:27.538372+0000 mgr.y (mgr.25981) 46 : cephadm [INF] Reconfiguring daemon mgr.y on smithi133 2024-09-11T08:14:28.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:28 smithi133 bash[54520]: audit 2024-09-11T08:14:27.028068+0000 mgr.y (mgr.25981) 44 : audit [DBG] from='client.54234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:28 smithi133 bash[54520]: cephadm 2024-09-11T08:14:27.532602+0000 mgr.y (mgr.25981) 45 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-11T08:14:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:28 smithi133 bash[54520]: cephadm 2024-09-11T08:14:27.538372+0000 mgr.y (mgr.25981) 46 : cephadm [INF] Reconfiguring daemon mgr.y on smithi133 2024-09-11T08:14:28.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:28 smithi133 bash[53244]: audit 2024-09-11T08:14:27.028068+0000 mgr.y (mgr.25981) 44 : audit [DBG] from='client.54234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:28.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:28 smithi133 bash[53244]: cephadm 2024-09-11T08:14:27.532602+0000 mgr.y (mgr.25981) 45 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-11T08:14:28.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:28 smithi133 bash[53244]: cephadm 2024-09-11T08:14:27.538372+0000 mgr.y (mgr.25981) 46 : cephadm [INF] Reconfiguring daemon mgr.y on smithi133 2024-09-11T08:14:29.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:29 smithi133 bash[53244]: cluster 2024-09-11T08:14:28.054027+0000 mgr.y (mgr.25981) 47 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:29.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:29 smithi133 bash[54520]: cluster 2024-09-11T08:14:28.054027+0000 mgr.y (mgr.25981) 47 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:29.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:29 smithi169 bash[48863]: cluster 2024-09-11T08:14:28.054027+0000 mgr.y (mgr.25981) 47 : cluster [DBG] pgmap v27: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:30.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:30 smithi169 bash[48863]: audit 2024-09-11T08:14:29.894307+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:30.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:30 smithi169 bash[48863]: audit 2024-09-11T08:14:29.902461+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:30.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:30 smithi169 bash[48863]: audit 2024-09-11T08:14:29.910178+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:30.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:30 smithi169 bash[48863]: audit 2024-09-11T08:14:29.911791+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:30.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:30 smithi169 bash[48863]: audit 2024-09-11T08:14:29.912936+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:30.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:30 smithi169 bash[48863]: audit 2024-09-11T08:14:29.913915+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:30.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:30 smithi169 bash[48863]: audit 2024-09-11T08:14:29.915585+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:14:30.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[53244]: audit 2024-09-11T08:14:29.894307+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:30.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[53244]: audit 2024-09-11T08:14:29.902461+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:30.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[53244]: audit 2024-09-11T08:14:29.910178+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[53244]: audit 2024-09-11T08:14:29.911791+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[53244]: audit 2024-09-11T08:14:29.912936+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[53244]: audit 2024-09-11T08:14:29.913915+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[53244]: audit 2024-09-11T08:14:29.915585+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[54520]: audit 2024-09-11T08:14:29.894307+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[54520]: audit 2024-09-11T08:14:29.902461+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[54520]: audit 2024-09-11T08:14:29.910178+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[54520]: audit 2024-09-11T08:14:29.911791+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[54520]: audit 2024-09-11T08:14:29.912936+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:30.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[54520]: audit 2024-09-11T08:14:29.913915+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:30.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:30 smithi133 bash[54520]: audit 2024-09-11T08:14:29.915585+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:14:31.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:31 smithi133 bash[53244]: cephadm 2024-09-11T08:14:29.911406+0000 mgr.y (mgr.25981) 48 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:14:31.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:31 smithi133 bash[53244]: cephadm 2024-09-11T08:14:29.914987+0000 mgr.y (mgr.25981) 49 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-09-11T08:14:31.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:31 smithi133 bash[53244]: cluster 2024-09-11T08:14:30.054706+0000 mgr.y (mgr.25981) 50 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:31.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:31 smithi133 bash[54520]: cephadm 2024-09-11T08:14:29.911406+0000 mgr.y (mgr.25981) 48 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:14:31.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:31 smithi133 bash[54520]: cephadm 2024-09-11T08:14:29.914987+0000 mgr.y (mgr.25981) 49 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-09-11T08:14:31.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:31 smithi133 bash[54520]: cluster 2024-09-11T08:14:30.054706+0000 mgr.y (mgr.25981) 50 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:31.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:31 smithi169 bash[48863]: cephadm 2024-09-11T08:14:29.911406+0000 mgr.y (mgr.25981) 48 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:14:31.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:31 smithi169 bash[48863]: cephadm 2024-09-11T08:14:29.914987+0000 mgr.y (mgr.25981) 49 : cephadm [INF] Reconfiguring daemon mon.c on smithi133 2024-09-11T08:14:31.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:31 smithi169 bash[48863]: cluster 2024-09-11T08:14:30.054706+0000 mgr.y (mgr.25981) 50 : cluster [DBG] pgmap v28: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:32.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:32 smithi169 bash[48863]: audit 2024-09-11T08:14:32.406975+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:32.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:32 smithi169 bash[48863]: audit 2024-09-11T08:14:32.412603+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:32.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:32 smithi169 bash[48863]: audit 2024-09-11T08:14:32.420829+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:32.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:32 smithi169 bash[48863]: audit 2024-09-11T08:14:32.422602+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:14:32.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:32 smithi169 bash[48863]: audit 2024-09-11T08:14:32.423943+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:32.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:32 smithi169 bash[48863]: audit 2024-09-11T08:14:32.426764+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:14:32.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[53244]: audit 2024-09-11T08:14:32.406975+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:32.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[53244]: audit 2024-09-11T08:14:32.412603+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:32.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[53244]: audit 2024-09-11T08:14:32.420829+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:32.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[53244]: audit 2024-09-11T08:14:32.422602+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:14:32.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[53244]: audit 2024-09-11T08:14:32.423943+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:32.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[53244]: audit 2024-09-11T08:14:32.426764+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:14:32.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[54520]: audit 2024-09-11T08:14:32.406975+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:32.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[54520]: audit 2024-09-11T08:14:32.412603+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:32.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[54520]: audit 2024-09-11T08:14:32.420829+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:32.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[54520]: audit 2024-09-11T08:14:32.422602+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:14:32.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[54520]: audit 2024-09-11T08:14:32.423943+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:32.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:32 smithi133 bash[54520]: audit 2024-09-11T08:14:32.426764+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:14:33.906 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:33 smithi133 bash[54520]: cluster 2024-09-11T08:14:32.056321+0000 mgr.y (mgr.25981) 51 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:33.906 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:33 smithi133 bash[54520]: cephadm 2024-09-11T08:14:32.422147+0000 mgr.y (mgr.25981) 52 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-11T08:14:33.906 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:33 smithi133 bash[54520]: cephadm 2024-09-11T08:14:32.426149+0000 mgr.y (mgr.25981) 53 : cephadm [INF] Reconfiguring daemon osd.0 on smithi133 2024-09-11T08:14:33.906 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:33 smithi133 bash[53244]: cluster 2024-09-11T08:14:32.056321+0000 mgr.y (mgr.25981) 51 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:33.906 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:33 smithi133 bash[53244]: cephadm 2024-09-11T08:14:32.422147+0000 mgr.y (mgr.25981) 52 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-11T08:14:33.906 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:33 smithi133 bash[53244]: cephadm 2024-09-11T08:14:32.426149+0000 mgr.y (mgr.25981) 53 : cephadm [INF] Reconfiguring daemon osd.0 on smithi133 2024-09-11T08:14:33.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:33 smithi169 bash[48863]: cluster 2024-09-11T08:14:32.056321+0000 mgr.y (mgr.25981) 51 : cluster [DBG] pgmap v29: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:33.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:33 smithi169 bash[48863]: cephadm 2024-09-11T08:14:32.422147+0000 mgr.y (mgr.25981) 52 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-11T08:14:33.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:33 smithi169 bash[48863]: cephadm 2024-09-11T08:14:32.426149+0000 mgr.y (mgr.25981) 53 : cephadm [INF] Reconfiguring daemon osd.0 on smithi133 2024-09-11T08:14:35.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:35 smithi169 bash[48863]: cluster 2024-09-11T08:14:34.057048+0000 mgr.y (mgr.25981) 54 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:35.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:35 smithi169 bash[48863]: audit 2024-09-11T08:14:34.817279+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:35.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:35 smithi169 bash[48863]: audit 2024-09-11T08:14:34.825245+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:35.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:35 smithi169 bash[48863]: audit 2024-09-11T08:14:34.832150+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:35.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:35 smithi169 bash[48863]: audit 2024-09-11T08:14:34.834274+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:14:35.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:35 smithi169 bash[48863]: audit 2024-09-11T08:14:34.835786+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:35.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:35 smithi169 bash[48863]: audit 2024-09-11T08:14:34.838768+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:14:35.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[53244]: cluster 2024-09-11T08:14:34.057048+0000 mgr.y (mgr.25981) 54 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[53244]: audit 2024-09-11T08:14:34.817279+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[53244]: audit 2024-09-11T08:14:34.825245+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[53244]: audit 2024-09-11T08:14:34.832150+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[53244]: audit 2024-09-11T08:14:34.834274+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[53244]: audit 2024-09-11T08:14:34.835786+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[53244]: audit 2024-09-11T08:14:34.838768+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[54520]: cluster 2024-09-11T08:14:34.057048+0000 mgr.y (mgr.25981) 54 : cluster [DBG] pgmap v30: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[54520]: audit 2024-09-11T08:14:34.817279+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[54520]: audit 2024-09-11T08:14:34.825245+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:35.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[54520]: audit 2024-09-11T08:14:34.832150+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:35.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[54520]: audit 2024-09-11T08:14:34.834274+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:14:35.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[54520]: audit 2024-09-11T08:14:34.835786+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:35.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:35 smithi133 bash[54520]: audit 2024-09-11T08:14:34.838768+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:14:36.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:36 smithi169 bash[48863]: cephadm 2024-09-11T08:14:34.833694+0000 mgr.y (mgr.25981) 55 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-11T08:14:36.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:36 smithi169 bash[48863]: cephadm 2024-09-11T08:14:34.838155+0000 mgr.y (mgr.25981) 56 : cephadm [INF] Reconfiguring daemon osd.1 on smithi133 2024-09-11T08:14:36.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:36 smithi133 bash[54520]: cephadm 2024-09-11T08:14:34.833694+0000 mgr.y (mgr.25981) 55 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-11T08:14:36.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:36 smithi133 bash[54520]: cephadm 2024-09-11T08:14:34.838155+0000 mgr.y (mgr.25981) 56 : cephadm [INF] Reconfiguring daemon osd.1 on smithi133 2024-09-11T08:14:36.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:36 smithi133 bash[53244]: cephadm 2024-09-11T08:14:34.833694+0000 mgr.y (mgr.25981) 55 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-11T08:14:36.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:36 smithi133 bash[53244]: cephadm 2024-09-11T08:14:34.838155+0000 mgr.y (mgr.25981) 56 : cephadm [INF] Reconfiguring daemon osd.1 on smithi133 2024-09-11T08:14:37.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:37 smithi169 bash[48863]: cluster 2024-09-11T08:14:36.058742+0000 mgr.y (mgr.25981) 57 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:37.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:37 smithi169 bash[48863]: audit 2024-09-11T08:14:37.340872+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:37.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:37 smithi169 bash[48863]: audit 2024-09-11T08:14:37.348079+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:37.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:37 smithi169 bash[48863]: audit 2024-09-11T08:14:37.355398+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:37.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:37 smithi169 bash[48863]: audit 2024-09-11T08:14:37.357210+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:14:37.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:37 smithi169 bash[48863]: audit 2024-09-11T08:14:37.358314+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:37.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:37 smithi169 bash[48863]: audit 2024-09-11T08:14:37.360871+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[53244]: cluster 2024-09-11T08:14:36.058742+0000 mgr.y (mgr.25981) 57 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[53244]: audit 2024-09-11T08:14:37.340872+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[53244]: audit 2024-09-11T08:14:37.348079+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[53244]: audit 2024-09-11T08:14:37.355398+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[53244]: audit 2024-09-11T08:14:37.357210+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[53244]: audit 2024-09-11T08:14:37.358314+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[53244]: audit 2024-09-11T08:14:37.360871+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[54520]: cluster 2024-09-11T08:14:36.058742+0000 mgr.y (mgr.25981) 57 : cluster [DBG] pgmap v31: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[54520]: audit 2024-09-11T08:14:37.340872+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:37.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[54520]: audit 2024-09-11T08:14:37.348079+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:37.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[54520]: audit 2024-09-11T08:14:37.355398+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:37.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[54520]: audit 2024-09-11T08:14:37.357210+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:14:37.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[54520]: audit 2024-09-11T08:14:37.358314+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:37.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:37 smithi133 bash[54520]: audit 2024-09-11T08:14:37.360871+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:14:38.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:38 smithi133 bash[53244]: cephadm 2024-09-11T08:14:37.356753+0000 mgr.y (mgr.25981) 58 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-11T08:14:38.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:38 smithi133 bash[53244]: cephadm 2024-09-11T08:14:37.360308+0000 mgr.y (mgr.25981) 59 : cephadm [INF] Reconfiguring daemon osd.2 on smithi133 2024-09-11T08:14:38.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:38 smithi133 bash[54520]: cephadm 2024-09-11T08:14:37.356753+0000 mgr.y (mgr.25981) 58 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-11T08:14:38.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:38 smithi133 bash[54520]: cephadm 2024-09-11T08:14:37.360308+0000 mgr.y (mgr.25981) 59 : cephadm [INF] Reconfiguring daemon osd.2 on smithi133 2024-09-11T08:14:38.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:38 smithi169 bash[48863]: cephadm 2024-09-11T08:14:37.356753+0000 mgr.y (mgr.25981) 58 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-11T08:14:38.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:38 smithi169 bash[48863]: cephadm 2024-09-11T08:14:37.360308+0000 mgr.y (mgr.25981) 59 : cephadm [INF] Reconfiguring daemon osd.2 on smithi133 2024-09-11T08:14:39.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:39 smithi169 bash[48863]: cluster 2024-09-11T08:14:38.059476+0000 mgr.y (mgr.25981) 60 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:39.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:39 smithi133 bash[53244]: cluster 2024-09-11T08:14:38.059476+0000 mgr.y (mgr.25981) 60 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:39.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:39 smithi133 bash[54520]: cluster 2024-09-11T08:14:38.059476+0000 mgr.y (mgr.25981) 60 : cluster [DBG] pgmap v32: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:40.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:40 smithi169 bash[48863]: audit 2024-09-11T08:14:39.733575+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:40.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:40 smithi169 bash[48863]: audit 2024-09-11T08:14:39.740635+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:40.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:40 smithi169 bash[48863]: audit 2024-09-11T08:14:39.749995+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:40.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:40 smithi169 bash[48863]: audit 2024-09-11T08:14:39.752050+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:14:40.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:40 smithi169 bash[48863]: audit 2024-09-11T08:14:39.753483+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:40.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:40 smithi169 bash[48863]: audit 2024-09-11T08:14:39.757152+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:14:40.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:40 smithi169 bash[48863]: audit 2024-09-11T08:14:40.083845+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:14:40.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:40 smithi169 bash[48863]: audit 2024-09-11T08:14:40.084269+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:14:40.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:40 smithi169 bash[48863]: audit 2024-09-11T08:14:40.084758+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T08:14:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[53244]: audit 2024-09-11T08:14:39.733575+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[53244]: audit 2024-09-11T08:14:39.740635+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[53244]: audit 2024-09-11T08:14:39.749995+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[53244]: audit 2024-09-11T08:14:39.752050+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:14:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[53244]: audit 2024-09-11T08:14:39.753483+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[53244]: audit 2024-09-11T08:14:39.757152+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:14:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[53244]: audit 2024-09-11T08:14:40.083845+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:14:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[53244]: audit 2024-09-11T08:14:40.084269+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:14:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[53244]: audit 2024-09-11T08:14:40.084758+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T08:14:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[54520]: audit 2024-09-11T08:14:39.733575+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[54520]: audit 2024-09-11T08:14:39.740635+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[54520]: audit 2024-09-11T08:14:39.749995+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[54520]: audit 2024-09-11T08:14:39.752050+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:14:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[54520]: audit 2024-09-11T08:14:39.753483+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[54520]: audit 2024-09-11T08:14:39.757152+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:14:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[54520]: audit 2024-09-11T08:14:40.083845+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:14:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[54520]: audit 2024-09-11T08:14:40.084269+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:14:40.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:40 smithi133 bash[54520]: audit 2024-09-11T08:14:40.084758+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T08:14:41.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:41 smithi169 bash[48863]: cephadm 2024-09-11T08:14:39.751515+0000 mgr.y (mgr.25981) 61 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-11T08:14:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:41 smithi169 bash[48863]: cephadm 2024-09-11T08:14:39.756254+0000 mgr.y (mgr.25981) 62 : cephadm [INF] Reconfiguring daemon osd.3 on smithi133 2024-09-11T08:14:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:41 smithi169 bash[48863]: cluster 2024-09-11T08:14:40.060109+0000 mgr.y (mgr.25981) 63 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:41.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:41 smithi133 bash[53244]: cephadm 2024-09-11T08:14:39.751515+0000 mgr.y (mgr.25981) 61 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-11T08:14:41.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:41 smithi133 bash[53244]: cephadm 2024-09-11T08:14:39.756254+0000 mgr.y (mgr.25981) 62 : cephadm [INF] Reconfiguring daemon osd.3 on smithi133 2024-09-11T08:14:41.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:41 smithi133 bash[53244]: cluster 2024-09-11T08:14:40.060109+0000 mgr.y (mgr.25981) 63 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:41 smithi133 bash[54520]: cephadm 2024-09-11T08:14:39.751515+0000 mgr.y (mgr.25981) 61 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-11T08:14:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:41 smithi133 bash[54520]: cephadm 2024-09-11T08:14:39.756254+0000 mgr.y (mgr.25981) 62 : cephadm [INF] Reconfiguring daemon osd.3 on smithi133 2024-09-11T08:14:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:41 smithi133 bash[54520]: cluster 2024-09-11T08:14:40.060109+0000 mgr.y (mgr.25981) 63 : cluster [DBG] pgmap v33: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:42 smithi169 bash[48863]: audit 2024-09-11T08:14:42.151027+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:42 smithi169 bash[48863]: audit 2024-09-11T08:14:42.158550+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:42 smithi169 bash[48863]: audit 2024-09-11T08:14:42.165882+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:42 smithi169 bash[48863]: audit 2024-09-11T08:14:42.169119+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:14:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:42 smithi169 bash[48863]: audit 2024-09-11T08:14:42.177463+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:42 smithi169 bash[48863]: audit 2024-09-11T08:14:42.178856+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:42 smithi169 bash[48863]: audit 2024-09-11T08:14:42.181285+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi133.yujiqq","key": "container_image"}]: dispatch 2024-09-11T08:14:42.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[54520]: audit 2024-09-11T08:14:42.151027+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[54520]: audit 2024-09-11T08:14:42.158550+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[54520]: audit 2024-09-11T08:14:42.165882+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[54520]: audit 2024-09-11T08:14:42.169119+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[54520]: audit 2024-09-11T08:14:42.177463+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[54520]: audit 2024-09-11T08:14:42.178856+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[54520]: audit 2024-09-11T08:14:42.181285+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi133.yujiqq","key": "container_image"}]: dispatch 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[53244]: audit 2024-09-11T08:14:42.151027+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[53244]: audit 2024-09-11T08:14:42.158550+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[53244]: audit 2024-09-11T08:14:42.165882+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[53244]: audit 2024-09-11T08:14:42.169119+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[53244]: audit 2024-09-11T08:14:42.177463+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[53244]: audit 2024-09-11T08:14:42.178856+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:42.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:42 smithi133 bash[53244]: audit 2024-09-11T08:14:42.181285+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi133.yujiqq","key": "container_image"}]: dispatch 2024-09-11T08:14:43.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:43 smithi169 bash[48863]: cluster 2024-09-11T08:14:42.061775+0000 mgr.y (mgr.25981) 64 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:43.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:43 smithi169 bash[48863]: cephadm 2024-09-11T08:14:42.168439+0000 mgr.y (mgr.25981) 65 : cephadm [INF] Reconfiguring rgw.r.z.smithi133.yujiqq (monmap changed)... 2024-09-11T08:14:43.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:43 smithi169 bash[48863]: cephadm 2024-09-11T08:14:42.180526+0000 mgr.y (mgr.25981) 66 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi133.yujiqq on smithi133 2024-09-11T08:14:43.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:43 smithi133 bash[54520]: cluster 2024-09-11T08:14:42.061775+0000 mgr.y (mgr.25981) 64 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:43.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:43 smithi133 bash[54520]: cephadm 2024-09-11T08:14:42.168439+0000 mgr.y (mgr.25981) 65 : cephadm [INF] Reconfiguring rgw.r.z.smithi133.yujiqq (monmap changed)... 2024-09-11T08:14:43.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:43 smithi133 bash[54520]: cephadm 2024-09-11T08:14:42.180526+0000 mgr.y (mgr.25981) 66 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi133.yujiqq on smithi133 2024-09-11T08:14:43.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:43 smithi133 bash[53244]: cluster 2024-09-11T08:14:42.061775+0000 mgr.y (mgr.25981) 64 : cluster [DBG] pgmap v34: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:43.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:43 smithi133 bash[53244]: cephadm 2024-09-11T08:14:42.168439+0000 mgr.y (mgr.25981) 65 : cephadm [INF] Reconfiguring rgw.r.z.smithi133.yujiqq (monmap changed)... 2024-09-11T08:14:43.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:43 smithi133 bash[53244]: cephadm 2024-09-11T08:14:42.180526+0000 mgr.y (mgr.25981) 66 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi133.yujiqq on smithi133 2024-09-11T08:14:44.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:44 smithi169 bash[48863]: audit 2024-09-11T08:14:44.550836+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:44.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:44 smithi169 bash[48863]: audit 2024-09-11T08:14:44.558575+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:44.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:44 smithi169 bash[48863]: audit 2024-09-11T08:14:44.565724+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:44.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:44 smithi169 bash[48863]: audit 2024-09-11T08:14:44.567342+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:44.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:44 smithi169 bash[48863]: audit 2024-09-11T08:14:44.568325+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:44.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:44 smithi169 bash[48863]: audit 2024-09-11T08:14:44.569437+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:44.941 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:44 smithi169 bash[48863]: audit 2024-09-11T08:14:44.571289+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:14:44.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[53244]: audit 2024-09-11T08:14:44.550836+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[53244]: audit 2024-09-11T08:14:44.558575+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[53244]: audit 2024-09-11T08:14:44.565724+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[53244]: audit 2024-09-11T08:14:44.567342+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[53244]: audit 2024-09-11T08:14:44.568325+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[53244]: audit 2024-09-11T08:14:44.569437+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[53244]: audit 2024-09-11T08:14:44.571289+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[54520]: audit 2024-09-11T08:14:44.550836+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[54520]: audit 2024-09-11T08:14:44.558575+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[54520]: audit 2024-09-11T08:14:44.565724+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:44.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[54520]: audit 2024-09-11T08:14:44.567342+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:14:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[54520]: audit 2024-09-11T08:14:44.568325+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:14:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[54520]: audit 2024-09-11T08:14:44.569437+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:44 smithi133 bash[54520]: audit 2024-09-11T08:14:44.571289+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:14:45.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:45 smithi169 bash[48863]: cluster 2024-09-11T08:14:44.062527+0000 mgr.y (mgr.25981) 67 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:45.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:45 smithi169 bash[48863]: cephadm 2024-09-11T08:14:44.566979+0000 mgr.y (mgr.25981) 68 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:14:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:45 smithi169 bash[48863]: cephadm 2024-09-11T08:14:44.570717+0000 mgr.y (mgr.25981) 69 : cephadm [INF] Reconfiguring daemon mon.b on smithi169 2024-09-11T08:14:45.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:45 smithi133 bash[53244]: cluster 2024-09-11T08:14:44.062527+0000 mgr.y (mgr.25981) 67 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:45.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:45 smithi133 bash[53244]: cephadm 2024-09-11T08:14:44.566979+0000 mgr.y (mgr.25981) 68 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:14:45.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:45 smithi133 bash[53244]: cephadm 2024-09-11T08:14:44.570717+0000 mgr.y (mgr.25981) 69 : cephadm [INF] Reconfiguring daemon mon.b on smithi169 2024-09-11T08:14:45.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:45 smithi133 bash[54520]: cluster 2024-09-11T08:14:44.062527+0000 mgr.y (mgr.25981) 67 : cluster [DBG] pgmap v35: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:45.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:45 smithi133 bash[54520]: cephadm 2024-09-11T08:14:44.566979+0000 mgr.y (mgr.25981) 68 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:14:45.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:45 smithi133 bash[54520]: cephadm 2024-09-11T08:14:44.570717+0000 mgr.y (mgr.25981) 69 : cephadm [INF] Reconfiguring daemon mon.b on smithi169 2024-09-11T08:14:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:47 smithi169 bash[48863]: cluster 2024-09-11T08:14:46.064018+0000 mgr.y (mgr.25981) 70 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:47 smithi169 bash[48863]: audit 2024-09-11T08:14:47.050093+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:47 smithi169 bash[48863]: audit 2024-09-11T08:14:47.058388+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:47 smithi169 bash[48863]: audit 2024-09-11T08:14:47.067588+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:47 smithi169 bash[48863]: audit 2024-09-11T08:14:47.069709+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:14:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:47 smithi169 bash[48863]: audit 2024-09-11T08:14:47.071166+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:14:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:47 smithi169 bash[48863]: audit 2024-09-11T08:14:47.072523+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:47 smithi169 bash[48863]: audit 2024-09-11T08:14:47.074615+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:14:47.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[53244]: cluster 2024-09-11T08:14:46.064018+0000 mgr.y (mgr.25981) 70 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[53244]: audit 2024-09-11T08:14:47.050093+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[53244]: audit 2024-09-11T08:14:47.058388+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[53244]: audit 2024-09-11T08:14:47.067588+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[53244]: audit 2024-09-11T08:14:47.069709+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[53244]: audit 2024-09-11T08:14:47.071166+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[53244]: audit 2024-09-11T08:14:47.072523+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[53244]: audit 2024-09-11T08:14:47.074615+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[54520]: cluster 2024-09-11T08:14:46.064018+0000 mgr.y (mgr.25981) 70 : cluster [DBG] pgmap v36: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[54520]: audit 2024-09-11T08:14:47.050093+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:47.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[54520]: audit 2024-09-11T08:14:47.058388+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:47.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[54520]: audit 2024-09-11T08:14:47.067588+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:47.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[54520]: audit 2024-09-11T08:14:47.069709+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:14:47.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[54520]: audit 2024-09-11T08:14:47.071166+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:14:47.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[54520]: audit 2024-09-11T08:14:47.072523+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:47.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:47 smithi133 bash[54520]: audit 2024-09-11T08:14:47.074615+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:14:48.773 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:48 smithi169 bash[48863]: cephadm 2024-09-11T08:14:47.069182+0000 mgr.y (mgr.25981) 71 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-11T08:14:48.773 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:48 smithi169 bash[48863]: cephadm 2024-09-11T08:14:47.073963+0000 mgr.y (mgr.25981) 72 : cephadm [INF] Reconfiguring daemon mgr.x on smithi169 2024-09-11T08:14:48.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:48 smithi133 bash[53244]: cephadm 2024-09-11T08:14:47.069182+0000 mgr.y (mgr.25981) 71 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-11T08:14:48.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:48 smithi133 bash[53244]: cephadm 2024-09-11T08:14:47.073963+0000 mgr.y (mgr.25981) 72 : cephadm [INF] Reconfiguring daemon mgr.x on smithi169 2024-09-11T08:14:48.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:48 smithi133 bash[54520]: cephadm 2024-09-11T08:14:47.069182+0000 mgr.y (mgr.25981) 71 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-11T08:14:48.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:48 smithi133 bash[54520]: cephadm 2024-09-11T08:14:47.073963+0000 mgr.y (mgr.25981) 72 : cephadm [INF] Reconfiguring daemon mgr.x on smithi169 2024-09-11T08:14:49.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:49 smithi169 bash[48863]: cluster 2024-09-11T08:14:48.064817+0000 mgr.y (mgr.25981) 73 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:49.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:49 smithi169 bash[48863]: audit 2024-09-11T08:14:49.554030+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:49.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:49 smithi169 bash[48863]: audit 2024-09-11T08:14:49.562688+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:49.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:49 smithi169 bash[48863]: audit 2024-09-11T08:14:49.572147+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:49.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:49 smithi169 bash[48863]: audit 2024-09-11T08:14:49.574198+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:14:49.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:49 smithi169 bash[48863]: audit 2024-09-11T08:14:49.575738+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:49.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:49 smithi169 bash[48863]: audit 2024-09-11T08:14:49.578988+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:14:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[53244]: cluster 2024-09-11T08:14:48.064817+0000 mgr.y (mgr.25981) 73 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[53244]: audit 2024-09-11T08:14:49.554030+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[53244]: audit 2024-09-11T08:14:49.562688+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[53244]: audit 2024-09-11T08:14:49.572147+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[53244]: audit 2024-09-11T08:14:49.574198+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:14:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[53244]: audit 2024-09-11T08:14:49.575738+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:49.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[53244]: audit 2024-09-11T08:14:49.578988+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:14:49.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[54520]: cluster 2024-09-11T08:14:48.064817+0000 mgr.y (mgr.25981) 73 : cluster [DBG] pgmap v37: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:49.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[54520]: audit 2024-09-11T08:14:49.554030+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:49.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[54520]: audit 2024-09-11T08:14:49.562688+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:49.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[54520]: audit 2024-09-11T08:14:49.572147+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:49.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[54520]: audit 2024-09-11T08:14:49.574198+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:14:49.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[54520]: audit 2024-09-11T08:14:49.575738+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:49.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:49 smithi133 bash[54520]: audit 2024-09-11T08:14:49.578988+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:14:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:50 smithi169 bash[48863]: cephadm 2024-09-11T08:14:49.573680+0000 mgr.y (mgr.25981) 74 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-11T08:14:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:50 smithi169 bash[48863]: cephadm 2024-09-11T08:14:49.578255+0000 mgr.y (mgr.25981) 75 : cephadm [INF] Reconfiguring daemon osd.4 on smithi169 2024-09-11T08:14:50.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:50 smithi133 bash[53244]: cephadm 2024-09-11T08:14:49.573680+0000 mgr.y (mgr.25981) 74 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-11T08:14:50.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:50 smithi133 bash[53244]: cephadm 2024-09-11T08:14:49.578255+0000 mgr.y (mgr.25981) 75 : cephadm [INF] Reconfiguring daemon osd.4 on smithi169 2024-09-11T08:14:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:50 smithi133 bash[54520]: cephadm 2024-09-11T08:14:49.573680+0000 mgr.y (mgr.25981) 74 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-11T08:14:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:50 smithi133 bash[54520]: cephadm 2024-09-11T08:14:49.578255+0000 mgr.y (mgr.25981) 75 : cephadm [INF] Reconfiguring daemon osd.4 on smithi169 2024-09-11T08:14:51.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:51 smithi169 bash[48863]: cluster 2024-09-11T08:14:50.065507+0000 mgr.y (mgr.25981) 76 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:51.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:51 smithi133 bash[53244]: cluster 2024-09-11T08:14:50.065507+0000 mgr.y (mgr.25981) 76 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:51.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:51 smithi133 bash[54520]: cluster 2024-09-11T08:14:50.065507+0000 mgr.y (mgr.25981) 76 : cluster [DBG] pgmap v38: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:52.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:52 smithi169 bash[48863]: audit 2024-09-11T08:14:51.946052+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:52.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:52 smithi169 bash[48863]: audit 2024-09-11T08:14:51.954982+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:52.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:52 smithi169 bash[48863]: audit 2024-09-11T08:14:51.966122+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:52.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:52 smithi169 bash[48863]: audit 2024-09-11T08:14:51.968619+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:14:52.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:52 smithi169 bash[48863]: audit 2024-09-11T08:14:51.970102+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:52.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:52 smithi169 bash[48863]: audit 2024-09-11T08:14:51.973541+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:14:52.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[53244]: audit 2024-09-11T08:14:51.946052+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[53244]: audit 2024-09-11T08:14:51.954982+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[53244]: audit 2024-09-11T08:14:51.966122+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[53244]: audit 2024-09-11T08:14:51.968619+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[53244]: audit 2024-09-11T08:14:51.970102+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[53244]: audit 2024-09-11T08:14:51.973541+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[54520]: audit 2024-09-11T08:14:51.946052+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[54520]: audit 2024-09-11T08:14:51.954982+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[54520]: audit 2024-09-11T08:14:51.966122+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[54520]: audit 2024-09-11T08:14:51.968619+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[54520]: audit 2024-09-11T08:14:51.970102+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:52.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:52 smithi133 bash[54520]: audit 2024-09-11T08:14:51.973541+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:14:53.828 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:53 smithi169 bash[48863]: cephadm 2024-09-11T08:14:51.968063+0000 mgr.y (mgr.25981) 77 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-11T08:14:53.828 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:53 smithi169 bash[48863]: cephadm 2024-09-11T08:14:51.972826+0000 mgr.y (mgr.25981) 78 : cephadm [INF] Reconfiguring daemon osd.5 on smithi169 2024-09-11T08:14:53.828 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:53 smithi169 bash[48863]: cluster 2024-09-11T08:14:52.066787+0000 mgr.y (mgr.25981) 79 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:53.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:53 smithi133 bash[53244]: cephadm 2024-09-11T08:14:51.968063+0000 mgr.y (mgr.25981) 77 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-11T08:14:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:53 smithi133 bash[53244]: cephadm 2024-09-11T08:14:51.972826+0000 mgr.y (mgr.25981) 78 : cephadm [INF] Reconfiguring daemon osd.5 on smithi169 2024-09-11T08:14:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:53 smithi133 bash[53244]: cluster 2024-09-11T08:14:52.066787+0000 mgr.y (mgr.25981) 79 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:53.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:53 smithi133 bash[54520]: cephadm 2024-09-11T08:14:51.968063+0000 mgr.y (mgr.25981) 77 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-11T08:14:53.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:53 smithi133 bash[54520]: cephadm 2024-09-11T08:14:51.972826+0000 mgr.y (mgr.25981) 78 : cephadm [INF] Reconfiguring daemon osd.5 on smithi169 2024-09-11T08:14:53.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:53 smithi133 bash[54520]: cluster 2024-09-11T08:14:52.066787+0000 mgr.y (mgr.25981) 79 : cluster [DBG] pgmap v39: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:54.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[53244]: audit 2024-09-11T08:14:54.468755+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:54.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[53244]: audit 2024-09-11T08:14:54.477770+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[53244]: audit 2024-09-11T08:14:54.484133+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[53244]: audit 2024-09-11T08:14:54.486245+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[53244]: audit 2024-09-11T08:14:54.487632+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[53244]: audit 2024-09-11T08:14:54.490470+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[54520]: audit 2024-09-11T08:14:54.468755+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[54520]: audit 2024-09-11T08:14:54.477770+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[54520]: audit 2024-09-11T08:14:54.484133+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[54520]: audit 2024-09-11T08:14:54.486245+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[54520]: audit 2024-09-11T08:14:54.487632+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:54 smithi133 bash[54520]: audit 2024-09-11T08:14:54.490470+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:14:55.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:54 smithi169 bash[48863]: audit 2024-09-11T08:14:54.468755+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:55.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:54 smithi169 bash[48863]: audit 2024-09-11T08:14:54.477770+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:55.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:54 smithi169 bash[48863]: audit 2024-09-11T08:14:54.484133+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:55.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:54 smithi169 bash[48863]: audit 2024-09-11T08:14:54.486245+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:14:55.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:54 smithi169 bash[48863]: audit 2024-09-11T08:14:54.487632+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:55.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:54 smithi169 bash[48863]: audit 2024-09-11T08:14:54.490470+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:14:55.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:55 smithi133 bash[53244]: cluster 2024-09-11T08:14:54.067474+0000 mgr.y (mgr.25981) 80 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:55.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:55 smithi133 bash[53244]: cephadm 2024-09-11T08:14:54.485659+0000 mgr.y (mgr.25981) 81 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-11T08:14:55.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:55 smithi133 bash[53244]: cephadm 2024-09-11T08:14:54.489851+0000 mgr.y (mgr.25981) 82 : cephadm [INF] Reconfiguring daemon osd.6 on smithi169 2024-09-11T08:14:55.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:55 smithi133 bash[54520]: cluster 2024-09-11T08:14:54.067474+0000 mgr.y (mgr.25981) 80 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:55.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:55 smithi133 bash[54520]: cephadm 2024-09-11T08:14:54.485659+0000 mgr.y (mgr.25981) 81 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-11T08:14:55.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:55 smithi133 bash[54520]: cephadm 2024-09-11T08:14:54.489851+0000 mgr.y (mgr.25981) 82 : cephadm [INF] Reconfiguring daemon osd.6 on smithi169 2024-09-11T08:14:55.964 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:55 smithi169 bash[48863]: cluster 2024-09-11T08:14:54.067474+0000 mgr.y (mgr.25981) 80 : cluster [DBG] pgmap v40: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:55.965 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:55 smithi169 bash[48863]: cephadm 2024-09-11T08:14:54.485659+0000 mgr.y (mgr.25981) 81 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-11T08:14:55.965 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:55 smithi169 bash[48863]: cephadm 2024-09-11T08:14:54.489851+0000 mgr.y (mgr.25981) 82 : cephadm [INF] Reconfiguring daemon osd.6 on smithi169 2024-09-11T08:14:57.407 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:14:57.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[53244]: cluster 2024-09-11T08:14:56.069018+0000 mgr.y (mgr.25981) 83 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:57.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[53244]: audit 2024-09-11T08:14:56.911417+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:57.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[53244]: audit 2024-09-11T08:14:56.919480+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:57.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[53244]: audit 2024-09-11T08:14:56.926719+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:57.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[53244]: audit 2024-09-11T08:14:56.928410+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:14:57.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[53244]: audit 2024-09-11T08:14:56.929530+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:57.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[53244]: audit 2024-09-11T08:14:56.932650+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:14:57.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[54520]: cluster 2024-09-11T08:14:56.069018+0000 mgr.y (mgr.25981) 83 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:57.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[54520]: audit 2024-09-11T08:14:56.911417+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:57.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[54520]: audit 2024-09-11T08:14:56.919480+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:57.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[54520]: audit 2024-09-11T08:14:56.926719+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:57.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[54520]: audit 2024-09-11T08:14:56.928410+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:14:57.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[54520]: audit 2024-09-11T08:14:56.929530+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:57.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:57 smithi133 bash[54520]: audit 2024-09-11T08:14:56.932650+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:14:58.121 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:14:58.121 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (4m) 44s ago 28m 18.3M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:14:58.121 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (3m) 70s ago 28m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:14:58.121 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 70s ago 29m - - 2024-09-11T08:14:58.121 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (5m) 70s ago 33m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:14:58.121 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (15m) 44s ago 35m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:14:58.121 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (91s) 44s ago 35m 41.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:14:58.121 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (2m) 70s ago 34m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:14:58.122 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (52s) 44s ago 34m 23.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:14:58.122 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (5m) 44s ago 29m 10.5M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:14:58.122 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (5m) 70s ago 29m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:14:58.122 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (33m) 44s ago 33m 51.7M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:14:58.122 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (32m) 44s ago 32m 53.6M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:14:58.122 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (32m) 44s ago 32m 46.3M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:14:58.122 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (31m) 44s ago 32m 54.8M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:14:58.122 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (31m) 70s ago 31m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:14:58.123 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (31m) 70s ago 31m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:14:58.123 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (30m) 70s ago 30m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:14:58.123 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (30m) 70s ago 30m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:14:58.123 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (4m) 70s ago 29m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:14:58.123 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (27m) 44s ago 27m 55.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:14:58.123 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (27m) 70s ago 27m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:14:58.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:57 smithi169 bash[48863]: cluster 2024-09-11T08:14:56.069018+0000 mgr.y (mgr.25981) 83 : cluster [DBG] pgmap v41: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:58.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:57 smithi169 bash[48863]: audit 2024-09-11T08:14:56.911417+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:58.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:57 smithi169 bash[48863]: audit 2024-09-11T08:14:56.919480+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:58.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:57 smithi169 bash[48863]: audit 2024-09-11T08:14:56.926719+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:58.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:57 smithi169 bash[48863]: audit 2024-09-11T08:14:56.928410+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:14:58.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:57 smithi169 bash[48863]: audit 2024-09-11T08:14:56.929530+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:58.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:57 smithi169 bash[48863]: audit 2024-09-11T08:14:56.932650+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:14:58.538 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:14:58.539 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:14:58.540 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 10, 2024-09-11T08:14:58.540 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T08:14:58.540 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:14:58.540 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:14:58.730 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: cephadm 2024-09-11T08:14:56.927993+0000 mgr.y (mgr.25981) 84 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-11T08:14:58.731 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: cephadm 2024-09-11T08:14:56.932000+0000 mgr.y (mgr.25981) 85 : cephadm [INF] Reconfiguring daemon osd.7 on smithi169 2024-09-11T08:14:58.731 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:57.392238+0000 mgr.y (mgr.25981) 86 : audit [DBG] from='client.54240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:58.897 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi133", 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout: "mon" 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:14:58.898 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:14:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: cephadm 2024-09-11T08:14:56.927993+0000 mgr.y (mgr.25981) 84 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-11T08:14:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: cephadm 2024-09-11T08:14:56.932000+0000 mgr.y (mgr.25981) 85 : cephadm [INF] Reconfiguring daemon osd.7 on smithi169 2024-09-11T08:14:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:57.392238+0000 mgr.y (mgr.25981) 86 : audit [DBG] from='client.54240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.097119+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.098198+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.099135+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.100126+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.101042+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.102014+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.106138+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.107005+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.107872+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.108812+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.109508+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[53244]: audit 2024-09-11T08:14:58.537692+0000 mon.c (mon.1) 4 : audit [DBG] from='client.64150 172.21.15.133:0/3875451087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: cephadm 2024-09-11T08:14:56.927993+0000 mgr.y (mgr.25981) 84 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-11T08:14:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: cephadm 2024-09-11T08:14:56.932000+0000 mgr.y (mgr.25981) 85 : cephadm [INF] Reconfiguring daemon osd.7 on smithi169 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:57.392238+0000 mgr.y (mgr.25981) 86 : audit [DBG] from='client.54240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.097119+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.098198+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.099135+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.100126+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.101042+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.102014+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.106138+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.107005+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.107872+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.108812+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.109508+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:58.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:58 smithi133 bash[54520]: audit 2024-09-11T08:14:58.537692+0000 mon.c (mon.1) 4 : audit [DBG] from='client.64150 172.21.15.133:0/3875451087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.097119+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.098198+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.099135+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.100126+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.101042+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.102014+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.106138+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.107005+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.107872+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:59.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.108812+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.109508+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:14:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:58 smithi169 bash[48863]: audit 2024-09-11T08:14:58.537692+0000 mon.c (mon.1) 4 : audit [DBG] from='client.64150 172.21.15.133:0/3875451087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:14:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: audit 2024-09-11T08:14:57.751017+0000 mgr.y (mgr.25981) 87 : audit [DBG] from='client.64138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: cluster 2024-09-11T08:14:58.069664+0000 mgr.y (mgr.25981) 88 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: audit 2024-09-11T08:14:58.091693+0000 mgr.y (mgr.25981) 89 : audit [DBG] from='client.54252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: audit 2024-09-11T08:14:59.484052+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: audit 2024-09-11T08:14:59.490302+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: audit 2024-09-11T08:14:59.500353+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: audit 2024-09-11T08:14:59.504863+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: audit 2024-09-11T08:14:59.513602+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: audit 2024-09-11T08:14:59.515218+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[53244]: audit 2024-09-11T08:14:59.517750+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi169.iczyvx","key": "container_image"}]: dispatch 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: audit 2024-09-11T08:14:57.751017+0000 mgr.y (mgr.25981) 87 : audit [DBG] from='client.64138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: cluster 2024-09-11T08:14:58.069664+0000 mgr.y (mgr.25981) 88 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: audit 2024-09-11T08:14:58.091693+0000 mgr.y (mgr.25981) 89 : audit [DBG] from='client.54252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: audit 2024-09-11T08:14:59.484052+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: audit 2024-09-11T08:14:59.490302+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: audit 2024-09-11T08:14:59.500353+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: audit 2024-09-11T08:14:59.504863+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:14:59.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: audit 2024-09-11T08:14:59.513602+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:14:59.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: audit 2024-09-11T08:14:59.515218+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:14:59.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:14:59 smithi133 bash[54520]: audit 2024-09-11T08:14:59.517750+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi169.iczyvx","key": "container_image"}]: dispatch 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: audit 2024-09-11T08:14:57.751017+0000 mgr.y (mgr.25981) 87 : audit [DBG] from='client.64138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: cluster 2024-09-11T08:14:58.069664+0000 mgr.y (mgr.25981) 88 : cluster [DBG] pgmap v42: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: audit 2024-09-11T08:14:58.091693+0000 mgr.y (mgr.25981) 89 : audit [DBG] from='client.54252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: audit 2024-09-11T08:14:59.484052+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: audit 2024-09-11T08:14:59.490302+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: audit 2024-09-11T08:14:59.500353+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: audit 2024-09-11T08:14:59.504863+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: audit 2024-09-11T08:14:59.513602+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: audit 2024-09-11T08:14:59.515218+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:00.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:14:59 smithi169 bash[48863]: audit 2024-09-11T08:14:59.517750+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi169.iczyvx","key": "container_image"}]: dispatch 2024-09-11T08:15:01.005 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:00 smithi169 bash[48863]: audit 2024-09-11T08:14:58.896092+0000 mgr.y (mgr.25981) 90 : audit [DBG] from='client.54264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:01.006 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:00 smithi169 bash[48863]: cephadm 2024-09-11T08:14:59.504151+0000 mgr.y (mgr.25981) 91 : cephadm [INF] Reconfiguring rgw.r.z.smithi169.iczyvx (monmap changed)... 2024-09-11T08:15:01.006 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:00 smithi169 bash[48863]: cephadm 2024-09-11T08:14:59.516935+0000 mgr.y (mgr.25981) 92 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi169.iczyvx on smithi169 2024-09-11T08:15:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:00 smithi133 bash[53244]: audit 2024-09-11T08:14:58.896092+0000 mgr.y (mgr.25981) 90 : audit [DBG] from='client.54264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:00 smithi133 bash[53244]: cephadm 2024-09-11T08:14:59.504151+0000 mgr.y (mgr.25981) 91 : cephadm [INF] Reconfiguring rgw.r.z.smithi169.iczyvx (monmap changed)... 2024-09-11T08:15:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:00 smithi133 bash[53244]: cephadm 2024-09-11T08:14:59.516935+0000 mgr.y (mgr.25981) 92 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi169.iczyvx on smithi169 2024-09-11T08:15:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:00 smithi133 bash[54520]: audit 2024-09-11T08:14:58.896092+0000 mgr.y (mgr.25981) 90 : audit [DBG] from='client.54264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:00 smithi133 bash[54520]: cephadm 2024-09-11T08:14:59.504151+0000 mgr.y (mgr.25981) 91 : cephadm [INF] Reconfiguring rgw.r.z.smithi169.iczyvx (monmap changed)... 2024-09-11T08:15:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:00 smithi133 bash[54520]: cephadm 2024-09-11T08:14:59.516935+0000 mgr.y (mgr.25981) 92 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi169.iczyvx on smithi169 2024-09-11T08:15:02.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:01 smithi169 bash[48863]: cluster 2024-09-11T08:15:00.070367+0000 mgr.y (mgr.25981) 93 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:02.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:01 smithi133 bash[53244]: cluster 2024-09-11T08:15:00.070367+0000 mgr.y (mgr.25981) 93 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:02.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:01 smithi133 bash[54520]: cluster 2024-09-11T08:15:00.070367+0000 mgr.y (mgr.25981) 93 : cluster [DBG] pgmap v43: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:01.960904+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:15:03.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:01.969431+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:01.975560+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:01.979873+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:01.984971+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:01.987890+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:01.989133+0000 mgr.y (mgr.25981) 94 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:01.997480+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:01.999115+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.006506+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.007890+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.012763+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.014796+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.016173+0000 mgr.y (mgr.25981) 95 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.022605+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.025808+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.026997+0000 mgr.y (mgr.25981) 96 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.033953+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.036458+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.037550+0000 mgr.y (mgr.25981) 97 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.044798+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.046774+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.048003+0000 mgr.y (mgr.25981) 98 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.049643+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.050802+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.053125+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.054414+0000 mgr.y (mgr.25981) 99 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.061262+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.063981+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.065223+0000 mgr.y (mgr.25981) 100 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:15:03.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.066875+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.068014+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.069894+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.070935+0000 mgr.y (mgr.25981) 101 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:15:03.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cluster 2024-09-11T08:15:02.071382+0000 mgr.y (mgr.25981) 102 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.073106+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.074360+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.076553+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.180 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.077840+0000 mgr.y (mgr.25981) 103 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.079565+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.080741+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.082762+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.083963+0000 mgr.y (mgr.25981) 104 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.085667+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.086963+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.088726+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.089791+0000 mgr.y (mgr.25981) 105 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.091473+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.181 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.092646+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.094429+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.095523+0000 mgr.y (mgr.25981) 106 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.097111+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.098258+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.099221+0000 mgr.y (mgr.25981) 107 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.100746+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.107707+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.109058+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.114986+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.116499+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.122560+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.123809+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:15:03.182 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.124853+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.130243+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.131499+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.132616+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.139271+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.140501+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.141432+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.142387+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.148627+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.149823+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.150934+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.183 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.152049+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.153224+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.154379+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.155543+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.156723+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.164402+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.165467+0000 mgr.y (mgr.25981) 108 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.166256+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.173750+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.589229+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:03.184 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.590680+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:15:03.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.591921+0000 mgr.y (mgr.25981) 109 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:15:03.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.601492+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.655870+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:03.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.657605+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:15:03.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: cephadm 2024-09-11T08:15:02.659070+0000 mgr.y (mgr.25981) 110 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:15:03.185 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:02 smithi169 bash[48863]: audit 2024-09-11T08:15:02.669416+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:01.960904+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:15:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:01.969431+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:01.975560+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:01.979873+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:01.984971+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:01.987890+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:01.989133+0000 mgr.y (mgr.25981) 94 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:01.997480+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:01.999115+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.006506+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.007890+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.012763+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.014796+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.016173+0000 mgr.y (mgr.25981) 95 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.022605+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.025808+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.026997+0000 mgr.y (mgr.25981) 96 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:15:03.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.033953+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.036458+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.201 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.037550+0000 mgr.y (mgr.25981) 97 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:15:03.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:01.960904+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:15:03.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:01.969431+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:01.975560+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:01.979873+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:01.984971+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:01.987890+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:01.989133+0000 mgr.y (mgr.25981) 94 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:01.997480+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:01.999115+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.006506+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.007890+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.012763+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.014796+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.016173+0000 mgr.y (mgr.25981) 95 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.022605+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.025808+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.026997+0000 mgr.y (mgr.25981) 96 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:15:03.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.033953+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.036458+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.037550+0000 mgr.y (mgr.25981) 97 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.044798+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.046774+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.048003+0000 mgr.y (mgr.25981) 98 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.049643+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.050802+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.053125+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.054414+0000 mgr.y (mgr.25981) 99 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.061262+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.063981+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.065223+0000 mgr.y (mgr.25981) 100 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.066875+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.068014+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.069894+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.070935+0000 mgr.y (mgr.25981) 101 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cluster 2024-09-11T08:15:02.071382+0000 mgr.y (mgr.25981) 102 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.073106+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.074360+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.076553+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.077840+0000 mgr.y (mgr.25981) 103 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:15:03.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.044798+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.046774+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.048003+0000 mgr.y (mgr.25981) 98 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.049643+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.050802+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.053125+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.054414+0000 mgr.y (mgr.25981) 99 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.061262+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.063981+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.065223+0000 mgr.y (mgr.25981) 100 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.066875+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.068014+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.069894+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.070935+0000 mgr.y (mgr.25981) 101 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cluster 2024-09-11T08:15:02.071382+0000 mgr.y (mgr.25981) 102 : cluster [DBG] pgmap v44: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.073106+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.074360+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.076553+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.077840+0000 mgr.y (mgr.25981) 103 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.079565+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.080741+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.082762+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.083963+0000 mgr.y (mgr.25981) 104 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.085667+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.206 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.086963+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.088726+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.089791+0000 mgr.y (mgr.25981) 105 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.091473+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.092646+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.094429+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.095523+0000 mgr.y (mgr.25981) 106 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.097111+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.098258+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.099221+0000 mgr.y (mgr.25981) 107 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.100746+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.107707+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.109058+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.207 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.114986+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.079565+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.080741+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.082762+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.083963+0000 mgr.y (mgr.25981) 104 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.085667+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.086963+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.088726+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.089791+0000 mgr.y (mgr.25981) 105 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.091473+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.208 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.092646+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.094429+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.095523+0000 mgr.y (mgr.25981) 106 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.097111+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.098258+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.099221+0000 mgr.y (mgr.25981) 107 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.100746+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.107707+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.109058+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.114986+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:15:03.209 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.116499+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.122560+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.123809+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.124853+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.130243+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.131499+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.132616+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.139271+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.140501+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.141432+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.142387+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.148627+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.149823+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.150934+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.152049+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.210 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.153224+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.116499+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.122560+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.123809+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.124853+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.130243+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.131499+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.132616+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.139271+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.140501+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.211 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.141432+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.142387+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.148627+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.149823+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.150934+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.152049+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.153224+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.154379+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.155543+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.156723+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:15:03.212 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.164402+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.165467+0000 mgr.y (mgr.25981) 108 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.166256+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.173750+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.589229+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.590680+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.591921+0000 mgr.y (mgr.25981) 109 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.601492+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.655870+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.657605+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: cephadm 2024-09-11T08:15:02.659070+0000 mgr.y (mgr.25981) 110 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:15:03.213 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[53244]: audit 2024-09-11T08:15:02.669416+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.154379+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.155543+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.156723+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.164402+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.165467+0000 mgr.y (mgr.25981) 108 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.166256+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.173750+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.589229+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.590680+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.591921+0000 mgr.y (mgr.25981) 109 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.601492+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.655870+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.657605+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:15:03.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: cephadm 2024-09-11T08:15:02.659070+0000 mgr.y (mgr.25981) 110 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:15:03.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:02 smithi133 bash[54520]: audit 2024-09-11T08:15:02.669416+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:05.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:05 smithi169 bash[48863]: cluster 2024-09-11T08:15:04.072049+0000 mgr.y (mgr.25981) 111 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:05.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:05 smithi133 bash[53244]: cluster 2024-09-11T08:15:04.072049+0000 mgr.y (mgr.25981) 111 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:05.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:05 smithi133 bash[54520]: cluster 2024-09-11T08:15:04.072049+0000 mgr.y (mgr.25981) 111 : cluster [DBG] pgmap v45: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:06.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:06 smithi133 bash[53244]: audit 2024-09-11T08:15:05.180908+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:06.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:06 smithi133 bash[54520]: audit 2024-09-11T08:15:05.180908+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:06.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:06 smithi169 bash[48863]: audit 2024-09-11T08:15:05.180908+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:07.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:07 smithi133 bash[53244]: cluster 2024-09-11T08:15:06.073579+0000 mgr.y (mgr.25981) 112 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:07.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:07 smithi133 bash[54520]: cluster 2024-09-11T08:15:06.073579+0000 mgr.y (mgr.25981) 112 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:07.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:07 smithi169 bash[48863]: cluster 2024-09-11T08:15:06.073579+0000 mgr.y (mgr.25981) 112 : cluster [DBG] pgmap v46: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:09.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:09 smithi133 bash[53244]: cluster 2024-09-11T08:15:08.074313+0000 mgr.y (mgr.25981) 113 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:09.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:09 smithi133 bash[54520]: cluster 2024-09-11T08:15:08.074313+0000 mgr.y (mgr.25981) 113 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:09.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:09 smithi169 bash[48863]: cluster 2024-09-11T08:15:08.074313+0000 mgr.y (mgr.25981) 113 : cluster [DBG] pgmap v47: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:11.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:11 smithi133 bash[53244]: cluster 2024-09-11T08:15:10.074979+0000 mgr.y (mgr.25981) 114 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:11.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:11 smithi133 bash[54520]: cluster 2024-09-11T08:15:10.074979+0000 mgr.y (mgr.25981) 114 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:11.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:11 smithi169 bash[48863]: cluster 2024-09-11T08:15:10.074979+0000 mgr.y (mgr.25981) 114 : cluster [DBG] pgmap v48: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:13.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:13 smithi169 bash[48863]: cluster 2024-09-11T08:15:12.076506+0000 mgr.y (mgr.25981) 115 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:13.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:13 smithi133 bash[53244]: cluster 2024-09-11T08:15:12.076506+0000 mgr.y (mgr.25981) 115 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:13.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:13 smithi133 bash[54520]: cluster 2024-09-11T08:15:12.076506+0000 mgr.y (mgr.25981) 115 : cluster [DBG] pgmap v49: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:15.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:15 smithi169 bash[48863]: cluster 2024-09-11T08:15:14.077170+0000 mgr.y (mgr.25981) 116 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:15.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:15 smithi133 bash[53244]: cluster 2024-09-11T08:15:14.077170+0000 mgr.y (mgr.25981) 116 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:15.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:15 smithi133 bash[54520]: cluster 2024-09-11T08:15:14.077170+0000 mgr.y (mgr.25981) 116 : cluster [DBG] pgmap v50: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:17.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:17 smithi169 bash[48863]: cluster 2024-09-11T08:15:16.078653+0000 mgr.y (mgr.25981) 117 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:17.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:17 smithi133 bash[54520]: cluster 2024-09-11T08:15:16.078653+0000 mgr.y (mgr.25981) 117 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:17.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:17 smithi133 bash[53244]: cluster 2024-09-11T08:15:16.078653+0000 mgr.y (mgr.25981) 117 : cluster [DBG] pgmap v51: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:19.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:19 smithi169 bash[48863]: cluster 2024-09-11T08:15:18.079392+0000 mgr.y (mgr.25981) 118 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:19.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:19 smithi133 bash[54520]: cluster 2024-09-11T08:15:18.079392+0000 mgr.y (mgr.25981) 118 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:19.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:19 smithi133 bash[53244]: cluster 2024-09-11T08:15:18.079392+0000 mgr.y (mgr.25981) 118 : cluster [DBG] pgmap v52: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:21.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:21 smithi169 bash[48863]: cluster 2024-09-11T08:15:20.080192+0000 mgr.y (mgr.25981) 119 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:21.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:21 smithi133 bash[53244]: cluster 2024-09-11T08:15:20.080192+0000 mgr.y (mgr.25981) 119 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:21.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:21 smithi133 bash[54520]: cluster 2024-09-11T08:15:20.080192+0000 mgr.y (mgr.25981) 119 : cluster [DBG] pgmap v53: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:23.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:23 smithi169 bash[48863]: cluster 2024-09-11T08:15:22.081735+0000 mgr.y (mgr.25981) 120 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:23.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:23 smithi133 bash[54520]: cluster 2024-09-11T08:15:22.081735+0000 mgr.y (mgr.25981) 120 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:23.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:23 smithi133 bash[53244]: cluster 2024-09-11T08:15:22.081735+0000 mgr.y (mgr.25981) 120 : cluster [DBG] pgmap v54: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:25.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:25 smithi169 bash[48863]: cluster 2024-09-11T08:15:24.082479+0000 mgr.y (mgr.25981) 121 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:25.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:25 smithi133 bash[54520]: cluster 2024-09-11T08:15:24.082479+0000 mgr.y (mgr.25981) 121 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:25.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:25 smithi133 bash[53244]: cluster 2024-09-11T08:15:24.082479+0000 mgr.y (mgr.25981) 121 : cluster [DBG] pgmap v55: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:27.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:27 smithi169 bash[48863]: cluster 2024-09-11T08:15:26.083997+0000 mgr.y (mgr.25981) 122 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:27.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:27 smithi133 bash[53244]: cluster 2024-09-11T08:15:26.083997+0000 mgr.y (mgr.25981) 122 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:27.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:27 smithi133 bash[54520]: cluster 2024-09-11T08:15:26.083997+0000 mgr.y (mgr.25981) 122 : cluster [DBG] pgmap v56: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:29.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:29 smithi169 bash[48863]: cluster 2024-09-11T08:15:28.084721+0000 mgr.y (mgr.25981) 123 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:29.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:29 smithi133 bash[53244]: cluster 2024-09-11T08:15:28.084721+0000 mgr.y (mgr.25981) 123 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:29.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:29 smithi133 bash[54520]: cluster 2024-09-11T08:15:28.084721+0000 mgr.y (mgr.25981) 123 : cluster [DBG] pgmap v57: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:30.065 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:15:30.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:30 smithi133 bash[53244]: audit 2024-09-11T08:15:29.267156+0000 mgr.y (mgr.25981) 124 : audit [DBG] from='client.54270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:30.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:30 smithi133 bash[54520]: audit 2024-09-11T08:15:29.267156+0000 mgr.y (mgr.25981) 124 : audit [DBG] from='client.54270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:30.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:30 smithi169 bash[48863]: audit 2024-09-11T08:15:29.267156+0000 mgr.y (mgr.25981) 124 : audit [DBG] from='client.54270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:31.572 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:31 smithi133 bash[53244]: cluster 2024-09-11T08:15:30.085380+0000 mgr.y (mgr.25981) 125 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:31.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:31 smithi133 bash[54520]: cluster 2024-09-11T08:15:30.085380+0000 mgr.y (mgr.25981) 125 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:31.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:31 smithi169 bash[48863]: cluster 2024-09-11T08:15:30.085380+0000 mgr.y (mgr.25981) 125 : cluster [DBG] pgmap v58: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.509 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:33 smithi133 bash[54520]: cluster 2024-09-11T08:15:32.086928+0000 mgr.y (mgr.25981) 126 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.509 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:33 smithi133 bash[53244]: cluster 2024-09-11T08:15:32.086928+0000 mgr.y (mgr.25981) 126 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:33 smithi169 bash[48863]: cluster 2024-09-11T08:15:32.086928+0000 mgr.y (mgr.25981) 126 : cluster [DBG] pgmap v59: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:33.944 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (4m) 80s ago 29m 18.3M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (4m) 106s ago 29m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 106s ago 30m - - 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (6m) 106s ago 34m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (16m) 80s ago 36m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (2m) 80s ago 36m 41.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (3m) 106s ago 34m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (88s) 80s ago 34m 23.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (5m) 80s ago 29m 10.5M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (5m) 106s ago 29m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (33m) 80s ago 34m 51.7M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (33m) 80s ago 33m 53.6M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:15:33.945 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (33m) 80s ago 33m 46.3M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:15:33.946 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (32m) 80s ago 32m 54.8M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:15:33.946 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (32m) 106s ago 32m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:15:33.946 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (31m) 106s ago 31m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:15:33.946 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (31m) 106s ago 31m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:15:33.946 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (30m) 106s ago 30m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:15:33.946 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (5m) 106s ago 29m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:15:33.946 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (27m) 80s ago 27m 55.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:15:33.946 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (27m) 106s ago 27m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.922005+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.922929+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.923794+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.924597+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.925503+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.926393+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.929160+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.929828+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.930491+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.931120+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:34 smithi169 bash[48863]: audit 2024-09-11T08:15:33.931743+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.922005+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.922929+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.923794+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.924597+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.925503+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.926393+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.929160+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.929828+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.930491+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.931120+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[53244]: audit 2024-09-11T08:15:33.931743+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.922005+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.922929+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.923794+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.924597+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.925503+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.926393+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.929160+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.929828+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.930491+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.931120+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:34 smithi133 bash[54520]: audit 2024-09-11T08:15:33.931743+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:15:34.808 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 1'"'"'' 2024-09-11T08:15:35.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:35 smithi133 bash[53244]: audit 2024-09-11T08:15:33.916631+0000 mgr.y (mgr.25981) 127 : audit [DBG] from='client.64168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:35.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:35 smithi133 bash[53244]: cluster 2024-09-11T08:15:34.087639+0000 mgr.y (mgr.25981) 128 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:35.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:35 smithi133 bash[54520]: audit 2024-09-11T08:15:33.916631+0000 mgr.y (mgr.25981) 127 : audit [DBG] from='client.64168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:35.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:35 smithi133 bash[54520]: cluster 2024-09-11T08:15:34.087639+0000 mgr.y (mgr.25981) 128 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:35.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:35 smithi169 bash[48863]: audit 2024-09-11T08:15:33.916631+0000 mgr.y (mgr.25981) 127 : audit [DBG] from='client.64168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:35.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:35 smithi169 bash[48863]: cluster 2024-09-11T08:15:34.087639+0000 mgr.y (mgr.25981) 128 : cluster [DBG] pgmap v60: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:37.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:37 smithi169 bash[48863]: cluster 2024-09-11T08:15:36.089171+0000 mgr.y (mgr.25981) 129 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:37.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:37 smithi133 bash[53244]: cluster 2024-09-11T08:15:36.089171+0000 mgr.y (mgr.25981) 129 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:37.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:37 smithi133 bash[54520]: cluster 2024-09-11T08:15:36.089171+0000 mgr.y (mgr.25981) 129 : cluster [DBG] pgmap v61: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:38.958 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:15:39.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:39 smithi133 bash[53244]: cluster 2024-09-11T08:15:38.089868+0000 mgr.y (mgr.25981) 130 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:39 smithi133 bash[53244]: audit 2024-09-11T08:15:38.944341+0000 mon.c (mon.1) 5 : audit [DBG] from='client.54282 172.21.15.133:0/1906393812' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:39.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:39 smithi133 bash[54520]: cluster 2024-09-11T08:15:38.089868+0000 mgr.y (mgr.25981) 130 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:39.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:39 smithi133 bash[54520]: audit 2024-09-11T08:15:38.944341+0000 mon.c (mon.1) 5 : audit [DBG] from='client.54282 172.21.15.133:0/1906393812' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:39.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:39 smithi169 bash[48863]: cluster 2024-09-11T08:15:38.089868+0000 mgr.y (mgr.25981) 130 : cluster [DBG] pgmap v62: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:39.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:39 smithi169 bash[48863]: audit 2024-09-11T08:15:38.944341+0000 mon.c (mon.1) 5 : audit [DBG] from='client.54282 172.21.15.133:0/1906393812' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:39.756 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mon | keys'"'"' | grep $sha1' 2024-09-11T08:15:40.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:40 smithi169 bash[48863]: audit 2024-09-11T08:15:40.092619+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:15:40.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:40 smithi169 bash[48863]: audit 2024-09-11T08:15:40.093289+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:15:40.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:40 smithi169 bash[48863]: audit 2024-09-11T08:15:40.093910+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:15:40.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:40 smithi133 bash[53244]: audit 2024-09-11T08:15:40.092619+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:15:40.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:40 smithi133 bash[53244]: audit 2024-09-11T08:15:40.093289+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:15:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:40 smithi133 bash[53244]: audit 2024-09-11T08:15:40.093910+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:15:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:40 smithi133 bash[54520]: audit 2024-09-11T08:15:40.092619+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T08:15:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:40 smithi133 bash[54520]: audit 2024-09-11T08:15:40.093289+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:15:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:40 smithi133 bash[54520]: audit 2024-09-11T08:15:40.093910+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:15:41.560 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:41 smithi133 bash[53244]: cluster 2024-09-11T08:15:40.090725+0000 mgr.y (mgr.25981) 131 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:41.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:41 smithi133 bash[54520]: cluster 2024-09-11T08:15:40.090725+0000 mgr.y (mgr.25981) 131 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:41.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:41 smithi169 bash[48863]: cluster 2024-09-11T08:15:40.090725+0000 mgr.y (mgr.25981) 131 : cluster [DBG] pgmap v63: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:43 smithi169 bash[48863]: cluster 2024-09-11T08:15:42.092240+0000 mgr.y (mgr.25981) 132 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:43 smithi133 bash[53244]: cluster 2024-09-11T08:15:42.092240+0000 mgr.y (mgr.25981) 132 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:43 smithi133 bash[54520]: cluster 2024-09-11T08:15:42.092240+0000 mgr.y (mgr.25981) 132 : cluster [DBG] pgmap v64: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:43.829 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:15:44.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:44 smithi133 bash[53244]: audit 2024-09-11T08:15:43.815399+0000 mon.a (mon.0) 332 : audit [DBG] from='client.64180 172.21.15.133:0/4079544320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:44.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:44 smithi133 bash[54520]: audit 2024-09-11T08:15:43.815399+0000 mon.a (mon.0) 332 : audit [DBG] from='client.64180 172.21.15.133:0/4079544320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:44.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:44 smithi169 bash[48863]: audit 2024-09-11T08:15:43.815399+0000 mon.a (mon.0) 332 : audit [DBG] from='client.64180 172.21.15.133:0/4079544320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:15:44.681 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 5'"'"'' 2024-09-11T08:15:45.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:45 smithi169 bash[48863]: cluster 2024-09-11T08:15:44.092923+0000 mgr.y (mgr.25981) 133 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:45.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:45 smithi133 bash[53244]: cluster 2024-09-11T08:15:44.092923+0000 mgr.y (mgr.25981) 133 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:45 smithi133 bash[54520]: cluster 2024-09-11T08:15:44.092923+0000 mgr.y (mgr.25981) 133 : cluster [DBG] pgmap v65: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:47.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:47 smithi169 bash[48863]: cluster 2024-09-11T08:15:46.094502+0000 mgr.y (mgr.25981) 134 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:47.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:47 smithi133 bash[53244]: cluster 2024-09-11T08:15:46.094502+0000 mgr.y (mgr.25981) 134 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:47.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:47 smithi133 bash[54520]: cluster 2024-09-11T08:15:46.094502+0000 mgr.y (mgr.25981) 134 : cluster [DBG] pgmap v66: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:49.374 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:49 smithi133 bash[53244]: cluster 2024-09-11T08:15:48.095180+0000 mgr.y (mgr.25981) 135 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:49.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:49 smithi169 bash[48863]: cluster 2024-09-11T08:15:48.095180+0000 mgr.y (mgr.25981) 135 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:49.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:49 smithi133 bash[54520]: cluster 2024-09-11T08:15:48.095180+0000 mgr.y (mgr.25981) 135 : cluster [DBG] pgmap v67: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:50.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:50 smithi133 bash[53244]: audit 2024-09-11T08:15:48.782164+0000 mgr.y (mgr.25981) 136 : audit [DBG] from='client.64186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:50.667 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:50 smithi133 bash[54520]: audit 2024-09-11T08:15:48.782164+0000 mgr.y (mgr.25981) 136 : audit [DBG] from='client.64186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:50.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:50 smithi169 bash[48863]: audit 2024-09-11T08:15:48.782164+0000 mgr.y (mgr.25981) 136 : audit [DBG] from='client.64186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:51.331 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:15:51.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:51 smithi169 bash[48863]: cluster 2024-09-11T08:15:50.095834+0000 mgr.y (mgr.25981) 137 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:51.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:51 smithi133 bash[53244]: cluster 2024-09-11T08:15:50.095834+0000 mgr.y (mgr.25981) 137 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:51.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:51 smithi133 bash[54520]: cluster 2024-09-11T08:15:50.095834+0000 mgr.y (mgr.25981) 137 : cluster [DBG] pgmap v68: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:52.083 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2' 2024-09-11T08:15:53.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:53 smithi169 bash[48863]: cluster 2024-09-11T08:15:52.097423+0000 mgr.y (mgr.25981) 138 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:53.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:53 smithi133 bash[53244]: cluster 2024-09-11T08:15:52.097423+0000 mgr.y (mgr.25981) 138 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:53.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:53 smithi133 bash[54520]: cluster 2024-09-11T08:15:52.097423+0000 mgr.y (mgr.25981) 138 : cluster [DBG] pgmap v69: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:55.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:55 smithi169 bash[48863]: cluster 2024-09-11T08:15:54.098219+0000 mgr.y (mgr.25981) 139 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:55.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:55 smithi133 bash[54520]: cluster 2024-09-11T08:15:54.098219+0000 mgr.y (mgr.25981) 139 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:55 smithi133 bash[53244]: cluster 2024-09-11T08:15:54.098219+0000 mgr.y (mgr.25981) 139 : cluster [DBG] pgmap v70: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:57.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:57 smithi133 bash[53244]: audit 2024-09-11T08:15:55.894151+0000 mgr.y (mgr.25981) 140 : audit [DBG] from='client.64192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:57.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:57 smithi133 bash[53244]: cluster 2024-09-11T08:15:56.099594+0000 mgr.y (mgr.25981) 141 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:57.666 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:57 smithi133 bash[54520]: audit 2024-09-11T08:15:55.894151+0000 mgr.y (mgr.25981) 140 : audit [DBG] from='client.64192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:57.666 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:57 smithi133 bash[54520]: cluster 2024-09-11T08:15:56.099594+0000 mgr.y (mgr.25981) 141 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:57.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:57 smithi169 bash[48863]: audit 2024-09-11T08:15:55.894151+0000 mgr.y (mgr.25981) 140 : audit [DBG] from='client.64192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:15:57.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:57 smithi169 bash[48863]: cluster 2024-09-11T08:15:56.099594+0000 mgr.y (mgr.25981) 141 : cluster [DBG] pgmap v71: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:58.273 INFO:teuthology.orchestra.run.smithi133.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:15:59.076 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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 ; sleep 30 ; done' 2024-09-11T08:15:59.447 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[54520]: cluster 2024-09-11T08:15:58.100294+0000 mgr.y (mgr.25981) 142 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:59.447 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[54520]: cephadm 2024-09-11T08:15:58.263397+0000 mgr.y (mgr.25981) 143 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:15:59.447 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[54520]: audit 2024-09-11T08:15:58.271263+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:59.447 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[54520]: audit 2024-09-11T08:15:58.649809+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:59.447 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[54520]: audit 2024-09-11T08:15:58.651384+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:15:59.447 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[54520]: cephadm 2024-09-11T08:15:58.652651+0000 mgr.y (mgr.25981) 144 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:15:59.447 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[54520]: audit 2024-09-11T08:15:58.660596+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:59.447 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[54520]: cephadm 2024-09-11T08:15:58.708632+0000 mgr.y (mgr.25981) 145 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:15:59.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[53244]: cluster 2024-09-11T08:15:58.100294+0000 mgr.y (mgr.25981) 142 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:59.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[53244]: cephadm 2024-09-11T08:15:58.263397+0000 mgr.y (mgr.25981) 143 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:15:59.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[53244]: audit 2024-09-11T08:15:58.271263+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:59.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[53244]: audit 2024-09-11T08:15:58.649809+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:59.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[53244]: audit 2024-09-11T08:15:58.651384+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:15:59.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[53244]: cephadm 2024-09-11T08:15:58.652651+0000 mgr.y (mgr.25981) 144 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:15:59.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[53244]: audit 2024-09-11T08:15:58.660596+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:59.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:15:59 smithi133 bash[53244]: cephadm 2024-09-11T08:15:58.708632+0000 mgr.y (mgr.25981) 145 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:15:59.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:59 smithi169 bash[48863]: cluster 2024-09-11T08:15:58.100294+0000 mgr.y (mgr.25981) 142 : cluster [DBG] pgmap v72: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:15:59.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:59 smithi169 bash[48863]: cephadm 2024-09-11T08:15:58.263397+0000 mgr.y (mgr.25981) 143 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:15:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:59 smithi169 bash[48863]: audit 2024-09-11T08:15:58.271263+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:59 smithi169 bash[48863]: audit 2024-09-11T08:15:58.649809+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:15:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:59 smithi169 bash[48863]: audit 2024-09-11T08:15:58.651384+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:15:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:59 smithi169 bash[48863]: cephadm 2024-09-11T08:15:58.652651+0000 mgr.y (mgr.25981) 144 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:15:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:59 smithi169 bash[48863]: audit 2024-09-11T08:15:58.660596+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:15:59.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:15:59 smithi169 bash[48863]: cephadm 2024-09-11T08:15:58.708632+0000 mgr.y (mgr.25981) 145 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:16:01.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:01 smithi133 bash[53244]: cluster 2024-09-11T08:16:00.100943+0000 mgr.y (mgr.25981) 146 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:01.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:01 smithi133 bash[54520]: cluster 2024-09-11T08:16:00.100943+0000 mgr.y (mgr.25981) 146 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:01.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:01 smithi169 bash[48863]: cluster 2024-09-11T08:16:00.100943+0000 mgr.y (mgr.25981) 146 : cluster [DBG] pgmap v73: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: cluster 2024-09-11T08:16:02.102522+0000 mgr.y (mgr.25981) 147 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.484221+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: cephadm 2024-09-11T08:16:02.484774+0000 mgr.y (mgr.25981) 148 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: cephadm 2024-09-11T08:16:02.484861+0000 mgr.y (mgr.25981) 149 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.486131+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.493413+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.495592+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: cephadm 2024-09-11T08:16:02.496732+0000 mgr.y (mgr.25981) 150 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.502935+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.505276+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:03.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: cephadm 2024-09-11T08:16:02.506523+0000 mgr.y (mgr.25981) 151 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:16:03.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.514385+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.516016+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:03.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: cephadm 2024-09-11T08:16:02.517253+0000 mgr.y (mgr.25981) 152 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:16:03.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.526255+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.528824+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:16:03.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: audit 2024-09-11T08:16:02.529157+0000 mgr.y (mgr.25981) 153 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:16:03.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:03 smithi169 bash[48863]: cephadm 2024-09-11T08:16:02.530771+0000 mgr.y (mgr.25981) 154 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: cluster 2024-09-11T08:16:02.102522+0000 mgr.y (mgr.25981) 147 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.484221+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: cephadm 2024-09-11T08:16:02.484774+0000 mgr.y (mgr.25981) 148 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: cephadm 2024-09-11T08:16:02.484861+0000 mgr.y (mgr.25981) 149 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.486131+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.493413+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.495592+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: cephadm 2024-09-11T08:16:02.496732+0000 mgr.y (mgr.25981) 150 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.502935+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.505276+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: cephadm 2024-09-11T08:16:02.506523+0000 mgr.y (mgr.25981) 151 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:16:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.514385+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.516016+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: cephadm 2024-09-11T08:16:02.517253+0000 mgr.y (mgr.25981) 152 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.526255+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.528824+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: audit 2024-09-11T08:16:02.529157+0000 mgr.y (mgr.25981) 153 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[53244]: cephadm 2024-09-11T08:16:02.530771+0000 mgr.y (mgr.25981) 154 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: cluster 2024-09-11T08:16:02.102522+0000 mgr.y (mgr.25981) 147 : cluster [DBG] pgmap v74: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.484221+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: cephadm 2024-09-11T08:16:02.484774+0000 mgr.y (mgr.25981) 148 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: cephadm 2024-09-11T08:16:02.484861+0000 mgr.y (mgr.25981) 149 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.486131+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.493413+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.495592+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: cephadm 2024-09-11T08:16:02.496732+0000 mgr.y (mgr.25981) 150 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.502935+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.505276+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: cephadm 2024-09-11T08:16:02.506523+0000 mgr.y (mgr.25981) 151 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.514385+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.516016+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: cephadm 2024-09-11T08:16:02.517253+0000 mgr.y (mgr.25981) 152 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.526255+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.528824+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: audit 2024-09-11T08:16:02.529157+0000 mgr.y (mgr.25981) 153 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:16:03.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:03 smithi133 bash[54520]: cephadm 2024-09-11T08:16:02.530771+0000 mgr.y (mgr.25981) 154 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-11T08:16:05.290 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:16:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:05 smithi169 bash[48863]: cluster 2024-09-11T08:16:04.103196+0000 mgr.y (mgr.25981) 155 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:05.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:05 smithi133 bash[53244]: cluster 2024-09-11T08:16:04.103196+0000 mgr.y (mgr.25981) 155 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:05.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:05 smithi133 bash[54520]: cluster 2024-09-11T08:16:04.103196+0000 mgr.y (mgr.25981) 155 : cluster [DBG] pgmap v75: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:06.009 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:16:06.009 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (5m) 112s ago 29m 18.3M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:16:06.009 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (4m) 2m ago 29m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:16:06.009 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 2m ago 30m - - 2024-09-11T08:16:06.009 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (6m) 2m ago 34m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:16:06.009 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (16m) 112s ago 36m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:16:06.009 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (2m) 112s ago 36m 41.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (3m) 2m ago 35m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (2m) 112s ago 35m 23.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (6m) 112s ago 30m 10.5M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (6m) 2m ago 30m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (34m) 112s ago 34m 51.7M 4096M 15.2.9 dfc483079636 80df84b71732 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (34m) 112s ago 34m 53.6M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (33m) 112s ago 33m 46.3M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (33m) 112s ago 33m 54.8M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (32m) 2m ago 32m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (32m) 2m ago 32m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (31m) 2m ago 31m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (31m) 2m ago 31m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (5m) 2m ago 30m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (28m) 112s ago 28m 55.4M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:16:06.010 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (28m) 2m ago 28m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:16:06.422 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:16:06.423 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:16:06.423 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:16:06.423 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:16:06.423 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 10, 2024-09-11T08:16:06.423 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T08:16:06.423 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:16:06.423 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:16:06.780 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:16:06.780 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:16:06.780 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:16:06.781 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (2 remaining).", 2024-09-11T08:16:06.781 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:16:06.781 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "0/8 daemons upgraded", 2024-09-11T08:16:06.781 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:16:06.781 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:16:06.781 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:16:06.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.274802+0000 mgr.y (mgr.25981) 156 : audit [DBG] from='client.54306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:06.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.635266+0000 mgr.y (mgr.25981) 157 : audit [DBG] from='client.54312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.813702+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.814881+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.815834+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.818450+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.988115+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.988940+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.989632+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.990402+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.991194+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.991877+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.994748+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.995459+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.996138+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.996780+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:05.997555+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:06 smithi169 bash[48863]: audit 2024-09-11T08:16:06.420837+0000 mon.a (mon.0) 362 : audit [DBG] from='client.64216 172.21.15.133:0/4112182294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.274802+0000 mgr.y (mgr.25981) 156 : audit [DBG] from='client.54306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.635266+0000 mgr.y (mgr.25981) 157 : audit [DBG] from='client.54312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.813702+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.814881+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.815834+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.818450+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.988115+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.988940+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.989632+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.990402+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.991194+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.991877+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.994748+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.995459+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.996138+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.996780+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:05.997555+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[53244]: audit 2024-09-11T08:16:06.420837+0000 mon.a (mon.0) 362 : audit [DBG] from='client.64216 172.21.15.133:0/4112182294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.274802+0000 mgr.y (mgr.25981) 156 : audit [DBG] from='client.54306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.635266+0000 mgr.y (mgr.25981) 157 : audit [DBG] from='client.54312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.813702+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.814881+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.815834+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:06.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.818450+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.988115+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.988940+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.989632+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.990402+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.991194+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.991877+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.994748+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.995459+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.996138+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.996780+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:05.997555+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:06.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:06 smithi133 bash[54520]: audit 2024-09-11T08:16:06.420837+0000 mon.a (mon.0) 362 : audit [DBG] from='client.64216 172.21.15.133:0/4112182294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:07.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:07 smithi133 bash[53244]: cephadm 2024-09-11T08:16:05.805617+0000 mgr.y (mgr.25981) 158 : cephadm [INF] Upgrade: Updating osd.0 2024-09-11T08:16:07.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:07 smithi133 bash[53244]: cephadm 2024-09-11T08:16:05.817864+0000 mgr.y (mgr.25981) 159 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-09-11T08:16:07.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:07 smithi133 bash[53244]: audit 2024-09-11T08:16:05.985535+0000 mgr.y (mgr.25981) 160 : audit [DBG] from='client.54318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:07.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:07 smithi133 bash[53244]: cluster 2024-09-11T08:16:06.105308+0000 mgr.y (mgr.25981) 161 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:07.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:07 smithi133 bash[54520]: cephadm 2024-09-11T08:16:05.805617+0000 mgr.y (mgr.25981) 158 : cephadm [INF] Upgrade: Updating osd.0 2024-09-11T08:16:07.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:07 smithi133 bash[54520]: cephadm 2024-09-11T08:16:05.817864+0000 mgr.y (mgr.25981) 159 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-09-11T08:16:07.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:07 smithi133 bash[54520]: audit 2024-09-11T08:16:05.985535+0000 mgr.y (mgr.25981) 160 : audit [DBG] from='client.54318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:07.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:07 smithi133 bash[54520]: cluster 2024-09-11T08:16:06.105308+0000 mgr.y (mgr.25981) 161 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:07.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:07 smithi169 bash[48863]: cephadm 2024-09-11T08:16:05.805617+0000 mgr.y (mgr.25981) 158 : cephadm [INF] Upgrade: Updating osd.0 2024-09-11T08:16:07.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:07 smithi169 bash[48863]: cephadm 2024-09-11T08:16:05.817864+0000 mgr.y (mgr.25981) 159 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-09-11T08:16:07.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:07 smithi169 bash[48863]: audit 2024-09-11T08:16:05.985535+0000 mgr.y (mgr.25981) 160 : audit [DBG] from='client.54318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:07.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:07 smithi169 bash[48863]: cluster 2024-09-11T08:16:06.105308+0000 mgr.y (mgr.25981) 161 : cluster [DBG] pgmap v76: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:08.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:08 smithi169 bash[48863]: audit 2024-09-11T08:16:06.779243+0000 mgr.y (mgr.25981) 162 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:08.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:08 smithi133 bash[54520]: audit 2024-09-11T08:16:06.779243+0000 mgr.y (mgr.25981) 162 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:08.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:08 smithi133 bash[53244]: audit 2024-09-11T08:16:06.779243+0000 mgr.y (mgr.25981) 162 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:09.825 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:09 smithi133 bash[53244]: cluster 2024-09-11T08:16:08.106123+0000 mgr.y (mgr.25981) 163 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:09.826 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:09 smithi133 bash[54520]: cluster 2024-09-11T08:16:08.106123+0000 mgr.y (mgr.25981) 163 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:09 smithi169 bash[48863]: cluster 2024-09-11T08:16:08.106123+0000 mgr.y (mgr.25981) 163 : cluster [DBG] pgmap v77: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:10.949 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:10 smithi133 systemd[1]: Stopping Ceph osd.0 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:16:11.289 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:10 smithi133 bash[21910]: debug 2024-09-11T08:16:10.976+0000 7f23a5f4b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:16:11.289 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:10 smithi133 bash[21910]: debug 2024-09-11T08:16:10.976+0000 7f23a5f4b700 -1 osd.0 73 *** Got signal Terminated *** 2024-09-11T08:16:11.289 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:10 smithi133 bash[21910]: debug 2024-09-11T08:16:10.976+0000 7f23a5f4b700 -1 osd.0 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:16:11.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:10.106937+0000 mgr.y (mgr.25981) 164 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:11.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.037219+0000 mon.a (mon.0) 363 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.037313+0000 mon.a (mon.0) 364 : cluster [INF] osd.0 failed (root=default,host=smithi133) (connection refused reported by osd.4) 2024-09-11T08:16:11.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.037826+0000 mon.a (mon.0) 365 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.038183+0000 mon.a (mon.0) 366 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.038523+0000 mon.a (mon.0) 367 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.038968+0000 mon.a (mon.0) 368 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.039470+0000 mon.a (mon.0) 369 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.039894+0000 mon.a (mon.0) 370 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.040234+0000 mon.a (mon.0) 371 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.040565+0000 mon.a (mon.0) 372 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.147731+0000 mon.a (mon.0) 373 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.148977+0000 mon.a (mon.0) 374 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.237964+0000 mon.a (mon.0) 375 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.238459+0000 mon.a (mon.0) 376 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.238796+0000 mon.a (mon.0) 377 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.239350+0000 mon.a (mon.0) 378 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.241624+0000 mon.a (mon.0) 379 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.242127+0000 mon.a (mon.0) 380 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.242572+0000 mon.a (mon.0) 381 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T08:16:11.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.243016+0000 mon.a (mon.0) 382 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T08:16:11.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.243484+0000 mon.a (mon.0) 383 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.243931+0000 mon.a (mon.0) 384 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T08:16:11.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.244394+0000 mon.a (mon.0) 385 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.244742+0000 mon.a (mon.0) 386 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T08:16:11.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:10.106937+0000 mgr.y (mgr.25981) 164 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:11.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.037219+0000 mon.a (mon.0) 363 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.037313+0000 mon.a (mon.0) 364 : cluster [INF] osd.0 failed (root=default,host=smithi133) (connection refused reported by osd.4) 2024-09-11T08:16:11.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.037826+0000 mon.a (mon.0) 365 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.038183+0000 mon.a (mon.0) 366 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.038523+0000 mon.a (mon.0) 367 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.038968+0000 mon.a (mon.0) 368 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.039470+0000 mon.a (mon.0) 369 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.039894+0000 mon.a (mon.0) 370 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T08:16:11.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.040234+0000 mon.a (mon.0) 371 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.040565+0000 mon.a (mon.0) 372 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.147731+0000 mon.a (mon.0) 373 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.148977+0000 mon.a (mon.0) 374 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.237964+0000 mon.a (mon.0) 375 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T08:16:11.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.238459+0000 mon.a (mon.0) 376 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.238796+0000 mon.a (mon.0) 377 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.239350+0000 mon.a (mon.0) 378 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.241624+0000 mon.a (mon.0) 379 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.242127+0000 mon.a (mon.0) 380 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.242572+0000 mon.a (mon.0) 381 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T08:16:11.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.243016+0000 mon.a (mon.0) 382 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T08:16:11.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.243484+0000 mon.a (mon.0) 383 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.243931+0000 mon.a (mon.0) 384 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T08:16:11.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.244394+0000 mon.a (mon.0) 385 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.244742+0000 mon.a (mon.0) 386 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T08:16:11.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.244927+0000 mon.a (mon.0) 387 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T08:16:11.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.245235+0000 mon.a (mon.0) 388 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.349678+0000 mon.a (mon.0) 389 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.349971+0000 mon.a (mon.0) 390 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.244927+0000 mon.a (mon.0) 387 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T08:16:11.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.245235+0000 mon.a (mon.0) 388 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.349678+0000 mon.a (mon.0) 389 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.349971+0000 mon.a (mon.0) 390 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:10.106937+0000 mgr.y (mgr.25981) 164 : cluster [DBG] pgmap v78: 132 pgs: 132 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:11.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.037219+0000 mon.a (mon.0) 363 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.037313+0000 mon.a (mon.0) 364 : cluster [INF] osd.0 failed (root=default,host=smithi133) (connection refused reported by osd.4) 2024-09-11T08:16:11.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.037826+0000 mon.a (mon.0) 365 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.038183+0000 mon.a (mon.0) 366 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.038523+0000 mon.a (mon.0) 367 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.038968+0000 mon.a (mon.0) 368 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.039470+0000 mon.a (mon.0) 369 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.039894+0000 mon.a (mon.0) 370 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.040234+0000 mon.a (mon.0) 371 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.040565+0000 mon.a (mon.0) 372 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.147731+0000 mon.a (mon.0) 373 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.148977+0000 mon.a (mon.0) 374 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.237964+0000 mon.a (mon.0) 375 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.238459+0000 mon.a (mon.0) 376 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.238796+0000 mon.a (mon.0) 377 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.239350+0000 mon.a (mon.0) 378 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.241624+0000 mon.a (mon.0) 379 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.242127+0000 mon.a (mon.0) 380 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.242572+0000 mon.a (mon.0) 381 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.243016+0000 mon.a (mon.0) 382 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.243484+0000 mon.a (mon.0) 383 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T08:16:11.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.243931+0000 mon.a (mon.0) 384 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T08:16:11.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.244394+0000 mon.a (mon.0) 385 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.244742+0000 mon.a (mon.0) 386 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T08:16:11.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.244927+0000 mon.a (mon.0) 387 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T08:16:11.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.245235+0000 mon.a (mon.0) 388 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.349678+0000 mon.a (mon.0) 389 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T08:16:11.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:11 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.349971+0000 mon.a (mon.0) 390 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T08:16:12.198 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:11 smithi133 bash[61631]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.0 2024-09-11T08:16:12.198 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:12 smithi133 bash[61704]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.0 2024-09-11T08:16:12.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:12 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.507902+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:16:12.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:12 smithi169 bash[48863]: cluster 2024-09-11T08:16:11.527126+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-09-11T08:16:12.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:12 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.507902+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:16:12.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:12 smithi133 bash[53244]: cluster 2024-09-11T08:16:11.527126+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-09-11T08:16:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:12 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.507902+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:16:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:12 smithi133 bash[54520]: cluster 2024-09-11T08:16:11.527126+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-09-11T08:16:13.809 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:13 smithi133 bash[53244]: cluster 2024-09-11T08:16:12.107681+0000 mgr.y (mgr.25981) 165 : cluster [DBG] pgmap v80: 132 pgs: 19 stale+active+clean, 113 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:13.809 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:13 smithi133 bash[53244]: cluster 2024-09-11T08:16:12.533762+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-09-11T08:16:13.810 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:13 smithi133 bash[54520]: cluster 2024-09-11T08:16:12.107681+0000 mgr.y (mgr.25981) 165 : cluster [DBG] pgmap v80: 132 pgs: 19 stale+active+clean, 113 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:13.810 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:13 smithi133 bash[54520]: cluster 2024-09-11T08:16:12.533762+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-09-11T08:16:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:13 smithi169 bash[48863]: cluster 2024-09-11T08:16:12.107681+0000 mgr.y (mgr.25981) 165 : cluster [DBG] pgmap v80: 132 pgs: 19 stale+active+clean, 113 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:13 smithi169 bash[48863]: cluster 2024-09-11T08:16:12.533762+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-09-11T08:16:14.948 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:14 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.0.service: Succeeded. 2024-09-11T08:16:14.948 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:14 smithi133 systemd[1]: Stopped Ceph osd.0 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:16:14.948 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:14 smithi133 systemd[1]: Started Ceph osd.0 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:16:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:15 smithi169 bash[48863]: cluster 2024-09-11T08:16:14.108401+0000 mgr.y (mgr.25981) 166 : cluster [DBG] pgmap v82: 132 pgs: 19 stale+active+clean, 113 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:15 smithi169 bash[48863]: audit 2024-09-11T08:16:14.886129+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:15 smithi169 bash[48863]: audit 2024-09-11T08:16:14.892324+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:15 smithi169 bash[48863]: audit 2024-09-11T08:16:14.899906+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:15 smithi169 bash[48863]: audit 2024-09-11T08:16:14.905479+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:15 smithi169 bash[48863]: audit 2024-09-11T08:16:14.907166+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:15.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[53244]: cluster 2024-09-11T08:16:14.108401+0000 mgr.y (mgr.25981) 166 : cluster [DBG] pgmap v82: 132 pgs: 19 stale+active+clean, 113 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[53244]: audit 2024-09-11T08:16:14.886129+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[53244]: audit 2024-09-11T08:16:14.892324+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[53244]: audit 2024-09-11T08:16:14.899906+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[53244]: audit 2024-09-11T08:16:14.905479+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[53244]: audit 2024-09-11T08:16:14.907166+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[54520]: cluster 2024-09-11T08:16:14.108401+0000 mgr.y (mgr.25981) 166 : cluster [DBG] pgmap v82: 132 pgs: 19 stale+active+clean, 113 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[54520]: audit 2024-09-11T08:16:14.886129+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[54520]: audit 2024-09-11T08:16:14.892324+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[54520]: audit 2024-09-11T08:16:14.899906+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[54520]: audit 2024-09-11T08:16:14.905479+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:15.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:15 smithi133 bash[54520]: audit 2024-09-11T08:16:14.907166+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:16.796 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:16 smithi133 bash[53244]: cluster 2024-09-11T08:16:16.536804+0000 mon.a (mon.0) 399 : cluster [WRN] Health check failed: Degraded data redundancy: 67/618 objects degraded (10.841%), 20 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:16.796 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:16 smithi133 bash[54520]: cluster 2024-09-11T08:16:16.536804+0000 mon.a (mon.0) 399 : cluster [WRN] Health check failed: Degraded data redundancy: 67/618 objects degraded (10.841%), 20 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:16.796 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:16 smithi133 bash[61883]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:16:16.796 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:16 smithi133 bash[61883]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-11T08:16:16.796 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:16 smithi133 bash[61883]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:16:16.797 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:16 smithi133 bash[61883]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:16:16.797 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:16 smithi133 bash[61883]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:16:16.797 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:16 smithi133 bash[61883]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:16:16.797 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:16 smithi133 bash[61883]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-11T08:16:16.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:16 smithi169 bash[48863]: cluster 2024-09-11T08:16:16.536804+0000 mon.a (mon.0) 399 : cluster [WRN] Health check failed: Degraded data redundancy: 67/618 objects degraded (10.841%), 20 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:17.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:17 smithi169 bash[48863]: cluster 2024-09-11T08:16:16.110209+0000 mgr.y (mgr.25981) 167 : cluster [DBG] pgmap v83: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:17.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:17 smithi133 bash[53244]: cluster 2024-09-11T08:16:16.110209+0000 mgr.y (mgr.25981) 167 : cluster [DBG] pgmap v83: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:17.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:17 smithi133 bash[54520]: cluster 2024-09-11T08:16:16.110209+0000 mgr.y (mgr.25981) 167 : cluster [DBG] pgmap v83: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:18.948 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:18 smithi133 bash[62153]: debug 2024-09-11T08:16:18.791+0000 7f1dee9d4640 1 -- 172.21.15.133:0/2729763719 <== mon.1 v2:172.21.15.133:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55804c9b8d00 con 0x55804c98b000 2024-09-11T08:16:19.598 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:19 smithi133 bash[62153]: debug 2024-09-11T08:16:19.331+0000 7f1df123c440 -1 Falling back to public interface 2024-09-11T08:16:19.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:19 smithi169 bash[48863]: cluster 2024-09-11T08:16:18.111163+0000 mgr.y (mgr.25981) 168 : cluster [DBG] pgmap v84: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:19.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:19 smithi133 bash[53244]: cluster 2024-09-11T08:16:18.111163+0000 mgr.y (mgr.25981) 168 : cluster [DBG] pgmap v84: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:19.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:19 smithi133 bash[54520]: cluster 2024-09-11T08:16:18.111163+0000 mgr.y (mgr.25981) 168 : cluster [DBG] pgmap v84: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:21.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:21 smithi169 bash[48863]: cluster 2024-09-11T08:16:20.112136+0000 mgr.y (mgr.25981) 169 : cluster [DBG] pgmap v85: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:21.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:21 smithi133 bash[53244]: cluster 2024-09-11T08:16:20.112136+0000 mgr.y (mgr.25981) 169 : cluster [DBG] pgmap v85: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:21.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:21 smithi133 bash[54520]: cluster 2024-09-11T08:16:20.112136+0000 mgr.y (mgr.25981) 169 : cluster [DBG] pgmap v85: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:22.614 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[53244]: audit 2024-09-11T08:16:22.124754+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:22.614 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[53244]: audit 2024-09-11T08:16:22.131141+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:22.614 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[53244]: audit 2024-09-11T08:16:22.138459+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:22.614 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[53244]: audit 2024-09-11T08:16:22.348151+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/213993751,v1:172.21.15.133:6803/213993751]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:16:22.615 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[53244]: audit 2024-09-11T08:16:22.348697+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:16:22.615 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[53244]: audit 2024-09-11T08:16:22.515179+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:22.615 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[54520]: audit 2024-09-11T08:16:22.124754+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:22.615 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[54520]: audit 2024-09-11T08:16:22.131141+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:22.615 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[54520]: audit 2024-09-11T08:16:22.138459+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:22.615 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[54520]: audit 2024-09-11T08:16:22.348151+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/213993751,v1:172.21.15.133:6803/213993751]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:16:22.615 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[54520]: audit 2024-09-11T08:16:22.348697+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:16:22.615 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[54520]: audit 2024-09-11T08:16:22.515179+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:22.615 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[62153]: debug 2024-09-11T08:16:22.311+0000 7f1df123c440 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-11T08:16:22.616 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:22 smithi133 bash[62153]: debug 2024-09-11T08:16:22.339+0000 7f1df123c440 -1 osd.0 73 log_to_monitors true 2024-09-11T08:16:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:22 smithi169 bash[48863]: audit 2024-09-11T08:16:22.124754+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:22 smithi169 bash[48863]: audit 2024-09-11T08:16:22.131141+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:22 smithi169 bash[48863]: audit 2024-09-11T08:16:22.138459+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:22 smithi169 bash[48863]: audit 2024-09-11T08:16:22.348151+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/213993751,v1:172.21.15.133:6803/213993751]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:16:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:22 smithi169 bash[48863]: audit 2024-09-11T08:16:22.348697+0000 mon.a (mon.0) 403 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:16:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:22 smithi169 bash[48863]: audit 2024-09-11T08:16:22.515179+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:23.448 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[62153]: debug 2024-09-11T08:16:23.163+0000 7f1de7fe6640 -1 osd.0 73 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:16:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:23 smithi169 bash[48863]: cluster 2024-09-11T08:16:22.113053+0000 mgr.y (mgr.25981) 170 : cluster [DBG] pgmap v86: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:23 smithi169 bash[48863]: audit 2024-09-11T08:16:22.734921+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:23 smithi169 bash[48863]: audit 2024-09-11T08:16:22.743368+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:23 smithi169 bash[48863]: audit 2024-09-11T08:16:22.754393+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:23 smithi169 bash[48863]: audit 2024-09-11T08:16:22.756009+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:23 smithi169 bash[48863]: audit 2024-09-11T08:16:23.145939+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:16:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:23 smithi169 bash[48863]: cluster 2024-09-11T08:16:23.146147+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-09-11T08:16:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:23 smithi169 bash[48863]: audit 2024-09-11T08:16:23.149771+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/213993751,v1:172.21.15.133:6803/213993751]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:23 smithi169 bash[48863]: audit 2024-09-11T08:16:23.150699+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:23.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[53244]: cluster 2024-09-11T08:16:22.113053+0000 mgr.y (mgr.25981) 170 : cluster [DBG] pgmap v86: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[53244]: audit 2024-09-11T08:16:22.734921+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[53244]: audit 2024-09-11T08:16:22.743368+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[53244]: audit 2024-09-11T08:16:22.754393+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[53244]: audit 2024-09-11T08:16:22.756009+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[53244]: audit 2024-09-11T08:16:23.145939+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:16:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[53244]: cluster 2024-09-11T08:16:23.146147+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-09-11T08:16:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[53244]: audit 2024-09-11T08:16:23.149771+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/213993751,v1:172.21.15.133:6803/213993751]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[53244]: audit 2024-09-11T08:16:23.150699+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[54520]: cluster 2024-09-11T08:16:22.113053+0000 mgr.y (mgr.25981) 170 : cluster [DBG] pgmap v86: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 8.4 MiB used, 707 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:23.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[54520]: audit 2024-09-11T08:16:22.734921+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:23.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[54520]: audit 2024-09-11T08:16:22.743368+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:23.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[54520]: audit 2024-09-11T08:16:22.754393+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:23.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[54520]: audit 2024-09-11T08:16:22.756009+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:23.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[54520]: audit 2024-09-11T08:16:23.145939+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:16:23.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[54520]: cluster 2024-09-11T08:16:23.146147+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-09-11T08:16:23.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[54520]: audit 2024-09-11T08:16:23.149771+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/213993751,v1:172.21.15.133:6803/213993751]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:23.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:23 smithi133 bash[54520]: audit 2024-09-11T08:16:23.150699+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:24.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:24 smithi169 bash[48863]: cluster 2024-09-11T08:16:24.140267+0000 mon.a (mon.0) 412 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:16:24.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:24 smithi169 bash[48863]: cluster 2024-09-11T08:16:24.149491+0000 mon.a (mon.0) 413 : cluster [INF] osd.0 [v2:172.21.15.133:6802/213993751,v1:172.21.15.133:6803/213993751] boot 2024-09-11T08:16:24.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:24 smithi169 bash[48863]: cluster 2024-09-11T08:16:24.149637+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-09-11T08:16:24.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:24 smithi169 bash[48863]: audit 2024-09-11T08:16:24.153834+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:16:24.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:24 smithi133 bash[53244]: cluster 2024-09-11T08:16:24.140267+0000 mon.a (mon.0) 412 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:16:24.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:24 smithi133 bash[53244]: cluster 2024-09-11T08:16:24.149491+0000 mon.a (mon.0) 413 : cluster [INF] osd.0 [v2:172.21.15.133:6802/213993751,v1:172.21.15.133:6803/213993751] boot 2024-09-11T08:16:24.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:24 smithi133 bash[53244]: cluster 2024-09-11T08:16:24.149637+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-09-11T08:16:24.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:24 smithi133 bash[53244]: audit 2024-09-11T08:16:24.153834+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:16:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:24 smithi133 bash[54520]: cluster 2024-09-11T08:16:24.140267+0000 mon.a (mon.0) 412 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:16:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:24 smithi133 bash[54520]: cluster 2024-09-11T08:16:24.149491+0000 mon.a (mon.0) 413 : cluster [INF] osd.0 [v2:172.21.15.133:6802/213993751,v1:172.21.15.133:6803/213993751] boot 2024-09-11T08:16:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:24 smithi133 bash[54520]: cluster 2024-09-11T08:16:24.149637+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-09-11T08:16:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:24 smithi133 bash[54520]: audit 2024-09-11T08:16:24.153834+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:16:25.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:25 smithi169 bash[48863]: cluster 2024-09-11T08:16:24.113991+0000 mgr.y (mgr.25981) 171 : cluster [DBG] pgmap v88: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:25.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:25 smithi169 bash[48863]: cluster 2024-09-11T08:16:25.153347+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-09-11T08:16:25.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:25 smithi133 bash[53244]: cluster 2024-09-11T08:16:24.113991+0000 mgr.y (mgr.25981) 171 : cluster [DBG] pgmap v88: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:25.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:25 smithi133 bash[53244]: cluster 2024-09-11T08:16:25.153347+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-09-11T08:16:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:25 smithi133 bash[54520]: cluster 2024-09-11T08:16:24.113991+0000 mgr.y (mgr.25981) 171 : cluster [DBG] pgmap v88: 132 pgs: 26 active+undersized, 20 active+undersized+degraded, 86 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:16:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:25 smithi133 bash[54520]: cluster 2024-09-11T08:16:25.153347+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-09-11T08:16:26.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:26 smithi133 bash[53244]: cluster 2024-09-11T08:16:26.624777+0000 mon.a (mon.0) 417 : cluster [WRN] Health check update: Degraded data redundancy: 34/618 objects degraded (5.502%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:26.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:26 smithi133 bash[54520]: cluster 2024-09-11T08:16:26.624777+0000 mon.a (mon.0) 417 : cluster [WRN] Health check update: Degraded data redundancy: 34/618 objects degraded (5.502%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:27.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:26 smithi169 bash[48863]: cluster 2024-09-11T08:16:26.624777+0000 mon.a (mon.0) 417 : cluster [WRN] Health check update: Degraded data redundancy: 34/618 objects degraded (5.502%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:27.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:27 smithi133 bash[54520]: cluster 2024-09-11T08:16:26.115591+0000 mgr.y (mgr.25981) 172 : cluster [DBG] pgmap v91: 132 pgs: 3 peering, 21 activating, 9 active+undersized, 10 active+undersized+degraded, 89 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 34/618 objects degraded (5.502%) 2024-09-11T08:16:27.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:27 smithi133 bash[53244]: cluster 2024-09-11T08:16:26.115591+0000 mgr.y (mgr.25981) 172 : cluster [DBG] pgmap v91: 132 pgs: 3 peering, 21 activating, 9 active+undersized, 10 active+undersized+degraded, 89 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 34/618 objects degraded (5.502%) 2024-09-11T08:16:28.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:27 smithi169 bash[48863]: cluster 2024-09-11T08:16:26.115591+0000 mgr.y (mgr.25981) 172 : cluster [DBG] pgmap v91: 132 pgs: 3 peering, 21 activating, 9 active+undersized, 10 active+undersized+degraded, 89 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 34/618 objects degraded (5.502%) 2024-09-11T08:16:29.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:29 smithi133 bash[53244]: cluster 2024-09-11T08:16:28.116508+0000 mgr.y (mgr.25981) 173 : cluster [DBG] pgmap v92: 132 pgs: 3 peering, 21 activating, 9 active+undersized, 10 active+undersized+degraded, 89 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 34/618 objects degraded (5.502%) 2024-09-11T08:16:29.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:29 smithi133 bash[54520]: cluster 2024-09-11T08:16:28.116508+0000 mgr.y (mgr.25981) 173 : cluster [DBG] pgmap v92: 132 pgs: 3 peering, 21 activating, 9 active+undersized, 10 active+undersized+degraded, 89 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 34/618 objects degraded (5.502%) 2024-09-11T08:16:30.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:29 smithi169 bash[48863]: cluster 2024-09-11T08:16:28.116508+0000 mgr.y (mgr.25981) 173 : cluster [DBG] pgmap v92: 132 pgs: 3 peering, 21 activating, 9 active+undersized, 10 active+undersized+degraded, 89 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 34/618 objects degraded (5.502%) 2024-09-11T08:16:31.124 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:30 smithi133 bash[54520]: cluster 2024-09-11T08:16:30.117347+0000 mgr.y (mgr.25981) 174 : cluster [DBG] pgmap v93: 132 pgs: 3 peering, 21 activating, 108 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:31.124 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:30 smithi133 bash[54520]: cluster 2024-09-11T08:16:30.686413+0000 mon.a (mon.0) 418 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/618 objects degraded (5.502%), 10 pgs degraded) 2024-09-11T08:16:31.124 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:30 smithi133 bash[54520]: cluster 2024-09-11T08:16:30.686468+0000 mon.a (mon.0) 419 : cluster [INF] Cluster is now healthy 2024-09-11T08:16:31.124 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:30 smithi133 bash[53244]: cluster 2024-09-11T08:16:30.117347+0000 mgr.y (mgr.25981) 174 : cluster [DBG] pgmap v93: 132 pgs: 3 peering, 21 activating, 108 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:31.124 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:30 smithi133 bash[53244]: cluster 2024-09-11T08:16:30.686413+0000 mon.a (mon.0) 418 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/618 objects degraded (5.502%), 10 pgs degraded) 2024-09-11T08:16:31.124 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:30 smithi133 bash[53244]: cluster 2024-09-11T08:16:30.686468+0000 mon.a (mon.0) 419 : cluster [INF] Cluster is now healthy 2024-09-11T08:16:31.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:30 smithi169 bash[48863]: cluster 2024-09-11T08:16:30.117347+0000 mgr.y (mgr.25981) 174 : cluster [DBG] pgmap v93: 132 pgs: 3 peering, 21 activating, 108 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:31.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:30 smithi169 bash[48863]: cluster 2024-09-11T08:16:30.686413+0000 mon.a (mon.0) 418 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/618 objects degraded (5.502%), 10 pgs degraded) 2024-09-11T08:16:31.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:30 smithi169 bash[48863]: cluster 2024-09-11T08:16:30.686468+0000 mon.a (mon.0) 419 : cluster [INF] Cluster is now healthy 2024-09-11T08:16:33.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:33 smithi133 bash[53244]: cluster 2024-09-11T08:16:32.118865+0000 mgr.y (mgr.25981) 175 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:33.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:33 smithi133 bash[54520]: cluster 2024-09-11T08:16:32.118865+0000 mgr.y (mgr.25981) 175 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:33.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:33 smithi169 bash[48863]: cluster 2024-09-11T08:16:32.118865+0000 mgr.y (mgr.25981) 175 : cluster [DBG] pgmap v94: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.764516+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.772293+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.780892+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.782512+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.783995+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:16:34.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.791216+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.849261+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:16:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.853441+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.855253+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.856729+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:34.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[53244]: audit 2024-09-11T08:16:33.858642+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:16:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.764516+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.772293+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.780892+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:34.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.782512+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.783995+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:16:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.791216+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.849261+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:16:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.853441+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.855253+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.856729+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:34.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:34 smithi133 bash[54520]: audit 2024-09-11T08:16:33.858642+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:16:34.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.764516+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:34.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.772293+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:34.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.780892+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.782512+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.783995+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:16:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.791216+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.849261+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:16:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.853441+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.855253+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.856729+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:34 smithi169 bash[48863]: audit 2024-09-11T08:16:33.858642+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:16:35.448 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:35 smithi133 bash[54520]: cephadm 2024-09-11T08:16:33.785334+0000 mgr.y (mgr.25981) 176 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:16:35.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:35 smithi133 bash[54520]: audit 2024-09-11T08:16:33.858966+0000 mgr.y (mgr.25981) 177 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:16:35.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:35 smithi133 bash[54520]: cephadm 2024-09-11T08:16:33.860723+0000 mgr.y (mgr.25981) 178 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-11T08:16:35.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:35 smithi133 bash[54520]: cluster 2024-09-11T08:16:34.119734+0000 mgr.y (mgr.25981) 179 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:35.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:35 smithi133 bash[53244]: cephadm 2024-09-11T08:16:33.785334+0000 mgr.y (mgr.25981) 176 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:16:35.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:35 smithi133 bash[53244]: audit 2024-09-11T08:16:33.858966+0000 mgr.y (mgr.25981) 177 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:16:35.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:35 smithi133 bash[53244]: cephadm 2024-09-11T08:16:33.860723+0000 mgr.y (mgr.25981) 178 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-11T08:16:35.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:35 smithi133 bash[53244]: cluster 2024-09-11T08:16:34.119734+0000 mgr.y (mgr.25981) 179 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:35.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:35 smithi169 bash[48863]: cephadm 2024-09-11T08:16:33.785334+0000 mgr.y (mgr.25981) 176 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:16:35.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:35 smithi169 bash[48863]: audit 2024-09-11T08:16:33.858966+0000 mgr.y (mgr.25981) 177 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:16:35.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:35 smithi169 bash[48863]: cephadm 2024-09-11T08:16:33.860723+0000 mgr.y (mgr.25981) 178 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-11T08:16:35.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:35 smithi169 bash[48863]: cluster 2024-09-11T08:16:34.119734+0000 mgr.y (mgr.25981) 179 : cluster [DBG] pgmap v95: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:37.160 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:16:37.676 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[54520]: cluster 2024-09-11T08:16:36.121227+0000 mgr.y (mgr.25981) 180 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:37.676 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[54520]: cephadm 2024-09-11T08:16:36.349479+0000 mgr.y (mgr.25981) 181 : cephadm [INF] Upgrade: Updating osd.1 2024-09-11T08:16:37.676 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[54520]: audit 2024-09-11T08:16:36.358436+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:37.676 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[54520]: audit 2024-09-11T08:16:36.360069+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:16:37.676 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[54520]: audit 2024-09-11T08:16:36.361715+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:37.676 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[54520]: cephadm 2024-09-11T08:16:36.364647+0000 mgr.y (mgr.25981) 182 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-09-11T08:16:37.676 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[54520]: audit 2024-09-11T08:16:36.365457+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:16:37.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[53244]: cluster 2024-09-11T08:16:36.121227+0000 mgr.y (mgr.25981) 180 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:37.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[53244]: cephadm 2024-09-11T08:16:36.349479+0000 mgr.y (mgr.25981) 181 : cephadm [INF] Upgrade: Updating osd.1 2024-09-11T08:16:37.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[53244]: audit 2024-09-11T08:16:36.358436+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:37.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[53244]: audit 2024-09-11T08:16:36.360069+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:16:37.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[53244]: audit 2024-09-11T08:16:36.361715+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:37.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[53244]: cephadm 2024-09-11T08:16:36.364647+0000 mgr.y (mgr.25981) 182 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-09-11T08:16:37.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:37 smithi133 bash[53244]: audit 2024-09-11T08:16:36.365457+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:16:37.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:37 smithi169 bash[48863]: cluster 2024-09-11T08:16:36.121227+0000 mgr.y (mgr.25981) 180 : cluster [DBG] pgmap v96: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:37.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:37 smithi169 bash[48863]: cephadm 2024-09-11T08:16:36.349479+0000 mgr.y (mgr.25981) 181 : cephadm [INF] Upgrade: Updating osd.1 2024-09-11T08:16:37.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:37 smithi169 bash[48863]: audit 2024-09-11T08:16:36.358436+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:37.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:37 smithi169 bash[48863]: audit 2024-09-11T08:16:36.360069+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:16:37.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:37 smithi169 bash[48863]: audit 2024-09-11T08:16:36.361715+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:16:37.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:37 smithi169 bash[48863]: cephadm 2024-09-11T08:16:36.364647+0000 mgr.y (mgr.25981) 182 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-09-11T08:16:37.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:37 smithi169 bash[48863]: audit 2024-09-11T08:16:36.365457+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T08:16:37.885 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:16:37.885 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (5m) 15s ago 30m 18.0M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (5m) 2m ago 30m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 2m ago 31m - - 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (7m) 2m ago 35m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (17m) 15s ago 37m 437M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (3m) 15s ago 37m 60.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (4m) 2m ago 35m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (2m) 15s ago 36m 42.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (7m) 15s ago 30m 11.0M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (6m) 2m ago 30m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (20s) 15s ago 35m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (34m) 15s ago 34m 54.4M 4096M 15.2.9 dfc483079636 7d9e37f26daa 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (34m) 15s ago 34m 47.2M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (33m) 15s ago 33m 55.5M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:16:37.886 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (33m) 2m ago 33m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:16:37.887 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (32m) 2m ago 32m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:16:37.887 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (32m) 2m ago 32m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:16:37.887 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (31m) 2m ago 31m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:16:37.887 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (6m) 2m ago 30m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:16:37.887 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (28m) 15s ago 28m 55.9M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:16:37.887 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (28m) 2m ago 28m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 7, 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:16:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:16:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:16:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:16:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:16:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 9, 2024-09-11T08:16:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T08:16:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:16:38.304 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:16:38.649 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:16:38.649 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:16:38.649 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:16:38.649 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (1 remaining).", 2024-09-11T08:16:38.649 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:16:38.649 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "1/8 daemons upgraded", 2024-09-11T08:16:38.649 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:16:38.649 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:16:38.649 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:16:38.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.146567+0000 mgr.y (mgr.25981) 183 : audit [DBG] from='client.54342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:38.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.506599+0000 mgr.y (mgr.25981) 184 : audit [DBG] from='client.64240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:38.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.865328+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.866123+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.866639+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.867113+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.867556+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.867969+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.871986+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.872596+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.873364+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.874113+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:37.874833+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:38 smithi169 bash[48863]: audit 2024-09-11T08:16:38.301716+0000 mon.a (mon.0) 446 : audit [DBG] from='client.64252 172.21.15.133:0/157810609' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:38.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.146567+0000 mgr.y (mgr.25981) 183 : audit [DBG] from='client.54342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:38.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.506599+0000 mgr.y (mgr.25981) 184 : audit [DBG] from='client.64240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.865328+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.866123+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.866639+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.867113+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.867556+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.867969+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.871986+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.872596+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.873364+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.874113+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:37.874833+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[54520]: audit 2024-09-11T08:16:38.301716+0000 mon.a (mon.0) 446 : audit [DBG] from='client.64252 172.21.15.133:0/157810609' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.146567+0000 mgr.y (mgr.25981) 183 : audit [DBG] from='client.54342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.506599+0000 mgr.y (mgr.25981) 184 : audit [DBG] from='client.64240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.865328+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.866123+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.866639+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.867113+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.867556+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.867969+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.871986+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.872596+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.873364+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.874113+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:37.874833+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:16:38.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:38 smithi133 bash[53244]: audit 2024-09-11T08:16:38.301716+0000 mon.a (mon.0) 446 : audit [DBG] from='client.64252 172.21.15.133:0/157810609' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:16:39.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:39 smithi169 bash[48863]: audit 2024-09-11T08:16:37.860315+0000 mgr.y (mgr.25981) 185 : audit [DBG] from='client.54354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:39.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:39 smithi169 bash[48863]: cluster 2024-09-11T08:16:38.121861+0000 mgr.y (mgr.25981) 186 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:39.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:39 smithi169 bash[48863]: audit 2024-09-11T08:16:38.647633+0000 mgr.y (mgr.25981) 187 : audit [DBG] from='client.54366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:39.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:39 smithi133 bash[53244]: audit 2024-09-11T08:16:37.860315+0000 mgr.y (mgr.25981) 185 : audit [DBG] from='client.54354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:39.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:39 smithi133 bash[53244]: cluster 2024-09-11T08:16:38.121861+0000 mgr.y (mgr.25981) 186 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:39.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:39 smithi133 bash[53244]: audit 2024-09-11T08:16:38.647633+0000 mgr.y (mgr.25981) 187 : audit [DBG] from='client.54366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:39.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:39 smithi133 bash[54520]: audit 2024-09-11T08:16:37.860315+0000 mgr.y (mgr.25981) 185 : audit [DBG] from='client.54354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:39.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:39 smithi133 bash[54520]: cluster 2024-09-11T08:16:38.121861+0000 mgr.y (mgr.25981) 186 : cluster [DBG] pgmap v97: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:39.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:39 smithi133 bash[54520]: audit 2024-09-11T08:16:38.647633+0000 mgr.y (mgr.25981) 187 : audit [DBG] from='client.54366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:16:40.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:40 smithi169 bash[48863]: audit 2024-09-11T08:16:40.100551+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:16:40.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:40 smithi169 bash[48863]: audit 2024-09-11T08:16:40.101162+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:16:40.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:40 smithi169 bash[48863]: audit 2024-09-11T08:16:40.101625+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-09-11T08:16:40.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:40 smithi169 bash[48863]: audit 2024-09-11T08:16:40.206138+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:40.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:40 smithi133 bash[54520]: audit 2024-09-11T08:16:40.100551+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:16:40.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:40 smithi133 bash[54520]: audit 2024-09-11T08:16:40.101162+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:16:40.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:40 smithi133 bash[54520]: audit 2024-09-11T08:16:40.101625+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-09-11T08:16:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:40 smithi133 bash[54520]: audit 2024-09-11T08:16:40.206138+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:40 smithi133 bash[53244]: audit 2024-09-11T08:16:40.100551+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:16:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:40 smithi133 bash[53244]: audit 2024-09-11T08:16:40.101162+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:16:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:40 smithi133 bash[53244]: audit 2024-09-11T08:16:40.101625+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-09-11T08:16:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:40 smithi133 bash[53244]: audit 2024-09-11T08:16:40.206138+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:41.381 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:41 smithi133 systemd[1]: Stopping Ceph osd.1 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:16:41.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:41 smithi169 bash[48863]: cluster 2024-09-11T08:16:40.122660+0000 mgr.y (mgr.25981) 188 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:41.691 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:41 smithi133 bash[53244]: cluster 2024-09-11T08:16:40.122660+0000 mgr.y (mgr.25981) 188 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:41.692 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:41 smithi133 bash[54520]: cluster 2024-09-11T08:16:40.122660+0000 mgr.y (mgr.25981) 188 : cluster [DBG] pgmap v98: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:41.692 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:41 smithi133 bash[23522]: debug 2024-09-11T08:16:41.415+0000 7fd67db7b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:16:41.692 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:41 smithi133 bash[23522]: debug 2024-09-11T08:16:41.415+0000 7fd67db7b700 -1 osd.1 78 *** Got signal Terminated *** 2024-09-11T08:16:41.692 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:41 smithi133 bash[23522]: debug 2024-09-11T08:16:41.415+0000 7fd67db7b700 -1 osd.1 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:16:42.392 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[67568]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.1 2024-09-11T08:16:42.392 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[67638]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.1 2024-09-11T08:16:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.493390+0000 mon.a (mon.0) 451 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.493485+0000 mon.a (mon.0) 452 : cluster [INF] osd.1 failed (root=default,host=smithi133) (connection refused reported by osd.0) 2024-09-11T08:16:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.494283+0000 mon.a (mon.0) 453 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.494760+0000 mon.a (mon.0) 454 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.495261+0000 mon.a (mon.0) 455 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.495756+0000 mon.a (mon.0) 456 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.496221+0000 mon.a (mon.0) 457 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.496507+0000 mon.a (mon.0) 458 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.496662+0000 mon.a (mon.0) 459 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.496813+0000 mon.a (mon.0) 460 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.496944+0000 mon.a (mon.0) 461 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.693857+0000 mon.a (mon.0) 462 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.694394+0000 mon.a (mon.0) 463 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.694856+0000 mon.a (mon.0) 464 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.695327+0000 mon.a (mon.0) 465 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.695666+0000 mon.a (mon.0) 466 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.696018+0000 mon.a (mon.0) 467 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.696347+0000 mon.a (mon.0) 468 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.696656+0000 mon.a (mon.0) 469 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.696922+0000 mon.a (mon.0) 470 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.697279+0000 mon.a (mon.0) 471 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.697547+0000 mon.a (mon.0) 472 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.697818+0000 mon.a (mon.0) 473 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.698073+0000 mon.a (mon.0) 474 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:41.698337+0000 mon.a (mon.0) 475 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.097464+0000 mon.a (mon.0) 476 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.097861+0000 mon.a (mon.0) 477 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.098155+0000 mon.a (mon.0) 478 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.100983+0000 mon.a (mon.0) 479 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.101271+0000 mon.a (mon.0) 480 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.101524+0000 mon.a (mon.0) 481 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.101773+0000 mon.a (mon.0) 482 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.102028+0000 mon.a (mon.0) 483 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.102277+0000 mon.a (mon.0) 484 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.102523+0000 mon.a (mon.0) 485 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.102775+0000 mon.a (mon.0) 486 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.102962+0000 mon.a (mon.0) 487 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.103278+0000 mon.a (mon.0) 488 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:42 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.103536+0000 mon.a (mon.0) 489 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.493390+0000 mon.a (mon.0) 451 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.493485+0000 mon.a (mon.0) 452 : cluster [INF] osd.1 failed (root=default,host=smithi133) (connection refused reported by osd.0) 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.494283+0000 mon.a (mon.0) 453 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.494760+0000 mon.a (mon.0) 454 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.495261+0000 mon.a (mon.0) 455 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.495756+0000 mon.a (mon.0) 456 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.496221+0000 mon.a (mon.0) 457 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.496507+0000 mon.a (mon.0) 458 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.496662+0000 mon.a (mon.0) 459 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.496813+0000 mon.a (mon.0) 460 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.496944+0000 mon.a (mon.0) 461 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.693857+0000 mon.a (mon.0) 462 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.694394+0000 mon.a (mon.0) 463 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.694856+0000 mon.a (mon.0) 464 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.695327+0000 mon.a (mon.0) 465 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.695666+0000 mon.a (mon.0) 466 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.696018+0000 mon.a (mon.0) 467 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.696347+0000 mon.a (mon.0) 468 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.696656+0000 mon.a (mon.0) 469 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.696922+0000 mon.a (mon.0) 470 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.697279+0000 mon.a (mon.0) 471 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.697547+0000 mon.a (mon.0) 472 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.697818+0000 mon.a (mon.0) 473 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.698073+0000 mon.a (mon.0) 474 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:41.698337+0000 mon.a (mon.0) 475 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.097464+0000 mon.a (mon.0) 476 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.493390+0000 mon.a (mon.0) 451 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.493485+0000 mon.a (mon.0) 452 : cluster [INF] osd.1 failed (root=default,host=smithi133) (connection refused reported by osd.0) 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.494283+0000 mon.a (mon.0) 453 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.494760+0000 mon.a (mon.0) 454 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.495261+0000 mon.a (mon.0) 455 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.495756+0000 mon.a (mon.0) 456 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.496221+0000 mon.a (mon.0) 457 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.496507+0000 mon.a (mon.0) 458 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.496662+0000 mon.a (mon.0) 459 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.496813+0000 mon.a (mon.0) 460 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.496944+0000 mon.a (mon.0) 461 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.693857+0000 mon.a (mon.0) 462 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.694394+0000 mon.a (mon.0) 463 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.694856+0000 mon.a (mon.0) 464 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.695327+0000 mon.a (mon.0) 465 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.695666+0000 mon.a (mon.0) 466 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.696018+0000 mon.a (mon.0) 467 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.696347+0000 mon.a (mon.0) 468 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.696656+0000 mon.a (mon.0) 469 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.696922+0000 mon.a (mon.0) 470 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.697279+0000 mon.a (mon.0) 471 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.697547+0000 mon.a (mon.0) 472 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.697818+0000 mon.a (mon.0) 473 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.698073+0000 mon.a (mon.0) 474 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:41.698337+0000 mon.a (mon.0) 475 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.097464+0000 mon.a (mon.0) 476 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.097861+0000 mon.a (mon.0) 477 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.098155+0000 mon.a (mon.0) 478 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.100983+0000 mon.a (mon.0) 479 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.101271+0000 mon.a (mon.0) 480 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.101524+0000 mon.a (mon.0) 481 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.101773+0000 mon.a (mon.0) 482 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.102028+0000 mon.a (mon.0) 483 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.102277+0000 mon.a (mon.0) 484 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.102523+0000 mon.a (mon.0) 485 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.102775+0000 mon.a (mon.0) 486 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.102962+0000 mon.a (mon.0) 487 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.103278+0000 mon.a (mon.0) 488 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.103536+0000 mon.a (mon.0) 489 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.097861+0000 mon.a (mon.0) 477 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.098155+0000 mon.a (mon.0) 478 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.100983+0000 mon.a (mon.0) 479 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.101271+0000 mon.a (mon.0) 480 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.101524+0000 mon.a (mon.0) 481 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.101773+0000 mon.a (mon.0) 482 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.102028+0000 mon.a (mon.0) 483 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.102277+0000 mon.a (mon.0) 484 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T08:16:42.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.102523+0000 mon.a (mon.0) 485 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.102775+0000 mon.a (mon.0) 486 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T08:16:42.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.102962+0000 mon.a (mon.0) 487 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:42.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.103278+0000 mon.a (mon.0) 488 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T08:16:42.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:42 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.103536+0000 mon.a (mon.0) 489 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T08:16:43.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:43 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.123938+0000 mgr.y (mgr.25981) 189 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:43.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:43 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.381370+0000 mon.a (mon.0) 490 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:16:43.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:43 smithi169 bash[48863]: cluster 2024-09-11T08:16:42.399201+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-09-11T08:16:43.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:43 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.123938+0000 mgr.y (mgr.25981) 189 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:43.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:43 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.381370+0000 mon.a (mon.0) 490 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:16:43.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:43 smithi133 bash[53244]: cluster 2024-09-11T08:16:42.399201+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-09-11T08:16:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:43 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.123938+0000 mgr.y (mgr.25981) 189 : cluster [DBG] pgmap v99: 132 pgs: 132 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:43 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.381370+0000 mon.a (mon.0) 490 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:16:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:43 smithi133 bash[54520]: cluster 2024-09-11T08:16:42.399201+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-09-11T08:16:44.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:44 smithi133 bash[53244]: cluster 2024-09-11T08:16:43.399350+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-09-11T08:16:44.669 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:44 smithi133 bash[54520]: cluster 2024-09-11T08:16:43.399350+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-09-11T08:16:44.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:44 smithi169 bash[48863]: cluster 2024-09-11T08:16:43.399350+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-09-11T08:16:44.923 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:44 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.1.service: Succeeded. 2024-09-11T08:16:44.923 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:44 smithi133 systemd[1]: Stopped Ceph osd.1 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:16:45.198 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:44 smithi133 systemd[1]: Started Ceph osd.1 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:16:45.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:45 smithi169 bash[48863]: cluster 2024-09-11T08:16:44.124819+0000 mgr.y (mgr.25981) 190 : cluster [DBG] pgmap v102: 132 pgs: 6 peering, 15 stale+active+clean, 111 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:45.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:45 smithi169 bash[48863]: audit 2024-09-11T08:16:44.956223+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:45 smithi169 bash[48863]: audit 2024-09-11T08:16:44.963101+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:45 smithi169 bash[48863]: audit 2024-09-11T08:16:44.971217+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:45 smithi169 bash[48863]: audit 2024-09-11T08:16:44.977343+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:45.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:45 smithi169 bash[48863]: audit 2024-09-11T08:16:44.979068+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:45.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[53244]: cluster 2024-09-11T08:16:44.124819+0000 mgr.y (mgr.25981) 190 : cluster [DBG] pgmap v102: 132 pgs: 6 peering, 15 stale+active+clean, 111 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:45.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[53244]: audit 2024-09-11T08:16:44.956223+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:45.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[53244]: audit 2024-09-11T08:16:44.963101+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:45.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[53244]: audit 2024-09-11T08:16:44.971217+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:45.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[53244]: audit 2024-09-11T08:16:44.977343+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:45.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[53244]: audit 2024-09-11T08:16:44.979068+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[54520]: cluster 2024-09-11T08:16:44.124819+0000 mgr.y (mgr.25981) 190 : cluster [DBG] pgmap v102: 132 pgs: 6 peering, 15 stale+active+clean, 111 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail 2024-09-11T08:16:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[54520]: audit 2024-09-11T08:16:44.956223+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[54520]: audit 2024-09-11T08:16:44.963101+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[54520]: audit 2024-09-11T08:16:44.971217+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[54520]: audit 2024-09-11T08:16:44.977343+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:45 smithi133 bash[54520]: audit 2024-09-11T08:16:44.979068+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:46.694 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:46 smithi133 bash[53244]: cluster 2024-09-11T08:16:46.416732+0000 mon.a (mon.0) 498 : cluster [WRN] Health check failed: Degraded data redundancy: 107/618 objects degraded (17.314%), 26 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:46.694 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:46 smithi133 bash[54520]: cluster 2024-09-11T08:16:46.416732+0000 mon.a (mon.0) 498 : cluster [WRN] Health check failed: Degraded data redundancy: 107/618 objects degraded (17.314%), 26 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:46.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:46 smithi169 bash[48863]: cluster 2024-09-11T08:16:46.416732+0000 mon.a (mon.0) 498 : cluster [WRN] Health check failed: Degraded data redundancy: 107/618 objects degraded (17.314%), 26 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:46.948 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:46 smithi133 bash[67821]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:16:46.949 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:46 smithi133 bash[67821]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-11T08:16:46.949 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:46 smithi133 bash[67821]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:16:46.949 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:46 smithi133 bash[67821]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:16:46.949 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:46 smithi133 bash[67821]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:16:46.949 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:46 smithi133 bash[67821]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:16:46.949 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:46 smithi133 bash[67821]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-11T08:16:47.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:47 smithi169 bash[48863]: cluster 2024-09-11T08:16:46.126465+0000 mgr.y (mgr.25981) 191 : cluster [DBG] pgmap v103: 132 pgs: 25 active+undersized, 6 peering, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 107/618 objects degraded (17.314%) 2024-09-11T08:16:47.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:47 smithi133 bash[53244]: cluster 2024-09-11T08:16:46.126465+0000 mgr.y (mgr.25981) 191 : cluster [DBG] pgmap v103: 132 pgs: 25 active+undersized, 6 peering, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 107/618 objects degraded (17.314%) 2024-09-11T08:16:48.020 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:47 smithi133 bash[54520]: cluster 2024-09-11T08:16:46.126465+0000 mgr.y (mgr.25981) 191 : cluster [DBG] pgmap v103: 132 pgs: 25 active+undersized, 6 peering, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 107/618 objects degraded (17.314%) 2024-09-11T08:16:49.136 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:48 smithi133 bash[68092]: debug 2024-09-11T08:16:48.847+0000 7f37ea2d6640 1 -- 172.21.15.133:0/2639518098 <== mon.1 v2:172.21.15.133:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56378dd9ad00 con 0x56378dd6d400 2024-09-11T08:16:49.448 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:49 smithi133 bash[68092]: debug 2024-09-11T08:16:49.131+0000 7f37ecb3e440 -1 Falling back to public interface 2024-09-11T08:16:49.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:49 smithi169 bash[48863]: cluster 2024-09-11T08:16:48.127401+0000 mgr.y (mgr.25981) 192 : cluster [DBG] pgmap v104: 132 pgs: 25 active+undersized, 6 peering, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 107/618 objects degraded (17.314%) 2024-09-11T08:16:49.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:49 smithi133 bash[53244]: cluster 2024-09-11T08:16:48.127401+0000 mgr.y (mgr.25981) 192 : cluster [DBG] pgmap v104: 132 pgs: 25 active+undersized, 6 peering, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 107/618 objects degraded (17.314%) 2024-09-11T08:16:49.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:49 smithi133 bash[54520]: cluster 2024-09-11T08:16:48.127401+0000 mgr.y (mgr.25981) 192 : cluster [DBG] pgmap v104: 132 pgs: 25 active+undersized, 6 peering, 26 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 107/618 objects degraded (17.314%) 2024-09-11T08:16:51.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:51 smithi169 bash[48863]: cluster 2024-09-11T08:16:50.128580+0000 mgr.y (mgr.25981) 193 : cluster [DBG] pgmap v105: 132 pgs: 28 active+undersized, 29 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 118/618 objects degraded (19.094%) 2024-09-11T08:16:51.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:51 smithi133 bash[53244]: cluster 2024-09-11T08:16:50.128580+0000 mgr.y (mgr.25981) 193 : cluster [DBG] pgmap v105: 132 pgs: 28 active+undersized, 29 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 118/618 objects degraded (19.094%) 2024-09-11T08:16:51.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:51 smithi133 bash[54520]: cluster 2024-09-11T08:16:50.128580+0000 mgr.y (mgr.25981) 193 : cluster [DBG] pgmap v105: 132 pgs: 28 active+undersized, 29 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 118/618 objects degraded (19.094%) 2024-09-11T08:16:52.448 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[68092]: debug 2024-09-11T08:16:52.119+0000 7f37ecb3e440 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-11T08:16:52.448 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[68092]: debug 2024-09-11T08:16:52.167+0000 7f37ecb3e440 -1 osd.1 78 log_to_monitors true 2024-09-11T08:16:52.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:52 smithi169 bash[48863]: audit 2024-09-11T08:16:52.175339+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/789631130,v1:172.21.15.133:6811/789631130]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:16:52.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:52 smithi169 bash[48863]: audit 2024-09-11T08:16:52.175759+0000 mon.a (mon.0) 499 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:16:52.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:52 smithi169 bash[48863]: audit 2024-09-11T08:16:52.271211+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:52.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:52 smithi169 bash[48863]: audit 2024-09-11T08:16:52.279452+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:52.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:52 smithi169 bash[48863]: audit 2024-09-11T08:16:52.286738+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:52.948 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[68092]: debug 2024-09-11T08:16:52.507+0000 7f37e18e4640 -1 osd.1 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:16:52.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[54520]: audit 2024-09-11T08:16:52.175339+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/789631130,v1:172.21.15.133:6811/789631130]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:16:52.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[54520]: audit 2024-09-11T08:16:52.175759+0000 mon.a (mon.0) 499 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:16:52.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[54520]: audit 2024-09-11T08:16:52.271211+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:52.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[54520]: audit 2024-09-11T08:16:52.279452+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:52.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[54520]: audit 2024-09-11T08:16:52.286738+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:52.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[53244]: audit 2024-09-11T08:16:52.175339+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/789631130,v1:172.21.15.133:6811/789631130]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:16:52.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[53244]: audit 2024-09-11T08:16:52.175759+0000 mon.a (mon.0) 499 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:16:52.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[53244]: audit 2024-09-11T08:16:52.271211+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:52.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[53244]: audit 2024-09-11T08:16:52.279452+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:52.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:52 smithi133 bash[53244]: audit 2024-09-11T08:16:52.286738+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: cluster 2024-09-11T08:16:52.130239+0000 mgr.y (mgr.25981) 194 : cluster [DBG] pgmap v106: 132 pgs: 28 active+undersized, 29 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 118/618 objects degraded (19.094%) 2024-09-11T08:16:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: audit 2024-09-11T08:16:52.492939+0000 mon.a (mon.0) 503 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:16:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: cluster 2024-09-11T08:16:52.493027+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-09-11T08:16:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: audit 2024-09-11T08:16:52.496214+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/789631130,v1:172.21.15.133:6811/789631130]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: audit 2024-09-11T08:16:52.496745+0000 mon.a (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: audit 2024-09-11T08:16:52.676253+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: audit 2024-09-11T08:16:52.893548+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: audit 2024-09-11T08:16:52.900138+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: audit 2024-09-11T08:16:52.908261+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: audit 2024-09-11T08:16:52.910170+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:53 smithi169 bash[48863]: cluster 2024-09-11T08:16:53.032928+0000 mon.a (mon.0) 511 : cluster [WRN] Health check update: Degraded data redundancy: 118/618 objects degraded (19.094%), 29 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: cluster 2024-09-11T08:16:52.130239+0000 mgr.y (mgr.25981) 194 : cluster [DBG] pgmap v106: 132 pgs: 28 active+undersized, 29 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 118/618 objects degraded (19.094%) 2024-09-11T08:16:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: audit 2024-09-11T08:16:52.492939+0000 mon.a (mon.0) 503 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:16:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: cluster 2024-09-11T08:16:52.493027+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-09-11T08:16:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: audit 2024-09-11T08:16:52.496214+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/789631130,v1:172.21.15.133:6811/789631130]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: audit 2024-09-11T08:16:52.496745+0000 mon.a (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: audit 2024-09-11T08:16:52.676253+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: audit 2024-09-11T08:16:52.893548+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: audit 2024-09-11T08:16:52.900138+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: audit 2024-09-11T08:16:52.908261+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: audit 2024-09-11T08:16:52.910170+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[53244]: cluster 2024-09-11T08:16:53.032928+0000 mon.a (mon.0) 511 : cluster [WRN] Health check update: Degraded data redundancy: 118/618 objects degraded (19.094%), 29 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: cluster 2024-09-11T08:16:52.130239+0000 mgr.y (mgr.25981) 194 : cluster [DBG] pgmap v106: 132 pgs: 28 active+undersized, 29 active+undersized+degraded, 75 active+clean; 584 KiB data, 303 MiB used, 708 GiB / 715 GiB avail; 118/618 objects degraded (19.094%) 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: audit 2024-09-11T08:16:52.492939+0000 mon.a (mon.0) 503 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: cluster 2024-09-11T08:16:52.493027+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: audit 2024-09-11T08:16:52.496214+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6810/789631130,v1:172.21.15.133:6811/789631130]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: audit 2024-09-11T08:16:52.496745+0000 mon.a (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: audit 2024-09-11T08:16:52.676253+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: audit 2024-09-11T08:16:52.893548+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:16:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: audit 2024-09-11T08:16:52.900138+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: audit 2024-09-11T08:16:52.908261+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: audit 2024-09-11T08:16:52.910170+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:16:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:53 smithi133 bash[54520]: cluster 2024-09-11T08:16:53.032928+0000 mon.a (mon.0) 511 : cluster [WRN] Health check update: Degraded data redundancy: 118/618 objects degraded (19.094%), 29 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:54.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:54 smithi169 bash[48863]: cluster 2024-09-11T08:16:53.491004+0000 mon.a (mon.0) 512 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:16:54.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:54 smithi169 bash[48863]: cluster 2024-09-11T08:16:53.500555+0000 mon.a (mon.0) 513 : cluster [INF] osd.1 [v2:172.21.15.133:6810/789631130,v1:172.21.15.133:6811/789631130] boot 2024-09-11T08:16:54.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:54 smithi169 bash[48863]: cluster 2024-09-11T08:16:53.500612+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-09-11T08:16:54.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:54 smithi169 bash[48863]: audit 2024-09-11T08:16:53.502029+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:16:54.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:54 smithi133 bash[53244]: cluster 2024-09-11T08:16:53.491004+0000 mon.a (mon.0) 512 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:16:54.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:54 smithi133 bash[53244]: cluster 2024-09-11T08:16:53.500555+0000 mon.a (mon.0) 513 : cluster [INF] osd.1 [v2:172.21.15.133:6810/789631130,v1:172.21.15.133:6811/789631130] boot 2024-09-11T08:16:54.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:54 smithi133 bash[53244]: cluster 2024-09-11T08:16:53.500612+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-09-11T08:16:54.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:54 smithi133 bash[53244]: audit 2024-09-11T08:16:53.502029+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:16:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:54 smithi133 bash[54520]: cluster 2024-09-11T08:16:53.491004+0000 mon.a (mon.0) 512 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:16:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:54 smithi133 bash[54520]: cluster 2024-09-11T08:16:53.500555+0000 mon.a (mon.0) 513 : cluster [INF] osd.1 [v2:172.21.15.133:6810/789631130,v1:172.21.15.133:6811/789631130] boot 2024-09-11T08:16:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:54 smithi133 bash[54520]: cluster 2024-09-11T08:16:53.500612+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-09-11T08:16:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:54 smithi133 bash[54520]: audit 2024-09-11T08:16:53.502029+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:16:55.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:55 smithi169 bash[48863]: cluster 2024-09-11T08:16:54.131315+0000 mgr.y (mgr.25981) 195 : cluster [DBG] pgmap v109: 132 pgs: 28 active+undersized, 29 active+undersized+degraded, 75 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 118/618 objects degraded (19.094%) 2024-09-11T08:16:55.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:55 smithi169 bash[48863]: cluster 2024-09-11T08:16:54.509351+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-09-11T08:16:55.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:55 smithi169 bash[48863]: audit 2024-09-11T08:16:55.227534+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:55.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:55 smithi133 bash[53244]: cluster 2024-09-11T08:16:54.131315+0000 mgr.y (mgr.25981) 195 : cluster [DBG] pgmap v109: 132 pgs: 28 active+undersized, 29 active+undersized+degraded, 75 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 118/618 objects degraded (19.094%) 2024-09-11T08:16:55.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:55 smithi133 bash[53244]: cluster 2024-09-11T08:16:54.509351+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-09-11T08:16:55.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:55 smithi133 bash[53244]: audit 2024-09-11T08:16:55.227534+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:55.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:55 smithi133 bash[54520]: cluster 2024-09-11T08:16:54.131315+0000 mgr.y (mgr.25981) 195 : cluster [DBG] pgmap v109: 132 pgs: 28 active+undersized, 29 active+undersized+degraded, 75 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 118/618 objects degraded (19.094%) 2024-09-11T08:16:55.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:55 smithi133 bash[54520]: cluster 2024-09-11T08:16:54.509351+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-09-11T08:16:55.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:55 smithi133 bash[54520]: audit 2024-09-11T08:16:55.227534+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:16:57.808 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:57 smithi133 bash[53244]: cluster 2024-09-11T08:16:56.132847+0000 mgr.y (mgr.25981) 196 : cluster [DBG] pgmap v111: 132 pgs: 11 active+undersized, 10 active+undersized+degraded, 111 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 44/618 objects degraded (7.120%) 2024-09-11T08:16:57.808 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:57 smithi133 bash[54520]: cluster 2024-09-11T08:16:56.132847+0000 mgr.y (mgr.25981) 196 : cluster [DBG] pgmap v111: 132 pgs: 11 active+undersized, 10 active+undersized+degraded, 111 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 44/618 objects degraded (7.120%) 2024-09-11T08:16:57.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:57 smithi169 bash[48863]: cluster 2024-09-11T08:16:56.132847+0000 mgr.y (mgr.25981) 196 : cluster [DBG] pgmap v111: 132 pgs: 11 active+undersized, 10 active+undersized+degraded, 111 active+clean; 584 KiB data, 598 MiB used, 709 GiB / 715 GiB avail; 44/618 objects degraded (7.120%) 2024-09-11T08:16:58.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:58 smithi169 bash[48863]: cluster 2024-09-11T08:16:58.033860+0000 mon.a (mon.0) 518 : cluster [WRN] Health check update: Degraded data redundancy: 44/618 objects degraded (7.120%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:58.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:58 smithi133 bash[53244]: cluster 2024-09-11T08:16:58.033860+0000 mon.a (mon.0) 518 : cluster [WRN] Health check update: Degraded data redundancy: 44/618 objects degraded (7.120%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:58.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:58 smithi133 bash[54520]: cluster 2024-09-11T08:16:58.033860+0000 mon.a (mon.0) 518 : cluster [WRN] Health check update: Degraded data redundancy: 44/618 objects degraded (7.120%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:16:59.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:16:59 smithi133 bash[53244]: cluster 2024-09-11T08:16:58.133773+0000 mgr.y (mgr.25981) 197 : cluster [DBG] pgmap v112: 132 pgs: 3 active+undersized, 3 active+undersized+degraded, 126 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 11/618 objects degraded (1.780%) 2024-09-11T08:16:59.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:16:59 smithi133 bash[54520]: cluster 2024-09-11T08:16:58.133773+0000 mgr.y (mgr.25981) 197 : cluster [DBG] pgmap v112: 132 pgs: 3 active+undersized, 3 active+undersized+degraded, 126 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 11/618 objects degraded (1.780%) 2024-09-11T08:16:59.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:16:59 smithi169 bash[48863]: cluster 2024-09-11T08:16:58.133773+0000 mgr.y (mgr.25981) 197 : cluster [DBG] pgmap v112: 132 pgs: 3 active+undersized, 3 active+undersized+degraded, 126 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 11/618 objects degraded (1.780%) 2024-09-11T08:17:00.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:00 smithi169 bash[48863]: cluster 2024-09-11T08:17:00.555044+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 11/618 objects degraded (1.780%), 3 pgs degraded) 2024-09-11T08:17:00.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:00 smithi169 bash[48863]: cluster 2024-09-11T08:17:00.555096+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-09-11T08:17:00.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:00 smithi133 bash[53244]: cluster 2024-09-11T08:17:00.555044+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 11/618 objects degraded (1.780%), 3 pgs degraded) 2024-09-11T08:17:00.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:00 smithi133 bash[53244]: cluster 2024-09-11T08:17:00.555096+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-09-11T08:17:00.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:00 smithi133 bash[54520]: cluster 2024-09-11T08:17:00.555044+0000 mon.a (mon.0) 519 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 11/618 objects degraded (1.780%), 3 pgs degraded) 2024-09-11T08:17:00.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:00 smithi133 bash[54520]: cluster 2024-09-11T08:17:00.555096+0000 mon.a (mon.0) 520 : cluster [INF] Cluster is now healthy 2024-09-11T08:17:01.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:01 smithi169 bash[48863]: cluster 2024-09-11T08:17:00.134696+0000 mgr.y (mgr.25981) 198 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:01.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:01 smithi133 bash[53244]: cluster 2024-09-11T08:17:00.134696+0000 mgr.y (mgr.25981) 198 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:01.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:01 smithi133 bash[54520]: cluster 2024-09-11T08:17:00.134696+0000 mgr.y (mgr.25981) 198 : cluster [DBG] pgmap v113: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:03.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:03 smithi169 bash[48863]: cluster 2024-09-11T08:17:02.135850+0000 mgr.y (mgr.25981) 199 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:03.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:03 smithi133 bash[53244]: cluster 2024-09-11T08:17:02.135850+0000 mgr.y (mgr.25981) 199 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:03.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:03 smithi133 bash[54520]: cluster 2024-09-11T08:17:02.135850+0000 mgr.y (mgr.25981) 199 : cluster [DBG] pgmap v114: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:03.948746+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:03.958791+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:03.965770+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:03.967276+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:03.969038+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:03.978834+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.037326+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.041738+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.045155+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.047331+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.049654+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.052099+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.054217+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.056269+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.059212+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.068342+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.069966+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.076490+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.077846+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.084013+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.085286+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.086400+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:17:04.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.087345+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.088288+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.089355+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.090414+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.091445+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.092578+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.093760+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.094875+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.095982+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.096998+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.097808+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.098654+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:17:04.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.103659+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:17:04.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.105752+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:17:04.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.124976+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:17:04.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.127140+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:04.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.128753+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:04.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.139806+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.191091+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:04.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.192758+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:04.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:04 smithi169 bash[48863]: audit 2024-09-11T08:17:04.201637+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:03.948746+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:03.958791+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:03.965770+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:03.967276+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:03.969038+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:03.978834+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.037326+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.041738+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.045155+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.047331+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.049654+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.052099+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.054217+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.056269+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.059212+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.068342+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.069966+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.076490+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:17:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:03.948746+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:03.958791+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:03.965770+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:03.967276+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:03.969038+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:03.978834+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.037326+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:17:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.041738+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.045155+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.047331+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.049654+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.052099+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.054217+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.056269+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.059212+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.068342+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.069966+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.076490+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:17:04.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.077846+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.084013+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.085286+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.086400+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.087345+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.088288+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.089355+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.090414+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.091445+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.092578+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.093760+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.094875+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.095982+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.096998+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.097808+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.098654+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.077846+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.084013+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.085286+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.086400+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.087345+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.088288+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.089355+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.090414+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:17:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.091445+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.092578+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.093760+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.094875+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.095982+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.096998+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.097808+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.098654+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.103659+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.105752+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:17:04.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.124976+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.127140+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.128753+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.139806+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.191091+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.192758+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[53244]: audit 2024-09-11T08:17:04.201637+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.103659+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.105752+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.124976+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:17:04.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.127140+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:04.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.128753+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:04.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.139806+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:04.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.191091+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:04.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.192758+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:04.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:04 smithi133 bash[54520]: audit 2024-09-11T08:17:04.201637+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:05 smithi169 bash[48863]: cephadm 2024-09-11T08:17:03.970558+0000 mgr.y (mgr.25981) 200 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:05 smithi169 bash[48863]: cephadm 2024-09-11T08:17:04.057580+0000 mgr.y (mgr.25981) 201 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:17:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:05 smithi169 bash[48863]: cephadm 2024-09-11T08:17:04.105129+0000 mgr.y (mgr.25981) 202 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:17:05.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:05 smithi169 bash[48863]: cephadm 2024-09-11T08:17:04.130253+0000 mgr.y (mgr.25981) 203 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:05.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:05 smithi169 bash[48863]: cluster 2024-09-11T08:17:04.136922+0000 mgr.y (mgr.25981) 204 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:05.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:05 smithi169 bash[48863]: cephadm 2024-09-11T08:17:04.194247+0000 mgr.y (mgr.25981) 205 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:05.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:05 smithi169 bash[48863]: audit 2024-09-11T08:17:05.247375+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[53244]: cephadm 2024-09-11T08:17:03.970558+0000 mgr.y (mgr.25981) 200 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[53244]: cephadm 2024-09-11T08:17:04.057580+0000 mgr.y (mgr.25981) 201 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:17:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[53244]: cephadm 2024-09-11T08:17:04.105129+0000 mgr.y (mgr.25981) 202 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:17:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[53244]: cephadm 2024-09-11T08:17:04.130253+0000 mgr.y (mgr.25981) 203 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[53244]: cluster 2024-09-11T08:17:04.136922+0000 mgr.y (mgr.25981) 204 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[53244]: cephadm 2024-09-11T08:17:04.194247+0000 mgr.y (mgr.25981) 205 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[53244]: audit 2024-09-11T08:17:05.247375+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:05.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[54520]: cephadm 2024-09-11T08:17:03.970558+0000 mgr.y (mgr.25981) 200 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[54520]: cephadm 2024-09-11T08:17:04.057580+0000 mgr.y (mgr.25981) 201 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:17:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[54520]: cephadm 2024-09-11T08:17:04.105129+0000 mgr.y (mgr.25981) 202 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:17:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[54520]: cephadm 2024-09-11T08:17:04.130253+0000 mgr.y (mgr.25981) 203 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[54520]: cluster 2024-09-11T08:17:04.136922+0000 mgr.y (mgr.25981) 204 : cluster [DBG] pgmap v115: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[54520]: cephadm 2024-09-11T08:17:04.194247+0000 mgr.y (mgr.25981) 205 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:05.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:05 smithi133 bash[54520]: audit 2024-09-11T08:17:05.247375+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:07.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:07 smithi169 bash[48863]: cluster 2024-09-11T08:17:06.138286+0000 mgr.y (mgr.25981) 206 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:07.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:07 smithi133 bash[53244]: cluster 2024-09-11T08:17:06.138286+0000 mgr.y (mgr.25981) 206 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:07.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:07 smithi133 bash[54520]: cluster 2024-09-11T08:17:06.138286+0000 mgr.y (mgr.25981) 206 : cluster [DBG] pgmap v116: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:09.840 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:17:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:09 smithi169 bash[48863]: cluster 2024-09-11T08:17:08.139156+0000 mgr.y (mgr.25981) 207 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:09.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:09 smithi133 bash[53244]: cluster 2024-09-11T08:17:08.139156+0000 mgr.y (mgr.25981) 207 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:09.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:09 smithi133 bash[54520]: cluster 2024-09-11T08:17:08.139156+0000 mgr.y (mgr.25981) 207 : cluster [DBG] pgmap v117: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:10 smithi169 bash[48863]: audit 2024-09-11T08:17:09.008100+0000 mgr.y (mgr.25981) 208 : audit [DBG] from='client.64270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:10.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:10 smithi133 bash[53244]: audit 2024-09-11T08:17:09.008100+0000 mgr.y (mgr.25981) 208 : audit [DBG] from='client.64270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:10.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:10 smithi133 bash[54520]: audit 2024-09-11T08:17:09.008100+0000 mgr.y (mgr.25981) 208 : audit [DBG] from='client.64270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:11.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:11 smithi133 bash[53244]: cluster 2024-09-11T08:17:10.140033+0000 mgr.y (mgr.25981) 209 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:11.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:11 smithi133 bash[54520]: cluster 2024-09-11T08:17:10.140033+0000 mgr.y (mgr.25981) 209 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:11 smithi169 bash[48863]: cluster 2024-09-11T08:17:10.140033+0000 mgr.y (mgr.25981) 209 : cluster [DBG] pgmap v118: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:13 smithi169 bash[48863]: cluster 2024-09-11T08:17:12.141409+0000 mgr.y (mgr.25981) 210 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:13.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:13 smithi133 bash[53244]: cluster 2024-09-11T08:17:12.141409+0000 mgr.y (mgr.25981) 210 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:13.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:13 smithi133 bash[54520]: cluster 2024-09-11T08:17:12.141409+0000 mgr.y (mgr.25981) 210 : cluster [DBG] pgmap v119: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:14.021 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:17:14.021 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (6m) 21s ago 31m 17.3M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:17:14.021 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (5m) 3m ago 30m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:17:14.021 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 3m ago 31m - - 2024-09-11T08:17:14.021 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (8m) 3m ago 36m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:17:14.021 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (18m) 21s ago 37m 438M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (3m) 21s ago 37m 61.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (4m) 3m ago 36m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (3m) 21s ago 36m 44.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (7m) 21s ago 31m 10.9M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (7m) 3m ago 31m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (56s) 21s ago 35m 44.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (26s) 21s ago 35m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (34m) 21s ago 34m 48.0M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (34m) 21s ago 34m 56.2M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (33m) 3m ago 33m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (33m) 3m ago 33m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (32m) 3m ago 32m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:17:14.022 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (32m) 3m ago 32m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:17:14.023 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (7m) 3m ago 31m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:17:14.023 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (29m) 21s ago 29m 56.1M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:17:14.023 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (29m) 3m ago 29m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:17:14.849 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-11T08:17:14.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:13.996776+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:14.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:13.997573+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:14.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:13.998311+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:13.999150+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:13.999795+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:14.000425+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:14.002924+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:14.003680+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:14.004522+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:14.005240+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:14 smithi169 bash[48863]: audit 2024-09-11T08:17:14.005873+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:13.996776+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:13.997573+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:13.998311+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:13.999150+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:13.999795+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:14.000425+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:14.002924+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:14.003680+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:14.004522+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:14.005240+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[54520]: audit 2024-09-11T08:17:14.005873+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:13.996776+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:14.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:13.997573+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:13.998311+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:13.999150+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:13.999795+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:14.000425+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:14.002924+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:14.003680+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:14.004522+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:14.005240+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:14.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:14 smithi133 bash[53244]: audit 2024-09-11T08:17:14.005873+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:15 smithi169 bash[48863]: audit 2024-09-11T08:17:13.993585+0000 mgr.y (mgr.25981) 211 : audit [DBG] from='client.54384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:15 smithi169 bash[48863]: cluster 2024-09-11T08:17:14.142381+0000 mgr.y (mgr.25981) 212 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:15.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:15 smithi133 bash[53244]: audit 2024-09-11T08:17:13.993585+0000 mgr.y (mgr.25981) 211 : audit [DBG] from='client.54384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:15.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:15 smithi133 bash[53244]: cluster 2024-09-11T08:17:14.142381+0000 mgr.y (mgr.25981) 212 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:15 smithi133 bash[54520]: audit 2024-09-11T08:17:13.993585+0000 mgr.y (mgr.25981) 211 : audit [DBG] from='client.54384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:15 smithi133 bash[54520]: cluster 2024-09-11T08:17:14.142381+0000 mgr.y (mgr.25981) 212 : cluster [DBG] pgmap v120: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:17.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:17 smithi133 bash[53244]: cluster 2024-09-11T08:17:16.143741+0000 mgr.y (mgr.25981) 213 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:17.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:17 smithi169 bash[48863]: cluster 2024-09-11T08:17:16.143741+0000 mgr.y (mgr.25981) 213 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:18.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:17 smithi133 bash[54520]: cluster 2024-09-11T08:17:16.143741+0000 mgr.y (mgr.25981) 213 : cluster [DBG] pgmap v121: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:19.111 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:17:19.856 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 7'"'"'' 2024-09-11T08:17:19.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:19 smithi169 bash[48863]: cluster 2024-09-11T08:17:18.144739+0000 mgr.y (mgr.25981) 214 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:19.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:19 smithi169 bash[48863]: audit 2024-09-11T08:17:19.096656+0000 mon.a (mon.0) 576 : audit [DBG] from='client.54387 172.21.15.133:0/960901361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:19.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:19 smithi133 bash[53244]: cluster 2024-09-11T08:17:18.144739+0000 mgr.y (mgr.25981) 214 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:19.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:19 smithi133 bash[53244]: audit 2024-09-11T08:17:19.096656+0000 mon.a (mon.0) 576 : audit [DBG] from='client.54387 172.21.15.133:0/960901361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:19.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:19 smithi133 bash[54520]: cluster 2024-09-11T08:17:18.144739+0000 mgr.y (mgr.25981) 214 : cluster [DBG] pgmap v122: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:19.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:19 smithi133 bash[54520]: audit 2024-09-11T08:17:19.096656+0000 mon.a (mon.0) 576 : audit [DBG] from='client.54387 172.21.15.133:0/960901361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:21.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:21 smithi133 bash[54520]: cluster 2024-09-11T08:17:20.145581+0000 mgr.y (mgr.25981) 215 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:21 smithi133 bash[53244]: cluster 2024-09-11T08:17:20.145581+0000 mgr.y (mgr.25981) 215 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:22.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:21 smithi169 bash[48863]: cluster 2024-09-11T08:17:20.145581+0000 mgr.y (mgr.25981) 215 : cluster [DBG] pgmap v123: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:23.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:23 smithi133 bash[53244]: cluster 2024-09-11T08:17:22.146894+0000 mgr.y (mgr.25981) 216 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:23 smithi133 bash[54520]: cluster 2024-09-11T08:17:22.146894+0000 mgr.y (mgr.25981) 216 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:24.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:23 smithi169 bash[48863]: cluster 2024-09-11T08:17:22.146894+0000 mgr.y (mgr.25981) 216 : cluster [DBG] pgmap v124: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:25 smithi133 bash[53244]: audit 2024-09-11T08:17:23.897915+0000 mgr.y (mgr.25981) 217 : audit [DBG] from='client.54393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:25 smithi133 bash[53244]: cluster 2024-09-11T08:17:24.147867+0000 mgr.y (mgr.25981) 218 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:25 smithi133 bash[54520]: audit 2024-09-11T08:17:23.897915+0000 mgr.y (mgr.25981) 217 : audit [DBG] from='client.54393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:25 smithi133 bash[54520]: cluster 2024-09-11T08:17:24.147867+0000 mgr.y (mgr.25981) 218 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:26.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:25 smithi169 bash[48863]: audit 2024-09-11T08:17:23.897915+0000 mgr.y (mgr.25981) 217 : audit [DBG] from='client.54393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:26.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:25 smithi169 bash[48863]: cluster 2024-09-11T08:17:24.147867+0000 mgr.y (mgr.25981) 218 : cluster [DBG] pgmap v125: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:26.309 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:17:27.112 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1' 2024-09-11T08:17:28.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:27 smithi169 bash[48863]: cluster 2024-09-11T08:17:26.149180+0000 mgr.y (mgr.25981) 219 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:28.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:27 smithi133 bash[53244]: cluster 2024-09-11T08:17:26.149180+0000 mgr.y (mgr.25981) 219 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:28.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:27 smithi133 bash[54520]: cluster 2024-09-11T08:17:26.149180+0000 mgr.y (mgr.25981) 219 : cluster [DBG] pgmap v126: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:29.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:29 smithi133 bash[53244]: cluster 2024-09-11T08:17:28.150015+0000 mgr.y (mgr.25981) 220 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:29.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:29 smithi133 bash[54520]: cluster 2024-09-11T08:17:28.150015+0000 mgr.y (mgr.25981) 220 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:30.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:29 smithi169 bash[48863]: cluster 2024-09-11T08:17:28.150015+0000 mgr.y (mgr.25981) 220 : cluster [DBG] pgmap v127: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:32.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:31 smithi169 bash[48863]: cluster 2024-09-11T08:17:30.150931+0000 mgr.y (mgr.25981) 221 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:32.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:31 smithi133 bash[53244]: cluster 2024-09-11T08:17:30.150931+0000 mgr.y (mgr.25981) 221 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:32.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:31 smithi133 bash[54520]: cluster 2024-09-11T08:17:30.150931+0000 mgr.y (mgr.25981) 221 : cluster [DBG] pgmap v128: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:32.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:32 smithi133 bash[53244]: audit 2024-09-11T08:17:31.132714+0000 mgr.y (mgr.25981) 222 : audit [DBG] from='client.64294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:32.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:32 smithi133 bash[54520]: audit 2024-09-11T08:17:31.132714+0000 mgr.y (mgr.25981) 222 : audit [DBG] from='client.64294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:33.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:32 smithi169 bash[48863]: audit 2024-09-11T08:17:31.132714+0000 mgr.y (mgr.25981) 222 : audit [DBG] from='client.64294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:33.585 INFO:teuthology.orchestra.run.smithi133.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:17:33.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:33 smithi133 bash[53244]: cluster 2024-09-11T08:17:32.152250+0000 mgr.y (mgr.25981) 223 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:33 smithi133 bash[53244]: audit 2024-09-11T08:17:33.583484+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:33.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:33 smithi133 bash[54520]: cluster 2024-09-11T08:17:32.152250+0000 mgr.y (mgr.25981) 223 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:33.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:33 smithi133 bash[54520]: audit 2024-09-11T08:17:33.583484+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:34.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:33 smithi169 bash[48863]: cluster 2024-09-11T08:17:32.152250+0000 mgr.y (mgr.25981) 223 : cluster [DBG] pgmap v129: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:34.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:33 smithi169 bash[48863]: audit 2024-09-11T08:17:33.583484+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:34.550 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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 ; sleep 30 ; done' 2024-09-11T08:17:34.963 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:34 smithi133 bash[54520]: cephadm 2024-09-11T08:17:33.577094+0000 mgr.y (mgr.25981) 224 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:17:34.963 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:34 smithi133 bash[54520]: audit 2024-09-11T08:17:33.990234+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:34.963 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:34 smithi133 bash[54520]: audit 2024-09-11T08:17:33.991924+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:34.963 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:34 smithi133 bash[54520]: audit 2024-09-11T08:17:33.999676+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:34.963 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:34 smithi133 bash[53244]: cephadm 2024-09-11T08:17:33.577094+0000 mgr.y (mgr.25981) 224 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:17:34.963 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:34 smithi133 bash[53244]: audit 2024-09-11T08:17:33.990234+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:34.964 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:34 smithi133 bash[53244]: audit 2024-09-11T08:17:33.991924+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:34.964 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:34 smithi133 bash[53244]: audit 2024-09-11T08:17:33.999676+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:34 smithi169 bash[48863]: cephadm 2024-09-11T08:17:33.577094+0000 mgr.y (mgr.25981) 224 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:17:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:34 smithi169 bash[48863]: audit 2024-09-11T08:17:33.990234+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:34 smithi169 bash[48863]: audit 2024-09-11T08:17:33.991924+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:17:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:34 smithi169 bash[48863]: audit 2024-09-11T08:17:33.999676+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:36.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:35 smithi169 bash[48863]: cephadm 2024-09-11T08:17:33.993157+0000 mgr.y (mgr.25981) 225 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:36.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:35 smithi169 bash[48863]: cephadm 2024-09-11T08:17:34.048371+0000 mgr.y (mgr.25981) 226 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:17:36.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:35 smithi169 bash[48863]: cluster 2024-09-11T08:17:34.153247+0000 mgr.y (mgr.25981) 227 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:36.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:35 smithi133 bash[53244]: cephadm 2024-09-11T08:17:33.993157+0000 mgr.y (mgr.25981) 225 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:36.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:35 smithi133 bash[53244]: cephadm 2024-09-11T08:17:34.048371+0000 mgr.y (mgr.25981) 226 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:17:36.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:35 smithi133 bash[53244]: cluster 2024-09-11T08:17:34.153247+0000 mgr.y (mgr.25981) 227 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:36.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:35 smithi133 bash[54520]: cephadm 2024-09-11T08:17:33.993157+0000 mgr.y (mgr.25981) 225 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:17:36.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:35 smithi133 bash[54520]: cephadm 2024-09-11T08:17:34.048371+0000 mgr.y (mgr.25981) 226 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:17:36.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:35 smithi133 bash[54520]: cluster 2024-09-11T08:17:34.153247+0000 mgr.y (mgr.25981) 227 : cluster [DBG] pgmap v130: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:38.104 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:37 smithi133 bash[54520]: cluster 2024-09-11T08:17:36.154664+0000 mgr.y (mgr.25981) 228 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:38.104 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:37 smithi133 bash[53244]: cluster 2024-09-11T08:17:36.154664+0000 mgr.y (mgr.25981) 228 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:38.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:37 smithi169 bash[48863]: cluster 2024-09-11T08:17:36.154664+0000 mgr.y (mgr.25981) 228 : cluster [DBG] pgmap v131: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:39.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:37.983410+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: cephadm 2024-09-11T08:17:37.984016+0000 mgr.y (mgr.25981) 229 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: cephadm 2024-09-11T08:17:37.984113+0000 mgr.y (mgr.25981) 230 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:37.985787+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:37.993784+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:37.996964+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: cephadm 2024-09-11T08:17:37.998276+0000 mgr.y (mgr.25981) 231 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:38.005872+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:38.008603+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: cephadm 2024-09-11T08:17:38.010085+0000 mgr.y (mgr.25981) 232 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:38.018682+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:38.020832+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: cephadm 2024-09-11T08:17:38.022039+0000 mgr.y (mgr.25981) 233 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:38.030038+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:38.032245+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:17:39.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: audit 2024-09-11T08:17:38.032501+0000 mgr.y (mgr.25981) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:17:39.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: cephadm 2024-09-11T08:17:38.033599+0000 mgr.y (mgr.25981) 235 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-11T08:17:39.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:38 smithi169 bash[48863]: cluster 2024-09-11T08:17:38.155541+0000 mgr.y (mgr.25981) 236 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:37.983410+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: cephadm 2024-09-11T08:17:37.984016+0000 mgr.y (mgr.25981) 229 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: cephadm 2024-09-11T08:17:37.984113+0000 mgr.y (mgr.25981) 230 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:37.985787+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:37.993784+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:37.996964+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: cephadm 2024-09-11T08:17:37.998276+0000 mgr.y (mgr.25981) 231 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:38.005872+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:38.008603+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: cephadm 2024-09-11T08:17:38.010085+0000 mgr.y (mgr.25981) 232 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:38.018682+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:38.020832+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: cephadm 2024-09-11T08:17:38.022039+0000 mgr.y (mgr.25981) 233 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:38.030038+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:38.032245+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: audit 2024-09-11T08:17:38.032501+0000 mgr.y (mgr.25981) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: cephadm 2024-09-11T08:17:38.033599+0000 mgr.y (mgr.25981) 235 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[53244]: cluster 2024-09-11T08:17:38.155541+0000 mgr.y (mgr.25981) 236 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:37.983410+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: cephadm 2024-09-11T08:17:37.984016+0000 mgr.y (mgr.25981) 229 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: cephadm 2024-09-11T08:17:37.984113+0000 mgr.y (mgr.25981) 230 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:37.985787+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:37.993784+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:37.996964+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:39.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: cephadm 2024-09-11T08:17:37.998276+0000 mgr.y (mgr.25981) 231 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:38.005872+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:38.008603+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: cephadm 2024-09-11T08:17:38.010085+0000 mgr.y (mgr.25981) 232 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:38.018682+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:38.020832+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: cephadm 2024-09-11T08:17:38.022039+0000 mgr.y (mgr.25981) 233 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:38.030038+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:38.032245+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: audit 2024-09-11T08:17:38.032501+0000 mgr.y (mgr.25981) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: cephadm 2024-09-11T08:17:38.033599+0000 mgr.y (mgr.25981) 235 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-11T08:17:39.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:38 smithi133 bash[54520]: cluster 2024-09-11T08:17:38.155541+0000 mgr.y (mgr.25981) 236 : cluster [DBG] pgmap v132: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:40.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:40 smithi169 bash[48863]: audit 2024-09-11T08:17:40.108276+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:17:40.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:40 smithi169 bash[48863]: audit 2024-09-11T08:17:40.108937+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:17:40.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:40 smithi169 bash[48863]: audit 2024-09-11T08:17:40.109452+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:17:40.445 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:40 smithi133 bash[53244]: audit 2024-09-11T08:17:40.108276+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:17:40.445 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:40 smithi133 bash[53244]: audit 2024-09-11T08:17:40.108937+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:17:40.445 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:40 smithi133 bash[53244]: audit 2024-09-11T08:17:40.109452+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:17:40.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:40 smithi133 bash[54520]: audit 2024-09-11T08:17:40.108276+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:17:40.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:40 smithi133 bash[54520]: audit 2024-09-11T08:17:40.108937+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:17:40.445 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:40 smithi133 bash[54520]: audit 2024-09-11T08:17:40.109452+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:17:40.837 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:17:41.554 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (7m) 49s ago 31m 17.3M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (6m) 3m ago 31m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 3m ago 32m - - 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (8m) 3m ago 36m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (18m) 49s ago 38m 438M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (4m) 49s ago 38m 61.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (5m) 3m ago 36m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (3m) 49s ago 37m 44.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (8m) 49s ago 31m 10.9M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (8m) 3m ago 31m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (84s) 49s ago 36m 44.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:17:41.555 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (53s) 49s ago 35m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:17:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (35m) 49s ago 35m 48.0M 4096M 15.2.9 dfc483079636 865430f2e10d 2024-09-11T08:17:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (34m) 49s ago 34m 56.2M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:17:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (34m) 3m ago 34m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:17:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (33m) 3m ago 33m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:17:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (33m) 3m ago 33m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:17:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (32m) 3m ago 32m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:17:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (7m) 3m ago 31m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:17:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (29m) 49s ago 29m 56.1M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:17:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (29m) 3m ago 29m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:17:41.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:41 smithi169 bash[48863]: cluster 2024-09-11T08:17:40.156407+0000 mgr.y (mgr.25981) 237 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:41.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:41 smithi133 bash[53244]: cluster 2024-09-11T08:17:40.156407+0000 mgr.y (mgr.25981) 237 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:41.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:41 smithi133 bash[54520]: cluster 2024-09-11T08:17:40.156407+0000 mgr.y (mgr.25981) 237 : cluster [DBG] pgmap v133: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:41.969 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:17:41.969 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:17:41.969 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:17:41.969 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:17:41.969 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:17:41.969 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 6, 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 8, 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:17:41.970 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:17:42.329 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:17:42.330 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:17:42.330 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:17:42.330 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) crash,osd. Upgrade limited to 1 daemons (1 remaining).", 2024-09-11T08:17:42.330 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:17:42.330 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/8 daemons upgraded", 2024-09-11T08:17:42.330 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:17:42.330 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:17:42.330 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:40.822908+0000 mgr.y (mgr.25981) 238 : audit [DBG] from='client.54405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.180372+0000 mgr.y (mgr.25981) 239 : audit [DBG] from='client.64306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: cephadm 2024-09-11T08:17:41.403228+0000 mgr.y (mgr.25981) 240 : cephadm [INF] Upgrade: Updating osd.2 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.411599+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.413397+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.414445+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: cephadm 2024-09-11T08:17:41.416514+0000 mgr.y (mgr.25981) 241 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.417116+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.529798+0000 mgr.y (mgr.25981) 242 : audit [DBG] from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:42.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.533056+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.534028+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.534928+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.535805+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.536701+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.537544+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.540379+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.541197+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.542097+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.543169+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.543683+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:42 smithi169 bash[48863]: audit 2024-09-11T08:17:41.967975+0000 mon.c (mon.1) 10 : audit [DBG] from='client.54423 172.21.15.133:0/2761238463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:40.822908+0000 mgr.y (mgr.25981) 238 : audit [DBG] from='client.54405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.180372+0000 mgr.y (mgr.25981) 239 : audit [DBG] from='client.64306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: cephadm 2024-09-11T08:17:41.403228+0000 mgr.y (mgr.25981) 240 : cephadm [INF] Upgrade: Updating osd.2 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.411599+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.413397+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.414445+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: cephadm 2024-09-11T08:17:41.416514+0000 mgr.y (mgr.25981) 241 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.417116+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.529798+0000 mgr.y (mgr.25981) 242 : audit [DBG] from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:42.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.533056+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.534028+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.534928+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.535805+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.536701+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.537544+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.540379+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:42.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.541197+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:40.822908+0000 mgr.y (mgr.25981) 238 : audit [DBG] from='client.54405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:42.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.180372+0000 mgr.y (mgr.25981) 239 : audit [DBG] from='client.64306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: cephadm 2024-09-11T08:17:41.403228+0000 mgr.y (mgr.25981) 240 : cephadm [INF] Upgrade: Updating osd.2 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.411599+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.413397+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.414445+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: cephadm 2024-09-11T08:17:41.416514+0000 mgr.y (mgr.25981) 241 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.417116+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.529798+0000 mgr.y (mgr.25981) 242 : audit [DBG] from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.533056+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.534028+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.534928+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.535805+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.536701+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.537544+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.540379+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:17:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.541197+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.542097+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.543169+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.543683+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[53244]: audit 2024-09-11T08:17:41.967975+0000 mon.c (mon.1) 10 : audit [DBG] from='client.54423 172.21.15.133:0/2761238463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.542097+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.543169+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.543683+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:17:42.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:42 smithi133 bash[54520]: audit 2024-09-11T08:17:41.967975+0000 mon.c (mon.1) 10 : audit [DBG] from='client.54423 172.21.15.133:0/2761238463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:17:43.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:43 smithi169 bash[48863]: cluster 2024-09-11T08:17:42.157395+0000 mgr.y (mgr.25981) 243 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:43.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:43 smithi169 bash[48863]: audit 2024-09-11T08:17:42.328262+0000 mgr.y (mgr.25981) 244 : audit [DBG] from='client.54429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:43.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:43 smithi133 bash[53244]: cluster 2024-09-11T08:17:42.157395+0000 mgr.y (mgr.25981) 243 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:43.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:43 smithi133 bash[53244]: audit 2024-09-11T08:17:42.328262+0000 mgr.y (mgr.25981) 244 : audit [DBG] from='client.54429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:43 smithi133 bash[54520]: cluster 2024-09-11T08:17:42.157395+0000 mgr.y (mgr.25981) 243 : cluster [DBG] pgmap v134: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:43 smithi133 bash[54520]: audit 2024-09-11T08:17:42.328262+0000 mgr.y (mgr.25981) 244 : audit [DBG] from='client.54429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:17:45.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:45 smithi169 bash[48863]: cluster 2024-09-11T08:17:44.158340+0000 mgr.y (mgr.25981) 245 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:45.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:45 smithi133 bash[53244]: cluster 2024-09-11T08:17:44.158340+0000 mgr.y (mgr.25981) 245 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:45.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:45 smithi133 bash[54520]: cluster 2024-09-11T08:17:44.158340+0000 mgr.y (mgr.25981) 245 : cluster [DBG] pgmap v135: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:46.448 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:46 smithi133 systemd[1]: Stopping Ceph osd.2 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:17:46.948 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:46 smithi133 bash[25173]: debug 2024-09-11T08:17:46.534+0000 7f2876a9f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:17:46.949 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:46 smithi133 bash[25173]: debug 2024-09-11T08:17:46.534+0000 7f2876a9f700 -1 osd.2 83 *** Got signal Terminated *** 2024-09-11T08:17:46.949 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:46 smithi133 bash[25173]: debug 2024-09-11T08:17:46.534+0000 7f2876a9f700 -1 osd.2 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:17:47.471 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[74086]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.2 2024-09-11T08:17:47.472 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.159661+0000 mgr.y (mgr.25981) 246 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:47.472 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.597410+0000 mon.a (mon.0) 609 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.472 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.597504+0000 mon.a (mon.0) 610 : cluster [INF] osd.2 failed (root=default,host=smithi133) (connection refused reported by osd.1) 2024-09-11T08:17:47.472 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.597906+0000 mon.a (mon.0) 611 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.472 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.598205+0000 mon.a (mon.0) 612 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.472 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.598431+0000 mon.a (mon.0) 613 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.472 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.598662+0000 mon.a (mon.0) 614 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.472 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.598886+0000 mon.a (mon.0) 615 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.599111+0000 mon.a (mon.0) 616 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.599339+0000 mon.a (mon.0) 617 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.797815+0000 mon.a (mon.0) 618 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.798239+0000 mon.a (mon.0) 619 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.798437+0000 mon.a (mon.0) 620 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.799039+0000 mon.a (mon.0) 621 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.799327+0000 mon.a (mon.0) 622 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.799704+0000 mon.a (mon.0) 623 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.800015+0000 mon.a (mon.0) 624 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.800435+0000 mon.a (mon.0) 625 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.801044+0000 mon.a (mon.0) 626 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.801165+0000 mon.a (mon.0) 627 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.801383+0000 mon.a (mon.0) 628 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.473 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.801545+0000 mon.a (mon.0) 629 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.801706+0000 mon.a (mon.0) 630 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.801921+0000 mon.a (mon.0) 631 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.977943+0000 mon.a (mon.0) 632 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.159661+0000 mgr.y (mgr.25981) 246 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.597410+0000 mon.a (mon.0) 609 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.597504+0000 mon.a (mon.0) 610 : cluster [INF] osd.2 failed (root=default,host=smithi133) (connection refused reported by osd.1) 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.597906+0000 mon.a (mon.0) 611 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.598205+0000 mon.a (mon.0) 612 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.598431+0000 mon.a (mon.0) 613 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.598662+0000 mon.a (mon.0) 614 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.598886+0000 mon.a (mon.0) 615 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.474 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.599111+0000 mon.a (mon.0) 616 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.599339+0000 mon.a (mon.0) 617 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.797815+0000 mon.a (mon.0) 618 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.798239+0000 mon.a (mon.0) 619 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.798437+0000 mon.a (mon.0) 620 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.799039+0000 mon.a (mon.0) 621 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.799327+0000 mon.a (mon.0) 622 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.799704+0000 mon.a (mon.0) 623 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.800015+0000 mon.a (mon.0) 624 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.800435+0000 mon.a (mon.0) 625 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.801044+0000 mon.a (mon.0) 626 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.801165+0000 mon.a (mon.0) 627 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.801383+0000 mon.a (mon.0) 628 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.475 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.801545+0000 mon.a (mon.0) 629 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.476 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.801706+0000 mon.a (mon.0) 630 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.476 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.801921+0000 mon.a (mon.0) 631 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.476 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.977943+0000 mon.a (mon.0) 632 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.476 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:46.978259+0000 mon.a (mon.0) 633 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.476 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.181547+0000 mon.a (mon.0) 634 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.476 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.201551+0000 mon.a (mon.0) 635 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.476 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.201995+0000 mon.a (mon.0) 636 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.476 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.202275+0000 mon.a (mon.0) 637 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.476 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.202447+0000 mon.a (mon.0) 638 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.202599+0000 mon.a (mon.0) 639 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.202820+0000 mon.a (mon.0) 640 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.202965+0000 mon.a (mon.0) 641 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.203313+0000 mon.a (mon.0) 642 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.203482+0000 mon.a (mon.0) 643 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.203745+0000 mon.a (mon.0) 644 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.205174+0000 mon.a (mon.0) 645 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.205414+0000 mon.a (mon.0) 646 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.205624+0000 mon.a (mon.0) 647 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.205823+0000 mon.a (mon.0) 648 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:46.978259+0000 mon.a (mon.0) 633 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.181547+0000 mon.a (mon.0) 634 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.477 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.201551+0000 mon.a (mon.0) 635 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.201995+0000 mon.a (mon.0) 636 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.202275+0000 mon.a (mon.0) 637 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.202447+0000 mon.a (mon.0) 638 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.202599+0000 mon.a (mon.0) 639 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.202820+0000 mon.a (mon.0) 640 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.202965+0000 mon.a (mon.0) 641 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.203313+0000 mon.a (mon.0) 642 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.203482+0000 mon.a (mon.0) 643 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.203745+0000 mon.a (mon.0) 644 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.205174+0000 mon.a (mon.0) 645 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.205414+0000 mon.a (mon.0) 646 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.205624+0000 mon.a (mon.0) 647 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.478 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.205823+0000 mon.a (mon.0) 648 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.159661+0000 mgr.y (mgr.25981) 246 : cluster [DBG] pgmap v136: 132 pgs: 132 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.597410+0000 mon.a (mon.0) 609 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.597504+0000 mon.a (mon.0) 610 : cluster [INF] osd.2 failed (root=default,host=smithi133) (connection refused reported by osd.1) 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.597906+0000 mon.a (mon.0) 611 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.598205+0000 mon.a (mon.0) 612 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.598431+0000 mon.a (mon.0) 613 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.598662+0000 mon.a (mon.0) 614 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.598886+0000 mon.a (mon.0) 615 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.599111+0000 mon.a (mon.0) 616 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.599339+0000 mon.a (mon.0) 617 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.797815+0000 mon.a (mon.0) 618 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.798239+0000 mon.a (mon.0) 619 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.798437+0000 mon.a (mon.0) 620 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.799039+0000 mon.a (mon.0) 621 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.799327+0000 mon.a (mon.0) 622 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.799704+0000 mon.a (mon.0) 623 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.800015+0000 mon.a (mon.0) 624 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.800435+0000 mon.a (mon.0) 625 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.801044+0000 mon.a (mon.0) 626 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.801165+0000 mon.a (mon.0) 627 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.801383+0000 mon.a (mon.0) 628 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.801545+0000 mon.a (mon.0) 629 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.801706+0000 mon.a (mon.0) 630 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.801921+0000 mon.a (mon.0) 631 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.977943+0000 mon.a (mon.0) 632 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:46.978259+0000 mon.a (mon.0) 633 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.181547+0000 mon.a (mon.0) 634 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.201551+0000 mon.a (mon.0) 635 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.201995+0000 mon.a (mon.0) 636 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.202275+0000 mon.a (mon.0) 637 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.202447+0000 mon.a (mon.0) 638 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.202599+0000 mon.a (mon.0) 639 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.202820+0000 mon.a (mon.0) 640 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.202965+0000 mon.a (mon.0) 641 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.203313+0000 mon.a (mon.0) 642 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.203482+0000 mon.a (mon.0) 643 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.203745+0000 mon.a (mon.0) 644 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.205174+0000 mon.a (mon.0) 645 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T08:17:47.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.205414+0000 mon.a (mon.0) 646 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.205624+0000 mon.a (mon.0) 647 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T08:17:47.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:47 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.205823+0000 mon.a (mon.0) 648 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T08:17:47.948 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:47 smithi133 bash[74157]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.2 2024-09-11T08:17:48.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:48 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.428029+0000 mon.a (mon.0) 649 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:17:48.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:48 smithi133 bash[53244]: cluster 2024-09-11T08:17:47.449767+0000 mon.a (mon.0) 650 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-09-11T08:17:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:48 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.428029+0000 mon.a (mon.0) 649 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:17:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:48 smithi133 bash[54520]: cluster 2024-09-11T08:17:47.449767+0000 mon.a (mon.0) 650 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-09-11T08:17:48.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:48 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.428029+0000 mon.a (mon.0) 649 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:17:48.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:48 smithi169 bash[48863]: cluster 2024-09-11T08:17:47.449767+0000 mon.a (mon.0) 650 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-09-11T08:17:49.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:49 smithi133 bash[53244]: cluster 2024-09-11T08:17:48.160608+0000 mgr.y (mgr.25981) 247 : cluster [DBG] pgmap v138: 132 pgs: 6 peering, 8 stale+active+clean, 118 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:49.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:49 smithi133 bash[53244]: cluster 2024-09-11T08:17:48.454319+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-09-11T08:17:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:49 smithi133 bash[54520]: cluster 2024-09-11T08:17:48.160608+0000 mgr.y (mgr.25981) 247 : cluster [DBG] pgmap v138: 132 pgs: 6 peering, 8 stale+active+clean, 118 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:49 smithi133 bash[54520]: cluster 2024-09-11T08:17:48.454319+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-09-11T08:17:49.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:49 smithi169 bash[48863]: cluster 2024-09-11T08:17:48.160608+0000 mgr.y (mgr.25981) 247 : cluster [DBG] pgmap v138: 132 pgs: 6 peering, 8 stale+active+clean, 118 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:49.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:49 smithi169 bash[48863]: cluster 2024-09-11T08:17:48.454319+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-09-11T08:17:50.189 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:49 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.2.service: Succeeded. 2024-09-11T08:17:50.189 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:49 smithi133 systemd[1]: Stopped Ceph osd.2 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:17:50.189 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:50 smithi133 systemd[1]: Started Ceph osd.2 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:17:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:50 smithi169 bash[48863]: audit 2024-09-11T08:17:50.084741+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:50 smithi169 bash[48863]: audit 2024-09-11T08:17:50.089372+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:50 smithi169 bash[48863]: audit 2024-09-11T08:17:50.097007+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:50 smithi169 bash[48863]: audit 2024-09-11T08:17:50.101629+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:50 smithi169 bash[48863]: audit 2024-09-11T08:17:50.103097+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:17:50.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[53244]: audit 2024-09-11T08:17:50.084741+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:50.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[53244]: audit 2024-09-11T08:17:50.089372+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:50.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[53244]: audit 2024-09-11T08:17:50.097007+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:50.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[53244]: audit 2024-09-11T08:17:50.101629+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:50.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[53244]: audit 2024-09-11T08:17:50.103097+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:17:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[54520]: audit 2024-09-11T08:17:50.084741+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[54520]: audit 2024-09-11T08:17:50.089372+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[54520]: audit 2024-09-11T08:17:50.097007+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[54520]: audit 2024-09-11T08:17:50.101629+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:50 smithi133 bash[54520]: audit 2024-09-11T08:17:50.103097+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:17:51.881 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[54520]: cluster 2024-09-11T08:17:50.161206+0000 mgr.y (mgr.25981) 248 : cluster [DBG] pgmap v140: 132 pgs: 13 peering, 6 stale+active+clean, 113 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:51.881 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[54520]: cluster 2024-09-11T08:17:51.099550+0000 mon.a (mon.0) 657 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:17:51.881 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[53244]: cluster 2024-09-11T08:17:50.161206+0000 mgr.y (mgr.25981) 248 : cluster [DBG] pgmap v140: 132 pgs: 13 peering, 6 stale+active+clean, 113 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:51.881 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[53244]: cluster 2024-09-11T08:17:51.099550+0000 mon.a (mon.0) 657 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:17:51.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:51 smithi169 bash[48863]: cluster 2024-09-11T08:17:50.161206+0000 mgr.y (mgr.25981) 248 : cluster [DBG] pgmap v140: 132 pgs: 13 peering, 6 stale+active+clean, 113 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:17:51.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:51 smithi169 bash[48863]: cluster 2024-09-11T08:17:51.099550+0000 mon.a (mon.0) 657 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:17:52.187 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[74343]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:17:52.188 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[74343]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-11T08:17:52.188 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[74343]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:17:52.188 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[74343]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:17:52.188 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[74343]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:17:52.188 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[74343]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:17:52.188 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:51 smithi133 bash[74343]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-11T08:17:52.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:52 smithi169 bash[48863]: cluster 2024-09-11T08:17:52.455767+0000 mon.a (mon.0) 658 : cluster [WRN] Health check failed: Degraded data redundancy: 19/618 objects degraded (3.074%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:17:52.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:52 smithi133 bash[53244]: cluster 2024-09-11T08:17:52.455767+0000 mon.a (mon.0) 658 : cluster [WRN] Health check failed: Degraded data redundancy: 19/618 objects degraded (3.074%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:17:52.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:52 smithi133 bash[54520]: cluster 2024-09-11T08:17:52.455767+0000 mon.a (mon.0) 658 : cluster [WRN] Health check failed: Degraded data redundancy: 19/618 objects degraded (3.074%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:17:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:53 smithi169 bash[48863]: cluster 2024-09-11T08:17:52.162599+0000 mgr.y (mgr.25981) 249 : cluster [DBG] pgmap v141: 132 pgs: 18 active+undersized, 13 peering, 5 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 19/618 objects degraded (3.074%) 2024-09-11T08:17:53.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:53 smithi133 bash[53244]: cluster 2024-09-11T08:17:52.162599+0000 mgr.y (mgr.25981) 249 : cluster [DBG] pgmap v141: 132 pgs: 18 active+undersized, 13 peering, 5 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 19/618 objects degraded (3.074%) 2024-09-11T08:17:53.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:53 smithi133 bash[54520]: cluster 2024-09-11T08:17:52.162599+0000 mgr.y (mgr.25981) 249 : cluster [DBG] pgmap v141: 132 pgs: 18 active+undersized, 13 peering, 5 active+undersized+degraded, 96 active+clean; 584 KiB data, 602 MiB used, 709 GiB / 715 GiB avail; 19/618 objects degraded (3.074%) 2024-09-11T08:17:54.440 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:54 smithi133 bash[74610]: debug 2024-09-11T08:17:54.134+0000 7ffa4e4c6640 1 -- 172.21.15.133:0/733352327 <== mon.1 v2:172.21.15.133:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556f7d268d00 con 0x556f7d23b400 2024-09-11T08:17:54.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:54 smithi133 bash[53244]: cluster 2024-09-11T08:17:54.510752+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:17:54.699 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:54 smithi133 bash[74610]: debug 2024-09-11T08:17:54.434+0000 7ffa50d2e440 -1 Falling back to public interface 2024-09-11T08:17:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:54 smithi133 bash[54520]: cluster 2024-09-11T08:17:54.510752+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:17:54.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:54 smithi169 bash[48863]: cluster 2024-09-11T08:17:54.510752+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:17:55.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:55 smithi169 bash[48863]: cluster 2024-09-11T08:17:54.163670+0000 mgr.y (mgr.25981) 250 : cluster [DBG] pgmap v142: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 603 MiB used, 709 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:17:55.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:55 smithi133 bash[53244]: cluster 2024-09-11T08:17:54.163670+0000 mgr.y (mgr.25981) 250 : cluster [DBG] pgmap v142: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 603 MiB used, 709 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:17:55.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:55 smithi133 bash[54520]: cluster 2024-09-11T08:17:54.163670+0000 mgr.y (mgr.25981) 250 : cluster [DBG] pgmap v142: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 603 MiB used, 709 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:17:57.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:57 smithi169 bash[48863]: cluster 2024-09-11T08:17:56.165009+0000 mgr.y (mgr.25981) 251 : cluster [DBG] pgmap v143: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 603 MiB used, 709 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 67 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:17:57.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:57 smithi169 bash[48863]: audit 2024-09-11T08:17:57.520762+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/2224954357,v1:172.21.15.133:6819/2224954357]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:17:57.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:57 smithi169 bash[48863]: audit 2024-09-11T08:17:57.521238+0000 mon.a (mon.0) 660 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:17:57.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:57 smithi169 bash[48863]: audit 2024-09-11T08:17:57.535466+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:57.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:57 smithi169 bash[48863]: audit 2024-09-11T08:17:57.540217+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:57.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:57 smithi169 bash[48863]: audit 2024-09-11T08:17:57.547706+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:57.948 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[74610]: debug 2024-09-11T08:17:57.482+0000 7ffa50d2e440 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-11T08:17:57.948 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[74610]: debug 2024-09-11T08:17:57.514+0000 7ffa50d2e440 -1 osd.2 83 log_to_monitors true 2024-09-11T08:17:57.949 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[74610]: debug 2024-09-11T08:17:57.594+0000 7ffa45ad4640 -1 osd.2 83 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:17:57.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[54520]: cluster 2024-09-11T08:17:56.165009+0000 mgr.y (mgr.25981) 251 : cluster [DBG] pgmap v143: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 603 MiB used, 709 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 67 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:17:57.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[54520]: audit 2024-09-11T08:17:57.520762+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/2224954357,v1:172.21.15.133:6819/2224954357]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:17:57.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[54520]: audit 2024-09-11T08:17:57.521238+0000 mon.a (mon.0) 660 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:17:57.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[54520]: audit 2024-09-11T08:17:57.535466+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:57.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[54520]: audit 2024-09-11T08:17:57.540217+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:57.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[54520]: audit 2024-09-11T08:17:57.547706+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[53244]: cluster 2024-09-11T08:17:56.165009+0000 mgr.y (mgr.25981) 251 : cluster [DBG] pgmap v143: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 603 MiB used, 709 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 67 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:17:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[53244]: audit 2024-09-11T08:17:57.520762+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/2224954357,v1:172.21.15.133:6819/2224954357]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:17:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[53244]: audit 2024-09-11T08:17:57.521238+0000 mon.a (mon.0) 660 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:17:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[53244]: audit 2024-09-11T08:17:57.535466+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[53244]: audit 2024-09-11T08:17:57.540217+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:57.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:57 smithi133 bash[53244]: audit 2024-09-11T08:17:57.547706+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:58.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: audit 2024-09-11T08:17:57.583768+0000 mon.a (mon.0) 664 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:17:58.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: cluster 2024-09-11T08:17:57.583951+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-09-11T08:17:58.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: audit 2024-09-11T08:17:57.584901+0000 mon.c (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/2224954357,v1:172.21.15.133:6819/2224954357]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:17:58.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: audit 2024-09-11T08:17:57.585556+0000 mon.a (mon.0) 666 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:17:58.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: audit 2024-09-11T08:17:57.923055+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:17:58.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: cluster 2024-09-11T08:17:58.046574+0000 mon.a (mon.0) 668 : cluster [WRN] Health check update: Degraded data redundancy: 50/618 objects degraded (8.091%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:17:58.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: audit 2024-09-11T08:17:58.136853+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:58.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: audit 2024-09-11T08:17:58.145131+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:58.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: audit 2024-09-11T08:17:58.153741+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:58.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:58 smithi169 bash[48863]: audit 2024-09-11T08:17:58.155389+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:17:58.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: audit 2024-09-11T08:17:57.583768+0000 mon.a (mon.0) 664 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: cluster 2024-09-11T08:17:57.583951+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: audit 2024-09-11T08:17:57.584901+0000 mon.c (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/2224954357,v1:172.21.15.133:6819/2224954357]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: audit 2024-09-11T08:17:57.585556+0000 mon.a (mon.0) 666 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: audit 2024-09-11T08:17:57.923055+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: cluster 2024-09-11T08:17:58.046574+0000 mon.a (mon.0) 668 : cluster [WRN] Health check update: Degraded data redundancy: 50/618 objects degraded (8.091%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: audit 2024-09-11T08:17:58.136853+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: audit 2024-09-11T08:17:58.145131+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: audit 2024-09-11T08:17:58.153741+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[53244]: audit 2024-09-11T08:17:58.155389+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:17:58.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: audit 2024-09-11T08:17:57.583768+0000 mon.a (mon.0) 664 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:17:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: cluster 2024-09-11T08:17:57.583951+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-09-11T08:17:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: audit 2024-09-11T08:17:57.584901+0000 mon.c (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.133:6818/2224954357,v1:172.21.15.133:6819/2224954357]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:17:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: audit 2024-09-11T08:17:57.585556+0000 mon.a (mon.0) 666 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:17:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: audit 2024-09-11T08:17:57.923055+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:17:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: cluster 2024-09-11T08:17:58.046574+0000 mon.a (mon.0) 668 : cluster [WRN] Health check update: Degraded data redundancy: 50/618 objects degraded (8.091%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:17:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: audit 2024-09-11T08:17:58.136853+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:17:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: audit 2024-09-11T08:17:58.145131+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: audit 2024-09-11T08:17:58.153741+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:17:58.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:58 smithi133 bash[54520]: audit 2024-09-11T08:17:58.155389+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:17:59.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:59 smithi169 bash[48863]: cluster 2024-09-11T08:17:58.165656+0000 mgr.y (mgr.25981) 252 : cluster [DBG] pgmap v145: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 88 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:17:59.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:59 smithi169 bash[48863]: cluster 2024-09-11T08:17:58.578576+0000 mon.a (mon.0) 673 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:17:59.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:59 smithi169 bash[48863]: cluster 2024-09-11T08:17:58.588144+0000 mon.a (mon.0) 674 : cluster [INF] osd.2 [v2:172.21.15.133:6818/2224954357,v1:172.21.15.133:6819/2224954357] boot 2024-09-11T08:17:59.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:59 smithi169 bash[48863]: cluster 2024-09-11T08:17:58.588592+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-09-11T08:17:59.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:59 smithi169 bash[48863]: audit 2024-09-11T08:17:58.592685+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:17:59.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:17:59 smithi169 bash[48863]: cluster 2024-09-11T08:17:59.593938+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-09-11T08:17:59.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[53244]: cluster 2024-09-11T08:17:58.165656+0000 mgr.y (mgr.25981) 252 : cluster [DBG] pgmap v145: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 88 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[53244]: cluster 2024-09-11T08:17:58.578576+0000 mon.a (mon.0) 673 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[53244]: cluster 2024-09-11T08:17:58.588144+0000 mon.a (mon.0) 674 : cluster [INF] osd.2 [v2:172.21.15.133:6818/2224954357,v1:172.21.15.133:6819/2224954357] boot 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[53244]: cluster 2024-09-11T08:17:58.588592+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[53244]: audit 2024-09-11T08:17:58.592685+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[53244]: cluster 2024-09-11T08:17:59.593938+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[54520]: cluster 2024-09-11T08:17:58.165656+0000 mgr.y (mgr.25981) 252 : cluster [DBG] pgmap v145: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 88 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[54520]: cluster 2024-09-11T08:17:58.578576+0000 mon.a (mon.0) 673 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[54520]: cluster 2024-09-11T08:17:58.588144+0000 mon.a (mon.0) 674 : cluster [INF] osd.2 [v2:172.21.15.133:6818/2224954357,v1:172.21.15.133:6819/2224954357] boot 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[54520]: cluster 2024-09-11T08:17:58.588592+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[54520]: audit 2024-09-11T08:17:58.592685+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:17:59.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:17:59 smithi133 bash[54520]: cluster 2024-09-11T08:17:59.593938+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-09-11T08:18:01.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:01 smithi169 bash[48863]: cluster 2024-09-11T08:18:00.166422+0000 mgr.y (mgr.25981) 253 : cluster [DBG] pgmap v148: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 94 KiB/s rd, 0 B/s wr, 157 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:18:01.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:01 smithi169 bash[48863]: audit 2024-09-11T08:18:00.278070+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:01.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:01 smithi133 bash[53244]: cluster 2024-09-11T08:18:00.166422+0000 mgr.y (mgr.25981) 253 : cluster [DBG] pgmap v148: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 94 KiB/s rd, 0 B/s wr, 157 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:18:01.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:01 smithi133 bash[53244]: audit 2024-09-11T08:18:00.278070+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:01.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:01 smithi133 bash[54520]: cluster 2024-09-11T08:18:00.166422+0000 mgr.y (mgr.25981) 253 : cluster [DBG] pgmap v148: 132 pgs: 25 active+undersized, 11 active+undersized+degraded, 96 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 94 KiB/s rd, 0 B/s wr, 157 op/s; 50/618 objects degraded (8.091%) 2024-09-11T08:18:01.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:01 smithi133 bash[54520]: audit 2024-09-11T08:18:00.278070+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:03.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:03 smithi133 bash[53244]: cluster 2024-09-11T08:18:02.167936+0000 mgr.y (mgr.25981) 254 : cluster [DBG] pgmap v149: 132 pgs: 1 active+recovery_wait+degraded, 12 active+undersized, 7 active+undersized+degraded, 112 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 140 op/s; 39/618 objects degraded (6.311%); 0 B/s, 0 objects/s recovering 2024-09-11T08:18:03.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:03 smithi133 bash[53244]: cluster 2024-09-11T08:18:03.047547+0000 mon.a (mon.0) 679 : cluster [WRN] Health check update: Degraded data redundancy: 39/618 objects degraded (6.311%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T08:18:03.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:03 smithi133 bash[54520]: cluster 2024-09-11T08:18:02.167936+0000 mgr.y (mgr.25981) 254 : cluster [DBG] pgmap v149: 132 pgs: 1 active+recovery_wait+degraded, 12 active+undersized, 7 active+undersized+degraded, 112 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 140 op/s; 39/618 objects degraded (6.311%); 0 B/s, 0 objects/s recovering 2024-09-11T08:18:03.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:03 smithi133 bash[54520]: cluster 2024-09-11T08:18:03.047547+0000 mon.a (mon.0) 679 : cluster [WRN] Health check update: Degraded data redundancy: 39/618 objects degraded (6.311%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T08:18:03.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:03 smithi169 bash[48863]: cluster 2024-09-11T08:18:02.167936+0000 mgr.y (mgr.25981) 254 : cluster [DBG] pgmap v149: 132 pgs: 1 active+recovery_wait+degraded, 12 active+undersized, 7 active+undersized+degraded, 112 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 140 op/s; 39/618 objects degraded (6.311%); 0 B/s, 0 objects/s recovering 2024-09-11T08:18:03.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:03 smithi169 bash[48863]: cluster 2024-09-11T08:18:03.047547+0000 mon.a (mon.0) 679 : cluster [WRN] Health check update: Degraded data redundancy: 39/618 objects degraded (6.311%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T08:18:05.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:05 smithi169 bash[48863]: cluster 2024-09-11T08:18:04.169196+0000 mgr.y (mgr.25981) 255 : cluster [DBG] pgmap v150: 132 pgs: 1 active+recovery_wait+degraded, 131 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s; 7/618 objects degraded (1.133%); 0 B/s, 4 objects/s recovering 2024-09-11T08:18:05.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:05 smithi133 bash[53244]: cluster 2024-09-11T08:18:04.169196+0000 mgr.y (mgr.25981) 255 : cluster [DBG] pgmap v150: 132 pgs: 1 active+recovery_wait+degraded, 131 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s; 7/618 objects degraded (1.133%); 0 B/s, 4 objects/s recovering 2024-09-11T08:18:05.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:05 smithi133 bash[54520]: cluster 2024-09-11T08:18:04.169196+0000 mgr.y (mgr.25981) 255 : cluster [DBG] pgmap v150: 132 pgs: 1 active+recovery_wait+degraded, 131 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s; 7/618 objects degraded (1.133%); 0 B/s, 4 objects/s recovering 2024-09-11T08:18:06.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:06 smithi169 bash[48863]: cluster 2024-09-11T08:18:06.284271+0000 mon.a (mon.0) 680 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/618 objects degraded (1.133%), 1 pg degraded) 2024-09-11T08:18:06.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:06 smithi169 bash[48863]: cluster 2024-09-11T08:18:06.284352+0000 mon.a (mon.0) 681 : cluster [INF] Cluster is now healthy 2024-09-11T08:18:06.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:06 smithi133 bash[53244]: cluster 2024-09-11T08:18:06.284271+0000 mon.a (mon.0) 680 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/618 objects degraded (1.133%), 1 pg degraded) 2024-09-11T08:18:06.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:06 smithi133 bash[53244]: cluster 2024-09-11T08:18:06.284352+0000 mon.a (mon.0) 681 : cluster [INF] Cluster is now healthy 2024-09-11T08:18:06.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:06 smithi133 bash[54520]: cluster 2024-09-11T08:18:06.284271+0000 mon.a (mon.0) 680 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/618 objects degraded (1.133%), 1 pg degraded) 2024-09-11T08:18:06.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:06 smithi133 bash[54520]: cluster 2024-09-11T08:18:06.284352+0000 mon.a (mon.0) 681 : cluster [INF] Cluster is now healthy 2024-09-11T08:18:07.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:07 smithi169 bash[48863]: cluster 2024-09-11T08:18:06.170483+0000 mgr.y (mgr.25981) 256 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 71 op/s; 0 B/s, 4 objects/s recovering 2024-09-11T08:18:07.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:07 smithi133 bash[53244]: cluster 2024-09-11T08:18:06.170483+0000 mgr.y (mgr.25981) 256 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 71 op/s; 0 B/s, 4 objects/s recovering 2024-09-11T08:18:07.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:07 smithi133 bash[54520]: cluster 2024-09-11T08:18:06.170483+0000 mgr.y (mgr.25981) 256 : cluster [DBG] pgmap v151: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 71 op/s; 0 B/s, 4 objects/s recovering 2024-09-11T08:18:09.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: cluster 2024-09-11T08:18:08.171462+0000 mgr.y (mgr.25981) 257 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 43 op/s; 0 B/s, 3 objects/s recovering 2024-09-11T08:18:09.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.870531+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:18:09.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.878745+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.886456+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.887792+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.889115+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.897200+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.954964+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.959105+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.963779+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.966778+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.968882+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.971059+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.973000+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.975024+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.977647+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.985329+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.986447+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.678 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.993890+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:08.995221+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.001344+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.002656+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.003913+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.005275+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.006644+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.007988+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.009522+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.010973+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.012214+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.013297+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.014472+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.679 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.015618+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.016780+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.017961+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.019064+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.025689+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.027521+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.032027+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.033720+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.034971+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.042183+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.095707+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.097017+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:09.680 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:09 smithi169 bash[48863]: audit 2024-09-11T08:18:09.104773+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: cluster 2024-09-11T08:18:08.171462+0000 mgr.y (mgr.25981) 257 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 43 op/s; 0 B/s, 3 objects/s recovering 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.870531+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.878745+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.886456+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.887792+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.889115+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.897200+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.954964+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.959105+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.963779+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.966778+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.968882+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.971059+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.973000+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.975024+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.977647+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.985329+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.986447+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: cluster 2024-09-11T08:18:08.171462+0000 mgr.y (mgr.25981) 257 : cluster [DBG] pgmap v152: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 43 op/s; 0 B/s, 3 objects/s recovering 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.870531+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:18:09.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.878745+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.886456+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.887792+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.889115+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.897200+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.954964+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.959105+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.963779+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.966778+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.968882+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.971059+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.973000+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.975024+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:09.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.977647+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:18:09.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.985329+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:18:09.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.986447+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.993890+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:18:09.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:08.995221+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:18:09.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.001344+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:18:09.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.002656+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:18:09.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.003913+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:18:09.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.005275+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.006644+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.007988+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.009522+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.010973+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.012214+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.013297+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.014472+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.015618+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.016780+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.017961+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.993890+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:08.995221+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:18:09.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.001344+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.002656+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.003913+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.005275+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.006644+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.007988+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.009522+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.010973+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.012214+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.013297+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.014472+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.015618+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.016780+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.017961+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.019064+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.025689+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.027521+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.032027+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.033720+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.034971+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.042183+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.095707+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.097017+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[53244]: audit 2024-09-11T08:18:09.104773+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.019064+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.025689+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:18:09.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.027521+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:18:09.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.032027+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:18:09.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.033720+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:09.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.034971+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:09.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.042183+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:09.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.095707+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:09.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.097017+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:09.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:09 smithi133 bash[54520]: audit 2024-09-11T08:18:09.104773+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:10.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:10 smithi169 bash[48863]: cephadm 2024-09-11T08:18:08.890152+0000 mgr.y (mgr.25981) 258 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:10.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:10 smithi169 bash[48863]: cephadm 2024-09-11T08:18:08.976091+0000 mgr.y (mgr.25981) 259 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:18:10.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:10 smithi169 bash[48863]: cephadm 2024-09-11T08:18:09.026791+0000 mgr.y (mgr.25981) 260 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:18:10.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:10 smithi169 bash[48863]: cephadm 2024-09-11T08:18:09.036057+0000 mgr.y (mgr.25981) 261 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:10.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:10 smithi169 bash[48863]: cephadm 2024-09-11T08:18:09.098266+0000 mgr.y (mgr.25981) 262 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:10.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:10 smithi169 bash[48863]: audit 2024-09-11T08:18:10.301300+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:10.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[54520]: cephadm 2024-09-11T08:18:08.890152+0000 mgr.y (mgr.25981) 258 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:10.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[54520]: cephadm 2024-09-11T08:18:08.976091+0000 mgr.y (mgr.25981) 259 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:18:10.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[54520]: cephadm 2024-09-11T08:18:09.026791+0000 mgr.y (mgr.25981) 260 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:18:10.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[54520]: cephadm 2024-09-11T08:18:09.036057+0000 mgr.y (mgr.25981) 261 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:10.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[54520]: cephadm 2024-09-11T08:18:09.098266+0000 mgr.y (mgr.25981) 262 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:10.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[54520]: audit 2024-09-11T08:18:10.301300+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[53244]: cephadm 2024-09-11T08:18:08.890152+0000 mgr.y (mgr.25981) 258 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[53244]: cephadm 2024-09-11T08:18:08.976091+0000 mgr.y (mgr.25981) 259 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:18:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[53244]: cephadm 2024-09-11T08:18:09.026791+0000 mgr.y (mgr.25981) 260 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:18:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[53244]: cephadm 2024-09-11T08:18:09.036057+0000 mgr.y (mgr.25981) 261 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[53244]: cephadm 2024-09-11T08:18:09.098266+0000 mgr.y (mgr.25981) 262 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:10.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:10 smithi133 bash[53244]: audit 2024-09-11T08:18:10.301300+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:11.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:11 smithi169 bash[48863]: cluster 2024-09-11T08:18:10.172368+0000 mgr.y (mgr.25981) 263 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 39 op/s; 0 B/s, 3 objects/s recovering 2024-09-11T08:18:11.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:11 smithi133 bash[54520]: cluster 2024-09-11T08:18:10.172368+0000 mgr.y (mgr.25981) 263 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 39 op/s; 0 B/s, 3 objects/s recovering 2024-09-11T08:18:11.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:11 smithi133 bash[53244]: cluster 2024-09-11T08:18:10.172368+0000 mgr.y (mgr.25981) 263 : cluster [DBG] pgmap v153: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 39 op/s; 0 B/s, 3 objects/s recovering 2024-09-11T08:18:13.535 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:18:13.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:13 smithi169 bash[48863]: cluster 2024-09-11T08:18:12.173681+0000 mgr.y (mgr.25981) 264 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s; 0 B/s, 2 objects/s recovering 2024-09-11T08:18:13.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:13 smithi169 bash[48863]: audit 2024-09-11T08:18:12.688160+0000 mgr.y (mgr.25981) 265 : audit [DBG] from='client.54441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:13.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:13 smithi133 bash[53244]: cluster 2024-09-11T08:18:12.173681+0000 mgr.y (mgr.25981) 264 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s; 0 B/s, 2 objects/s recovering 2024-09-11T08:18:13.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:13 smithi133 bash[53244]: audit 2024-09-11T08:18:12.688160+0000 mgr.y (mgr.25981) 265 : audit [DBG] from='client.54441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:13.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:13 smithi133 bash[54520]: cluster 2024-09-11T08:18:12.173681+0000 mgr.y (mgr.25981) 264 : cluster [DBG] pgmap v154: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s; 0 B/s, 2 objects/s recovering 2024-09-11T08:18:13.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:13 smithi133 bash[54520]: audit 2024-09-11T08:18:12.688160+0000 mgr.y (mgr.25981) 265 : audit [DBG] from='client.54441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:15.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:15 smithi169 bash[48863]: cluster 2024-09-11T08:18:14.174755+0000 mgr.y (mgr.25981) 266 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 2 objects/s recovering 2024-09-11T08:18:15.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:15 smithi133 bash[53244]: cluster 2024-09-11T08:18:14.174755+0000 mgr.y (mgr.25981) 266 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 2 objects/s recovering 2024-09-11T08:18:15.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:15 smithi133 bash[54520]: cluster 2024-09-11T08:18:14.174755+0000 mgr.y (mgr.25981) 266 : cluster [DBG] pgmap v155: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 2 objects/s recovering 2024-09-11T08:18:17.473 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:18:17.473 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (7m) 19s ago 32m 17.3M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:18:17.473 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (6m) 4m ago 31m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:18:17.473 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 4m ago 32m - - 2024-09-11T08:18:17.473 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (9m) 4m ago 37m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (19m) 19s ago 38m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (4m) 19s ago 39m 68.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (5m) 4m ago 37m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (4m) 19s ago 37m 49.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (8m) 19s ago 32m 11.4M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (8m) 4m ago 32m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (2m) 19s ago 36m 46.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (89s) 19s ago 36m 47.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (24s) 19s ago 35m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (35m) 19s ago 35m 56.7M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (34m) 4m ago 34m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (34m) 4m ago 34m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (33m) 4m ago 34m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:18:17.474 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (33m) 4m ago 33m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:18:17.475 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (8m) 4m ago 32m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:18:17.475 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (30m) 19s ago 30m 56.3M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:18:17.475 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (30m) 4m ago 30m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:18:17.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:17 smithi169 bash[48863]: cluster 2024-09-11T08:18:16.176154+0000 mgr.y (mgr.25981) 267 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-11T08:18:17.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:17 smithi133 bash[53244]: cluster 2024-09-11T08:18:16.176154+0000 mgr.y (mgr.25981) 267 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-11T08:18:17.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:17 smithi133 bash[54520]: cluster 2024-09-11T08:18:16.176154+0000 mgr.y (mgr.25981) 267 : cluster [DBG] pgmap v156: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-11T08:18:18.341 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-11T08:18:18.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.441122+0000 mgr.y (mgr.25981) 268 : audit [DBG] from='client.54447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:18.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.446433+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.447381+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.448291+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.449258+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.450168+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.451115+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.456249+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.457144+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.458064+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.458777+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:18 smithi169 bash[48863]: audit 2024-09-11T08:18:17.459440+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.441122+0000 mgr.y (mgr.25981) 268 : audit [DBG] from='client.54447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.446433+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.447381+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.448291+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.449258+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.450168+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.451115+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.456249+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.457144+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.458064+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.458777+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[53244]: audit 2024-09-11T08:18:17.459440+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.441122+0000 mgr.y (mgr.25981) 268 : audit [DBG] from='client.54447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.446433+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.447381+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.448291+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.449258+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.450168+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.451115+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.456249+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.457144+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.458064+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.458777+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:18.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:18 smithi133 bash[54520]: audit 2024-09-11T08:18:17.459440+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:19.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:19 smithi169 bash[48863]: cluster 2024-09-11T08:18:18.177122+0000 mgr.y (mgr.25981) 269 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:19.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:19 smithi133 bash[53244]: cluster 2024-09-11T08:18:18.177122+0000 mgr.y (mgr.25981) 269 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:19.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:19 smithi133 bash[54520]: cluster 2024-09-11T08:18:18.177122+0000 mgr.y (mgr.25981) 269 : cluster [DBG] pgmap v157: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:21.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:21 smithi169 bash[48863]: cluster 2024-09-11T08:18:20.178261+0000 mgr.y (mgr.25981) 270 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:21.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:21 smithi133 bash[53244]: cluster 2024-09-11T08:18:20.178261+0000 mgr.y (mgr.25981) 270 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:21.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:21 smithi133 bash[54520]: cluster 2024-09-11T08:18:20.178261+0000 mgr.y (mgr.25981) 270 : cluster [DBG] pgmap v158: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:22.330 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:18:22.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:22 smithi169 bash[48863]: audit 2024-09-11T08:18:22.311560+0000 mon.c (mon.1) 13 : audit [DBG] from='client.64348 172.21.15.133:0/213481758' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:22.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:22 smithi133 bash[53244]: audit 2024-09-11T08:18:22.311560+0000 mon.c (mon.1) 13 : audit [DBG] from='client.64348 172.21.15.133:0/213481758' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:22.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:22 smithi133 bash[54520]: audit 2024-09-11T08:18:22.311560+0000 mon.c (mon.1) 13 : audit [DBG] from='client.64348 172.21.15.133:0/213481758' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:23.100 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 8'"'"'' 2024-09-11T08:18:23.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:23 smithi169 bash[48863]: cluster 2024-09-11T08:18:22.179239+0000 mgr.y (mgr.25981) 271 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:23.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:23 smithi133 bash[53244]: cluster 2024-09-11T08:18:22.179239+0000 mgr.y (mgr.25981) 271 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:23.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:23 smithi133 bash[54520]: cluster 2024-09-11T08:18:22.179239+0000 mgr.y (mgr.25981) 271 : cluster [DBG] pgmap v159: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:25.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:25 smithi169 bash[48863]: cluster 2024-09-11T08:18:24.180255+0000 mgr.y (mgr.25981) 272 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:25.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:25 smithi133 bash[53244]: cluster 2024-09-11T08:18:24.180255+0000 mgr.y (mgr.25981) 272 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:25.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:25 smithi133 bash[54520]: cluster 2024-09-11T08:18:24.180255+0000 mgr.y (mgr.25981) 272 : cluster [DBG] pgmap v160: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:27.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:27 smithi169 bash[48863]: cluster 2024-09-11T08:18:26.181538+0000 mgr.y (mgr.25981) 273 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:27.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:27 smithi133 bash[53244]: cluster 2024-09-11T08:18:26.181538+0000 mgr.y (mgr.25981) 273 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:27.703 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:27 smithi133 bash[54520]: cluster 2024-09-11T08:18:26.181538+0000 mgr.y (mgr.25981) 273 : cluster [DBG] pgmap v161: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:28.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:28 smithi169 bash[48863]: audit 2024-09-11T08:18:26.984412+0000 mgr.y (mgr.25981) 274 : audit [DBG] from='client.64354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:28.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:28 smithi133 bash[53244]: audit 2024-09-11T08:18:26.984412+0000 mgr.y (mgr.25981) 274 : audit [DBG] from='client.64354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:28.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:28 smithi133 bash[54520]: audit 2024-09-11T08:18:26.984412+0000 mgr.y (mgr.25981) 274 : audit [DBG] from='client.64354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:29.495 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:18:29.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:29 smithi169 bash[48863]: cluster 2024-09-11T08:18:28.182593+0000 mgr.y (mgr.25981) 275 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:29.697 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:29 smithi133 bash[53244]: cluster 2024-09-11T08:18:28.182593+0000 mgr.y (mgr.25981) 275 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:29.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:29 smithi133 bash[54520]: cluster 2024-09-11T08:18:28.182593+0000 mgr.y (mgr.25981) 275 : cluster [DBG] pgmap v162: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:30.256 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd' 2024-09-11T08:18:31.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:31 smithi169 bash[48863]: cluster 2024-09-11T08:18:30.183848+0000 mgr.y (mgr.25981) 276 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:31.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:31 smithi133 bash[53244]: cluster 2024-09-11T08:18:30.183848+0000 mgr.y (mgr.25981) 276 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:31.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:31 smithi133 bash[54520]: cluster 2024-09-11T08:18:30.183848+0000 mgr.y (mgr.25981) 276 : cluster [DBG] pgmap v163: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:33.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:33 smithi169 bash[48863]: cluster 2024-09-11T08:18:32.184641+0000 mgr.y (mgr.25981) 277 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:33.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:33 smithi133 bash[53244]: cluster 2024-09-11T08:18:32.184641+0000 mgr.y (mgr.25981) 277 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:33.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:33 smithi133 bash[54520]: cluster 2024-09-11T08:18:32.184641+0000 mgr.y (mgr.25981) 277 : cluster [DBG] pgmap v164: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:35.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:35 smithi133 bash[53244]: audit 2024-09-11T08:18:34.102987+0000 mgr.y (mgr.25981) 278 : audit [DBG] from='client.54465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:35.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:35 smithi133 bash[53244]: cluster 2024-09-11T08:18:34.185383+0000 mgr.y (mgr.25981) 279 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:35.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:35 smithi133 bash[54520]: audit 2024-09-11T08:18:34.102987+0000 mgr.y (mgr.25981) 278 : audit [DBG] from='client.54465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:35.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:35 smithi133 bash[54520]: cluster 2024-09-11T08:18:34.185383+0000 mgr.y (mgr.25981) 279 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:35.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:35 smithi169 bash[48863]: audit 2024-09-11T08:18:34.102987+0000 mgr.y (mgr.25981) 278 : audit [DBG] from='client.54465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:35.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:35 smithi169 bash[48863]: cluster 2024-09-11T08:18:34.185383+0000 mgr.y (mgr.25981) 279 : cluster [DBG] pgmap v165: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:36.500 INFO:teuthology.orchestra.run.smithi133.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:18:37.276 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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 ; sleep 30 ; done' 2024-09-11T08:18:37.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[53244]: cluster 2024-09-11T08:18:36.186710+0000 mgr.y (mgr.25981) 280 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[53244]: cephadm 2024-09-11T08:18:36.491093+0000 mgr.y (mgr.25981) 281 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[53244]: audit 2024-09-11T08:18:36.498618+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[53244]: audit 2024-09-11T08:18:36.881584+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[53244]: audit 2024-09-11T08:18:36.882893+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[53244]: audit 2024-09-11T08:18:36.889979+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[54520]: cluster 2024-09-11T08:18:36.186710+0000 mgr.y (mgr.25981) 280 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[54520]: cephadm 2024-09-11T08:18:36.491093+0000 mgr.y (mgr.25981) 281 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[54520]: audit 2024-09-11T08:18:36.498618+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[54520]: audit 2024-09-11T08:18:36.881584+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:37.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[54520]: audit 2024-09-11T08:18:36.882893+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:37.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:37 smithi133 bash[54520]: audit 2024-09-11T08:18:36.889979+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:37 smithi169 bash[48863]: cluster 2024-09-11T08:18:36.186710+0000 mgr.y (mgr.25981) 280 : cluster [DBG] pgmap v166: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:37 smithi169 bash[48863]: cephadm 2024-09-11T08:18:36.491093+0000 mgr.y (mgr.25981) 281 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:18:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:37 smithi169 bash[48863]: audit 2024-09-11T08:18:36.498618+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:37 smithi169 bash[48863]: audit 2024-09-11T08:18:36.881584+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:37 smithi169 bash[48863]: audit 2024-09-11T08:18:36.882893+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:18:37.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:37 smithi169 bash[48863]: audit 2024-09-11T08:18:36.889979+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:38.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:38 smithi169 bash[48863]: cephadm 2024-09-11T08:18:36.884036+0000 mgr.y (mgr.25981) 282 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:38.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:38 smithi169 bash[48863]: cephadm 2024-09-11T08:18:36.946130+0000 mgr.y (mgr.25981) 283 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:18:38.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:38 smithi133 bash[53244]: cephadm 2024-09-11T08:18:36.884036+0000 mgr.y (mgr.25981) 282 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:38.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:38 smithi133 bash[53244]: cephadm 2024-09-11T08:18:36.946130+0000 mgr.y (mgr.25981) 283 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:18:38.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:38 smithi133 bash[54520]: cephadm 2024-09-11T08:18:36.884036+0000 mgr.y (mgr.25981) 282 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:18:38.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:38 smithi133 bash[54520]: cephadm 2024-09-11T08:18:36.946130+0000 mgr.y (mgr.25981) 283 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:18:39.659 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:39 smithi133 bash[53244]: cluster 2024-09-11T08:18:38.187684+0000 mgr.y (mgr.25981) 284 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:39.659 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:39 smithi133 bash[54520]: cluster 2024-09-11T08:18:38.187684+0000 mgr.y (mgr.25981) 284 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:39.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:39 smithi169 bash[48863]: cluster 2024-09-11T08:18:38.187684+0000 mgr.y (mgr.25981) 284 : cluster [DBG] pgmap v167: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:40.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:40 smithi169 bash[48863]: audit 2024-09-11T08:18:40.116291+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-11T08:18:40.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:40 smithi169 bash[48863]: audit 2024-09-11T08:18:40.116953+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:18:40.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:40 smithi169 bash[48863]: audit 2024-09-11T08:18:40.117447+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:18:40.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:40 smithi133 bash[53244]: audit 2024-09-11T08:18:40.116291+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-11T08:18:40.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:40 smithi133 bash[53244]: audit 2024-09-11T08:18:40.116953+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:18:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:40 smithi133 bash[53244]: audit 2024-09-11T08:18:40.117447+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:18:40.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:40 smithi133 bash[54520]: audit 2024-09-11T08:18:40.116291+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-09-11T08:18:40.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:40 smithi133 bash[54520]: audit 2024-09-11T08:18:40.116953+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:18:40.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:40 smithi133 bash[54520]: audit 2024-09-11T08:18:40.117447+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:18:41.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: cluster 2024-09-11T08:18:40.188799+0000 mgr.y (mgr.25981) 285 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:41.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:40.958852+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:40.962745+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:18:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:40.972634+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:40.975345+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:40.987582+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:40.989488+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:40.998625+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:41.000350+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:41.009027+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:41 smithi169 bash[48863]: audit 2024-09-11T08:18:41.011293+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:18:41.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: cluster 2024-09-11T08:18:40.188799+0000 mgr.y (mgr.25981) 285 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:40.958852+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:40.962745+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:40.972634+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:40.975345+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:40.987582+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:40.989488+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:40.998625+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:41.000350+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:41.009027+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[54520]: audit 2024-09-11T08:18:41.011293+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: cluster 2024-09-11T08:18:40.188799+0000 mgr.y (mgr.25981) 285 : cluster [DBG] pgmap v168: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:40.958852+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:40.962745+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:40.972634+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:40.975345+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:40.987582+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:40.989488+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:40.998625+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:41.000350+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:41.009027+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:41.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:41 smithi133 bash[53244]: audit 2024-09-11T08:18:41.011293+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:18:42.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:42 smithi169 bash[48863]: cephadm 2024-09-11T08:18:40.959681+0000 mgr.y (mgr.25981) 286 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:18:42.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:42 smithi169 bash[48863]: cephadm 2024-09-11T08:18:40.959869+0000 mgr.y (mgr.25981) 287 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:18:42.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:42 smithi169 bash[48863]: cephadm 2024-09-11T08:18:40.976591+0000 mgr.y (mgr.25981) 288 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:18:42.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:42 smithi169 bash[48863]: cephadm 2024-09-11T08:18:40.990394+0000 mgr.y (mgr.25981) 289 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:18:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:42 smithi169 bash[48863]: cephadm 2024-09-11T08:18:41.001368+0000 mgr.y (mgr.25981) 290 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:18:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:42 smithi169 bash[48863]: audit 2024-09-11T08:18:41.011574+0000 mgr.y (mgr.25981) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:18:42.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:42 smithi169 bash[48863]: cephadm 2024-09-11T08:18:41.013118+0000 mgr.y (mgr.25981) 292 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-11T08:18:42.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[53244]: cephadm 2024-09-11T08:18:40.959681+0000 mgr.y (mgr.25981) 286 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[53244]: cephadm 2024-09-11T08:18:40.959869+0000 mgr.y (mgr.25981) 287 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[53244]: cephadm 2024-09-11T08:18:40.976591+0000 mgr.y (mgr.25981) 288 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[53244]: cephadm 2024-09-11T08:18:40.990394+0000 mgr.y (mgr.25981) 289 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[53244]: cephadm 2024-09-11T08:18:41.001368+0000 mgr.y (mgr.25981) 290 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[53244]: audit 2024-09-11T08:18:41.011574+0000 mgr.y (mgr.25981) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[53244]: cephadm 2024-09-11T08:18:41.013118+0000 mgr.y (mgr.25981) 292 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[54520]: cephadm 2024-09-11T08:18:40.959681+0000 mgr.y (mgr.25981) 286 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[54520]: cephadm 2024-09-11T08:18:40.959869+0000 mgr.y (mgr.25981) 287 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[54520]: cephadm 2024-09-11T08:18:40.976591+0000 mgr.y (mgr.25981) 288 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[54520]: cephadm 2024-09-11T08:18:40.990394+0000 mgr.y (mgr.25981) 289 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:18:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[54520]: cephadm 2024-09-11T08:18:41.001368+0000 mgr.y (mgr.25981) 290 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:18:42.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[54520]: audit 2024-09-11T08:18:41.011574+0000 mgr.y (mgr.25981) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:18:42.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:42 smithi133 bash[54520]: cephadm 2024-09-11T08:18:41.013118+0000 mgr.y (mgr.25981) 292 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-11T08:18:43.653 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:43 smithi133 bash[54520]: cluster 2024-09-11T08:18:42.189496+0000 mgr.y (mgr.25981) 293 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:43.654 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:43 smithi133 bash[53244]: cluster 2024-09-11T08:18:42.189496+0000 mgr.y (mgr.25981) 293 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:43.769 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:18:43.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:43 smithi169 bash[48863]: cluster 2024-09-11T08:18:42.189496+0000 mgr.y (mgr.25981) 293 : cluster [DBG] pgmap v169: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:44.485 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:18:44.485 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (8m) 46s ago 32m 17.3M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:18:44.485 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (7m) 4m ago 32m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:18:44.485 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 4m ago 33m - - 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (9m) 4m ago 37m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (19m) 46s ago 39m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (5m) 46s ago 39m 68.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (6m) 4m ago 37m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (4m) 46s ago 38m 49.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (9m) 46s ago 32m 11.4M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (9m) 4m ago 32m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (2m) 46s ago 37m 46.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (116s) 46s ago 36m 47.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (51s) 46s ago 36m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (35m) 46s ago 35m 56.7M 4096M 15.2.9 dfc483079636 11f611a8521c 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (35m) 4m ago 35m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:18:44.486 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (34m) 4m ago 34m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:18:44.487 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (34m) 4m ago 34m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:18:44.487 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (33m) 4m ago 34m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:18:44.487 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (8m) 4m ago 32m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:18:44.487 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (30m) 46s ago 30m 56.3M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:18:44.487 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (30m) 4m ago 30m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:18:44.905 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:18:44.905 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:18:44.905 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:18:44.905 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:18:44.905 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:18:44.905 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:18:44.905 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:18:44.905 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 5, 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 7, 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:18:44.906 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:18:45.261 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:18:45.261 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:18:45.261 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:18:45.261 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:18:45.261 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:18:45.261 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "3/8 daemons upgraded", 2024-09-11T08:18:45.261 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:18:45.261 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:18:45.261 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:18:45.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:43.755645+0000 mgr.y (mgr.25981) 294 : audit [DBG] from='client.64366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:45.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.111732+0000 mgr.y (mgr.25981) 295 : audit [DBG] from='client.64372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:45.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: cluster 2024-09-11T08:18:44.190199+0000 mgr.y (mgr.25981) 296 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:45.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: cephadm 2024-09-11T08:18:44.419829+0000 mgr.y (mgr.25981) 297 : cephadm [INF] Upgrade: Updating osd.3 2024-09-11T08:18:45.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.428657+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:45.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.429992+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:18:45.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.431014+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:45.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: cephadm 2024-09-11T08:18:44.433823+0000 mgr.y (mgr.25981) 298 : cephadm [INF] Deploying daemon osd.3 on smithi133 2024-09-11T08:18:45.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.434534+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.457643+0000 mgr.y (mgr.25981) 299 : audit [DBG] from='client.64378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.460055+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.460829+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.461730+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.462517+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.463274+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.464324+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.469415+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.470146+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.684 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:43.755645+0000 mgr.y (mgr.25981) 294 : audit [DBG] from='client.64366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.111732+0000 mgr.y (mgr.25981) 295 : audit [DBG] from='client.64372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: cluster 2024-09-11T08:18:44.190199+0000 mgr.y (mgr.25981) 296 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: cephadm 2024-09-11T08:18:44.419829+0000 mgr.y (mgr.25981) 297 : cephadm [INF] Upgrade: Updating osd.3 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.428657+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.429992+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.431014+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: cephadm 2024-09-11T08:18:44.433823+0000 mgr.y (mgr.25981) 298 : cephadm [INF] Deploying daemon osd.3 on smithi133 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.434534+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.457643+0000 mgr.y (mgr.25981) 299 : audit [DBG] from='client.64378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.460055+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.460829+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.461730+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.685 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.462517+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.686 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.463274+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.686 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.464324+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.686 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.469415+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:45.686 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.470146+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.471090+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.471694+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.472255+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[53244]: audit 2024-09-11T08:18:44.903839+0000 mon.a (mon.0) 769 : audit [DBG] from='client.? 172.21.15.133:0/1680217172' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:45.686 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.471090+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.687 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.471694+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.687 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.472255+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.687 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:45 smithi133 bash[54520]: audit 2024-09-11T08:18:44.903839+0000 mon.a (mon.0) 769 : audit [DBG] from='client.? 172.21.15.133:0/1680217172' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:43.755645+0000 mgr.y (mgr.25981) 294 : audit [DBG] from='client.64366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.111732+0000 mgr.y (mgr.25981) 295 : audit [DBG] from='client.64372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: cluster 2024-09-11T08:18:44.190199+0000 mgr.y (mgr.25981) 296 : cluster [DBG] pgmap v170: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: cephadm 2024-09-11T08:18:44.419829+0000 mgr.y (mgr.25981) 297 : cephadm [INF] Upgrade: Updating osd.3 2024-09-11T08:18:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.428657+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.429992+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:18:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.431014+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:18:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: cephadm 2024-09-11T08:18:44.433823+0000 mgr.y (mgr.25981) 298 : cephadm [INF] Deploying daemon osd.3 on smithi133 2024-09-11T08:18:45.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.434534+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.457643+0000 mgr.y (mgr.25981) 299 : audit [DBG] from='client.64378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.460055+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.460829+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.461730+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.462517+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.463274+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.464324+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.469415+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.470146+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.471090+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.471694+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.472255+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:18:45.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:45 smithi169 bash[48863]: audit 2024-09-11T08:18:44.903839+0000 mon.a (mon.0) 769 : audit [DBG] from='client.? 172.21.15.133:0/1680217172' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:18:46.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:46 smithi133 bash[53244]: audit 2024-09-11T08:18:45.259676+0000 mgr.y (mgr.25981) 300 : audit [DBG] from='client.64390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:46.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:46 smithi133 bash[54520]: audit 2024-09-11T08:18:45.259676+0000 mgr.y (mgr.25981) 300 : audit [DBG] from='client.64390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:46.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:46 smithi169 bash[48863]: audit 2024-09-11T08:18:45.259676+0000 mgr.y (mgr.25981) 300 : audit [DBG] from='client.64390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:18:47.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:47 smithi133 bash[53244]: cluster 2024-09-11T08:18:46.191486+0000 mgr.y (mgr.25981) 301 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:47.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:47 smithi133 bash[54520]: cluster 2024-09-11T08:18:46.191486+0000 mgr.y (mgr.25981) 301 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:47.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:47 smithi169 bash[48863]: cluster 2024-09-11T08:18:46.191486+0000 mgr.y (mgr.25981) 301 : cluster [DBG] pgmap v171: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:49.390 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:49 smithi133 systemd[1]: Stopping Ceph osd.3 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:18:49.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:49 smithi133 bash[53244]: cluster 2024-09-11T08:18:48.192428+0000 mgr.y (mgr.25981) 302 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:49.662 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:49 smithi133 bash[26730]: debug 2024-09-11T08:18:49.385+0000 7f0489043700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:18:49.662 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:49 smithi133 bash[26730]: debug 2024-09-11T08:18:49.385+0000 7f0489043700 -1 osd.3 88 *** Got signal Terminated *** 2024-09-11T08:18:49.662 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:49 smithi133 bash[26730]: debug 2024-09-11T08:18:49.385+0000 7f0489043700 -1 osd.3 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:18:49.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:49 smithi133 bash[54520]: cluster 2024-09-11T08:18:48.192428+0000 mgr.y (mgr.25981) 302 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:49.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:49 smithi169 bash[48863]: cluster 2024-09-11T08:18:48.192428+0000 mgr.y (mgr.25981) 302 : cluster [DBG] pgmap v172: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:50.448 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[80562]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.3 2024-09-11T08:18:50.448 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[80633]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.3 2024-09-11T08:18:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.460743+0000 mon.a (mon.0) 770 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.460840+0000 mon.a (mon.0) 771 : cluster [INF] osd.3 failed (root=default,host=smithi133) (connection refused reported by osd.0) 2024-09-11T08:18:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.461288+0000 mon.a (mon.0) 772 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.461552+0000 mon.a (mon.0) 773 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.461889+0000 mon.a (mon.0) 774 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.462216+0000 mon.a (mon.0) 775 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.661885+0000 mon.a (mon.0) 776 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.662194+0000 mon.a (mon.0) 777 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.662499+0000 mon.a (mon.0) 778 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.662809+0000 mon.a (mon.0) 779 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.663593+0000 mon.a (mon.0) 780 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.663987+0000 mon.a (mon.0) 781 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.664399+0000 mon.a (mon.0) 782 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.664677+0000 mon.a (mon.0) 783 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.665083+0000 mon.a (mon.0) 784 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.665373+0000 mon.a (mon.0) 785 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.665726+0000 mon.a (mon.0) 786 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.666033+0000 mon.a (mon.0) 787 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.666340+0000 mon.a (mon.0) 788 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:49.666595+0000 mon.a (mon.0) 789 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.065676+0000 mon.a (mon.0) 790 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.066224+0000 mon.a (mon.0) 791 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.066462+0000 mon.a (mon.0) 792 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.066885+0000 mon.a (mon.0) 793 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.067052+0000 mon.a (mon.0) 794 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.067456+0000 mon.a (mon.0) 795 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.067623+0000 mon.a (mon.0) 796 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.068013+0000 mon.a (mon.0) 797 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.068243+0000 mon.a (mon.0) 798 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.068590+0000 mon.a (mon.0) 799 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.068831+0000 mon.a (mon.0) 800 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.069163+0000 mon.a (mon.0) 801 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.069440+0000 mon.a (mon.0) 802 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:50 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.069823+0000 mon.a (mon.0) 803 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.460743+0000 mon.a (mon.0) 770 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.460840+0000 mon.a (mon.0) 771 : cluster [INF] osd.3 failed (root=default,host=smithi133) (connection refused reported by osd.0) 2024-09-11T08:18:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.461288+0000 mon.a (mon.0) 772 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.461552+0000 mon.a (mon.0) 773 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.461889+0000 mon.a (mon.0) 774 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.462216+0000 mon.a (mon.0) 775 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.661885+0000 mon.a (mon.0) 776 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.662194+0000 mon.a (mon.0) 777 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.662499+0000 mon.a (mon.0) 778 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.662809+0000 mon.a (mon.0) 779 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.663593+0000 mon.a (mon.0) 780 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.663987+0000 mon.a (mon.0) 781 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.664399+0000 mon.a (mon.0) 782 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.664677+0000 mon.a (mon.0) 783 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.665083+0000 mon.a (mon.0) 784 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.665373+0000 mon.a (mon.0) 785 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.665726+0000 mon.a (mon.0) 786 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.666033+0000 mon.a (mon.0) 787 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.666340+0000 mon.a (mon.0) 788 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:49.666595+0000 mon.a (mon.0) 789 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.065676+0000 mon.a (mon.0) 790 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.066224+0000 mon.a (mon.0) 791 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.066462+0000 mon.a (mon.0) 792 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.066885+0000 mon.a (mon.0) 793 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.067052+0000 mon.a (mon.0) 794 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.067456+0000 mon.a (mon.0) 795 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.460743+0000 mon.a (mon.0) 770 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.460840+0000 mon.a (mon.0) 771 : cluster [INF] osd.3 failed (root=default,host=smithi133) (connection refused reported by osd.0) 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.461288+0000 mon.a (mon.0) 772 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.461552+0000 mon.a (mon.0) 773 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.461889+0000 mon.a (mon.0) 774 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.462216+0000 mon.a (mon.0) 775 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.661885+0000 mon.a (mon.0) 776 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.662194+0000 mon.a (mon.0) 777 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.662499+0000 mon.a (mon.0) 778 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.662809+0000 mon.a (mon.0) 779 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.663593+0000 mon.a (mon.0) 780 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.663987+0000 mon.a (mon.0) 781 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.664399+0000 mon.a (mon.0) 782 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.664677+0000 mon.a (mon.0) 783 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.665083+0000 mon.a (mon.0) 784 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.665373+0000 mon.a (mon.0) 785 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.665726+0000 mon.a (mon.0) 786 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.666033+0000 mon.a (mon.0) 787 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.666340+0000 mon.a (mon.0) 788 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:49.666595+0000 mon.a (mon.0) 789 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.065676+0000 mon.a (mon.0) 790 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.066224+0000 mon.a (mon.0) 791 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.066462+0000 mon.a (mon.0) 792 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.066885+0000 mon.a (mon.0) 793 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.067052+0000 mon.a (mon.0) 794 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.067456+0000 mon.a (mon.0) 795 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.067623+0000 mon.a (mon.0) 796 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.068013+0000 mon.a (mon.0) 797 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.068243+0000 mon.a (mon.0) 798 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.068590+0000 mon.a (mon.0) 799 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.068831+0000 mon.a (mon.0) 800 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.069163+0000 mon.a (mon.0) 801 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.069440+0000 mon.a (mon.0) 802 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.069823+0000 mon.a (mon.0) 803 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.067623+0000 mon.a (mon.0) 796 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.068013+0000 mon.a (mon.0) 797 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.068243+0000 mon.a (mon.0) 798 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.068590+0000 mon.a (mon.0) 799 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.068831+0000 mon.a (mon.0) 800 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.069163+0000 mon.a (mon.0) 801 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T08:18:50.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.069440+0000 mon.a (mon.0) 802 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T08:18:50.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:50 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.069823+0000 mon.a (mon.0) 803 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T08:18:51.732 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:51 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.193430+0000 mgr.y (mgr.25981) 303 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:51.732 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:51 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.443672+0000 mon.a (mon.0) 804 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:18:51.732 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:51 smithi133 bash[54520]: cluster 2024-09-11T08:18:50.462271+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-09-11T08:18:51.732 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:51 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.193430+0000 mgr.y (mgr.25981) 303 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:51.733 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:51 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.443672+0000 mon.a (mon.0) 804 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:18:51.733 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:51 smithi133 bash[53244]: cluster 2024-09-11T08:18:50.462271+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-09-11T08:18:51.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:51 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.193430+0000 mgr.y (mgr.25981) 303 : cluster [DBG] pgmap v173: 132 pgs: 132 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:51.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:51 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.443672+0000 mon.a (mon.0) 804 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:18:51.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:51 smithi169 bash[48863]: cluster 2024-09-11T08:18:50.462271+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-09-11T08:18:52.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:52 smithi133 bash[53244]: cluster 2024-09-11T08:18:51.459904+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-09-11T08:18:52.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:52 smithi133 bash[54520]: cluster 2024-09-11T08:18:51.459904+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-09-11T08:18:52.728 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:52 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.3.service: Succeeded. 2024-09-11T08:18:52.728 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:52 smithi133 systemd[1]: Stopped Ceph osd.3 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:18:52.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:52 smithi169 bash[48863]: cluster 2024-09-11T08:18:51.459904+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-09-11T08:18:53.079 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:52 smithi133 systemd[1]: Started Ceph osd.3 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:18:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:53 smithi169 bash[48863]: cluster 2024-09-11T08:18:52.194141+0000 mgr.y (mgr.25981) 304 : cluster [DBG] pgmap v176: 132 pgs: 24 stale+active+clean, 108 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:53 smithi169 bash[48863]: audit 2024-09-11T08:18:52.976586+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:18:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:53 smithi169 bash[48863]: audit 2024-09-11T08:18:52.981695+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:53 smithi169 bash[48863]: audit 2024-09-11T08:18:52.988112+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:53 smithi169 bash[48863]: audit 2024-09-11T08:18:52.990317+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:18:53.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[53244]: cluster 2024-09-11T08:18:52.194141+0000 mgr.y (mgr.25981) 304 : cluster [DBG] pgmap v176: 132 pgs: 24 stale+active+clean, 108 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:53.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[53244]: audit 2024-09-11T08:18:52.976586+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:18:53.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[53244]: audit 2024-09-11T08:18:52.981695+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[53244]: audit 2024-09-11T08:18:52.988112+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[53244]: audit 2024-09-11T08:18:52.990317+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:18:53.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[54520]: cluster 2024-09-11T08:18:52.194141+0000 mgr.y (mgr.25981) 304 : cluster [DBG] pgmap v176: 132 pgs: 24 stale+active+clean, 108 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail 2024-09-11T08:18:53.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[54520]: audit 2024-09-11T08:18:52.976586+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:18:53.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[54520]: audit 2024-09-11T08:18:52.981695+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:53.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[54520]: audit 2024-09-11T08:18:52.988112+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:18:53.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:53 smithi133 bash[54520]: audit 2024-09-11T08:18:52.990317+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:18:54.784 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:54 smithi133 bash[53244]: cluster 2024-09-11T08:18:54.478879+0000 mon.a (mon.0) 811 : cluster [WRN] Health check failed: Degraded data redundancy: 59/618 objects degraded (9.547%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:18:54.784 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:54 smithi133 bash[54520]: cluster 2024-09-11T08:18:54.478879+0000 mon.a (mon.0) 811 : cluster [WRN] Health check failed: Degraded data redundancy: 59/618 objects degraded (9.547%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:18:54.785 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:54 smithi133 bash[80831]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:18:54.785 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:54 smithi133 bash[80831]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-11T08:18:54.785 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:54 smithi133 bash[80831]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:18:54.785 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:54 smithi133 bash[80831]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:18:54.785 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:54 smithi133 bash[80831]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T08:18:54.785 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:54 smithi133 bash[80831]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:18:54.785 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:54 smithi133 bash[80831]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-11T08:18:54.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:54 smithi169 bash[48863]: cluster 2024-09-11T08:18:54.478879+0000 mon.a (mon.0) 811 : cluster [WRN] Health check failed: Degraded data redundancy: 59/618 objects degraded (9.547%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:18:55.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:55 smithi169 bash[48863]: cluster 2024-09-11T08:18:54.195376+0000 mgr.y (mgr.25981) 305 : cluster [DBG] pgmap v177: 132 pgs: 14 active+undersized, 12 stale+active+clean, 14 active+undersized+degraded, 92 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 59/618 objects degraded (9.547%) 2024-09-11T08:18:55.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:55 smithi133 bash[53244]: cluster 2024-09-11T08:18:54.195376+0000 mgr.y (mgr.25981) 305 : cluster [DBG] pgmap v177: 132 pgs: 14 active+undersized, 12 stale+active+clean, 14 active+undersized+degraded, 92 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 59/618 objects degraded (9.547%) 2024-09-11T08:18:55.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:55 smithi133 bash[54520]: cluster 2024-09-11T08:18:54.195376+0000 mgr.y (mgr.25981) 305 : cluster [DBG] pgmap v177: 132 pgs: 14 active+undersized, 12 stale+active+clean, 14 active+undersized+degraded, 92 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 59/618 objects degraded (9.547%) 2024-09-11T08:18:57.198 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:56 smithi133 bash[81127]: debug 2024-09-11T08:18:56.793+0000 7f57bef5f640 1 -- 172.21.15.133:0/2802791622 <== mon.0 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556e469d0d00 con 0x556e469a3000 2024-09-11T08:18:57.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:57 smithi133 bash[53244]: cluster 2024-09-11T08:18:56.196892+0000 mgr.y (mgr.25981) 306 : cluster [DBG] pgmap v178: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:18:57.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:57 smithi133 bash[54520]: cluster 2024-09-11T08:18:56.196892+0000 mgr.y (mgr.25981) 306 : cluster [DBG] pgmap v178: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:18:57.699 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:18:57 smithi133 bash[81127]: debug 2024-09-11T08:18:57.333+0000 7f57c17c7440 -1 Falling back to public interface 2024-09-11T08:18:57.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:57 smithi169 bash[48863]: cluster 2024-09-11T08:18:56.196892+0000 mgr.y (mgr.25981) 306 : cluster [DBG] pgmap v178: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:18:59.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:18:59 smithi169 bash[48863]: cluster 2024-09-11T08:18:58.198215+0000 mgr.y (mgr.25981) 307 : cluster [DBG] pgmap v179: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:18:59.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:18:59 smithi133 bash[53244]: cluster 2024-09-11T08:18:58.198215+0000 mgr.y (mgr.25981) 307 : cluster [DBG] pgmap v179: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:18:59.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:18:59 smithi133 bash[54520]: cluster 2024-09-11T08:18:58.198215+0000 mgr.y (mgr.25981) 307 : cluster [DBG] pgmap v179: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:19:00.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[53244]: audit 2024-09-11T08:19:00.205309+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[53244]: audit 2024-09-11T08:19:00.211581+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[53244]: audit 2024-09-11T08:19:00.218836+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[53244]: audit 2024-09-11T08:19:00.350674+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/17985757,v1:172.21.15.133:6827/17985757]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:19:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[53244]: audit 2024-09-11T08:19:00.351006+0000 mon.a (mon.0) 815 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:19:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[54520]: audit 2024-09-11T08:19:00.205309+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[54520]: audit 2024-09-11T08:19:00.211581+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[54520]: audit 2024-09-11T08:19:00.218836+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[54520]: audit 2024-09-11T08:19:00.350674+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/17985757,v1:172.21.15.133:6827/17985757]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:19:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[54520]: audit 2024-09-11T08:19:00.351006+0000 mon.a (mon.0) 815 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:19:00.700 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[81127]: debug 2024-09-11T08:19:00.296+0000 7f57c17c7440 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-11T08:19:00.700 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:19:00 smithi133 bash[81127]: debug 2024-09-11T08:19:00.340+0000 7f57c17c7440 -1 osd.3 88 log_to_monitors true 2024-09-11T08:19:00.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:00 smithi169 bash[48863]: audit 2024-09-11T08:19:00.205309+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:00.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:00 smithi169 bash[48863]: audit 2024-09-11T08:19:00.211581+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:00.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:00 smithi169 bash[48863]: audit 2024-09-11T08:19:00.218836+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:00.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:00 smithi169 bash[48863]: audit 2024-09-11T08:19:00.350674+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/17985757,v1:172.21.15.133:6827/17985757]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:19:00.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:00 smithi169 bash[48863]: audit 2024-09-11T08:19:00.351006+0000 mon.a (mon.0) 815 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:19:01.554 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[81127]: debug 2024-09-11T08:19:01.244+0000 7f57b7d70640 -1 osd.3 88 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:19:01.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: cluster 2024-09-11T08:19:00.199329+0000 mgr.y (mgr.25981) 308 : cluster [DBG] pgmap v180: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:19:01.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: audit 2024-09-11T08:19:00.598828+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:01.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: audit 2024-09-11T08:19:00.813359+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:01.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: audit 2024-09-11T08:19:00.819186+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:01.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: audit 2024-09-11T08:19:00.825595+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:01.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: audit 2024-09-11T08:19:00.827080+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:19:01.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: audit 2024-09-11T08:19:01.225220+0000 mon.a (mon.0) 821 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:19:01.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: cluster 2024-09-11T08:19:01.225459+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-09-11T08:19:01.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: audit 2024-09-11T08:19:01.226593+0000 mon.c (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/17985757,v1:172.21.15.133:6827/17985757]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:19:01.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:01 smithi169 bash[48863]: audit 2024-09-11T08:19:01.227184+0000 mon.a (mon.0) 823 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: cluster 2024-09-11T08:19:00.199329+0000 mgr.y (mgr.25981) 308 : cluster [DBG] pgmap v180: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: audit 2024-09-11T08:19:00.598828+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: audit 2024-09-11T08:19:00.813359+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: audit 2024-09-11T08:19:00.819186+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: audit 2024-09-11T08:19:00.825595+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: audit 2024-09-11T08:19:00.827080+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: audit 2024-09-11T08:19:01.225220+0000 mon.a (mon.0) 821 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: cluster 2024-09-11T08:19:01.225459+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: audit 2024-09-11T08:19:01.226593+0000 mon.c (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/17985757,v1:172.21.15.133:6827/17985757]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:19:01.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[53244]: audit 2024-09-11T08:19:01.227184+0000 mon.a (mon.0) 823 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: cluster 2024-09-11T08:19:00.199329+0000 mgr.y (mgr.25981) 308 : cluster [DBG] pgmap v180: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 897 MiB used, 709 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: audit 2024-09-11T08:19:00.598828+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: audit 2024-09-11T08:19:00.813359+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: audit 2024-09-11T08:19:00.819186+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: audit 2024-09-11T08:19:00.825595+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: audit 2024-09-11T08:19:00.827080+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: audit 2024-09-11T08:19:01.225220+0000 mon.a (mon.0) 821 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: cluster 2024-09-11T08:19:01.225459+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: audit 2024-09-11T08:19:01.226593+0000 mon.c (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.133:6826/17985757,v1:172.21.15.133:6827/17985757]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:19:01.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:01 smithi133 bash[54520]: audit 2024-09-11T08:19:01.227184+0000 mon.a (mon.0) 823 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-11T08:19:02.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:02 smithi169 bash[48863]: cluster 2024-09-11T08:19:02.219554+0000 mon.a (mon.0) 824 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:19:02.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:02 smithi169 bash[48863]: cluster 2024-09-11T08:19:02.229844+0000 mon.a (mon.0) 825 : cluster [INF] osd.3 [v2:172.21.15.133:6826/17985757,v1:172.21.15.133:6827/17985757] boot 2024-09-11T08:19:02.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:02 smithi169 bash[48863]: cluster 2024-09-11T08:19:02.229907+0000 mon.a (mon.0) 826 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-09-11T08:19:02.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:02 smithi169 bash[48863]: audit 2024-09-11T08:19:02.230478+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:19:02.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:02 smithi133 bash[53244]: cluster 2024-09-11T08:19:02.219554+0000 mon.a (mon.0) 824 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:19:02.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:02 smithi133 bash[53244]: cluster 2024-09-11T08:19:02.229844+0000 mon.a (mon.0) 825 : cluster [INF] osd.3 [v2:172.21.15.133:6826/17985757,v1:172.21.15.133:6827/17985757] boot 2024-09-11T08:19:02.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:02 smithi133 bash[53244]: cluster 2024-09-11T08:19:02.229907+0000 mon.a (mon.0) 826 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-09-11T08:19:02.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:02 smithi133 bash[53244]: audit 2024-09-11T08:19:02.230478+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:19:02.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:02 smithi133 bash[54520]: cluster 2024-09-11T08:19:02.219554+0000 mon.a (mon.0) 824 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:19:02.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:02 smithi133 bash[54520]: cluster 2024-09-11T08:19:02.229844+0000 mon.a (mon.0) 825 : cluster [INF] osd.3 [v2:172.21.15.133:6826/17985757,v1:172.21.15.133:6827/17985757] boot 2024-09-11T08:19:02.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:02 smithi133 bash[54520]: cluster 2024-09-11T08:19:02.229907+0000 mon.a (mon.0) 826 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-09-11T08:19:02.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:02 smithi133 bash[54520]: audit 2024-09-11T08:19:02.230478+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:19:03.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:03 smithi169 bash[48863]: cluster 2024-09-11T08:19:02.200249+0000 mgr.y (mgr.25981) 309 : cluster [DBG] pgmap v182: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:19:03.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:03 smithi169 bash[48863]: cluster 2024-09-11T08:19:03.059781+0000 mon.a (mon.0) 828 : cluster [WRN] Health check update: Degraded data redundancy: 97/618 objects degraded (15.696%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:03.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:03 smithi169 bash[48863]: cluster 2024-09-11T08:19:03.230985+0000 mon.a (mon.0) 829 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-09-11T08:19:03.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:03 smithi133 bash[53244]: cluster 2024-09-11T08:19:02.200249+0000 mgr.y (mgr.25981) 309 : cluster [DBG] pgmap v182: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:19:03.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:03 smithi133 bash[53244]: cluster 2024-09-11T08:19:03.059781+0000 mon.a (mon.0) 828 : cluster [WRN] Health check update: Degraded data redundancy: 97/618 objects degraded (15.696%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:03.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:03 smithi133 bash[53244]: cluster 2024-09-11T08:19:03.230985+0000 mon.a (mon.0) 829 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-09-11T08:19:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:03 smithi133 bash[54520]: cluster 2024-09-11T08:19:02.200249+0000 mgr.y (mgr.25981) 309 : cluster [DBG] pgmap v182: 132 pgs: 33 active+undersized, 23 active+undersized+degraded, 76 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 97/618 objects degraded (15.696%) 2024-09-11T08:19:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:03 smithi133 bash[54520]: cluster 2024-09-11T08:19:03.059781+0000 mon.a (mon.0) 828 : cluster [WRN] Health check update: Degraded data redundancy: 97/618 objects degraded (15.696%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:03.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:03 smithi133 bash[54520]: cluster 2024-09-11T08:19:03.230985+0000 mon.a (mon.0) 829 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-09-11T08:19:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:05 smithi169 bash[48863]: cluster 2024-09-11T08:19:04.201258+0000 mgr.y (mgr.25981) 310 : cluster [DBG] pgmap v185: 132 pgs: 16 peering, 25 active+undersized, 15 active+undersized+degraded, 76 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 60/618 objects degraded (9.709%) 2024-09-11T08:19:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:05 smithi169 bash[48863]: audit 2024-09-11T08:19:05.327208+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:05.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:05 smithi133 bash[53244]: cluster 2024-09-11T08:19:04.201258+0000 mgr.y (mgr.25981) 310 : cluster [DBG] pgmap v185: 132 pgs: 16 peering, 25 active+undersized, 15 active+undersized+degraded, 76 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 60/618 objects degraded (9.709%) 2024-09-11T08:19:05.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:05 smithi133 bash[53244]: audit 2024-09-11T08:19:05.327208+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:05.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:05 smithi133 bash[54520]: cluster 2024-09-11T08:19:04.201258+0000 mgr.y (mgr.25981) 310 : cluster [DBG] pgmap v185: 132 pgs: 16 peering, 25 active+undersized, 15 active+undersized+degraded, 76 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 60/618 objects degraded (9.709%) 2024-09-11T08:19:05.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:05 smithi133 bash[54520]: audit 2024-09-11T08:19:05.327208+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:07.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:07 smithi133 bash[53244]: cluster 2024-09-11T08:19:06.202545+0000 mgr.y (mgr.25981) 311 : cluster [DBG] pgmap v186: 132 pgs: 16 peering, 14 active+undersized, 10 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 40/618 objects degraded (6.472%) 2024-09-11T08:19:07.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:07 smithi133 bash[54520]: cluster 2024-09-11T08:19:06.202545+0000 mgr.y (mgr.25981) 311 : cluster [DBG] pgmap v186: 132 pgs: 16 peering, 14 active+undersized, 10 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 40/618 objects degraded (6.472%) 2024-09-11T08:19:07.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:07 smithi169 bash[48863]: cluster 2024-09-11T08:19:06.202545+0000 mgr.y (mgr.25981) 311 : cluster [DBG] pgmap v186: 132 pgs: 16 peering, 14 active+undersized, 10 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 40/618 objects degraded (6.472%) 2024-09-11T08:19:08.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:08 smithi169 bash[48863]: cluster 2024-09-11T08:19:08.061282+0000 mon.a (mon.0) 831 : cluster [WRN] Health check update: Degraded data redundancy: 40/618 objects degraded (6.472%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:08.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:08 smithi133 bash[53244]: cluster 2024-09-11T08:19:08.061282+0000 mon.a (mon.0) 831 : cluster [WRN] Health check update: Degraded data redundancy: 40/618 objects degraded (6.472%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:08.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:08 smithi133 bash[54520]: cluster 2024-09-11T08:19:08.061282+0000 mon.a (mon.0) 831 : cluster [WRN] Health check update: Degraded data redundancy: 40/618 objects degraded (6.472%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:09 smithi169 bash[48863]: cluster 2024-09-11T08:19:08.203683+0000 mgr.y (mgr.25981) 312 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:09 smithi169 bash[48863]: cluster 2024-09-11T08:19:08.571825+0000 mon.a (mon.0) 832 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/618 objects degraded (6.472%), 10 pgs degraded) 2024-09-11T08:19:09.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:09 smithi169 bash[48863]: cluster 2024-09-11T08:19:08.571873+0000 mon.a (mon.0) 833 : cluster [INF] Cluster is now healthy 2024-09-11T08:19:09.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:09 smithi133 bash[53244]: cluster 2024-09-11T08:19:08.203683+0000 mgr.y (mgr.25981) 312 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:09.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:09 smithi133 bash[53244]: cluster 2024-09-11T08:19:08.571825+0000 mon.a (mon.0) 832 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/618 objects degraded (6.472%), 10 pgs degraded) 2024-09-11T08:19:09.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:09 smithi133 bash[53244]: cluster 2024-09-11T08:19:08.571873+0000 mon.a (mon.0) 833 : cluster [INF] Cluster is now healthy 2024-09-11T08:19:09.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:09 smithi133 bash[54520]: cluster 2024-09-11T08:19:08.203683+0000 mgr.y (mgr.25981) 312 : cluster [DBG] pgmap v187: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:09.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:09 smithi133 bash[54520]: cluster 2024-09-11T08:19:08.571825+0000 mon.a (mon.0) 832 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/618 objects degraded (6.472%), 10 pgs degraded) 2024-09-11T08:19:09.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:09 smithi133 bash[54520]: cluster 2024-09-11T08:19:08.571873+0000 mon.a (mon.0) 833 : cluster [INF] Cluster is now healthy 2024-09-11T08:19:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:11 smithi169 bash[48863]: cluster 2024-09-11T08:19:10.204733+0000 mgr.y (mgr.25981) 313 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:11.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:11 smithi133 bash[53244]: cluster 2024-09-11T08:19:10.204733+0000 mgr.y (mgr.25981) 313 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:11.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:11 smithi133 bash[54520]: cluster 2024-09-11T08:19:10.204733+0000 mgr.y (mgr.25981) 313 : cluster [DBG] pgmap v188: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:12.587 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.801734+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:12.587 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.809856+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.801734+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.809856+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.818091+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.819787+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.821225+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.830134+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.888702+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.893396+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.895424+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.897073+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:12.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[53244]: audit 2024-09-11T08:19:11.899178+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:19:12.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.801734+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:12.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.809856+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:12.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.818091+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:12.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.819787+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:12.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.821225+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:19:12.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.830134+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:12.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.888702+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:19:12.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.893396+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:12.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.895424+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:12.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.897073+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:12.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:12 smithi169 bash[48863]: audit 2024-09-11T08:19:11.899178+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:19:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.818091+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.819787+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.821225+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:19:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.830134+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.888702+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:19:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.893396+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.895424+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.897073+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:12 smithi133 bash[54520]: audit 2024-09-11T08:19:11.899178+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:19:13.871 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:13 smithi169 bash[48863]: cephadm 2024-09-11T08:19:11.822424+0000 mgr.y (mgr.25981) 314 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:19:13.871 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:13 smithi169 bash[48863]: audit 2024-09-11T08:19:11.899456+0000 mgr.y (mgr.25981) 315 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:19:13.871 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:13 smithi169 bash[48863]: cephadm 2024-09-11T08:19:11.900855+0000 mgr.y (mgr.25981) 316 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-11T08:19:13.871 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:13 smithi169 bash[48863]: cluster 2024-09-11T08:19:12.205637+0000 mgr.y (mgr.25981) 317 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:13.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:13 smithi133 bash[54520]: cephadm 2024-09-11T08:19:11.822424+0000 mgr.y (mgr.25981) 314 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:19:13.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:13 smithi133 bash[54520]: audit 2024-09-11T08:19:11.899456+0000 mgr.y (mgr.25981) 315 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:19:13.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:13 smithi133 bash[54520]: cephadm 2024-09-11T08:19:11.900855+0000 mgr.y (mgr.25981) 316 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-11T08:19:13.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:13 smithi133 bash[54520]: cluster 2024-09-11T08:19:12.205637+0000 mgr.y (mgr.25981) 317 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:13.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:13 smithi133 bash[53244]: cephadm 2024-09-11T08:19:11.822424+0000 mgr.y (mgr.25981) 314 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:19:13.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:13 smithi133 bash[53244]: audit 2024-09-11T08:19:11.899456+0000 mgr.y (mgr.25981) 315 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:19:13.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:13 smithi133 bash[53244]: cephadm 2024-09-11T08:19:11.900855+0000 mgr.y (mgr.25981) 316 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-11T08:19:13.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:13 smithi133 bash[53244]: cluster 2024-09-11T08:19:12.205637+0000 mgr.y (mgr.25981) 317 : cluster [DBG] pgmap v189: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:15.648 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:19:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:15 smithi169 bash[48863]: cluster 2024-09-11T08:19:14.206666+0000 mgr.y (mgr.25981) 318 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:15 smithi169 bash[48863]: cephadm 2024-09-11T08:19:14.655868+0000 mgr.y (mgr.25981) 319 : cephadm [INF] Upgrade: Updating osd.4 2024-09-11T08:19:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:15 smithi169 bash[48863]: audit 2024-09-11T08:19:14.664995+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:15 smithi169 bash[48863]: audit 2024-09-11T08:19:14.666714+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:19:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:15 smithi169 bash[48863]: audit 2024-09-11T08:19:14.668131+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:15 smithi169 bash[48863]: cephadm 2024-09-11T08:19:14.670731+0000 mgr.y (mgr.25981) 320 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-09-11T08:19:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:15 smithi169 bash[48863]: audit 2024-09-11T08:19:14.671474+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:19:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:15 smithi169 bash[48863]: audit 2024-09-11T08:19:15.350277+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:15.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[53244]: cluster 2024-09-11T08:19:14.206666+0000 mgr.y (mgr.25981) 318 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[53244]: cephadm 2024-09-11T08:19:14.655868+0000 mgr.y (mgr.25981) 319 : cephadm [INF] Upgrade: Updating osd.4 2024-09-11T08:19:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[53244]: audit 2024-09-11T08:19:14.664995+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[53244]: audit 2024-09-11T08:19:14.666714+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:19:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[53244]: audit 2024-09-11T08:19:14.668131+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[53244]: cephadm 2024-09-11T08:19:14.670731+0000 mgr.y (mgr.25981) 320 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-09-11T08:19:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[53244]: audit 2024-09-11T08:19:14.671474+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:19:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[53244]: audit 2024-09-11T08:19:15.350277+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[54520]: cluster 2024-09-11T08:19:14.206666+0000 mgr.y (mgr.25981) 318 : cluster [DBG] pgmap v190: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[54520]: cephadm 2024-09-11T08:19:14.655868+0000 mgr.y (mgr.25981) 319 : cephadm [INF] Upgrade: Updating osd.4 2024-09-11T08:19:15.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[54520]: audit 2024-09-11T08:19:14.664995+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:15.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[54520]: audit 2024-09-11T08:19:14.666714+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:19:15.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[54520]: audit 2024-09-11T08:19:14.668131+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:15.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[54520]: cephadm 2024-09-11T08:19:14.670731+0000 mgr.y (mgr.25981) 320 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-09-11T08:19:15.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[54520]: audit 2024-09-11T08:19:14.671474+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T08:19:15.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:15 smithi133 bash[54520]: audit 2024-09-11T08:19:15.350277+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:16.361 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:19:16.361 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (8m) 16s ago 33m 17.0M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (7m) 5m ago 32m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running 5m ago 33m - - 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (10m) 5m ago 38m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (20m) 16s ago 39m 441M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (5m) 16s ago 40m 69.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (6m) 5m ago 38m 40.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (5m) 16s ago 38m 50.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (9m) 16s ago 33m 11.9M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (9m) 5m ago 33m 11.3M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (2m) 16s ago 37m 48.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:19:16.362 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (2m) 16s ago 37m 49.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:19:16.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (83s) 16s ago 36m 46.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:19:16.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (20s) 16s ago 36m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:19:16.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (35m) 5m ago 35m 52.7M 4096M 15.2.9 dfc483079636 c156d3fdc7cc 2024-09-11T08:19:16.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (35m) 5m ago 35m 48.5M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:19:16.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (34m) 5m ago 35m 50.8M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:19:16.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (34m) 5m ago 34m 52.9M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:19:16.363 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (9m) 5m ago 33m 48.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:19:16.363 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (31m) 16s ago 31m 56.7M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:19:16.363 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (31m) 5m ago 31m 56.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:19:16.782 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:19:16.782 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:19:16.782 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:19:16.782 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:19:16.782 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 4, 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 6, 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 9 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:19:16.783 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:19:16.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:15.633564+0000 mgr.y (mgr.25981) 321 : audit [DBG] from='client.64402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.340126+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.341130+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.341976+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.342881+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.343691+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.344523+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.349298+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.349882+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.350448+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.351001+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:16 smithi169 bash[48863]: audit 2024-09-11T08:19:16.351554+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:15.633564+0000 mgr.y (mgr.25981) 321 : audit [DBG] from='client.64402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.340126+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.341130+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.341976+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.342881+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.343691+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.344523+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.349298+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.349882+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.350448+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.351001+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[54520]: audit 2024-09-11T08:19:16.351554+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:15.633564+0000 mgr.y (mgr.25981) 321 : audit [DBG] from='client.64402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.340126+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.341130+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.341976+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.342881+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.343691+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.344523+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.349298+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:16.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.349882+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.350448+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.351001+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:16.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:16 smithi133 bash[53244]: audit 2024-09-11T08:19:16.351554+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:17.114 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:19:17.115 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:19:17.115 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:19:17.115 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:19:17.115 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:19:17.115 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "4/8 daemons upgraded", 2024-09-11T08:19:17.115 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:19:17.115 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:19:17.115 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:19:17.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:17 smithi169 bash[48863]: audit 2024-09-11T08:19:15.988294+0000 mgr.y (mgr.25981) 322 : audit [DBG] from='client.64408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:17.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:17 smithi169 bash[48863]: cluster 2024-09-11T08:19:16.207695+0000 mgr.y (mgr.25981) 323 : cluster [DBG] pgmap v191: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:17.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:17 smithi169 bash[48863]: audit 2024-09-11T08:19:16.334549+0000 mgr.y (mgr.25981) 324 : audit [DBG] from='client.54516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:17.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:17 smithi169 bash[48863]: audit 2024-09-11T08:19:16.781070+0000 mon.c (mon.1) 16 : audit [DBG] from='client.54522 172.21.15.133:0/1456818940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:17.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:17 smithi133 bash[53244]: audit 2024-09-11T08:19:15.988294+0000 mgr.y (mgr.25981) 322 : audit [DBG] from='client.64408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:17.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:17 smithi133 bash[53244]: cluster 2024-09-11T08:19:16.207695+0000 mgr.y (mgr.25981) 323 : cluster [DBG] pgmap v191: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:17.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:17 smithi133 bash[53244]: audit 2024-09-11T08:19:16.334549+0000 mgr.y (mgr.25981) 324 : audit [DBG] from='client.54516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:17 smithi133 bash[53244]: audit 2024-09-11T08:19:16.781070+0000 mon.c (mon.1) 16 : audit [DBG] from='client.54522 172.21.15.133:0/1456818940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:17 smithi133 bash[54520]: audit 2024-09-11T08:19:15.988294+0000 mgr.y (mgr.25981) 322 : audit [DBG] from='client.64408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:17 smithi133 bash[54520]: cluster 2024-09-11T08:19:16.207695+0000 mgr.y (mgr.25981) 323 : cluster [DBG] pgmap v191: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:17 smithi133 bash[54520]: audit 2024-09-11T08:19:16.334549+0000 mgr.y (mgr.25981) 324 : audit [DBG] from='client.54516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:17 smithi133 bash[54520]: audit 2024-09-11T08:19:16.781070+0000 mon.c (mon.1) 16 : audit [DBG] from='client.54522 172.21.15.133:0/1456818940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:18.918 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:18 smithi169 bash[48863]: audit 2024-09-11T08:19:17.113288+0000 mgr.y (mgr.25981) 325 : audit [DBG] from='client.64426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:18.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:18 smithi133 bash[53244]: audit 2024-09-11T08:19:17.113288+0000 mgr.y (mgr.25981) 325 : audit [DBG] from='client.64426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:18.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:18 smithi133 bash[54520]: audit 2024-09-11T08:19:17.113288+0000 mgr.y (mgr.25981) 325 : audit [DBG] from='client.64426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:19.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:19 smithi169 bash[48863]: cluster 2024-09-11T08:19:18.208844+0000 mgr.y (mgr.25981) 326 : cluster [DBG] pgmap v192: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:19.926 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:19 smithi169 systemd[1]: Stopping Ceph osd.4 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:19:19.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:19 smithi133 bash[53244]: cluster 2024-09-11T08:19:18.208844+0000 mgr.y (mgr.25981) 326 : cluster [DBG] pgmap v192: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:19.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:19 smithi133 bash[54520]: cluster 2024-09-11T08:19:18.208844+0000 mgr.y (mgr.25981) 326 : cluster [DBG] pgmap v192: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:20.285 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:19 smithi169 bash[17045]: debug 2024-09-11T08:19:19.977+0000 7f6623b7a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:19:20.285 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:19 smithi169 bash[17045]: debug 2024-09-11T08:19:19.977+0000 7f6623b7a700 -1 osd.4 93 *** Got signal Terminated *** 2024-09-11T08:19:20.285 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:19 smithi169 bash[17045]: debug 2024-09-11T08:19:19.977+0000 7f6623b7a700 -1 osd.4 93 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:19:20.924 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[60301]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.4 2024-09-11T08:19:20.924 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.033773+0000 mon.a (mon.0) 861 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.033884+0000 mon.a (mon.0) 862 : cluster [INF] osd.4 failed (root=default,host=smithi169) (connection refused reported by osd.2) 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.034338+0000 mon.a (mon.0) 863 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.034652+0000 mon.a (mon.0) 864 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.034967+0000 mon.a (mon.0) 865 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.035285+0000 mon.a (mon.0) 866 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.234002+0000 mon.a (mon.0) 867 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.237656+0000 mon.a (mon.0) 868 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.238060+0000 mon.a (mon.0) 869 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.238394+0000 mon.a (mon.0) 870 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.238655+0000 mon.a (mon.0) 871 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.238979+0000 mon.a (mon.0) 872 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.239237+0000 mon.a (mon.0) 873 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.239604+0000 mon.a (mon.0) 874 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.239974+0000 mon.a (mon.0) 875 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.240385+0000 mon.a (mon.0) 876 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.240834+0000 mon.a (mon.0) 877 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.241243+0000 mon.a (mon.0) 878 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.241650+0000 mon.a (mon.0) 879 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.242074+0000 mon.a (mon.0) 880 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.634268+0000 mon.a (mon.0) 881 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.641870+0000 mon.a (mon.0) 882 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.642496+0000 mon.a (mon.0) 883 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.643033+0000 mon.a (mon.0) 884 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.643360+0000 mon.a (mon.0) 885 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.643696+0000 mon.a (mon.0) 886 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.644010+0000 mon.a (mon.0) 887 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.644342+0000 mon.a (mon.0) 888 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.644696+0000 mon.a (mon.0) 889 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.645033+0000 mon.a (mon.0) 890 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.645156+0000 mon.a (mon.0) 891 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.645370+0000 mon.a (mon.0) 892 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.645489+0000 mon.a (mon.0) 893 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.645689+0000 mon.a (mon.0) 894 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.033773+0000 mon.a (mon.0) 861 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.033884+0000 mon.a (mon.0) 862 : cluster [INF] osd.4 failed (root=default,host=smithi169) (connection refused reported by osd.2) 2024-09-11T08:19:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.034338+0000 mon.a (mon.0) 863 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.034652+0000 mon.a (mon.0) 864 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.034967+0000 mon.a (mon.0) 865 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.035285+0000 mon.a (mon.0) 866 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.234002+0000 mon.a (mon.0) 867 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.237656+0000 mon.a (mon.0) 868 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.238060+0000 mon.a (mon.0) 869 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.238394+0000 mon.a (mon.0) 870 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.238655+0000 mon.a (mon.0) 871 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.238979+0000 mon.a (mon.0) 872 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.239237+0000 mon.a (mon.0) 873 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.239604+0000 mon.a (mon.0) 874 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.239974+0000 mon.a (mon.0) 875 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.240385+0000 mon.a (mon.0) 876 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.240834+0000 mon.a (mon.0) 877 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.241243+0000 mon.a (mon.0) 878 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.241650+0000 mon.a (mon.0) 879 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.242074+0000 mon.a (mon.0) 880 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.634268+0000 mon.a (mon.0) 881 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.641870+0000 mon.a (mon.0) 882 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.642496+0000 mon.a (mon.0) 883 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.643033+0000 mon.a (mon.0) 884 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.643360+0000 mon.a (mon.0) 885 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.643696+0000 mon.a (mon.0) 886 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.033773+0000 mon.a (mon.0) 861 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.033884+0000 mon.a (mon.0) 862 : cluster [INF] osd.4 failed (root=default,host=smithi169) (connection refused reported by osd.2) 2024-09-11T08:19:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.034338+0000 mon.a (mon.0) 863 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.034652+0000 mon.a (mon.0) 864 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.034967+0000 mon.a (mon.0) 865 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.035285+0000 mon.a (mon.0) 866 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.234002+0000 mon.a (mon.0) 867 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.237656+0000 mon.a (mon.0) 868 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.238060+0000 mon.a (mon.0) 869 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.238394+0000 mon.a (mon.0) 870 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.238655+0000 mon.a (mon.0) 871 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.238979+0000 mon.a (mon.0) 872 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.239237+0000 mon.a (mon.0) 873 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.239604+0000 mon.a (mon.0) 874 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.239974+0000 mon.a (mon.0) 875 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.240385+0000 mon.a (mon.0) 876 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.240834+0000 mon.a (mon.0) 877 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.241243+0000 mon.a (mon.0) 878 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.241650+0000 mon.a (mon.0) 879 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.242074+0000 mon.a (mon.0) 880 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.634268+0000 mon.a (mon.0) 881 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.641870+0000 mon.a (mon.0) 882 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.642496+0000 mon.a (mon.0) 883 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.643033+0000 mon.a (mon.0) 884 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.643360+0000 mon.a (mon.0) 885 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.643696+0000 mon.a (mon.0) 886 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.644010+0000 mon.a (mon.0) 887 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.644342+0000 mon.a (mon.0) 888 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.644696+0000 mon.a (mon.0) 889 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.645033+0000 mon.a (mon.0) 890 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.645156+0000 mon.a (mon.0) 891 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.645370+0000 mon.a (mon.0) 892 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.645489+0000 mon.a (mon.0) 893 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.645689+0000 mon.a (mon.0) 894 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.644010+0000 mon.a (mon.0) 887 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.644342+0000 mon.a (mon.0) 888 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.644696+0000 mon.a (mon.0) 889 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.645033+0000 mon.a (mon.0) 890 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.645156+0000 mon.a (mon.0) 891 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.645370+0000 mon.a (mon.0) 892 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T08:19:20.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.645489+0000 mon.a (mon.0) 893 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T08:19:20.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:20 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.645689+0000 mon.a (mon.0) 894 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T08:19:21.426 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:20 smithi169 bash[60373]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.4 2024-09-11T08:19:21.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:21 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.209780+0000 mgr.y (mgr.25981) 327 : cluster [DBG] pgmap v193: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:21 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.688093+0000 mon.a (mon.0) 895 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:19:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:21 smithi133 bash[53244]: cluster 2024-09-11T08:19:20.707762+0000 mon.a (mon.0) 896 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-09-11T08:19:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:21 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.209780+0000 mgr.y (mgr.25981) 327 : cluster [DBG] pgmap v193: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:21 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.688093+0000 mon.a (mon.0) 895 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:19:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:21 smithi133 bash[54520]: cluster 2024-09-11T08:19:20.707762+0000 mon.a (mon.0) 896 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-09-11T08:19:22.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:21 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.209780+0000 mgr.y (mgr.25981) 327 : cluster [DBG] pgmap v193: 132 pgs: 132 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:22.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:21 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.688093+0000 mon.a (mon.0) 895 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:19:22.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:21 smithi169 bash[48863]: cluster 2024-09-11T08:19:20.707762+0000 mon.a (mon.0) 896 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-09-11T08:19:23.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:22 smithi169 bash[48863]: cluster 2024-09-11T08:19:21.716191+0000 mon.a (mon.0) 897 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-09-11T08:19:23.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:22 smithi133 bash[53244]: cluster 2024-09-11T08:19:21.716191+0000 mon.a (mon.0) 897 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-09-11T08:19:23.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:22 smithi133 bash[54520]: cluster 2024-09-11T08:19:21.716191+0000 mon.a (mon.0) 897 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-09-11T08:19:23.926 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:23 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.4.service: Succeeded. 2024-09-11T08:19:23.926 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:23 smithi169 systemd[1]: Stopped Ceph osd.4 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:19:23.926 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:23 smithi169 systemd[1]: Started Ceph osd.4 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:19:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:23 smithi169 bash[48863]: cluster 2024-09-11T08:19:22.210548+0000 mgr.y (mgr.25981) 328 : cluster [DBG] pgmap v196: 132 pgs: 10 peering, 16 stale+active+clean, 106 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:23 smithi169 bash[48863]: cluster 2024-09-11T08:19:22.707330+0000 mon.a (mon.0) 898 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-11T08:19:24.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:23 smithi133 bash[53244]: cluster 2024-09-11T08:19:22.210548+0000 mgr.y (mgr.25981) 328 : cluster [DBG] pgmap v196: 132 pgs: 10 peering, 16 stale+active+clean, 106 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:24.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:23 smithi133 bash[53244]: cluster 2024-09-11T08:19:22.707330+0000 mon.a (mon.0) 898 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-11T08:19:24.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:23 smithi133 bash[54520]: cluster 2024-09-11T08:19:22.210548+0000 mgr.y (mgr.25981) 328 : cluster [DBG] pgmap v196: 132 pgs: 10 peering, 16 stale+active+clean, 106 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail 2024-09-11T08:19:24.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:23 smithi133 bash[54520]: cluster 2024-09-11T08:19:22.707330+0000 mon.a (mon.0) 898 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-11T08:19:25.142 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:24 smithi169 bash[48863]: audit 2024-09-11T08:19:23.839815+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:25.142 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:24 smithi169 bash[48863]: audit 2024-09-11T08:19:23.848210+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:25.142 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:24 smithi169 bash[48863]: audit 2024-09-11T08:19:23.855998+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:25.142 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:24 smithi169 bash[48863]: audit 2024-09-11T08:19:23.859035+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:25.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:24 smithi133 bash[54520]: audit 2024-09-11T08:19:23.839815+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:25.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:24 smithi133 bash[54520]: audit 2024-09-11T08:19:23.848210+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:25.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:24 smithi133 bash[54520]: audit 2024-09-11T08:19:23.855998+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:25.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:24 smithi133 bash[54520]: audit 2024-09-11T08:19:23.859035+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:25.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:24 smithi133 bash[53244]: audit 2024-09-11T08:19:23.839815+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:25.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:24 smithi133 bash[53244]: audit 2024-09-11T08:19:23.848210+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:25.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:24 smithi133 bash[53244]: audit 2024-09-11T08:19:23.855998+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:25.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:24 smithi133 bash[53244]: audit 2024-09-11T08:19:23.859035+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:25.875 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:25 smithi169 bash[48863]: cluster 2024-09-11T08:19:24.211805+0000 mgr.y (mgr.25981) 329 : cluster [DBG] pgmap v197: 132 pgs: 13 active+undersized, 10 peering, 9 stale+active+clean, 8 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 33/618 objects degraded (5.340%) 2024-09-11T08:19:25.875 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:25 smithi169 bash[48863]: cluster 2024-09-11T08:19:24.853071+0000 mon.a (mon.0) 903 : cluster [WRN] Health check failed: Degraded data redundancy: 33/618 objects degraded (5.340%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:25.876 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:25 smithi169 bash[60560]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:19:25.876 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:25 smithi169 bash[60560]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-11T08:19:25.876 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:25 smithi169 bash[60560]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:19:25.876 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:25 smithi169 bash[60560]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:19:25.876 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:25 smithi169 bash[60560]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T08:19:25.876 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:25 smithi169 bash[60560]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:19:25.876 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:25 smithi169 bash[60560]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-11T08:19:26.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:25 smithi133 bash[53244]: cluster 2024-09-11T08:19:24.211805+0000 mgr.y (mgr.25981) 329 : cluster [DBG] pgmap v197: 132 pgs: 13 active+undersized, 10 peering, 9 stale+active+clean, 8 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 33/618 objects degraded (5.340%) 2024-09-11T08:19:26.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:25 smithi133 bash[53244]: cluster 2024-09-11T08:19:24.853071+0000 mon.a (mon.0) 903 : cluster [WRN] Health check failed: Degraded data redundancy: 33/618 objects degraded (5.340%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:26.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:25 smithi133 bash[54520]: cluster 2024-09-11T08:19:24.211805+0000 mgr.y (mgr.25981) 329 : cluster [DBG] pgmap v197: 132 pgs: 13 active+undersized, 10 peering, 9 stale+active+clean, 8 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 33/618 objects degraded (5.340%) 2024-09-11T08:19:26.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:25 smithi133 bash[54520]: cluster 2024-09-11T08:19:24.853071+0000 mon.a (mon.0) 903 : cluster [WRN] Health check failed: Degraded data redundancy: 33/618 objects degraded (5.340%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:28.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:27 smithi169 bash[48863]: cluster 2024-09-11T08:19:26.213143+0000 mgr.y (mgr.25981) 330 : cluster [DBG] pgmap v198: 132 pgs: 30 active+undersized, 10 peering, 18 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:19:28.177 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:27 smithi169 bash[60858]: debug 2024-09-11T08:19:27.829+0000 7f19e83ec640 1 -- 172.21.15.169:0/2780968645 <== mon.2 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5569bdf6cd00 con 0x5569bdf3f000 2024-09-11T08:19:28.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:27 smithi133 bash[53244]: cluster 2024-09-11T08:19:26.213143+0000 mgr.y (mgr.25981) 330 : cluster [DBG] pgmap v198: 132 pgs: 30 active+undersized, 10 peering, 18 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:19:28.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:27 smithi133 bash[54520]: cluster 2024-09-11T08:19:26.213143+0000 mgr.y (mgr.25981) 330 : cluster [DBG] pgmap v198: 132 pgs: 30 active+undersized, 10 peering, 18 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 67/618 objects degraded (10.841%) 2024-09-11T08:19:28.676 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:28 smithi169 bash[60858]: debug 2024-09-11T08:19:28.365+0000 7f19eac54440 -1 Falling back to public interface 2024-09-11T08:19:29.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:28 smithi169 bash[48863]: cluster 2024-09-11T08:19:28.214521+0000 mgr.y (mgr.25981) 331 : cluster [DBG] pgmap v199: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:29.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:28 smithi169 bash[48863]: cluster 2024-09-11T08:19:28.727482+0000 mon.a (mon.0) 904 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-09-11T08:19:29.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:28 smithi133 bash[53244]: cluster 2024-09-11T08:19:28.214521+0000 mgr.y (mgr.25981) 331 : cluster [DBG] pgmap v199: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:29.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:28 smithi133 bash[53244]: cluster 2024-09-11T08:19:28.727482+0000 mon.a (mon.0) 904 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-09-11T08:19:29.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:28 smithi133 bash[54520]: cluster 2024-09-11T08:19:28.214521+0000 mgr.y (mgr.25981) 331 : cluster [DBG] pgmap v199: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:29.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:28 smithi133 bash[54520]: cluster 2024-09-11T08:19:28.727482+0000 mon.a (mon.0) 904 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-09-11T08:19:31.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:31 smithi169 bash[48863]: cluster 2024-09-11T08:19:30.215778+0000 mgr.y (mgr.25981) 332 : cluster [DBG] pgmap v200: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:31.676 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:31 smithi169 bash[60858]: debug 2024-09-11T08:19:31.389+0000 7f19eac54440 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-11T08:19:31.676 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:31 smithi169 bash[60858]: debug 2024-09-11T08:19:31.433+0000 7f19eac54440 -1 osd.4 93 log_to_monitors true 2024-09-11T08:19:31.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:31 smithi133 bash[53244]: cluster 2024-09-11T08:19:30.215778+0000 mgr.y (mgr.25981) 332 : cluster [DBG] pgmap v200: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:31.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:31 smithi133 bash[54520]: cluster 2024-09-11T08:19:30.215778+0000 mgr.y (mgr.25981) 332 : cluster [DBG] pgmap v200: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:32.676 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[60858]: debug 2024-09-11T08:19:32.321+0000 7f19e09fc640 -1 osd.4 93 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:31.443638+0000 mon.b (mon.2) 15 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/1568248743,v1:172.21.15.169:6801/1568248743]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:31.447314+0000 mon.a (mon.0) 905 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:31.592860+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:31.599290+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:31.609460+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:31.985403+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:32.206405+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:32.214761+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:32.225239+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:32 smithi169 bash[48863]: audit 2024-09-11T08:19:32.226941+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:19:32.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:31.443638+0000 mon.b (mon.2) 15 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/1568248743,v1:172.21.15.169:6801/1568248743]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:19:32.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:31.447314+0000 mon.a (mon.0) 905 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:19:32.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:31.592860+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:32.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:31.599290+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:31.609460+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:31.985403+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:32.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:32.206405+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:32.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:32.214761+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:32.225239+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[53244]: audit 2024-09-11T08:19:32.226941+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:19:32.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:31.443638+0000 mon.b (mon.2) 15 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/1568248743,v1:172.21.15.169:6801/1568248743]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:19:32.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:31.447314+0000 mon.a (mon.0) 905 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:19:32.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:31.592860+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:32.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:31.599290+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:31.609460+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:31.985403+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:32.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:32.206405+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:32.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:32.214761+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:32.225239+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:32.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:32 smithi133 bash[54520]: audit 2024-09-11T08:19:32.226941+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:19:33.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:33 smithi169 bash[48863]: cluster 2024-09-11T08:19:32.216933+0000 mgr.y (mgr.25981) 333 : cluster [DBG] pgmap v201: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:33 smithi169 bash[48863]: audit 2024-09-11T08:19:32.296736+0000 mon.a (mon.0) 914 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:19:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:33 smithi169 bash[48863]: cluster 2024-09-11T08:19:32.296834+0000 mon.a (mon.0) 915 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-09-11T08:19:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:33 smithi169 bash[48863]: audit 2024-09-11T08:19:32.301655+0000 mon.b (mon.2) 16 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/1568248743,v1:172.21.15.169:6801/1568248743]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:19:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:33 smithi169 bash[48863]: audit 2024-09-11T08:19:32.305398+0000 mon.a (mon.0) 916 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:19:33.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:33 smithi169 bash[48863]: cluster 2024-09-11T08:19:33.068606+0000 mon.a (mon.0) 917 : cluster [WRN] Health check update: Degraded data redundancy: 84/618 objects degraded (13.592%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:33.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[54520]: cluster 2024-09-11T08:19:32.216933+0000 mgr.y (mgr.25981) 333 : cluster [DBG] pgmap v201: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:33.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[54520]: audit 2024-09-11T08:19:32.296736+0000 mon.a (mon.0) 914 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:19:33.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[54520]: cluster 2024-09-11T08:19:32.296834+0000 mon.a (mon.0) 915 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-09-11T08:19:33.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[54520]: audit 2024-09-11T08:19:32.301655+0000 mon.b (mon.2) 16 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/1568248743,v1:172.21.15.169:6801/1568248743]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:19:33.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[54520]: audit 2024-09-11T08:19:32.305398+0000 mon.a (mon.0) 916 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:19:33.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[54520]: cluster 2024-09-11T08:19:33.068606+0000 mon.a (mon.0) 917 : cluster [WRN] Health check update: Degraded data redundancy: 84/618 objects degraded (13.592%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:33.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[53244]: cluster 2024-09-11T08:19:32.216933+0000 mgr.y (mgr.25981) 333 : cluster [DBG] pgmap v201: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.2 GiB used, 710 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:33.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[53244]: audit 2024-09-11T08:19:32.296736+0000 mon.a (mon.0) 914 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:19:33.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[53244]: cluster 2024-09-11T08:19:32.296834+0000 mon.a (mon.0) 915 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-09-11T08:19:33.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[53244]: audit 2024-09-11T08:19:32.301655+0000 mon.b (mon.2) 16 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/1568248743,v1:172.21.15.169:6801/1568248743]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:19:33.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[53244]: audit 2024-09-11T08:19:32.305398+0000 mon.a (mon.0) 916 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:19:33.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:33 smithi133 bash[53244]: cluster 2024-09-11T08:19:33.068606+0000 mon.a (mon.0) 917 : cluster [WRN] Health check update: Degraded data redundancy: 84/618 objects degraded (13.592%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:34.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:34 smithi169 bash[48863]: cluster 2024-09-11T08:19:33.289488+0000 mon.a (mon.0) 918 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:19:34.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:34 smithi169 bash[48863]: cluster 2024-09-11T08:19:33.306974+0000 mon.a (mon.0) 919 : cluster [INF] osd.4 [v2:172.21.15.169:6800/1568248743,v1:172.21.15.169:6801/1568248743] boot 2024-09-11T08:19:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:34 smithi169 bash[48863]: cluster 2024-09-11T08:19:33.307047+0000 mon.a (mon.0) 920 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-09-11T08:19:34.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:34 smithi169 bash[48863]: audit 2024-09-11T08:19:33.307464+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:19:34.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:34 smithi133 bash[53244]: cluster 2024-09-11T08:19:33.289488+0000 mon.a (mon.0) 918 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:19:34.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:34 smithi133 bash[53244]: cluster 2024-09-11T08:19:33.306974+0000 mon.a (mon.0) 919 : cluster [INF] osd.4 [v2:172.21.15.169:6800/1568248743,v1:172.21.15.169:6801/1568248743] boot 2024-09-11T08:19:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:34 smithi133 bash[53244]: cluster 2024-09-11T08:19:33.307047+0000 mon.a (mon.0) 920 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-09-11T08:19:34.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:34 smithi133 bash[53244]: audit 2024-09-11T08:19:33.307464+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:19:34.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:34 smithi133 bash[54520]: cluster 2024-09-11T08:19:33.289488+0000 mon.a (mon.0) 918 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:19:34.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:34 smithi133 bash[54520]: cluster 2024-09-11T08:19:33.306974+0000 mon.a (mon.0) 919 : cluster [INF] osd.4 [v2:172.21.15.169:6800/1568248743,v1:172.21.15.169:6801/1568248743] boot 2024-09-11T08:19:34.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:34 smithi133 bash[54520]: cluster 2024-09-11T08:19:33.307047+0000 mon.a (mon.0) 920 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-09-11T08:19:34.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:34 smithi133 bash[54520]: audit 2024-09-11T08:19:33.307464+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:19:35.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:35 smithi169 bash[48863]: cluster 2024-09-11T08:19:34.217865+0000 mgr.y (mgr.25981) 334 : cluster [DBG] pgmap v204: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:35.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:35 smithi169 bash[48863]: cluster 2024-09-11T08:19:34.313075+0000 mon.a (mon.0) 922 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-09-11T08:19:35.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:35 smithi133 bash[53244]: cluster 2024-09-11T08:19:34.217865+0000 mgr.y (mgr.25981) 334 : cluster [DBG] pgmap v204: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:35.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:35 smithi133 bash[53244]: cluster 2024-09-11T08:19:34.313075+0000 mon.a (mon.0) 922 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-09-11T08:19:35.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:35 smithi133 bash[54520]: cluster 2024-09-11T08:19:34.217865+0000 mgr.y (mgr.25981) 334 : cluster [DBG] pgmap v204: 132 pgs: 35 active+undersized, 23 active+undersized+degraded, 74 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 84/618 objects degraded (13.592%) 2024-09-11T08:19:35.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:35 smithi133 bash[54520]: cluster 2024-09-11T08:19:34.313075+0000 mon.a (mon.0) 922 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-09-11T08:19:36.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:36 smithi169 bash[48863]: audit 2024-09-11T08:19:35.375702+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:36.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:36 smithi133 bash[53244]: audit 2024-09-11T08:19:35.375702+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:36.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:36 smithi133 bash[54520]: audit 2024-09-11T08:19:35.375702+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:37.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:37 smithi169 bash[48863]: cluster 2024-09-11T08:19:36.219234+0000 mgr.y (mgr.25981) 335 : cluster [DBG] pgmap v206: 132 pgs: 22 active+undersized, 18 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 72/618 objects degraded (11.650%) 2024-09-11T08:19:37.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:37 smithi133 bash[53244]: cluster 2024-09-11T08:19:36.219234+0000 mgr.y (mgr.25981) 335 : cluster [DBG] pgmap v206: 132 pgs: 22 active+undersized, 18 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 72/618 objects degraded (11.650%) 2024-09-11T08:19:37.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:37 smithi133 bash[54520]: cluster 2024-09-11T08:19:36.219234+0000 mgr.y (mgr.25981) 335 : cluster [DBG] pgmap v206: 132 pgs: 22 active+undersized, 18 active+undersized+degraded, 92 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 72/618 objects degraded (11.650%) 2024-09-11T08:19:38.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:38 smithi169 bash[48863]: cluster 2024-09-11T08:19:38.070148+0000 mon.a (mon.0) 924 : cluster [WRN] Health check update: Degraded data redundancy: 72/618 objects degraded (11.650%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:38.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:38 smithi133 bash[54520]: cluster 2024-09-11T08:19:38.070148+0000 mon.a (mon.0) 924 : cluster [WRN] Health check update: Degraded data redundancy: 72/618 objects degraded (11.650%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:38.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:38 smithi133 bash[53244]: cluster 2024-09-11T08:19:38.070148+0000 mon.a (mon.0) 924 : cluster [WRN] Health check update: Degraded data redundancy: 72/618 objects degraded (11.650%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:39.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:39 smithi169 bash[48863]: cluster 2024-09-11T08:19:38.220500+0000 mgr.y (mgr.25981) 336 : cluster [DBG] pgmap v207: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:39.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:39 smithi169 bash[48863]: cluster 2024-09-11T08:19:38.382745+0000 mon.a (mon.0) 925 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 72/618 objects degraded (11.650%), 18 pgs degraded) 2024-09-11T08:19:39.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:39 smithi169 bash[48863]: cluster 2024-09-11T08:19:38.382815+0000 mon.a (mon.0) 926 : cluster [INF] Cluster is now healthy 2024-09-11T08:19:39.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:39 smithi133 bash[53244]: cluster 2024-09-11T08:19:38.220500+0000 mgr.y (mgr.25981) 336 : cluster [DBG] pgmap v207: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:39.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:39 smithi133 bash[53244]: cluster 2024-09-11T08:19:38.382745+0000 mon.a (mon.0) 925 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 72/618 objects degraded (11.650%), 18 pgs degraded) 2024-09-11T08:19:39.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:39 smithi133 bash[53244]: cluster 2024-09-11T08:19:38.382815+0000 mon.a (mon.0) 926 : cluster [INF] Cluster is now healthy 2024-09-11T08:19:39.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:39 smithi133 bash[54520]: cluster 2024-09-11T08:19:38.220500+0000 mgr.y (mgr.25981) 336 : cluster [DBG] pgmap v207: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:39.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:39 smithi133 bash[54520]: cluster 2024-09-11T08:19:38.382745+0000 mon.a (mon.0) 925 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 72/618 objects degraded (11.650%), 18 pgs degraded) 2024-09-11T08:19:39.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:39 smithi133 bash[54520]: cluster 2024-09-11T08:19:38.382815+0000 mon.a (mon.0) 926 : cluster [INF] Cluster is now healthy 2024-09-11T08:19:40.664 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:40 smithi169 bash[48863]: audit 2024-09-11T08:19:40.124263+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:40.664 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:40 smithi169 bash[48863]: audit 2024-09-11T08:19:40.124888+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:19:40.664 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:40 smithi169 bash[48863]: audit 2024-09-11T08:19:40.125378+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:19:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:40 smithi133 bash[53244]: audit 2024-09-11T08:19:40.124263+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:40 smithi133 bash[53244]: audit 2024-09-11T08:19:40.124888+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:19:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:40 smithi133 bash[53244]: audit 2024-09-11T08:19:40.125378+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:19:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:40 smithi133 bash[54520]: audit 2024-09-11T08:19:40.124263+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:19:40.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:40 smithi133 bash[54520]: audit 2024-09-11T08:19:40.124888+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:19:40.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:40 smithi133 bash[54520]: audit 2024-09-11T08:19:40.125378+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:19:41.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:41 smithi169 bash[48863]: cluster 2024-09-11T08:19:40.221397+0000 mgr.y (mgr.25981) 337 : cluster [DBG] pgmap v208: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:41.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:41 smithi133 bash[53244]: cluster 2024-09-11T08:19:40.221397+0000 mgr.y (mgr.25981) 337 : cluster [DBG] pgmap v208: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:41.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:41 smithi133 bash[54520]: cluster 2024-09-11T08:19:40.221397+0000 mgr.y (mgr.25981) 337 : cluster [DBG] pgmap v208: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:43.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:43 smithi169 bash[48863]: cluster 2024-09-11T08:19:42.222261+0000 mgr.y (mgr.25981) 338 : cluster [DBG] pgmap v209: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:43.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:43 smithi169 bash[48863]: audit 2024-09-11T08:19:43.331503+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:43.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:43 smithi169 bash[48863]: audit 2024-09-11T08:19:43.339339+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:43.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:43 smithi169 bash[48863]: audit 2024-09-11T08:19:43.347505+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:43.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:43 smithi169 bash[48863]: audit 2024-09-11T08:19:43.349217+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:43.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:43 smithi169 bash[48863]: audit 2024-09-11T08:19:43.350844+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:19:43.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:43 smithi169 bash[48863]: audit 2024-09-11T08:19:43.360637+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[53244]: cluster 2024-09-11T08:19:42.222261+0000 mgr.y (mgr.25981) 338 : cluster [DBG] pgmap v209: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[53244]: audit 2024-09-11T08:19:43.331503+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[53244]: audit 2024-09-11T08:19:43.339339+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[53244]: audit 2024-09-11T08:19:43.347505+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[53244]: audit 2024-09-11T08:19:43.349217+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[53244]: audit 2024-09-11T08:19:43.350844+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:19:43.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[53244]: audit 2024-09-11T08:19:43.360637+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:43.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[54520]: cluster 2024-09-11T08:19:42.222261+0000 mgr.y (mgr.25981) 338 : cluster [DBG] pgmap v209: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[54520]: audit 2024-09-11T08:19:43.331503+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[54520]: audit 2024-09-11T08:19:43.339339+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[54520]: audit 2024-09-11T08:19:43.347505+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[54520]: audit 2024-09-11T08:19:43.349217+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[54520]: audit 2024-09-11T08:19:43.350844+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:19:43.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:43 smithi133 bash[54520]: audit 2024-09-11T08:19:43.360637+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: cephadm 2024-09-11T08:19:43.352010+0000 mgr.y (mgr.25981) 339 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: cluster 2024-09-11T08:19:43.353305+0000 mgr.y (mgr.25981) 340 : cluster [DBG] pgmap v210: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: audit 2024-09-11T08:19:43.419760+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: audit 2024-09-11T08:19:43.423527+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: audit 2024-09-11T08:19:43.425375+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: audit 2024-09-11T08:19:43.426936+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: audit 2024-09-11T08:19:43.429014+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: audit 2024-09-11T08:19:43.429317+0000 mgr.y (mgr.25981) 341 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: cephadm 2024-09-11T08:19:43.430850+0000 mgr.y (mgr.25981) 342 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-11T08:19:44.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:44 smithi169 bash[48863]: cluster 2024-09-11T08:19:44.345124+0000 mon.a (mon.0) 941 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:19:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: cephadm 2024-09-11T08:19:43.352010+0000 mgr.y (mgr.25981) 339 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:19:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: cluster 2024-09-11T08:19:43.353305+0000 mgr.y (mgr.25981) 340 : cluster [DBG] pgmap v210: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: audit 2024-09-11T08:19:43.419760+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:19:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: audit 2024-09-11T08:19:43.423527+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:44.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: audit 2024-09-11T08:19:43.425375+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:44.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: audit 2024-09-11T08:19:43.426936+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:44.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: audit 2024-09-11T08:19:43.429014+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:19:44.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: audit 2024-09-11T08:19:43.429317+0000 mgr.y (mgr.25981) 341 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:19:44.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: cephadm 2024-09-11T08:19:43.430850+0000 mgr.y (mgr.25981) 342 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-11T08:19:44.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[53244]: cluster 2024-09-11T08:19:44.345124+0000 mon.a (mon.0) 941 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:19:44.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: cephadm 2024-09-11T08:19:43.352010+0000 mgr.y (mgr.25981) 339 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:19:44.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: cluster 2024-09-11T08:19:43.353305+0000 mgr.y (mgr.25981) 340 : cluster [DBG] pgmap v210: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:44.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: audit 2024-09-11T08:19:43.419760+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:19:44.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: audit 2024-09-11T08:19:43.423527+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:44.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: audit 2024-09-11T08:19:43.425375+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:44.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: audit 2024-09-11T08:19:43.426936+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:44.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: audit 2024-09-11T08:19:43.429014+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:19:44.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: audit 2024-09-11T08:19:43.429317+0000 mgr.y (mgr.25981) 341 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:19:44.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: cephadm 2024-09-11T08:19:43.430850+0000 mgr.y (mgr.25981) 342 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-11T08:19:44.702 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:44 smithi133 bash[54520]: cluster 2024-09-11T08:19:44.345124+0000 mon.a (mon.0) 941 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:19:46.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:46 smithi169 bash[48863]: cluster 2024-09-11T08:19:45.354270+0000 mgr.y (mgr.25981) 343 : cluster [DBG] pgmap v211: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:46.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:46 smithi169 bash[48863]: audit 2024-09-11T08:19:45.397499+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:46.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:46 smithi169 bash[48863]: audit 2024-09-11T08:19:45.892766+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:46 smithi169 bash[48863]: audit 2024-09-11T08:19:45.894267+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:19:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:46 smithi169 bash[48863]: audit 2024-09-11T08:19:45.895594+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:46.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:46 smithi169 bash[48863]: audit 2024-09-11T08:19:45.899077+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:19:46.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[53244]: cluster 2024-09-11T08:19:45.354270+0000 mgr.y (mgr.25981) 343 : cluster [DBG] pgmap v211: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[53244]: audit 2024-09-11T08:19:45.397499+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[53244]: audit 2024-09-11T08:19:45.892766+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[53244]: audit 2024-09-11T08:19:45.894267+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[53244]: audit 2024-09-11T08:19:45.895594+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[53244]: audit 2024-09-11T08:19:45.899077+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[54520]: cluster 2024-09-11T08:19:45.354270+0000 mgr.y (mgr.25981) 343 : cluster [DBG] pgmap v211: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[54520]: audit 2024-09-11T08:19:45.397499+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[54520]: audit 2024-09-11T08:19:45.892766+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[54520]: audit 2024-09-11T08:19:45.894267+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:19:46.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[54520]: audit 2024-09-11T08:19:45.895594+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:19:46.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:46 smithi133 bash[54520]: audit 2024-09-11T08:19:45.899077+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T08:19:47.503 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:19:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:47 smithi169 bash[48863]: cephadm 2024-09-11T08:19:45.882966+0000 mgr.y (mgr.25981) 344 : cephadm [INF] Upgrade: Updating osd.5 2024-09-11T08:19:47.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:47 smithi169 bash[48863]: cephadm 2024-09-11T08:19:45.898365+0000 mgr.y (mgr.25981) 345 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-09-11T08:19:47.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:47 smithi133 bash[53244]: cephadm 2024-09-11T08:19:45.882966+0000 mgr.y (mgr.25981) 344 : cephadm [INF] Upgrade: Updating osd.5 2024-09-11T08:19:47.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:47 smithi133 bash[53244]: cephadm 2024-09-11T08:19:45.898365+0000 mgr.y (mgr.25981) 345 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-09-11T08:19:47.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:47 smithi133 bash[54520]: cephadm 2024-09-11T08:19:45.882966+0000 mgr.y (mgr.25981) 344 : cephadm [INF] Upgrade: Updating osd.5 2024-09-11T08:19:47.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:47 smithi133 bash[54520]: cephadm 2024-09-11T08:19:45.898365+0000 mgr.y (mgr.25981) 345 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-09-11T08:19:48.204 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:19:48.204 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (9m) 47s ago 33m 17.0M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:19:48.204 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (8m) 16s ago 33m 84.7M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:19:48.204 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 16s ago 34m - - 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (10m) 16s ago 38m 394M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (20m) 47s ago 40m 441M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (6m) 47s ago 40m 69.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (7m) 16s ago 38m 53.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (5m) 47s ago 39m 50.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (10m) 47s ago 33m 11.9M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (10m) 16s ago 33m 12.1M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (3m) 47s ago 38m 48.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (3m) 47s ago 37m 49.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (115s) 47s ago 37m 46.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (52s) 47s ago 36m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (21s) 16s ago 36m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 3d3977221572 2024-09-11T08:19:48.205 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (35m) 16s ago 36m 54.0M 4096M 15.2.9 dfc483079636 a0b9306ef209 2024-09-11T08:19:48.206 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (35m) 16s ago 35m 55.2M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:19:48.206 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (35m) 16s ago 35m 58.5M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:19:48.206 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (9m) 16s ago 34m 51.6M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:19:48.206 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (31m) 47s ago 31m 56.7M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:19:48.206 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (31m) 16s ago 31m 58.1M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3, 2024-09-11T08:19:48.616 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T08:19:48.617 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:19:48.617 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:19:48.617 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:19:48.617 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:19:48.617 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:19:48.617 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 5, 2024-09-11T08:19:48.617 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 10 2024-09-11T08:19:48.617 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:19:48.617 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:19:48.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: cluster 2024-09-11T08:19:47.355221+0000 mgr.y (mgr.25981) 346 : cluster [DBG] pgmap v212: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:47.488175+0000 mgr.y (mgr.25981) 347 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.183973+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.184796+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.185530+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.186231+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.186892+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.187538+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.190302+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.191101+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.191594+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.192109+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:48 smithi169 bash[48863]: audit 2024-09-11T08:19:48.192570+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: cluster 2024-09-11T08:19:47.355221+0000 mgr.y (mgr.25981) 346 : cluster [DBG] pgmap v212: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:47.488175+0000 mgr.y (mgr.25981) 347 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.183973+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.184796+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.185530+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.186231+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.186892+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.187538+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.190302+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.191101+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.191594+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.192109+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[54520]: audit 2024-09-11T08:19:48.192570+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: cluster 2024-09-11T08:19:47.355221+0000 mgr.y (mgr.25981) 346 : cluster [DBG] pgmap v212: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:47.488175+0000 mgr.y (mgr.25981) 347 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.183973+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.184796+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.185530+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.186231+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.186892+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.187538+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.190302+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:19:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.191101+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.191594+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.192109+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:48 smithi133 bash[53244]: audit 2024-09-11T08:19:48.192570+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:19:48.974 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:19:48.974 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:19:48.974 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:19:48.974 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:19:48.975 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:19:48.975 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "5/8 daemons upgraded", 2024-09-11T08:19:48.975 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:19:48.975 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:19:48.975 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:19:49.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:49 smithi169 bash[48863]: audit 2024-09-11T08:19:47.841147+0000 mgr.y (mgr.25981) 348 : audit [DBG] from='client.64444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:49.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:49 smithi169 bash[48863]: audit 2024-09-11T08:19:48.180387+0000 mgr.y (mgr.25981) 349 : audit [DBG] from='client.64450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:49.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:49 smithi169 bash[48863]: audit 2024-09-11T08:19:48.614651+0000 mon.c (mon.1) 17 : audit [DBG] from='client.54558 172.21.15.133:0/1620108630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:49.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:49 smithi133 bash[53244]: audit 2024-09-11T08:19:47.841147+0000 mgr.y (mgr.25981) 348 : audit [DBG] from='client.64444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:49.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:49 smithi133 bash[53244]: audit 2024-09-11T08:19:48.180387+0000 mgr.y (mgr.25981) 349 : audit [DBG] from='client.64450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:49.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:49 smithi133 bash[53244]: audit 2024-09-11T08:19:48.614651+0000 mon.c (mon.1) 17 : audit [DBG] from='client.54558 172.21.15.133:0/1620108630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:49 smithi133 bash[54520]: audit 2024-09-11T08:19:47.841147+0000 mgr.y (mgr.25981) 348 : audit [DBG] from='client.64444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:49 smithi133 bash[54520]: audit 2024-09-11T08:19:48.180387+0000 mgr.y (mgr.25981) 349 : audit [DBG] from='client.64450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:49.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:49 smithi133 bash[54520]: audit 2024-09-11T08:19:48.614651+0000 mon.c (mon.1) 17 : audit [DBG] from='client.54558 172.21.15.133:0/1620108630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:19:50.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:50 smithi169 bash[48863]: audit 2024-09-11T08:19:48.972814+0000 mgr.y (mgr.25981) 350 : audit [DBG] from='client.54564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:50.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:50 smithi169 bash[48863]: cluster 2024-09-11T08:19:49.356223+0000 mgr.y (mgr.25981) 351 : cluster [DBG] pgmap v213: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:50.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:50 smithi133 bash[53244]: audit 2024-09-11T08:19:48.972814+0000 mgr.y (mgr.25981) 350 : audit [DBG] from='client.54564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:50.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:50 smithi133 bash[53244]: cluster 2024-09-11T08:19:49.356223+0000 mgr.y (mgr.25981) 351 : cluster [DBG] pgmap v213: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:50.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:50 smithi133 bash[54520]: audit 2024-09-11T08:19:48.972814+0000 mgr.y (mgr.25981) 350 : audit [DBG] from='client.54564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:19:50.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:50 smithi133 bash[54520]: cluster 2024-09-11T08:19:49.356223+0000 mgr.y (mgr.25981) 351 : cluster [DBG] pgmap v213: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:51.176 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:50 smithi169 systemd[1]: Stopping Ceph osd.5 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:19:51.177 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:50 smithi169 bash[18649]: debug 2024-09-11T08:19:50.977+0000 7f07195c4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:19:51.177 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:50 smithi169 bash[18649]: debug 2024-09-11T08:19:50.977+0000 7f07195c4700 -1 osd.5 98 *** Got signal Terminated *** 2024-09-11T08:19:51.177 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:50 smithi169 bash[18649]: debug 2024-09-11T08:19:50.977+0000 7f07195c4700 -1 osd.5 98 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:19:51.646 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[66340]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.5 2024-09-11T08:19:51.646 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.029872+0000 mon.a (mon.0) 958 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.029935+0000 mon.a (mon.0) 959 : cluster [INF] osd.5 failed (root=default,host=smithi169) (connection refused reported by osd.2) 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.030289+0000 mon.a (mon.0) 960 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.030557+0000 mon.a (mon.0) 961 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.030948+0000 mon.a (mon.0) 962 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.031237+0000 mon.a (mon.0) 963 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.031586+0000 mon.a (mon.0) 964 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.031927+0000 mon.a (mon.0) 965 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.032193+0000 mon.a (mon.0) 966 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.233899+0000 mon.a (mon.0) 967 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.234261+0000 mon.a (mon.0) 968 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.234759+0000 mon.a (mon.0) 969 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.235010+0000 mon.a (mon.0) 970 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.647 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.235320+0000 mon.a (mon.0) 971 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.235595+0000 mon.a (mon.0) 972 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.235837+0000 mon.a (mon.0) 973 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.236142+0000 mon.a (mon.0) 974 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.236455+0000 mon.a (mon.0) 975 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.236744+0000 mon.a (mon.0) 976 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.236980+0000 mon.a (mon.0) 977 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.237286+0000 mon.a (mon.0) 978 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.237517+0000 mon.a (mon.0) 979 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.237891+0000 mon.a (mon.0) 980 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.250898+0000 mon.a (mon.0) 981 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.252970+0000 mon.a (mon.0) 982 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.648 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.255242+0000 mon.a (mon.0) 983 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.029872+0000 mon.a (mon.0) 958 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.029935+0000 mon.a (mon.0) 959 : cluster [INF] osd.5 failed (root=default,host=smithi169) (connection refused reported by osd.2) 2024-09-11T08:19:51.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.030289+0000 mon.a (mon.0) 960 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.030557+0000 mon.a (mon.0) 961 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.030948+0000 mon.a (mon.0) 962 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.031237+0000 mon.a (mon.0) 963 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.031586+0000 mon.a (mon.0) 964 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.700 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.031927+0000 mon.a (mon.0) 965 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.032193+0000 mon.a (mon.0) 966 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.233899+0000 mon.a (mon.0) 967 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-11T08:19:51.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.234261+0000 mon.a (mon.0) 968 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.234759+0000 mon.a (mon.0) 969 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-11T08:19:51.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.235010+0000 mon.a (mon.0) 970 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.701 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.235320+0000 mon.a (mon.0) 971 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.235595+0000 mon.a (mon.0) 972 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:19:51.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.235837+0000 mon.a (mon.0) 973 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:19:51.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.236142+0000 mon.a (mon.0) 974 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.236455+0000 mon.a (mon.0) 975 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.236744+0000 mon.a (mon.0) 976 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.236980+0000 mon.a (mon.0) 977 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:19:51.702 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.237286+0000 mon.a (mon.0) 978 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.237517+0000 mon.a (mon.0) 979 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:19:51.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.237891+0000 mon.a (mon.0) 980 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.703 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.250898+0000 mon.a (mon.0) 981 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:19:51.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.252970+0000 mon.a (mon.0) 982 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.704 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.255242+0000 mon.a (mon.0) 983 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.029872+0000 mon.a (mon.0) 958 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.704 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.029935+0000 mon.a (mon.0) 959 : cluster [INF] osd.5 failed (root=default,host=smithi169) (connection refused reported by osd.2) 2024-09-11T08:19:51.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.030289+0000 mon.a (mon.0) 960 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.030557+0000 mon.a (mon.0) 961 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.030948+0000 mon.a (mon.0) 962 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.031237+0000 mon.a (mon.0) 963 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.031586+0000 mon.a (mon.0) 964 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.705 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.031927+0000 mon.a (mon.0) 965 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.032193+0000 mon.a (mon.0) 966 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.233899+0000 mon.a (mon.0) 967 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-11T08:19:51.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.234261+0000 mon.a (mon.0) 968 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.234759+0000 mon.a (mon.0) 969 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-11T08:19:51.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.235010+0000 mon.a (mon.0) 970 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.706 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.235320+0000 mon.a (mon.0) 971 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.235595+0000 mon.a (mon.0) 972 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:19:51.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.235837+0000 mon.a (mon.0) 973 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:19:51.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.236142+0000 mon.a (mon.0) 974 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.236455+0000 mon.a (mon.0) 975 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-09-11T08:19:51.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.236744+0000 mon.a (mon.0) 976 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.707 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.236980+0000 mon.a (mon.0) 977 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T08:19:51.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.237286+0000 mon.a (mon.0) 978 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.237517+0000 mon.a (mon.0) 979 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:19:51.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.237891+0000 mon.a (mon.0) 980 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-09-11T08:19:51.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.250898+0000 mon.a (mon.0) 981 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-09-11T08:19:51.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.252970+0000 mon.a (mon.0) 982 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-09-11T08:19:51.708 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:51 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.255242+0000 mon.a (mon.0) 983 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T08:19:51.926 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:51 smithi169 bash[66406]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.5 2024-09-11T08:19:52.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:52 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.357408+0000 mgr.y (mgr.25981) 352 : cluster [DBG] pgmap v214: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:52.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:52 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.418547+0000 mon.a (mon.0) 984 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:19:52.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:52 smithi169 bash[48863]: cluster 2024-09-11T08:19:51.434113+0000 mon.a (mon.0) 985 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-09-11T08:19:52.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:52 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.357408+0000 mgr.y (mgr.25981) 352 : cluster [DBG] pgmap v214: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:52.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:52 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.418547+0000 mon.a (mon.0) 984 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:19:52.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:52 smithi133 bash[53244]: cluster 2024-09-11T08:19:51.434113+0000 mon.a (mon.0) 985 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-09-11T08:19:52.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:52 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.357408+0000 mgr.y (mgr.25981) 352 : cluster [DBG] pgmap v214: 132 pgs: 132 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:19:52.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:52 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.418547+0000 mon.a (mon.0) 984 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:19:52.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:52 smithi133 bash[54520]: cluster 2024-09-11T08:19:51.434113+0000 mon.a (mon.0) 985 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-09-11T08:19:53.628 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:53 smithi169 bash[48863]: cluster 2024-09-11T08:19:52.438291+0000 mon.a (mon.0) 986 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-09-11T08:19:53.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:53 smithi133 bash[53244]: cluster 2024-09-11T08:19:52.438291+0000 mon.a (mon.0) 986 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-09-11T08:19:53.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:53 smithi133 bash[54520]: cluster 2024-09-11T08:19:52.438291+0000 mon.a (mon.0) 986 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-09-11T08:19:54.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:54 smithi133 bash[53244]: cluster 2024-09-11T08:19:53.358616+0000 mgr.y (mgr.25981) 353 : cluster [DBG] pgmap v217: 132 pgs: 12 active+undersized, 8 peering, 8 stale+active+clean, 9 active+undersized+degraded, 95 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 25/618 objects degraded (4.045%) 2024-09-11T08:19:54.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:54 smithi133 bash[53244]: cluster 2024-09-11T08:19:53.433171+0000 mon.a (mon.0) 987 : cluster [WRN] Health check failed: Degraded data redundancy: 25/618 objects degraded (4.045%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:54 smithi133 bash[54520]: cluster 2024-09-11T08:19:53.358616+0000 mgr.y (mgr.25981) 353 : cluster [DBG] pgmap v217: 132 pgs: 12 active+undersized, 8 peering, 8 stale+active+clean, 9 active+undersized+degraded, 95 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 25/618 objects degraded (4.045%) 2024-09-11T08:19:54.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:54 smithi133 bash[54520]: cluster 2024-09-11T08:19:53.433171+0000 mon.a (mon.0) 987 : cluster [WRN] Health check failed: Degraded data redundancy: 25/618 objects degraded (4.045%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:54.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:54 smithi169 bash[48863]: cluster 2024-09-11T08:19:53.358616+0000 mgr.y (mgr.25981) 353 : cluster [DBG] pgmap v217: 132 pgs: 12 active+undersized, 8 peering, 8 stale+active+clean, 9 active+undersized+degraded, 95 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 25/618 objects degraded (4.045%) 2024-09-11T08:19:54.700 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:54 smithi169 bash[48863]: cluster 2024-09-11T08:19:53.433171+0000 mon.a (mon.0) 987 : cluster [WRN] Health check failed: Degraded data redundancy: 25/618 objects degraded (4.045%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T08:19:54.700 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:54 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.5.service: Succeeded. 2024-09-11T08:19:54.700 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:54 smithi169 systemd[1]: Stopped Ceph osd.5 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:19:55.176 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:54 smithi169 systemd[1]: Started Ceph osd.5 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:19:55.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:55 smithi133 bash[53244]: audit 2024-09-11T08:19:54.733996+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:55 smithi133 bash[53244]: audit 2024-09-11T08:19:54.741337+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:55 smithi133 bash[53244]: audit 2024-09-11T08:19:54.750671+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:55.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:55 smithi133 bash[53244]: audit 2024-09-11T08:19:54.753392+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:55.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:55 smithi133 bash[54520]: audit 2024-09-11T08:19:54.733996+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:55.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:55 smithi133 bash[54520]: audit 2024-09-11T08:19:54.741337+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:55.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:55 smithi133 bash[54520]: audit 2024-09-11T08:19:54.750671+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:55.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:55 smithi133 bash[54520]: audit 2024-09-11T08:19:54.753392+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:55.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:55 smithi169 bash[48863]: audit 2024-09-11T08:19:54.733996+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:19:55.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:55 smithi169 bash[48863]: audit 2024-09-11T08:19:54.741337+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:55.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:55 smithi169 bash[48863]: audit 2024-09-11T08:19:54.750671+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:19:55.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:55 smithi169 bash[48863]: audit 2024-09-11T08:19:54.753392+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:19:56.654 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:56 smithi169 bash[66595]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:19:56.654 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:56 smithi169 bash[66595]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-11T08:19:56.654 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:56 smithi169 bash[66595]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:19:56.654 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:56 smithi169 bash[66595]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:19:56.654 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:56 smithi169 bash[66595]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:19:56.654 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:56 smithi169 bash[66595]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:19:56.654 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:56 smithi169 bash[66595]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-11T08:19:56.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:56 smithi169 bash[48863]: cluster 2024-09-11T08:19:55.359708+0000 mgr.y (mgr.25981) 354 : cluster [DBG] pgmap v218: 132 pgs: 19 active+undersized, 8 peering, 4 stale+active+clean, 12 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 41/618 objects degraded (6.634%) 2024-09-11T08:19:57.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:56 smithi133 bash[53244]: cluster 2024-09-11T08:19:55.359708+0000 mgr.y (mgr.25981) 354 : cluster [DBG] pgmap v218: 132 pgs: 19 active+undersized, 8 peering, 4 stale+active+clean, 12 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 41/618 objects degraded (6.634%) 2024-09-11T08:19:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:56 smithi133 bash[54520]: cluster 2024-09-11T08:19:55.359708+0000 mgr.y (mgr.25981) 354 : cluster [DBG] pgmap v218: 132 pgs: 19 active+undersized, 8 peering, 4 stale+active+clean, 12 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 41/618 objects degraded (6.634%) 2024-09-11T08:19:58.676 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:58 smithi169 bash[66895]: debug 2024-09-11T08:19:58.529+0000 7f35f032d640 1 -- 172.21.15.169:0/2935545546 <== mon.2 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559239b1ad00 con 0x559239aecc00 2024-09-11T08:19:59.084 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:19:58 smithi169 bash[48863]: cluster 2024-09-11T08:19:57.360972+0000 mgr.y (mgr.25981) 355 : cluster [DBG] pgmap v219: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:19:59.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:19:58 smithi133 bash[53244]: cluster 2024-09-11T08:19:57.360972+0000 mgr.y (mgr.25981) 355 : cluster [DBG] pgmap v219: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:19:59.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:19:58 smithi133 bash[54520]: cluster 2024-09-11T08:19:57.360972+0000 mgr.y (mgr.25981) 355 : cluster [DBG] pgmap v219: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:19:59.426 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:19:59 smithi169 bash[66895]: debug 2024-09-11T08:19:59.073+0000 7f35f2b95440 -1 Falling back to public interface 2024-09-11T08:20:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:19:59.362238+0000 mgr.y (mgr.25981) 356 : cluster [DBG] pgmap v220: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:20:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000180+0000 mon.a (mon.0) 992 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 49/618 objects degraded (7.929%), 14 pgs degraded 2024-09-11T08:20:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000239+0000 mon.a (mon.0) 993 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:20:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000264+0000 mon.a (mon.0) 994 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:20:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000308+0000 mon.a (mon.0) 995 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-09-11T08:20:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000356+0000 mon.a (mon.0) 996 : cluster [WRN] osd.5 (root=default,host=smithi169) is down 2024-09-11T08:20:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000384+0000 mon.a (mon.0) 997 : cluster [WRN] [WRN] PG_DEGRADED: Degraded data redundancy: 49/618 objects degraded (7.929%), 14 pgs degraded 2024-09-11T08:20:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000415+0000 mon.a (mon.0) 998 : cluster [WRN] pg 2.2 is active+undersized+degraded, acting [1,6] 2024-09-11T08:20:01.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000441+0000 mon.a (mon.0) 999 : cluster [WRN] pg 3.17 is active+undersized+degraded, acting [0,3] 2024-09-11T08:20:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000494+0000 mon.a (mon.0) 1000 : cluster [WRN] pg 3.1f is active+undersized+degraded, acting [0,2] 2024-09-11T08:20:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000517+0000 mon.a (mon.0) 1001 : cluster [WRN] pg 4.1 is active+undersized+degraded, acting [4,6] 2024-09-11T08:20:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000544+0000 mon.a (mon.0) 1002 : cluster [WRN] pg 4.2 is active+undersized+degraded, acting [1,4] 2024-09-11T08:20:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000568+0000 mon.a (mon.0) 1003 : cluster [WRN] pg 4.3 is active+undersized+degraded, acting [0,7] 2024-09-11T08:20:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000595+0000 mon.a (mon.0) 1004 : cluster [WRN] pg 4.7 is active+undersized+degraded, acting [1,0] 2024-09-11T08:20:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000619+0000 mon.a (mon.0) 1005 : cluster [WRN] pg 4.8 is active+undersized+degraded, acting [7,6] 2024-09-11T08:20:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000647+0000 mon.a (mon.0) 1006 : cluster [WRN] pg 4.15 is active+undersized+degraded, acting [7,3] 2024-09-11T08:20:01.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000671+0000 mon.a (mon.0) 1007 : cluster [WRN] pg 4.1f is active+undersized+degraded, acting [6,1] 2024-09-11T08:20:01.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000698+0000 mon.a (mon.0) 1008 : cluster [WRN] pg 5.3 is active+undersized+degraded, acting [0,6] 2024-09-11T08:20:01.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000724+0000 mon.a (mon.0) 1009 : cluster [WRN] pg 5.d is active+undersized+degraded, acting [2,7] 2024-09-11T08:20:01.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000751+0000 mon.a (mon.0) 1010 : cluster [WRN] pg 5.e is active+undersized+degraded, acting [4,0] 2024-09-11T08:20:01.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:00 smithi169 bash[48863]: cluster 2024-09-11T08:20:00.000791+0000 mon.a (mon.0) 1011 : cluster [WRN] pg 5.15 is active+undersized+degraded, acting [1,0] 2024-09-11T08:20:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:19:59.362238+0000 mgr.y (mgr.25981) 356 : cluster [DBG] pgmap v220: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:20:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000180+0000 mon.a (mon.0) 992 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 49/618 objects degraded (7.929%), 14 pgs degraded 2024-09-11T08:20:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000239+0000 mon.a (mon.0) 993 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:20:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000264+0000 mon.a (mon.0) 994 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:20:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000308+0000 mon.a (mon.0) 995 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-09-11T08:20:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000356+0000 mon.a (mon.0) 996 : cluster [WRN] osd.5 (root=default,host=smithi169) is down 2024-09-11T08:20:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000384+0000 mon.a (mon.0) 997 : cluster [WRN] [WRN] PG_DEGRADED: Degraded data redundancy: 49/618 objects degraded (7.929%), 14 pgs degraded 2024-09-11T08:20:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000415+0000 mon.a (mon.0) 998 : cluster [WRN] pg 2.2 is active+undersized+degraded, acting [1,6] 2024-09-11T08:20:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000441+0000 mon.a (mon.0) 999 : cluster [WRN] pg 3.17 is active+undersized+degraded, acting [0,3] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000494+0000 mon.a (mon.0) 1000 : cluster [WRN] pg 3.1f is active+undersized+degraded, acting [0,2] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000517+0000 mon.a (mon.0) 1001 : cluster [WRN] pg 4.1 is active+undersized+degraded, acting [4,6] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000544+0000 mon.a (mon.0) 1002 : cluster [WRN] pg 4.2 is active+undersized+degraded, acting [1,4] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000568+0000 mon.a (mon.0) 1003 : cluster [WRN] pg 4.3 is active+undersized+degraded, acting [0,7] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000595+0000 mon.a (mon.0) 1004 : cluster [WRN] pg 4.7 is active+undersized+degraded, acting [1,0] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000619+0000 mon.a (mon.0) 1005 : cluster [WRN] pg 4.8 is active+undersized+degraded, acting [7,6] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000647+0000 mon.a (mon.0) 1006 : cluster [WRN] pg 4.15 is active+undersized+degraded, acting [7,3] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000671+0000 mon.a (mon.0) 1007 : cluster [WRN] pg 4.1f is active+undersized+degraded, acting [6,1] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000698+0000 mon.a (mon.0) 1008 : cluster [WRN] pg 5.3 is active+undersized+degraded, acting [0,6] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000724+0000 mon.a (mon.0) 1009 : cluster [WRN] pg 5.d is active+undersized+degraded, acting [2,7] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000751+0000 mon.a (mon.0) 1010 : cluster [WRN] pg 5.e is active+undersized+degraded, acting [4,0] 2024-09-11T08:20:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[53244]: cluster 2024-09-11T08:20:00.000791+0000 mon.a (mon.0) 1011 : cluster [WRN] pg 5.15 is active+undersized+degraded, acting [1,0] 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:19:59.362238+0000 mgr.y (mgr.25981) 356 : cluster [DBG] pgmap v220: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000180+0000 mon.a (mon.0) 992 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 49/618 objects degraded (7.929%), 14 pgs degraded 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000239+0000 mon.a (mon.0) 993 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000264+0000 mon.a (mon.0) 994 : cluster [WRN] daemon iscsi.iscsi.a on smithi169 is in error state 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000308+0000 mon.a (mon.0) 995 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000356+0000 mon.a (mon.0) 996 : cluster [WRN] osd.5 (root=default,host=smithi169) is down 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000384+0000 mon.a (mon.0) 997 : cluster [WRN] [WRN] PG_DEGRADED: Degraded data redundancy: 49/618 objects degraded (7.929%), 14 pgs degraded 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000415+0000 mon.a (mon.0) 998 : cluster [WRN] pg 2.2 is active+undersized+degraded, acting [1,6] 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000441+0000 mon.a (mon.0) 999 : cluster [WRN] pg 3.17 is active+undersized+degraded, acting [0,3] 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000494+0000 mon.a (mon.0) 1000 : cluster [WRN] pg 3.1f is active+undersized+degraded, acting [0,2] 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000517+0000 mon.a (mon.0) 1001 : cluster [WRN] pg 4.1 is active+undersized+degraded, acting [4,6] 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000544+0000 mon.a (mon.0) 1002 : cluster [WRN] pg 4.2 is active+undersized+degraded, acting [1,4] 2024-09-11T08:20:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000568+0000 mon.a (mon.0) 1003 : cluster [WRN] pg 4.3 is active+undersized+degraded, acting [0,7] 2024-09-11T08:20:01.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000595+0000 mon.a (mon.0) 1004 : cluster [WRN] pg 4.7 is active+undersized+degraded, acting [1,0] 2024-09-11T08:20:01.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000619+0000 mon.a (mon.0) 1005 : cluster [WRN] pg 4.8 is active+undersized+degraded, acting [7,6] 2024-09-11T08:20:01.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000647+0000 mon.a (mon.0) 1006 : cluster [WRN] pg 4.15 is active+undersized+degraded, acting [7,3] 2024-09-11T08:20:01.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000671+0000 mon.a (mon.0) 1007 : cluster [WRN] pg 4.1f is active+undersized+degraded, acting [6,1] 2024-09-11T08:20:01.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000698+0000 mon.a (mon.0) 1008 : cluster [WRN] pg 5.3 is active+undersized+degraded, acting [0,6] 2024-09-11T08:20:01.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000724+0000 mon.a (mon.0) 1009 : cluster [WRN] pg 5.d is active+undersized+degraded, acting [2,7] 2024-09-11T08:20:01.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000751+0000 mon.a (mon.0) 1010 : cluster [WRN] pg 5.e is active+undersized+degraded, acting [4,0] 2024-09-11T08:20:01.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:00 smithi133 bash[54520]: cluster 2024-09-11T08:20:00.000791+0000 mon.a (mon.0) 1011 : cluster [WRN] pg 5.15 is active+undersized+degraded, acting [1,0] 2024-09-11T08:20:02.676 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:20:02 smithi169 bash[66895]: debug 2024-09-11T08:20:02.173+0000 7f35f2b95440 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-11T08:20:02.676 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:20:02 smithi169 bash[66895]: debug 2024-09-11T08:20:02.205+0000 7f35f2b95440 -1 osd.5 98 log_to_monitors true 2024-09-11T08:20:03.176 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:20:02 smithi169 bash[66895]: debug 2024-09-11T08:20:02.785+0000 7f35ea140640 -1 osd.5 98 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:20:03.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:02 smithi169 bash[48863]: cluster 2024-09-11T08:20:01.363533+0000 mgr.y (mgr.25981) 357 : cluster [DBG] pgmap v221: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:20:03.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:02 smithi169 bash[48863]: audit 2024-09-11T08:20:02.213923+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/3799853998,v1:172.21.15.169:6809/3799853998]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:20:03.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:02 smithi169 bash[48863]: audit 2024-09-11T08:20:02.217576+0000 mon.a (mon.0) 1012 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:20:03.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:02 smithi169 bash[48863]: audit 2024-09-11T08:20:02.402663+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:03.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:02 smithi169 bash[48863]: audit 2024-09-11T08:20:02.410832+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:03.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:02 smithi169 bash[48863]: audit 2024-09-11T08:20:02.418760+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:03.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[53244]: cluster 2024-09-11T08:20:01.363533+0000 mgr.y (mgr.25981) 357 : cluster [DBG] pgmap v221: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[53244]: audit 2024-09-11T08:20:02.213923+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/3799853998,v1:172.21.15.169:6809/3799853998]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[53244]: audit 2024-09-11T08:20:02.217576+0000 mon.a (mon.0) 1012 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[53244]: audit 2024-09-11T08:20:02.402663+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[53244]: audit 2024-09-11T08:20:02.410832+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[53244]: audit 2024-09-11T08:20:02.418760+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[54520]: cluster 2024-09-11T08:20:01.363533+0000 mgr.y (mgr.25981) 357 : cluster [DBG] pgmap v221: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.5 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[54520]: audit 2024-09-11T08:20:02.213923+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/3799853998,v1:172.21.15.169:6809/3799853998]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[54520]: audit 2024-09-11T08:20:02.217576+0000 mon.a (mon.0) 1012 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[54520]: audit 2024-09-11T08:20:02.402663+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[54520]: audit 2024-09-11T08:20:02.410832+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:03.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:02 smithi133 bash[54520]: audit 2024-09-11T08:20:02.418760+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:04.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: audit 2024-09-11T08:20:02.770467+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/3799853998,v1:172.21.15.169:6809/3799853998]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: audit 2024-09-11T08:20:02.771704+0000 mon.a (mon.0) 1016 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: cluster 2024-09-11T08:20:02.772234+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: audit 2024-09-11T08:20:02.779090+0000 mon.a (mon.0) 1018 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: audit 2024-09-11T08:20:02.800517+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: audit 2024-09-11T08:20:03.016068+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: audit 2024-09-11T08:20:03.025027+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: audit 2024-09-11T08:20:03.035349+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: audit 2024-09-11T08:20:03.037470+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: cluster 2024-09-11T08:20:03.075043+0000 mon.a (mon.0) 1024 : cluster [WRN] Health check update: Degraded data redundancy: 49/618 objects degraded (7.929%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:04.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:03 smithi169 bash[48863]: cluster 2024-09-11T08:20:03.364725+0000 mgr.y (mgr.25981) 358 : cluster [DBG] pgmap v223: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: audit 2024-09-11T08:20:02.770467+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/3799853998,v1:172.21.15.169:6809/3799853998]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: audit 2024-09-11T08:20:02.771704+0000 mon.a (mon.0) 1016 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: cluster 2024-09-11T08:20:02.772234+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: audit 2024-09-11T08:20:02.779090+0000 mon.a (mon.0) 1018 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: audit 2024-09-11T08:20:02.800517+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: audit 2024-09-11T08:20:03.016068+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: audit 2024-09-11T08:20:03.025027+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: audit 2024-09-11T08:20:03.035349+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: audit 2024-09-11T08:20:03.037470+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: cluster 2024-09-11T08:20:03.075043+0000 mon.a (mon.0) 1024 : cluster [WRN] Health check update: Degraded data redundancy: 49/618 objects degraded (7.929%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[53244]: cluster 2024-09-11T08:20:03.364725+0000 mgr.y (mgr.25981) 358 : cluster [DBG] pgmap v223: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: audit 2024-09-11T08:20:02.770467+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/3799853998,v1:172.21.15.169:6809/3799853998]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: audit 2024-09-11T08:20:02.771704+0000 mon.a (mon.0) 1016 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: cluster 2024-09-11T08:20:02.772234+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: audit 2024-09-11T08:20:02.779090+0000 mon.a (mon.0) 1018 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: audit 2024-09-11T08:20:02.800517+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: audit 2024-09-11T08:20:03.016068+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: audit 2024-09-11T08:20:03.025027+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: audit 2024-09-11T08:20:03.035349+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: audit 2024-09-11T08:20:03.037470+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: cluster 2024-09-11T08:20:03.075043+0000 mon.a (mon.0) 1024 : cluster [WRN] Health check update: Degraded data redundancy: 49/618 objects degraded (7.929%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:04.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:03 smithi133 bash[54520]: cluster 2024-09-11T08:20:03.364725+0000 mgr.y (mgr.25981) 358 : cluster [DBG] pgmap v223: 132 pgs: 33 active+undersized, 14 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 49/618 objects degraded (7.929%) 2024-09-11T08:20:05.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:04 smithi169 bash[48863]: cluster 2024-09-11T08:20:03.774612+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:20:05.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:04 smithi169 bash[48863]: cluster 2024-09-11T08:20:03.782676+0000 mon.a (mon.0) 1026 : cluster [INF] osd.5 [v2:172.21.15.169:6808/3799853998,v1:172.21.15.169:6809/3799853998] boot 2024-09-11T08:20:05.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:04 smithi169 bash[48863]: cluster 2024-09-11T08:20:03.782762+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-09-11T08:20:05.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:04 smithi169 bash[48863]: audit 2024-09-11T08:20:03.784664+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:20:05.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:04 smithi169 bash[48863]: cluster 2024-09-11T08:20:04.785184+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-09-11T08:20:05.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[54520]: cluster 2024-09-11T08:20:03.774612+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:20:05.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[54520]: cluster 2024-09-11T08:20:03.782676+0000 mon.a (mon.0) 1026 : cluster [INF] osd.5 [v2:172.21.15.169:6808/3799853998,v1:172.21.15.169:6809/3799853998] boot 2024-09-11T08:20:05.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[54520]: cluster 2024-09-11T08:20:03.782762+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-09-11T08:20:05.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[54520]: audit 2024-09-11T08:20:03.784664+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:20:05.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[54520]: cluster 2024-09-11T08:20:04.785184+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-09-11T08:20:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[53244]: cluster 2024-09-11T08:20:03.774612+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:20:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[53244]: cluster 2024-09-11T08:20:03.782676+0000 mon.a (mon.0) 1026 : cluster [INF] osd.5 [v2:172.21.15.169:6808/3799853998,v1:172.21.15.169:6809/3799853998] boot 2024-09-11T08:20:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[53244]: cluster 2024-09-11T08:20:03.782762+0000 mon.a (mon.0) 1027 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-09-11T08:20:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[53244]: audit 2024-09-11T08:20:03.784664+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:20:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:04 smithi133 bash[53244]: cluster 2024-09-11T08:20:04.785184+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-09-11T08:20:06.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:06 smithi169 bash[48863]: cluster 2024-09-11T08:20:05.365840+0000 mgr.y (mgr.25981) 359 : cluster [DBG] pgmap v226: 132 pgs: 28 active+undersized, 13 active+undersized+degraded, 91 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 44/618 objects degraded (7.120%) 2024-09-11T08:20:06.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:06 smithi169 bash[48863]: audit 2024-09-11T08:20:05.424009+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:06.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:06 smithi133 bash[54520]: cluster 2024-09-11T08:20:05.365840+0000 mgr.y (mgr.25981) 359 : cluster [DBG] pgmap v226: 132 pgs: 28 active+undersized, 13 active+undersized+degraded, 91 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 44/618 objects degraded (7.120%) 2024-09-11T08:20:06.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:06 smithi133 bash[54520]: audit 2024-09-11T08:20:05.424009+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:06.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:06 smithi133 bash[53244]: cluster 2024-09-11T08:20:05.365840+0000 mgr.y (mgr.25981) 359 : cluster [DBG] pgmap v226: 132 pgs: 28 active+undersized, 13 active+undersized+degraded, 91 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 44/618 objects degraded (7.120%) 2024-09-11T08:20:06.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:06 smithi133 bash[53244]: audit 2024-09-11T08:20:05.424009+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:08.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:08 smithi133 bash[54520]: cluster 2024-09-11T08:20:07.366997+0000 mgr.y (mgr.25981) 360 : cluster [DBG] pgmap v227: 132 pgs: 21 active+undersized, 11 active+undersized+degraded, 100 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 36/618 objects degraded (5.825%) 2024-09-11T08:20:08.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:08 smithi133 bash[54520]: cluster 2024-09-11T08:20:08.076133+0000 mon.a (mon.0) 1031 : cluster [WRN] Health check update: Degraded data redundancy: 36/618 objects degraded (5.825%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:08.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:08 smithi133 bash[53244]: cluster 2024-09-11T08:20:07.366997+0000 mgr.y (mgr.25981) 360 : cluster [DBG] pgmap v227: 132 pgs: 21 active+undersized, 11 active+undersized+degraded, 100 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 36/618 objects degraded (5.825%) 2024-09-11T08:20:08.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:08 smithi133 bash[53244]: cluster 2024-09-11T08:20:08.076133+0000 mon.a (mon.0) 1031 : cluster [WRN] Health check update: Degraded data redundancy: 36/618 objects degraded (5.825%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:08.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:08 smithi169 bash[48863]: cluster 2024-09-11T08:20:07.366997+0000 mgr.y (mgr.25981) 360 : cluster [DBG] pgmap v227: 132 pgs: 21 active+undersized, 11 active+undersized+degraded, 100 active+clean; 584 KiB data, 1.7 GiB used, 711 GiB / 715 GiB avail; 36/618 objects degraded (5.825%) 2024-09-11T08:20:08.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:08 smithi169 bash[48863]: cluster 2024-09-11T08:20:08.076133+0000 mon.a (mon.0) 1031 : cluster [WRN] Health check update: Degraded data redundancy: 36/618 objects degraded (5.825%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:09.626 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:09 smithi169 bash[48863]: cluster 2024-09-11T08:20:09.426580+0000 mon.a (mon.0) 1032 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/618 objects degraded (5.825%), 11 pgs degraded) 2024-09-11T08:20:09.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:09 smithi133 bash[54520]: cluster 2024-09-11T08:20:09.426580+0000 mon.a (mon.0) 1032 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/618 objects degraded (5.825%), 11 pgs degraded) 2024-09-11T08:20:09.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:09 smithi133 bash[53244]: cluster 2024-09-11T08:20:09.426580+0000 mon.a (mon.0) 1032 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/618 objects degraded (5.825%), 11 pgs degraded) 2024-09-11T08:20:10.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:10 smithi169 bash[48863]: cluster 2024-09-11T08:20:09.368172+0000 mgr.y (mgr.25981) 361 : cluster [DBG] pgmap v228: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:10.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:10 smithi133 bash[54520]: cluster 2024-09-11T08:20:09.368172+0000 mgr.y (mgr.25981) 361 : cluster [DBG] pgmap v228: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:10.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:10 smithi133 bash[53244]: cluster 2024-09-11T08:20:09.368172+0000 mgr.y (mgr.25981) 361 : cluster [DBG] pgmap v228: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:12.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:12 smithi169 bash[48863]: cluster 2024-09-11T08:20:11.369248+0000 mgr.y (mgr.25981) 362 : cluster [DBG] pgmap v229: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:12.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:12 smithi133 bash[54520]: cluster 2024-09-11T08:20:11.369248+0000 mgr.y (mgr.25981) 362 : cluster [DBG] pgmap v229: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:12.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:12 smithi133 bash[53244]: cluster 2024-09-11T08:20:11.369248+0000 mgr.y (mgr.25981) 362 : cluster [DBG] pgmap v229: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:14.372 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: cluster 2024-09-11T08:20:13.370486+0000 mgr.y (mgr.25981) 363 : cluster [DBG] pgmap v230: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:13.955231+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:13.964301+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:13.974025+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:13.976088+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:13.977816+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:13.987394+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:14.044930+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:14.050701+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:14.052951+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:14.054920+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:14.373 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:14 smithi169 bash[48863]: audit 2024-09-11T08:20:14.057453+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: cluster 2024-09-11T08:20:13.370486+0000 mgr.y (mgr.25981) 363 : cluster [DBG] pgmap v230: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:13.955231+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:13.964301+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:13.974025+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:13.976088+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:13.977816+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:13.987394+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:14.044930+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:14.050701+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:14.052951+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:14.054920+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[54520]: audit 2024-09-11T08:20:14.057453+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: cluster 2024-09-11T08:20:13.370486+0000 mgr.y (mgr.25981) 363 : cluster [DBG] pgmap v230: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:13.955231+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:13.964301+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:13.974025+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:13.976088+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:13.977816+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:13.987394+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:14.044930+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:14.050701+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:14.052951+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:14.054920+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:14.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:14 smithi133 bash[53244]: audit 2024-09-11T08:20:14.057453+0000 mon.a (mon.0) 1043 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:20:15.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:15 smithi169 bash[48863]: cephadm 2024-09-11T08:20:13.979175+0000 mgr.y (mgr.25981) 364 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:20:15.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:15 smithi169 bash[48863]: cluster 2024-09-11T08:20:13.980378+0000 mgr.y (mgr.25981) 365 : cluster [DBG] pgmap v231: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:15.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:15 smithi169 bash[48863]: cluster 2024-09-11T08:20:13.980938+0000 mgr.y (mgr.25981) 366 : cluster [DBG] pgmap v232: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:15.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:15 smithi169 bash[48863]: audit 2024-09-11T08:20:14.057801+0000 mgr.y (mgr.25981) 367 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:20:15.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:15 smithi169 bash[48863]: cephadm 2024-09-11T08:20:14.059586+0000 mgr.y (mgr.25981) 368 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-11T08:20:15.448 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[54520]: cephadm 2024-09-11T08:20:13.979175+0000 mgr.y (mgr.25981) 364 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:20:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[54520]: cluster 2024-09-11T08:20:13.980378+0000 mgr.y (mgr.25981) 365 : cluster [DBG] pgmap v231: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[54520]: cluster 2024-09-11T08:20:13.980938+0000 mgr.y (mgr.25981) 366 : cluster [DBG] pgmap v232: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[54520]: audit 2024-09-11T08:20:14.057801+0000 mgr.y (mgr.25981) 367 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:20:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[54520]: cephadm 2024-09-11T08:20:14.059586+0000 mgr.y (mgr.25981) 368 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-11T08:20:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[53244]: cephadm 2024-09-11T08:20:13.979175+0000 mgr.y (mgr.25981) 364 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:20:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[53244]: cluster 2024-09-11T08:20:13.980378+0000 mgr.y (mgr.25981) 365 : cluster [DBG] pgmap v231: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[53244]: cluster 2024-09-11T08:20:13.980938+0000 mgr.y (mgr.25981) 366 : cluster [DBG] pgmap v232: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[53244]: audit 2024-09-11T08:20:14.057801+0000 mgr.y (mgr.25981) 367 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:20:15.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:15 smithi133 bash[53244]: cephadm 2024-09-11T08:20:14.059586+0000 mgr.y (mgr.25981) 368 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-11T08:20:16.788 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:16 smithi169 bash[48863]: audit 2024-09-11T08:20:15.447279+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:16 smithi133 bash[53244]: audit 2024-09-11T08:20:15.447279+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:16 smithi133 bash[54520]: audit 2024-09-11T08:20:15.447279+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:17.889 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:17 smithi169 bash[48863]: cluster 2024-09-11T08:20:15.981847+0000 mgr.y (mgr.25981) 369 : cluster [DBG] pgmap v233: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:17.889 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:17 smithi169 bash[48863]: cephadm 2024-09-11T08:20:16.470262+0000 mgr.y (mgr.25981) 370 : cephadm [INF] Upgrade: Updating osd.6 2024-09-11T08:20:17.889 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:17 smithi169 bash[48863]: audit 2024-09-11T08:20:16.478570+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:17.889 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:17 smithi169 bash[48863]: audit 2024-09-11T08:20:16.480044+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:20:17.890 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:17 smithi169 bash[48863]: audit 2024-09-11T08:20:16.481353+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:17.890 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:17 smithi169 bash[48863]: cephadm 2024-09-11T08:20:16.483817+0000 mgr.y (mgr.25981) 371 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-09-11T08:20:17.890 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:17 smithi169 bash[48863]: audit 2024-09-11T08:20:16.484540+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:20:17.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[53244]: cluster 2024-09-11T08:20:15.981847+0000 mgr.y (mgr.25981) 369 : cluster [DBG] pgmap v233: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[53244]: cephadm 2024-09-11T08:20:16.470262+0000 mgr.y (mgr.25981) 370 : cephadm [INF] Upgrade: Updating osd.6 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[53244]: audit 2024-09-11T08:20:16.478570+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[53244]: audit 2024-09-11T08:20:16.480044+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[53244]: audit 2024-09-11T08:20:16.481353+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[53244]: cephadm 2024-09-11T08:20:16.483817+0000 mgr.y (mgr.25981) 371 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[53244]: audit 2024-09-11T08:20:16.484540+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[54520]: cluster 2024-09-11T08:20:15.981847+0000 mgr.y (mgr.25981) 369 : cluster [DBG] pgmap v233: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[54520]: cephadm 2024-09-11T08:20:16.470262+0000 mgr.y (mgr.25981) 370 : cephadm [INF] Upgrade: Updating osd.6 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[54520]: audit 2024-09-11T08:20:16.478570+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[54520]: audit 2024-09-11T08:20:16.480044+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:20:17.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[54520]: audit 2024-09-11T08:20:16.481353+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:17.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[54520]: cephadm 2024-09-11T08:20:16.483817+0000 mgr.y (mgr.25981) 371 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-09-11T08:20:17.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:17 smithi133 bash[54520]: audit 2024-09-11T08:20:16.484540+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T08:20:19.349 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:20:19.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:19 smithi169 bash[48863]: cluster 2024-09-11T08:20:17.983132+0000 mgr.y (mgr.25981) 372 : cluster [DBG] pgmap v234: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:19.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:19 smithi133 bash[53244]: cluster 2024-09-11T08:20:17.983132+0000 mgr.y (mgr.25981) 372 : cluster [DBG] pgmap v234: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:19.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:19 smithi133 bash[54520]: cluster 2024-09-11T08:20:17.983132+0000 mgr.y (mgr.25981) 372 : cluster [DBG] pgmap v234: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (9m) 79s ago 34m 17.0M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (8m) 17s ago 33m 80.0M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 17s ago 34m - - 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (11m) 17s ago 39m 394M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (21m) 79s ago 40m 441M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (6m) 79s ago 41m 69.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (7m) 17s ago 39m 58.9M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (6m) 79s ago 39m 50.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:20:20.032 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (10m) 79s ago 34m 11.9M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (10m) 17s ago 34m 11.8M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (4m) 79s ago 38m 48.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (3m) 79s ago 38m 49.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (2m) 79s ago 37m 46.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (84s) 79s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (53s) 17s ago 37m 47.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 3d3977221572 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (22s) 17s ago 36m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 8db598040439 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (36m) 17s ago 36m 56.1M 4096M 15.2.9 dfc483079636 80fd7de0345e 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (35m) 17s ago 35m 59.6M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (10m) 17s ago 34m 51.8M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (32m) 79s ago 32m 56.7M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:20:20.033 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (32m) 17s ago 32m 58.2M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:20:20.448 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:20:20.448 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:20:20.448 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:20:20.448 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:20:20.448 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:20:20.448 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2, 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 4, 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 11 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:20:20.449 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:20:20.801 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:20:20.801 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:20:20.801 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:20:20.801 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:20:20.801 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:20:20.801 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "6/8 daemons upgraded", 2024-09-11T08:20:20.802 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:20:20.802 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:20:20.802 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:20:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:19.335893+0000 mgr.y (mgr.25981) 373 : audit [DBG] from='client.64471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:19.681320+0000 mgr.y (mgr.25981) 374 : audit [DBG] from='client.54579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.014615+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.015429+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.016128+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.016883+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.017594+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.018298+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.020601+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.020968+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.021329+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.021693+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.022050+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:20 smithi169 bash[48863]: audit 2024-09-11T08:20:20.446871+0000 mon.c (mon.1) 18 : audit [DBG] from='client.64489 172.21.15.133:0/970500623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:19.335893+0000 mgr.y (mgr.25981) 373 : audit [DBG] from='client.64471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:19.681320+0000 mgr.y (mgr.25981) 374 : audit [DBG] from='client.54579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.014615+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.015429+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.016128+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.016883+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.017594+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.018298+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.020601+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.020968+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.021329+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.021693+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.022050+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[53244]: audit 2024-09-11T08:20:20.446871+0000 mon.c (mon.1) 18 : audit [DBG] from='client.64489 172.21.15.133:0/970500623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:19.335893+0000 mgr.y (mgr.25981) 373 : audit [DBG] from='client.64471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:19.681320+0000 mgr.y (mgr.25981) 374 : audit [DBG] from='client.54579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.014615+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:20.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.015429+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.016128+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.016883+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.017594+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.018298+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.020601+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.020968+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.021329+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.021693+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.022050+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:20.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:20 smithi133 bash[54520]: audit 2024-09-11T08:20:20.446871+0000 mon.c (mon.1) 18 : audit [DBG] from='client.64489 172.21.15.133:0/970500623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:21.492 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:21 smithi169 systemd[1]: Stopping Ceph osd.6 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:20:21.791 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:21 smithi169 bash[48863]: cluster 2024-09-11T08:20:19.983697+0000 mgr.y (mgr.25981) 375 : cluster [DBG] pgmap v235: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:21.791 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:21 smithi169 bash[48863]: audit 2024-09-11T08:20:20.009354+0000 mgr.y (mgr.25981) 376 : audit [DBG] from='client.64483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:21.791 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:21 smithi169 bash[20210]: debug 2024-09-11T08:20:21.501+0000 7f8974e5b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:20:21.792 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:21 smithi169 bash[20210]: debug 2024-09-11T08:20:21.501+0000 7f8974e5b700 -1 osd.6 103 *** Got signal Terminated *** 2024-09-11T08:20:21.792 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:21 smithi169 bash[20210]: debug 2024-09-11T08:20:21.501+0000 7f8974e5b700 -1 osd.6 103 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:20:21.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:21 smithi133 bash[53244]: cluster 2024-09-11T08:20:19.983697+0000 mgr.y (mgr.25981) 375 : cluster [DBG] pgmap v235: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:21 smithi133 bash[53244]: audit 2024-09-11T08:20:20.009354+0000 mgr.y (mgr.25981) 376 : audit [DBG] from='client.64483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:21 smithi133 bash[54520]: cluster 2024-09-11T08:20:19.983697+0000 mgr.y (mgr.25981) 375 : cluster [DBG] pgmap v235: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:21 smithi133 bash[54520]: audit 2024-09-11T08:20:20.009354+0000 mgr.y (mgr.25981) 376 : audit [DBG] from='client.64483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:22.502 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[71597]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.6 2024-09-11T08:20:22.502 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[71668]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.6 2024-09-11T08:20:22.503 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: audit 2024-09-11T08:20:20.800067+0000 mgr.y (mgr.25981) 377 : audit [DBG] from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:22.503 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.585553+0000 mon.a (mon.0) 1060 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.504 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.585638+0000 mon.a (mon.0) 1061 : cluster [INF] osd.6 failed (root=default,host=smithi169) (connection refused reported by osd.1) 2024-09-11T08:20:22.504 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.586253+0000 mon.a (mon.0) 1062 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.504 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.586691+0000 mon.a (mon.0) 1063 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.504 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.587136+0000 mon.a (mon.0) 1064 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.504 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.783942+0000 mon.a (mon.0) 1065 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.786191+0000 mon.a (mon.0) 1066 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.786541+0000 mon.a (mon.0) 1067 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.786927+0000 mon.a (mon.0) 1068 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.787173+0000 mon.a (mon.0) 1069 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.787422+0000 mon.a (mon.0) 1070 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.787691+0000 mon.a (mon.0) 1071 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.788088+0000 mon.a (mon.0) 1072 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.788403+0000 mon.a (mon.0) 1073 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.788957+0000 mon.a (mon.0) 1074 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.789511+0000 mon.a (mon.0) 1075 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.789833+0000 mon.a (mon.0) 1076 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.790030+0000 mon.a (mon.0) 1077 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.790462+0000 mon.a (mon.0) 1078 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.182853+0000 mon.a (mon.0) 1079 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.186460+0000 mon.a (mon.0) 1080 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.187181+0000 mon.a (mon.0) 1081 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.188027+0000 mon.a (mon.0) 1082 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.188559+0000 mon.a (mon.0) 1083 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.189259+0000 mon.a (mon.0) 1084 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.190093+0000 mon.a (mon.0) 1085 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.190664+0000 mon.a (mon.0) 1086 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.191236+0000 mon.a (mon.0) 1087 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.191815+0000 mon.a (mon.0) 1088 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.192356+0000 mon.a (mon.0) 1089 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.193426+0000 mon.a (mon.0) 1090 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.193683+0000 mon.a (mon.0) 1091 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.193925+0000 mon.a (mon.0) 1092 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.338481+0000 mon.a (mon.0) 1093 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:22 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.342515+0000 mon.a (mon.0) 1094 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: audit 2024-09-11T08:20:20.800067+0000 mgr.y (mgr.25981) 377 : audit [DBG] from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.585553+0000 mon.a (mon.0) 1060 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.585638+0000 mon.a (mon.0) 1061 : cluster [INF] osd.6 failed (root=default,host=smithi169) (connection refused reported by osd.1) 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.586253+0000 mon.a (mon.0) 1062 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.586691+0000 mon.a (mon.0) 1063 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.587136+0000 mon.a (mon.0) 1064 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.783942+0000 mon.a (mon.0) 1065 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.786191+0000 mon.a (mon.0) 1066 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.786541+0000 mon.a (mon.0) 1067 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.786927+0000 mon.a (mon.0) 1068 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.787173+0000 mon.a (mon.0) 1069 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.787422+0000 mon.a (mon.0) 1070 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.787691+0000 mon.a (mon.0) 1071 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.788088+0000 mon.a (mon.0) 1072 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.788403+0000 mon.a (mon.0) 1073 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.788957+0000 mon.a (mon.0) 1074 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.789511+0000 mon.a (mon.0) 1075 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.789833+0000 mon.a (mon.0) 1076 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.790030+0000 mon.a (mon.0) 1077 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.790462+0000 mon.a (mon.0) 1078 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.182853+0000 mon.a (mon.0) 1079 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.186460+0000 mon.a (mon.0) 1080 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.187181+0000 mon.a (mon.0) 1081 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.188027+0000 mon.a (mon.0) 1082 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.188559+0000 mon.a (mon.0) 1083 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: audit 2024-09-11T08:20:20.800067+0000 mgr.y (mgr.25981) 377 : audit [DBG] from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.585553+0000 mon.a (mon.0) 1060 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.585638+0000 mon.a (mon.0) 1061 : cluster [INF] osd.6 failed (root=default,host=smithi169) (connection refused reported by osd.1) 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.586253+0000 mon.a (mon.0) 1062 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.586691+0000 mon.a (mon.0) 1063 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.587136+0000 mon.a (mon.0) 1064 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.783942+0000 mon.a (mon.0) 1065 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.786191+0000 mon.a (mon.0) 1066 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.786541+0000 mon.a (mon.0) 1067 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.786927+0000 mon.a (mon.0) 1068 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.787173+0000 mon.a (mon.0) 1069 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.787422+0000 mon.a (mon.0) 1070 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.787691+0000 mon.a (mon.0) 1071 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.788088+0000 mon.a (mon.0) 1072 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.788403+0000 mon.a (mon.0) 1073 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.788957+0000 mon.a (mon.0) 1074 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.789511+0000 mon.a (mon.0) 1075 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.789833+0000 mon.a (mon.0) 1076 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.790030+0000 mon.a (mon.0) 1077 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.790462+0000 mon.a (mon.0) 1078 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.182853+0000 mon.a (mon.0) 1079 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.186460+0000 mon.a (mon.0) 1080 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.187181+0000 mon.a (mon.0) 1081 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.188027+0000 mon.a (mon.0) 1082 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.188559+0000 mon.a (mon.0) 1083 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.189259+0000 mon.a (mon.0) 1084 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.190093+0000 mon.a (mon.0) 1085 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.190664+0000 mon.a (mon.0) 1086 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.191236+0000 mon.a (mon.0) 1087 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.191815+0000 mon.a (mon.0) 1088 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.192356+0000 mon.a (mon.0) 1089 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.193426+0000 mon.a (mon.0) 1090 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.193683+0000 mon.a (mon.0) 1091 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.193925+0000 mon.a (mon.0) 1092 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.338481+0000 mon.a (mon.0) 1093 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.342515+0000 mon.a (mon.0) 1094 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.189259+0000 mon.a (mon.0) 1084 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.190093+0000 mon.a (mon.0) 1085 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.190664+0000 mon.a (mon.0) 1086 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.191236+0000 mon.a (mon.0) 1087 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.191815+0000 mon.a (mon.0) 1088 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.192356+0000 mon.a (mon.0) 1089 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.193426+0000 mon.a (mon.0) 1090 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.193683+0000 mon.a (mon.0) 1091 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.193925+0000 mon.a (mon.0) 1092 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.338481+0000 mon.a (mon.0) 1093 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T08:20:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:22 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.342515+0000 mon.a (mon.0) 1094 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T08:20:23.798 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:23 smithi169 bash[48863]: cluster 2024-09-11T08:20:21.984782+0000 mgr.y (mgr.25981) 378 : cluster [DBG] pgmap v236: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:23.798 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:23 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.492246+0000 mon.a (mon.0) 1095 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:20:23.798 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:23 smithi169 bash[48863]: cluster 2024-09-11T08:20:22.507574+0000 mon.a (mon.0) 1096 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-09-11T08:20:23.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:23 smithi133 bash[53244]: cluster 2024-09-11T08:20:21.984782+0000 mgr.y (mgr.25981) 378 : cluster [DBG] pgmap v236: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:23 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.492246+0000 mon.a (mon.0) 1095 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:20:23.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:23 smithi133 bash[53244]: cluster 2024-09-11T08:20:22.507574+0000 mon.a (mon.0) 1096 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-09-11T08:20:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:23 smithi133 bash[54520]: cluster 2024-09-11T08:20:21.984782+0000 mgr.y (mgr.25981) 378 : cluster [DBG] pgmap v236: 132 pgs: 132 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:23 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.492246+0000 mon.a (mon.0) 1095 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:20:23.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:23 smithi133 bash[54520]: cluster 2024-09-11T08:20:22.507574+0000 mon.a (mon.0) 1096 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-09-11T08:20:24.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:24 smithi169 bash[48863]: cluster 2024-09-11T08:20:23.513906+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-09-11T08:20:24.926 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:24 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.6.service: Succeeded. 2024-09-11T08:20:24.926 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:24 smithi169 systemd[1]: Stopped Ceph osd.6 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:20:24.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:24 smithi133 bash[53244]: cluster 2024-09-11T08:20:23.513906+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-09-11T08:20:24.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:24 smithi133 bash[54520]: cluster 2024-09-11T08:20:23.513906+0000 mon.a (mon.0) 1097 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-09-11T08:20:25.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:24 smithi169 systemd[1]: Started Ceph osd.6 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:20:25.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:25 smithi169 bash[48863]: cluster 2024-09-11T08:20:23.985529+0000 mgr.y (mgr.25981) 379 : cluster [DBG] pgmap v239: 132 pgs: 14 peering, 4 stale+active+clean, 114 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:25.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:25 smithi169 bash[48863]: cluster 2024-09-11T08:20:24.520619+0000 mon.a (mon.0) 1098 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-11T08:20:25.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:25 smithi169 bash[48863]: audit 2024-09-11T08:20:25.002464+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:25.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:25 smithi169 bash[48863]: audit 2024-09-11T08:20:25.011378+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:25.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:25 smithi169 bash[48863]: audit 2024-09-11T08:20:25.022516+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:25.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:25 smithi169 bash[48863]: audit 2024-09-11T08:20:25.027543+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:25.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[53244]: cluster 2024-09-11T08:20:23.985529+0000 mgr.y (mgr.25981) 379 : cluster [DBG] pgmap v239: 132 pgs: 14 peering, 4 stale+active+clean, 114 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[53244]: cluster 2024-09-11T08:20:24.520619+0000 mon.a (mon.0) 1098 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[53244]: audit 2024-09-11T08:20:25.002464+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[53244]: audit 2024-09-11T08:20:25.011378+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[53244]: audit 2024-09-11T08:20:25.022516+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[53244]: audit 2024-09-11T08:20:25.027543+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[54520]: cluster 2024-09-11T08:20:23.985529+0000 mgr.y (mgr.25981) 379 : cluster [DBG] pgmap v239: 132 pgs: 14 peering, 4 stale+active+clean, 114 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[54520]: cluster 2024-09-11T08:20:24.520619+0000 mon.a (mon.0) 1098 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[54520]: audit 2024-09-11T08:20:25.002464+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[54520]: audit 2024-09-11T08:20:25.011378+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[54520]: audit 2024-09-11T08:20:25.022516+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:25.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:25 smithi133 bash[54520]: audit 2024-09-11T08:20:25.027543+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:26.840 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:26 smithi169 bash[48863]: cluster 2024-09-11T08:20:26.533587+0000 mon.a (mon.0) 1103 : cluster [WRN] Health check failed: Degraded data redundancy: 3/618 objects degraded (0.485%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:26.840 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:26 smithi169 bash[71851]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:20:26.840 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:26 smithi169 bash[71851]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-11T08:20:26.840 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:26 smithi169 bash[71851]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:20:26.841 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:26 smithi169 bash[71851]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:20:26.841 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:26 smithi169 bash[71851]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T08:20:26.841 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:26 smithi169 bash[71851]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:20:26.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:26 smithi133 bash[53244]: cluster 2024-09-11T08:20:26.533587+0000 mon.a (mon.0) 1103 : cluster [WRN] Health check failed: Degraded data redundancy: 3/618 objects degraded (0.485%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:26.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:26 smithi133 bash[54520]: cluster 2024-09-11T08:20:26.533587+0000 mon.a (mon.0) 1103 : cluster [WRN] Health check failed: Degraded data redundancy: 3/618 objects degraded (0.485%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:27.176 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:26 smithi169 bash[71851]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-11T08:20:27.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:27 smithi169 bash[48863]: cluster 2024-09-11T08:20:25.986526+0000 mgr.y (mgr.25981) 380 : cluster [DBG] pgmap v240: 132 pgs: 6 active+undersized, 14 peering, 4 stale+active+clean, 2 active+undersized+degraded, 106 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 3/618 objects degraded (0.485%) 2024-09-11T08:20:27.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:27 smithi133 bash[53244]: cluster 2024-09-11T08:20:25.986526+0000 mgr.y (mgr.25981) 380 : cluster [DBG] pgmap v240: 132 pgs: 6 active+undersized, 14 peering, 4 stale+active+clean, 2 active+undersized+degraded, 106 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 3/618 objects degraded (0.485%) 2024-09-11T08:20:27.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:27 smithi133 bash[54520]: cluster 2024-09-11T08:20:25.986526+0000 mgr.y (mgr.25981) 380 : cluster [DBG] pgmap v240: 132 pgs: 6 active+undersized, 14 peering, 4 stale+active+clean, 2 active+undersized+degraded, 106 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 3/618 objects degraded (0.485%) 2024-09-11T08:20:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:28 smithi169 bash[48863]: cluster 2024-09-11T08:20:28.588975+0000 mon.a (mon.0) 1104 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-11T08:20:28.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:28 smithi133 bash[53244]: cluster 2024-09-11T08:20:28.588975+0000 mon.a (mon.0) 1104 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-11T08:20:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:28 smithi133 bash[54520]: cluster 2024-09-11T08:20:28.588975+0000 mon.a (mon.0) 1104 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-11T08:20:29.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:28 smithi169 bash[72148]: debug 2024-09-11T08:20:28.985+0000 7f6c05256640 1 -- 172.21.15.169:0/43599516 <== mon.2 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558a2bf84d00 con 0x558a2bf57000 2024-09-11T08:20:29.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:29 smithi169 bash[48863]: cluster 2024-09-11T08:20:27.988028+0000 mgr.y (mgr.25981) 381 : cluster [DBG] pgmap v241: 132 pgs: 22 active+undersized, 3 peering, 18 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 74/618 objects degraded (11.974%) 2024-09-11T08:20:29.926 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:29 smithi169 bash[72148]: debug 2024-09-11T08:20:29.525+0000 7f6c07abe440 -1 Falling back to public interface 2024-09-11T08:20:29.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:29 smithi133 bash[53244]: cluster 2024-09-11T08:20:27.988028+0000 mgr.y (mgr.25981) 381 : cluster [DBG] pgmap v241: 132 pgs: 22 active+undersized, 3 peering, 18 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 74/618 objects degraded (11.974%) 2024-09-11T08:20:29.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:29 smithi133 bash[54520]: cluster 2024-09-11T08:20:27.988028+0000 mgr.y (mgr.25981) 381 : cluster [DBG] pgmap v241: 132 pgs: 22 active+undersized, 3 peering, 18 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 74/618 objects degraded (11.974%) 2024-09-11T08:20:31.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:31 smithi169 bash[48863]: cluster 2024-09-11T08:20:29.989179+0000 mgr.y (mgr.25981) 382 : cluster [DBG] pgmap v242: 132 pgs: 24 active+undersized, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 75/618 objects degraded (12.136%) 2024-09-11T08:20:31.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:31 smithi133 bash[53244]: cluster 2024-09-11T08:20:29.989179+0000 mgr.y (mgr.25981) 382 : cluster [DBG] pgmap v242: 132 pgs: 24 active+undersized, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 75/618 objects degraded (12.136%) 2024-09-11T08:20:31.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:31 smithi133 bash[54520]: cluster 2024-09-11T08:20:29.989179+0000 mgr.y (mgr.25981) 382 : cluster [DBG] pgmap v242: 132 pgs: 24 active+undersized, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 75/618 objects degraded (12.136%) 2024-09-11T08:20:32.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:32 smithi169 bash[48863]: audit 2024-09-11T08:20:32.624939+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1624040947,v1:172.21.15.169:6817/1624040947]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:20:32.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:32 smithi169 bash[48863]: audit 2024-09-11T08:20:32.628524+0000 mon.a (mon.0) 1105 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:20:32.926 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:32 smithi169 bash[72148]: debug 2024-09-11T08:20:32.585+0000 7f6c07abe440 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-11T08:20:32.927 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:32 smithi169 bash[72148]: debug 2024-09-11T08:20:32.613+0000 7f6c07abe440 -1 osd.6 103 log_to_monitors true 2024-09-11T08:20:32.927 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:20:32 smithi169 bash[72148]: debug 2024-09-11T08:20:32.669+0000 7f6bff86a640 -1 osd.6 103 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:20:32.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:32 smithi133 bash[53244]: audit 2024-09-11T08:20:32.624939+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1624040947,v1:172.21.15.169:6817/1624040947]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:20:32.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:32 smithi133 bash[53244]: audit 2024-09-11T08:20:32.628524+0000 mon.a (mon.0) 1105 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:20:32.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:32 smithi133 bash[54520]: audit 2024-09-11T08:20:32.624939+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1624040947,v1:172.21.15.169:6817/1624040947]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:20:32.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:32 smithi133 bash[54520]: audit 2024-09-11T08:20:32.628524+0000 mon.a (mon.0) 1105 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: cluster 2024-09-11T08:20:31.990400+0000 mgr.y (mgr.25981) 383 : cluster [DBG] pgmap v243: 132 pgs: 24 active+undersized, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 75/618 objects degraded (12.136%) 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:32.662756+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1624040947,v1:172.21.15.169:6817/1624040947]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:32.664696+0000 mon.a (mon.0) 1106 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: cluster 2024-09-11T08:20:32.664842+0000 mon.a (mon.0) 1107 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:32.665986+0000 mon.a (mon.0) 1108 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:32.705188+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:32.712696+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:32.722380+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: cluster 2024-09-11T08:20:33.096910+0000 mon.a (mon.0) 1112 : cluster [WRN] Health check update: Degraded data redundancy: 75/618 objects degraded (12.136%), 19 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:33.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:33.109021+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:33.329948+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:33.338460+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:33.346158+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[53244]: audit 2024-09-11T08:20:33.348021+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: cluster 2024-09-11T08:20:31.990400+0000 mgr.y (mgr.25981) 383 : cluster [DBG] pgmap v243: 132 pgs: 24 active+undersized, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 75/618 objects degraded (12.136%) 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:32.662756+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1624040947,v1:172.21.15.169:6817/1624040947]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:32.664696+0000 mon.a (mon.0) 1106 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: cluster 2024-09-11T08:20:32.664842+0000 mon.a (mon.0) 1107 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:32.665986+0000 mon.a (mon.0) 1108 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:32.705188+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:32.712696+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:33.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:32.722380+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:33.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: cluster 2024-09-11T08:20:33.096910+0000 mon.a (mon.0) 1112 : cluster [WRN] Health check update: Degraded data redundancy: 75/618 objects degraded (12.136%), 19 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:33.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:33.109021+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:33.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:33.329948+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:33.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:33.338460+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:33.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:33.346158+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:33.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:33 smithi133 bash[54520]: audit 2024-09-11T08:20:33.348021+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:20:34.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: cluster 2024-09-11T08:20:31.990400+0000 mgr.y (mgr.25981) 383 : cluster [DBG] pgmap v243: 132 pgs: 24 active+undersized, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.8 GiB used, 711 GiB / 715 GiB avail; 75/618 objects degraded (12.136%) 2024-09-11T08:20:34.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:32.662756+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1624040947,v1:172.21.15.169:6817/1624040947]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:32.664696+0000 mon.a (mon.0) 1106 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: cluster 2024-09-11T08:20:32.664842+0000 mon.a (mon.0) 1107 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:32.665986+0000 mon.a (mon.0) 1108 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:32.705188+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:32.712696+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:32.722380+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: cluster 2024-09-11T08:20:33.096910+0000 mon.a (mon.0) 1112 : cluster [WRN] Health check update: Degraded data redundancy: 75/618 objects degraded (12.136%), 19 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:33.109021+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:33.329948+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:33.338460+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:33.346158+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:34.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:33 smithi169 bash[48863]: audit 2024-09-11T08:20:33.348021+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:20:34.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[53244]: cluster 2024-09-11T08:20:33.658120+0000 mon.a (mon.0) 1118 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:20:34.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[53244]: cluster 2024-09-11T08:20:33.667906+0000 mon.a (mon.0) 1119 : cluster [INF] osd.6 [v2:172.21.15.169:6816/1624040947,v1:172.21.15.169:6817/1624040947] boot 2024-09-11T08:20:34.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[53244]: cluster 2024-09-11T08:20:33.668036+0000 mon.a (mon.0) 1120 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-11T08:20:34.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[53244]: audit 2024-09-11T08:20:33.669182+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:20:34.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[53244]: cluster 2024-09-11T08:20:34.668517+0000 mon.a (mon.0) 1122 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-09-11T08:20:34.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[54520]: cluster 2024-09-11T08:20:33.658120+0000 mon.a (mon.0) 1118 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:20:34.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[54520]: cluster 2024-09-11T08:20:33.667906+0000 mon.a (mon.0) 1119 : cluster [INF] osd.6 [v2:172.21.15.169:6816/1624040947,v1:172.21.15.169:6817/1624040947] boot 2024-09-11T08:20:34.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[54520]: cluster 2024-09-11T08:20:33.668036+0000 mon.a (mon.0) 1120 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-11T08:20:34.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[54520]: audit 2024-09-11T08:20:33.669182+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:20:34.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:34 smithi133 bash[54520]: cluster 2024-09-11T08:20:34.668517+0000 mon.a (mon.0) 1122 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-09-11T08:20:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:34 smithi169 bash[48863]: cluster 2024-09-11T08:20:33.658120+0000 mon.a (mon.0) 1118 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:20:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:34 smithi169 bash[48863]: cluster 2024-09-11T08:20:33.667906+0000 mon.a (mon.0) 1119 : cluster [INF] osd.6 [v2:172.21.15.169:6816/1624040947,v1:172.21.15.169:6817/1624040947] boot 2024-09-11T08:20:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:34 smithi169 bash[48863]: cluster 2024-09-11T08:20:33.668036+0000 mon.a (mon.0) 1120 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-11T08:20:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:34 smithi169 bash[48863]: audit 2024-09-11T08:20:33.669182+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:20:35.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:34 smithi169 bash[48863]: cluster 2024-09-11T08:20:34.668517+0000 mon.a (mon.0) 1122 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-09-11T08:20:35.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:35 smithi133 bash[53244]: cluster 2024-09-11T08:20:33.991387+0000 mgr.y (mgr.25981) 384 : cluster [DBG] pgmap v246: 132 pgs: 24 active+undersized, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 75/618 objects degraded (12.136%) 2024-09-11T08:20:35.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:35 smithi133 bash[53244]: audit 2024-09-11T08:20:35.476744+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:35.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:35 smithi133 bash[54520]: cluster 2024-09-11T08:20:33.991387+0000 mgr.y (mgr.25981) 384 : cluster [DBG] pgmap v246: 132 pgs: 24 active+undersized, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 75/618 objects degraded (12.136%) 2024-09-11T08:20:35.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:35 smithi133 bash[54520]: audit 2024-09-11T08:20:35.476744+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:36.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:35 smithi169 bash[48863]: cluster 2024-09-11T08:20:33.991387+0000 mgr.y (mgr.25981) 384 : cluster [DBG] pgmap v246: 132 pgs: 24 active+undersized, 19 active+undersized+degraded, 89 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 75/618 objects degraded (12.136%) 2024-09-11T08:20:36.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:35 smithi169 bash[48863]: audit 2024-09-11T08:20:35.476744+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:37.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:37 smithi133 bash[53244]: cluster 2024-09-11T08:20:35.992508+0000 mgr.y (mgr.25981) 385 : cluster [DBG] pgmap v248: 132 pgs: 18 active+undersized, 17 active+undersized+degraded, 97 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 72/618 objects degraded (11.650%) 2024-09-11T08:20:37.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:37 smithi133 bash[54520]: cluster 2024-09-11T08:20:35.992508+0000 mgr.y (mgr.25981) 385 : cluster [DBG] pgmap v248: 132 pgs: 18 active+undersized, 17 active+undersized+degraded, 97 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 72/618 objects degraded (11.650%) 2024-09-11T08:20:38.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:37 smithi169 bash[48863]: cluster 2024-09-11T08:20:35.992508+0000 mgr.y (mgr.25981) 385 : cluster [DBG] pgmap v248: 132 pgs: 18 active+undersized, 17 active+undersized+degraded, 97 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 72/618 objects degraded (11.650%) 2024-09-11T08:20:39.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:38 smithi169 bash[48863]: cluster 2024-09-11T08:20:38.097949+0000 mon.a (mon.0) 1124 : cluster [WRN] Health check update: Degraded data redundancy: 72/618 objects degraded (11.650%), 17 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:39.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:38 smithi133 bash[53244]: cluster 2024-09-11T08:20:38.097949+0000 mon.a (mon.0) 1124 : cluster [WRN] Health check update: Degraded data redundancy: 72/618 objects degraded (11.650%), 17 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:39.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:38 smithi133 bash[54520]: cluster 2024-09-11T08:20:38.097949+0000 mon.a (mon.0) 1124 : cluster [WRN] Health check update: Degraded data redundancy: 72/618 objects degraded (11.650%), 17 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:39.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:39 smithi169 bash[48863]: cluster 2024-09-11T08:20:37.993947+0000 mgr.y (mgr.25981) 386 : cluster [DBG] pgmap v249: 132 pgs: 1 active+undersized+degraded, 131 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 1/618 objects degraded (0.162%) 2024-09-11T08:20:40.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:39 smithi133 bash[53244]: cluster 2024-09-11T08:20:37.993947+0000 mgr.y (mgr.25981) 386 : cluster [DBG] pgmap v249: 132 pgs: 1 active+undersized+degraded, 131 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 1/618 objects degraded (0.162%) 2024-09-11T08:20:40.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:39 smithi133 bash[54520]: cluster 2024-09-11T08:20:37.993947+0000 mgr.y (mgr.25981) 386 : cluster [DBG] pgmap v249: 132 pgs: 1 active+undersized+degraded, 131 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 1/618 objects degraded (0.162%) 2024-09-11T08:20:41.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:40 smithi169 bash[48863]: audit 2024-09-11T08:20:40.132026+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T08:20:41.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:40 smithi169 bash[48863]: audit 2024-09-11T08:20:40.132867+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:20:41.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:40 smithi169 bash[48863]: audit 2024-09-11T08:20:40.133504+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T08:20:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:40 smithi133 bash[53244]: audit 2024-09-11T08:20:40.132026+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T08:20:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:40 smithi133 bash[53244]: audit 2024-09-11T08:20:40.132867+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:20:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:40 smithi133 bash[53244]: audit 2024-09-11T08:20:40.133504+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T08:20:41.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:40 smithi133 bash[54520]: audit 2024-09-11T08:20:40.132026+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T08:20:41.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:40 smithi133 bash[54520]: audit 2024-09-11T08:20:40.132867+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T08:20:41.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:40 smithi133 bash[54520]: audit 2024-09-11T08:20:40.133504+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T08:20:42.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:41 smithi169 bash[48863]: cluster 2024-09-11T08:20:39.994831+0000 mgr.y (mgr.25981) 387 : cluster [DBG] pgmap v250: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:42.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:41 smithi169 bash[48863]: cluster 2024-09-11T08:20:40.705745+0000 mon.a (mon.0) 1128 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/618 objects degraded (0.162%), 1 pg degraded) 2024-09-11T08:20:42.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:41 smithi133 bash[53244]: cluster 2024-09-11T08:20:39.994831+0000 mgr.y (mgr.25981) 387 : cluster [DBG] pgmap v250: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:42.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:41 smithi133 bash[53244]: cluster 2024-09-11T08:20:40.705745+0000 mon.a (mon.0) 1128 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/618 objects degraded (0.162%), 1 pg degraded) 2024-09-11T08:20:42.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:41 smithi133 bash[54520]: cluster 2024-09-11T08:20:39.994831+0000 mgr.y (mgr.25981) 387 : cluster [DBG] pgmap v250: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:42.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:41 smithi133 bash[54520]: cluster 2024-09-11T08:20:40.705745+0000 mon.a (mon.0) 1128 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/618 objects degraded (0.162%), 1 pg degraded) 2024-09-11T08:20:43.871 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:43 smithi169 bash[48863]: cluster 2024-09-11T08:20:41.995922+0000 mgr.y (mgr.25981) 388 : cluster [DBG] pgmap v251: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:44.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:43 smithi133 bash[53244]: cluster 2024-09-11T08:20:41.995922+0000 mgr.y (mgr.25981) 388 : cluster [DBG] pgmap v251: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:44.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:43 smithi133 bash[54520]: cluster 2024-09-11T08:20:41.995922+0000 mgr.y (mgr.25981) 388 : cluster [DBG] pgmap v251: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:45.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.414247+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:45.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.423117+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:45.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.432748+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:45.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.434048+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:45.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.435271+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:20:45.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.446916+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:45.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.499900+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:20:45.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.505640+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:45.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.508713+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:45.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.510523+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:45.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:44 smithi169 bash[48863]: audit 2024-09-11T08:20:44.513061+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.414247+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.423117+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.432748+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.434048+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.435271+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.446916+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.499900+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.505640+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.508713+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:45.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.510523+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[53244]: audit 2024-09-11T08:20:44.513061+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.414247+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.423117+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.432748+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.434048+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.435271+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.446916+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.499900+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.505640+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.508713+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.510523+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:45.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:44 smithi133 bash[54520]: audit 2024-09-11T08:20:44.513061+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:20:46.018 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:45 smithi169 bash[48863]: cluster 2024-09-11T08:20:43.997305+0000 mgr.y (mgr.25981) 389 : cluster [DBG] pgmap v252: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:46.018 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:45 smithi169 bash[48863]: cephadm 2024-09-11T08:20:44.436278+0000 mgr.y (mgr.25981) 390 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:20:46.018 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:45 smithi169 bash[48863]: cluster 2024-09-11T08:20:44.437200+0000 mgr.y (mgr.25981) 391 : cluster [DBG] pgmap v253: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:46.018 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:45 smithi169 bash[48863]: cluster 2024-09-11T08:20:44.437593+0000 mgr.y (mgr.25981) 392 : cluster [DBG] pgmap v254: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:46.018 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:45 smithi169 bash[48863]: audit 2024-09-11T08:20:44.513424+0000 mgr.y (mgr.25981) 393 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:20:46.018 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:45 smithi169 bash[48863]: cephadm 2024-09-11T08:20:44.515348+0000 mgr.y (mgr.25981) 394 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-11T08:20:46.018 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:45 smithi169 bash[48863]: audit 2024-09-11T08:20:45.500127+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:46.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[53244]: cluster 2024-09-11T08:20:43.997305+0000 mgr.y (mgr.25981) 389 : cluster [DBG] pgmap v252: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[53244]: cephadm 2024-09-11T08:20:44.436278+0000 mgr.y (mgr.25981) 390 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:20:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[53244]: cluster 2024-09-11T08:20:44.437200+0000 mgr.y (mgr.25981) 391 : cluster [DBG] pgmap v253: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[53244]: cluster 2024-09-11T08:20:44.437593+0000 mgr.y (mgr.25981) 392 : cluster [DBG] pgmap v254: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[53244]: audit 2024-09-11T08:20:44.513424+0000 mgr.y (mgr.25981) 393 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:20:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[53244]: cephadm 2024-09-11T08:20:44.515348+0000 mgr.y (mgr.25981) 394 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-11T08:20:46.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[53244]: audit 2024-09-11T08:20:45.500127+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:46.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[54520]: cluster 2024-09-11T08:20:43.997305+0000 mgr.y (mgr.25981) 389 : cluster [DBG] pgmap v252: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:46.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[54520]: cephadm 2024-09-11T08:20:44.436278+0000 mgr.y (mgr.25981) 390 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:20:46.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[54520]: cluster 2024-09-11T08:20:44.437200+0000 mgr.y (mgr.25981) 391 : cluster [DBG] pgmap v253: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[54520]: cluster 2024-09-11T08:20:44.437593+0000 mgr.y (mgr.25981) 392 : cluster [DBG] pgmap v254: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[54520]: audit 2024-09-11T08:20:44.513424+0000 mgr.y (mgr.25981) 393 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:20:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[54520]: cephadm 2024-09-11T08:20:44.515348+0000 mgr.y (mgr.25981) 394 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-11T08:20:46.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:45 smithi133 bash[54520]: audit 2024-09-11T08:20:45.500127+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:48.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:47 smithi169 bash[48863]: cluster 2024-09-11T08:20:46.438526+0000 mgr.y (mgr.25981) 395 : cluster [DBG] pgmap v255: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:48.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:47 smithi169 bash[48863]: audit 2024-09-11T08:20:47.044154+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:48.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:47 smithi169 bash[48863]: audit 2024-09-11T08:20:47.045781+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:20:48.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:47 smithi169 bash[48863]: audit 2024-09-11T08:20:47.047395+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:48.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:47 smithi169 bash[48863]: audit 2024-09-11T08:20:47.050571+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:20:48.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[53244]: cluster 2024-09-11T08:20:46.438526+0000 mgr.y (mgr.25981) 395 : cluster [DBG] pgmap v255: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[53244]: audit 2024-09-11T08:20:47.044154+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[53244]: audit 2024-09-11T08:20:47.045781+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:20:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[53244]: audit 2024-09-11T08:20:47.047395+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:48.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[53244]: audit 2024-09-11T08:20:47.050571+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:20:48.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[54520]: cluster 2024-09-11T08:20:46.438526+0000 mgr.y (mgr.25981) 395 : cluster [DBG] pgmap v255: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:48.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[54520]: audit 2024-09-11T08:20:47.044154+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:48.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[54520]: audit 2024-09-11T08:20:47.045781+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:20:48.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[54520]: audit 2024-09-11T08:20:47.047395+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:20:48.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:47 smithi133 bash[54520]: audit 2024-09-11T08:20:47.050571+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T08:20:48.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:48 smithi169 bash[48863]: cephadm 2024-09-11T08:20:47.034508+0000 mgr.y (mgr.25981) 396 : cephadm [INF] Upgrade: Updating osd.7 2024-09-11T08:20:48.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:48 smithi169 bash[48863]: cephadm 2024-09-11T08:20:47.049876+0000 mgr.y (mgr.25981) 397 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-09-11T08:20:49.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:48 smithi133 bash[53244]: cephadm 2024-09-11T08:20:47.034508+0000 mgr.y (mgr.25981) 396 : cephadm [INF] Upgrade: Updating osd.7 2024-09-11T08:20:49.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:48 smithi133 bash[53244]: cephadm 2024-09-11T08:20:47.049876+0000 mgr.y (mgr.25981) 397 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-09-11T08:20:49.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:48 smithi133 bash[54520]: cephadm 2024-09-11T08:20:47.034508+0000 mgr.y (mgr.25981) 396 : cephadm [INF] Upgrade: Updating osd.7 2024-09-11T08:20:49.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:48 smithi133 bash[54520]: cephadm 2024-09-11T08:20:47.049876+0000 mgr.y (mgr.25981) 397 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-09-11T08:20:50.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:49 smithi169 bash[48863]: cluster 2024-09-11T08:20:48.439818+0000 mgr.y (mgr.25981) 398 : cluster [DBG] pgmap v256: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:50.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:49 smithi133 bash[53244]: cluster 2024-09-11T08:20:48.439818+0000 mgr.y (mgr.25981) 398 : cluster [DBG] pgmap v256: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:50.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:49 smithi133 bash[54520]: cluster 2024-09-11T08:20:48.439818+0000 mgr.y (mgr.25981) 398 : cluster [DBG] pgmap v256: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:51.174 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:20:51.905 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (10m) 111s ago 34m 17.0M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (9m) 19s ago 34m 83.1M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 19s ago 35m - - 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (11m) 19s ago 39m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (21m) 111s ago 41m 441M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (7m) 111s ago 41m 69.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (8m) 19s ago 40m 59.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (6m) 111s ago 40m 50.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (11m) 111s ago 35m 11.9M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (11m) 19s ago 35m 11.8M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (4m) 111s ago 39m 48.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:20:51.906 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (4m) 111s ago 38m 49.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:20:51.907 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (2m) 111s ago 38m 46.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:20:51.907 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (116s) 111s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:20:51.907 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (85s) 19s ago 37m 48.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 3d3977221572 2024-09-11T08:20:51.907 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (54s) 19s ago 37m 45.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 8db598040439 2024-09-11T08:20:51.907 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (24s) 19s ago 36m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 efc69336c97c 2024-09-11T08:20:51.907 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (36m) 19s ago 36m 60.2M 4096M 15.2.9 dfc483079636 c2f7da50e1db 2024-09-11T08:20:51.907 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (10m) 19s ago 35m 51.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:20:51.907 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (32m) 111s ago 32m 56.7M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:20:51.907 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (33m) 19s ago 33m 58.4M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:20:52.149 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:51 smithi169 bash[48863]: cluster 2024-09-11T08:20:50.440693+0000 mgr.y (mgr.25981) 399 : cluster [DBG] pgmap v257: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:52.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:51 smithi133 bash[53244]: cluster 2024-09-11T08:20:50.440693+0000 mgr.y (mgr.25981) 399 : cluster [DBG] pgmap v257: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:52.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:51 smithi133 bash[54520]: cluster 2024-09-11T08:20:50.440693+0000 mgr.y (mgr.25981) 399 : cluster [DBG] pgmap v257: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:52.319 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:20:52.319 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:20:52.319 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:20:52.319 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 1, 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 3, 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 12 2024-09-11T08:20:52.320 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:20:52.321 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:20:52.426 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:52 smithi169 systemd[1]: Stopping Ceph osd.7 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:20:52.426 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[21812]: debug 2024-09-11T08:20:52.229+0000 7f8100643700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:20:52.426 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[21812]: debug 2024-09-11T08:20:52.229+0000 7f8100643700 -1 osd.7 108 *** Got signal Terminated *** 2024-09-11T08:20:52.426 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[21812]: debug 2024-09-11T08:20:52.229+0000 7f8100643700 -1 osd.7 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:20:52.675 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:20:52.675 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:20:52.676 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:20:52.676 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T08:20:52.676 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:20:52.676 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "7/8 daemons upgraded", 2024-09-11T08:20:52.676 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:20:52.676 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:20:52.676 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:20:53.176 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[77464]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.7 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.159365+0000 mgr.y (mgr.25981) 400 : audit [DBG] from='client.54609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.517544+0000 mgr.y (mgr.25981) 401 : audit [DBG] from='client.54615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.875800+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.876727+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.877676+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.878592+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.879523+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.880345+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.883761+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.884628+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.885386+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.886108+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:51.886823+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.284704+0000 mon.a (mon.0) 1156 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.284753+0000 mon.a (mon.0) 1157 : cluster [INF] osd.7 failed (root=default,host=smithi169) (connection refused reported by osd.6) 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.284932+0000 mon.a (mon.0) 1158 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.285140+0000 mon.a (mon.0) 1159 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.285320+0000 mon.a (mon.0) 1160 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.285494+0000 mon.a (mon.0) 1161 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.285820+0000 mon.a (mon.0) 1162 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.285945+0000 mon.a (mon.0) 1163 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.286149+0000 mon.a (mon.0) 1164 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: audit 2024-09-11T08:20:52.318301+0000 mon.c (mon.1) 19 : audit [DBG] from='client.64525 172.21.15.133:0/1646605222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.482890+0000 mon.a (mon.0) 1165 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.485210+0000 mon.a (mon.0) 1166 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.485537+0000 mon.a (mon.0) 1167 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T08:20:53.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.486189+0000 mon.a (mon.0) 1168 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.486613+0000 mon.a (mon.0) 1169 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.486959+0000 mon.a (mon.0) 1170 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.487197+0000 mon.a (mon.0) 1171 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.487480+0000 mon.a (mon.0) 1172 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.487716+0000 mon.a (mon.0) 1173 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.488033+0000 mon.a (mon.0) 1174 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.488326+0000 mon.a (mon.0) 1175 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.488650+0000 mon.a (mon.0) 1176 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.488895+0000 mon.a (mon.0) 1177 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T08:20:53.179 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:52 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.489328+0000 mon.a (mon.0) 1178 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.159365+0000 mgr.y (mgr.25981) 400 : audit [DBG] from='client.54609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.517544+0000 mgr.y (mgr.25981) 401 : audit [DBG] from='client.54615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.875800+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.876727+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.877676+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.878592+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.879523+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.880345+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.883761+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.884628+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.885386+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.886108+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:51.886823+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.284704+0000 mon.a (mon.0) 1156 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.284753+0000 mon.a (mon.0) 1157 : cluster [INF] osd.7 failed (root=default,host=smithi169) (connection refused reported by osd.6) 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.284932+0000 mon.a (mon.0) 1158 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.285140+0000 mon.a (mon.0) 1159 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.285320+0000 mon.a (mon.0) 1160 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.159365+0000 mgr.y (mgr.25981) 400 : audit [DBG] from='client.54609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:53.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.517544+0000 mgr.y (mgr.25981) 401 : audit [DBG] from='client.54615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.875800+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.876727+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.877676+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.878592+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.879523+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.880345+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.883761+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.884628+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.885386+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.886108+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:51.886823+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.284704+0000 mon.a (mon.0) 1156 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T08:20:53.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.284753+0000 mon.a (mon.0) 1157 : cluster [INF] osd.7 failed (root=default,host=smithi169) (connection refused reported by osd.6) 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.284932+0000 mon.a (mon.0) 1158 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.285140+0000 mon.a (mon.0) 1159 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.285320+0000 mon.a (mon.0) 1160 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.285494+0000 mon.a (mon.0) 1161 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.285820+0000 mon.a (mon.0) 1162 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.285945+0000 mon.a (mon.0) 1163 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.286149+0000 mon.a (mon.0) 1164 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: audit 2024-09-11T08:20:52.318301+0000 mon.c (mon.1) 19 : audit [DBG] from='client.64525 172.21.15.133:0/1646605222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.482890+0000 mon.a (mon.0) 1165 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.485210+0000 mon.a (mon.0) 1166 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T08:20:53.202 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.485537+0000 mon.a (mon.0) 1167 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.486189+0000 mon.a (mon.0) 1168 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.486613+0000 mon.a (mon.0) 1169 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.486959+0000 mon.a (mon.0) 1170 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.487197+0000 mon.a (mon.0) 1171 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.487480+0000 mon.a (mon.0) 1172 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.487716+0000 mon.a (mon.0) 1173 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.488033+0000 mon.a (mon.0) 1174 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.488326+0000 mon.a (mon.0) 1175 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.488650+0000 mon.a (mon.0) 1176 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.488895+0000 mon.a (mon.0) 1177 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.489328+0000 mon.a (mon.0) 1178 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.285494+0000 mon.a (mon.0) 1161 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.203 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.285820+0000 mon.a (mon.0) 1162 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.285945+0000 mon.a (mon.0) 1163 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.286149+0000 mon.a (mon.0) 1164 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: audit 2024-09-11T08:20:52.318301+0000 mon.c (mon.1) 19 : audit [DBG] from='client.64525 172.21.15.133:0/1646605222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.482890+0000 mon.a (mon.0) 1165 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.485210+0000 mon.a (mon.0) 1166 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.485537+0000 mon.a (mon.0) 1167 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.486189+0000 mon.a (mon.0) 1168 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.486613+0000 mon.a (mon.0) 1169 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.486959+0000 mon.a (mon.0) 1170 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.487197+0000 mon.a (mon.0) 1171 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.487480+0000 mon.a (mon.0) 1172 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.487716+0000 mon.a (mon.0) 1173 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.204 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.488033+0000 mon.a (mon.0) 1174 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T08:20:53.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.488326+0000 mon.a (mon.0) 1175 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T08:20:53.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.488650+0000 mon.a (mon.0) 1176 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T08:20:53.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.488895+0000 mon.a (mon.0) 1177 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T08:20:53.205 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:52 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.489328+0000 mon.a (mon.0) 1178 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T08:20:53.676 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:53 smithi169 bash[77534]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd.7 2024-09-11T08:20:54.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:53 smithi169 bash[48863]: audit 2024-09-11T08:20:51.870527+0000 mgr.y (mgr.25981) 402 : audit [DBG] from='client.64519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:54.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:53 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.441480+0000 mgr.y (mgr.25981) 403 : cluster [DBG] pgmap v258: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:54.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:53 smithi169 bash[48863]: audit 2024-09-11T08:20:52.674001+0000 mgr.y (mgr.25981) 404 : audit [DBG] from='client.64531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:54.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:53 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.757665+0000 mon.a (mon.0) 1179 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:20:54.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:53 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.757722+0000 mon.a (mon.0) 1180 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T08:20:54.177 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:53 smithi169 bash[48863]: cluster 2024-09-11T08:20:52.779587+0000 mon.a (mon.0) 1181 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-09-11T08:20:54.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[53244]: audit 2024-09-11T08:20:51.870527+0000 mgr.y (mgr.25981) 402 : audit [DBG] from='client.64519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.441480+0000 mgr.y (mgr.25981) 403 : cluster [DBG] pgmap v258: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[53244]: audit 2024-09-11T08:20:52.674001+0000 mgr.y (mgr.25981) 404 : audit [DBG] from='client.64531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.757665+0000 mon.a (mon.0) 1179 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.757722+0000 mon.a (mon.0) 1180 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[53244]: cluster 2024-09-11T08:20:52.779587+0000 mon.a (mon.0) 1181 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[54520]: audit 2024-09-11T08:20:51.870527+0000 mgr.y (mgr.25981) 402 : audit [DBG] from='client.64519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.441480+0000 mgr.y (mgr.25981) 403 : cluster [DBG] pgmap v258: 132 pgs: 132 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[54520]: audit 2024-09-11T08:20:52.674001+0000 mgr.y (mgr.25981) 404 : audit [DBG] from='client.64531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.757665+0000 mon.a (mon.0) 1179 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:20:54.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.757722+0000 mon.a (mon.0) 1180 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T08:20:54.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:53 smithi133 bash[54520]: cluster 2024-09-11T08:20:52.779587+0000 mon.a (mon.0) 1181 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-09-11T08:20:54.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:54 smithi169 bash[48863]: cluster 2024-09-11T08:20:53.781566+0000 mon.a (mon.0) 1182 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-09-11T08:20:54.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:54 smithi169 bash[48863]: cluster 2024-09-11T08:20:54.442224+0000 mgr.y (mgr.25981) 405 : cluster [DBG] pgmap v261: 132 pgs: 16 peering, 15 stale+active+clean, 101 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:55.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:54 smithi133 bash[53244]: cluster 2024-09-11T08:20:53.781566+0000 mon.a (mon.0) 1182 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-09-11T08:20:55.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:54 smithi133 bash[53244]: cluster 2024-09-11T08:20:54.442224+0000 mgr.y (mgr.25981) 405 : cluster [DBG] pgmap v261: 132 pgs: 16 peering, 15 stale+active+clean, 101 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:55.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:54 smithi133 bash[54520]: cluster 2024-09-11T08:20:53.781566+0000 mon.a (mon.0) 1182 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-09-11T08:20:55.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:54 smithi133 bash[54520]: cluster 2024-09-11T08:20:54.442224+0000 mgr.y (mgr.25981) 405 : cluster [DBG] pgmap v261: 132 pgs: 16 peering, 15 stale+active+clean, 101 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:20:56.016 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:55 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.7.service: Succeeded. 2024-09-11T08:20:56.017 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:55 smithi169 systemd[1]: Stopped Ceph osd.7 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:20:56.017 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:55 smithi169 bash[48863]: cluster 2024-09-11T08:20:54.787566+0000 mon.a (mon.0) 1183 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:20:56.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:55 smithi133 bash[53244]: cluster 2024-09-11T08:20:54.787566+0000 mon.a (mon.0) 1183 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:20:56.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:55 smithi133 bash[54520]: cluster 2024-09-11T08:20:54.787566+0000 mon.a (mon.0) 1183 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:20:56.426 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:56 smithi169 systemd[1]: Started Ceph osd.7 for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:20:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:56 smithi169 bash[48863]: audit 2024-09-11T08:20:56.052445+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:56 smithi169 bash[48863]: audit 2024-09-11T08:20:56.060820+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:56 smithi169 bash[48863]: audit 2024-09-11T08:20:56.069709+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:56 smithi169 bash[48863]: audit 2024-09-11T08:20:56.072622+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:56 smithi169 bash[48863]: cluster 2024-09-11T08:20:56.443272+0000 mgr.y (mgr.25981) 406 : cluster [DBG] pgmap v262: 132 pgs: 7 active+undersized, 16 peering, 14 stale+active+clean, 5 active+undersized+degraded, 90 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 23/618 objects degraded (3.722%) 2024-09-11T08:20:57.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[53244]: audit 2024-09-11T08:20:56.052445+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[53244]: audit 2024-09-11T08:20:56.060820+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[53244]: audit 2024-09-11T08:20:56.069709+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[53244]: audit 2024-09-11T08:20:56.072622+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[53244]: cluster 2024-09-11T08:20:56.443272+0000 mgr.y (mgr.25981) 406 : cluster [DBG] pgmap v262: 132 pgs: 7 active+undersized, 16 peering, 14 stale+active+clean, 5 active+undersized+degraded, 90 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 23/618 objects degraded (3.722%) 2024-09-11T08:20:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[54520]: audit 2024-09-11T08:20:56.052445+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:20:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[54520]: audit 2024-09-11T08:20:56.060820+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[54520]: audit 2024-09-11T08:20:56.069709+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:20:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[54520]: audit 2024-09-11T08:20:56.072622+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:20:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:56 smithi133 bash[54520]: cluster 2024-09-11T08:20:56.443272+0000 mgr.y (mgr.25981) 406 : cluster [DBG] pgmap v262: 132 pgs: 7 active+undersized, 16 peering, 14 stale+active+clean, 5 active+undersized+degraded, 90 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 23/618 objects degraded (3.722%) 2024-09-11T08:20:57.985 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:57 smithi169 bash[48863]: cluster 2024-09-11T08:20:57.065222+0000 mon.a (mon.0) 1188 : cluster [WRN] Health check failed: Degraded data redundancy: 23/618 objects degraded (3.722%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:57.985 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:57 smithi169 bash[77721]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:20:57.986 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:57 smithi169 bash[77721]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-11T08:20:57.986 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:57 smithi169 bash[77721]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:20:57.986 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:57 smithi169 bash[77721]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:20:57.986 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:57 smithi169 bash[77721]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:20:57.986 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:57 smithi169 bash[77721]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:20:57.986 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:57 smithi169 bash[77721]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-11T08:20:58.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:57 smithi133 bash[53244]: cluster 2024-09-11T08:20:57.065222+0000 mon.a (mon.0) 1188 : cluster [WRN] Health check failed: Degraded data redundancy: 23/618 objects degraded (3.722%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:58.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:57 smithi133 bash[54520]: cluster 2024-09-11T08:20:57.065222+0000 mon.a (mon.0) 1188 : cluster [WRN] Health check failed: Degraded data redundancy: 23/618 objects degraded (3.722%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:20:59.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:58 smithi169 bash[48863]: cluster 2024-09-11T08:20:58.445036+0000 mgr.y (mgr.25981) 407 : cluster [DBG] pgmap v263: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:20:59.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:58 smithi133 bash[53244]: cluster 2024-09-11T08:20:58.445036+0000 mgr.y (mgr.25981) 407 : cluster [DBG] pgmap v263: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:20:59.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:58 smithi133 bash[54520]: cluster 2024-09-11T08:20:58.445036+0000 mgr.y (mgr.25981) 407 : cluster [DBG] pgmap v263: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:00.176 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:20:59 smithi169 bash[77993]: debug 2024-09-11T08:20:59.889+0000 7f9536c83640 1 -- 172.21.15.169:0/4249998446 <== mon.2 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b700d3ad00 con 0x55b700d0cc00 2024-09-11T08:21:00.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:20:59 smithi169 bash[48863]: cluster 2024-09-11T08:20:58.802967+0000 mon.a (mon.0) 1189 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T08:21:00.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:20:59 smithi133 bash[53244]: cluster 2024-09-11T08:20:58.802967+0000 mon.a (mon.0) 1189 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T08:21:00.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:20:59 smithi133 bash[54520]: cluster 2024-09-11T08:20:58.802967+0000 mon.a (mon.0) 1189 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T08:21:00.824 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:21:00 smithi169 bash[77993]: debug 2024-09-11T08:21:00.433+0000 7f95394eb440 -1 Falling back to public interface 2024-09-11T08:21:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:00 smithi169 bash[48863]: cluster 2024-09-11T08:21:00.446004+0000 mgr.y (mgr.25981) 408 : cluster [DBG] pgmap v264: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:01.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:00 smithi133 bash[54520]: cluster 2024-09-11T08:21:00.446004+0000 mgr.y (mgr.25981) 408 : cluster [DBG] pgmap v264: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:00 smithi133 bash[53244]: cluster 2024-09-11T08:21:00.446004+0000 mgr.y (mgr.25981) 408 : cluster [DBG] pgmap v264: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:03.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:21:03 smithi169 bash[77993]: debug 2024-09-11T08:21:03.517+0000 7f95394eb440 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-11T08:21:03.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:21:03 smithi169 bash[77993]: debug 2024-09-11T08:21:03.557+0000 7f95394eb440 -1 osd.7 108 log_to_monitors true 2024-09-11T08:21:03.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:03 smithi169 bash[48863]: cluster 2024-09-11T08:21:02.447305+0000 mgr.y (mgr.25981) 409 : cluster [DBG] pgmap v265: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:03.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:03 smithi169 bash[48863]: cluster 2024-09-11T08:21:03.103461+0000 mon.a (mon.0) 1190 : cluster [WRN] Health check update: Degraded data redundancy: 78/618 objects degraded (12.621%), 20 pgs degraded (PG_DEGRADED) 2024-09-11T08:21:03.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:03 smithi133 bash[53244]: cluster 2024-09-11T08:21:02.447305+0000 mgr.y (mgr.25981) 409 : cluster [DBG] pgmap v265: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:03.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:03 smithi133 bash[53244]: cluster 2024-09-11T08:21:03.103461+0000 mon.a (mon.0) 1190 : cluster [WRN] Health check update: Degraded data redundancy: 78/618 objects degraded (12.621%), 20 pgs degraded (PG_DEGRADED) 2024-09-11T08:21:03.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:03 smithi133 bash[54520]: cluster 2024-09-11T08:21:02.447305+0000 mgr.y (mgr.25981) 409 : cluster [DBG] pgmap v265: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:03.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:03 smithi133 bash[54520]: cluster 2024-09-11T08:21:03.103461+0000 mon.a (mon.0) 1190 : cluster [WRN] Health check update: Degraded data redundancy: 78/618 objects degraded (12.621%), 20 pgs degraded (PG_DEGRADED) 2024-09-11T08:21:04.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[77993]: debug 2024-09-11T08:21:04.525+0000 7f9531a98640 -1 osd.7 108 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:21:04.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:03.565546+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1322965848,v1:172.21.15.169:6825/1322965848]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:21:04.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:03.568787+0000 mon.a (mon.0) 1191 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:21:04.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:03.659151+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:04.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:03.665979+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:03.675521+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:04.065119+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:21:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:04.288179+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:04.296689+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:04.306349+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:04 smithi169 bash[48863]: audit 2024-09-11T08:21:04.308531+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:21:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:03.565546+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1322965848,v1:172.21.15.169:6825/1322965848]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:21:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:03.568787+0000 mon.a (mon.0) 1191 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:21:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:03.659151+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:03.665979+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:03.675521+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:04.065119+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:21:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:04.288179+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:04.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:04.296689+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:04.306349+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[53244]: audit 2024-09-11T08:21:04.308531+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:21:04.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:03.565546+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1322965848,v1:172.21.15.169:6825/1322965848]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:21:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:03.568787+0000 mon.a (mon.0) 1191 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:21:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:03.659151+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:03.665979+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:03.675521+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:04.065119+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:21:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:04.288179+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:04.296689+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:04.306349+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:04.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:04 smithi133 bash[54520]: audit 2024-09-11T08:21:04.308531+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:21:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:05 smithi169 bash[48863]: cluster 2024-09-11T08:21:04.448819+0000 mgr.y (mgr.25981) 410 : cluster [DBG] pgmap v266: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:05 smithi169 bash[48863]: audit 2024-09-11T08:21:04.518366+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1322965848,v1:172.21.15.169:6825/1322965848]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:21:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:05 smithi169 bash[48863]: audit 2024-09-11T08:21:04.518978+0000 mon.a (mon.0) 1200 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:21:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:05 smithi169 bash[48863]: cluster 2024-09-11T08:21:04.519062+0000 mon.a (mon.0) 1201 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-09-11T08:21:05.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:05 smithi169 bash[48863]: audit 2024-09-11T08:21:04.522095+0000 mon.a (mon.0) 1202 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:21:05.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[53244]: cluster 2024-09-11T08:21:04.448819+0000 mgr.y (mgr.25981) 410 : cluster [DBG] pgmap v266: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[53244]: audit 2024-09-11T08:21:04.518366+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1322965848,v1:172.21.15.169:6825/1322965848]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:21:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[53244]: audit 2024-09-11T08:21:04.518978+0000 mon.a (mon.0) 1200 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:21:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[53244]: cluster 2024-09-11T08:21:04.519062+0000 mon.a (mon.0) 1201 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-09-11T08:21:05.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[53244]: audit 2024-09-11T08:21:04.522095+0000 mon.a (mon.0) 1202 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:21:05.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[54520]: cluster 2024-09-11T08:21:04.448819+0000 mgr.y (mgr.25981) 410 : cluster [DBG] pgmap v266: 132 pgs: 33 active+undersized, 20 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 78/618 objects degraded (12.621%) 2024-09-11T08:21:05.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[54520]: audit 2024-09-11T08:21:04.518366+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1322965848,v1:172.21.15.169:6825/1322965848]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:21:05.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[54520]: audit 2024-09-11T08:21:04.518978+0000 mon.a (mon.0) 1200 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:21:05.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[54520]: cluster 2024-09-11T08:21:04.519062+0000 mon.a (mon.0) 1201 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-09-11T08:21:05.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:05 smithi133 bash[54520]: audit 2024-09-11T08:21:04.522095+0000 mon.a (mon.0) 1202 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-09-11T08:21:06.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:06 smithi169 bash[48863]: cluster 2024-09-11T08:21:05.517033+0000 mon.a (mon.0) 1203 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:21:06.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:06 smithi169 bash[48863]: cluster 2024-09-11T08:21:05.526298+0000 mon.a (mon.0) 1204 : cluster [INF] osd.7 [v2:172.21.15.169:6824/1322965848,v1:172.21.15.169:6825/1322965848] boot 2024-09-11T08:21:06.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:06 smithi169 bash[48863]: cluster 2024-09-11T08:21:05.526423+0000 mon.a (mon.0) 1205 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-09-11T08:21:06.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:06 smithi169 bash[48863]: audit 2024-09-11T08:21:05.534799+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:21:06.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:06 smithi169 bash[48863]: audit 2024-09-11T08:21:05.551192+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:06.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[54520]: cluster 2024-09-11T08:21:05.517033+0000 mon.a (mon.0) 1203 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:21:06.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[54520]: cluster 2024-09-11T08:21:05.526298+0000 mon.a (mon.0) 1204 : cluster [INF] osd.7 [v2:172.21.15.169:6824/1322965848,v1:172.21.15.169:6825/1322965848] boot 2024-09-11T08:21:06.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[54520]: cluster 2024-09-11T08:21:05.526423+0000 mon.a (mon.0) 1205 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-09-11T08:21:06.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[54520]: audit 2024-09-11T08:21:05.534799+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:21:06.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[54520]: audit 2024-09-11T08:21:05.551192+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[53244]: cluster 2024-09-11T08:21:05.517033+0000 mon.a (mon.0) 1203 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:21:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[53244]: cluster 2024-09-11T08:21:05.526298+0000 mon.a (mon.0) 1204 : cluster [INF] osd.7 [v2:172.21.15.169:6824/1322965848,v1:172.21.15.169:6825/1322965848] boot 2024-09-11T08:21:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[53244]: cluster 2024-09-11T08:21:05.526423+0000 mon.a (mon.0) 1205 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-09-11T08:21:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[53244]: audit 2024-09-11T08:21:05.534799+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:21:06.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:06 smithi133 bash[53244]: audit 2024-09-11T08:21:05.551192+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:07.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:07 smithi169 bash[48863]: cluster 2024-09-11T08:21:06.449883+0000 mgr.y (mgr.25981) 411 : cluster [DBG] pgmap v269: 132 pgs: 11 peering, 27 active+undersized, 15 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55/618 objects degraded (8.900%) 2024-09-11T08:21:07.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:07 smithi169 bash[48863]: cluster 2024-09-11T08:21:06.561427+0000 mon.a (mon.0) 1208 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-11T08:21:07.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:07 smithi133 bash[53244]: cluster 2024-09-11T08:21:06.449883+0000 mgr.y (mgr.25981) 411 : cluster [DBG] pgmap v269: 132 pgs: 11 peering, 27 active+undersized, 15 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55/618 objects degraded (8.900%) 2024-09-11T08:21:07.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:07 smithi133 bash[53244]: cluster 2024-09-11T08:21:06.561427+0000 mon.a (mon.0) 1208 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-11T08:21:07.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:07 smithi133 bash[54520]: cluster 2024-09-11T08:21:06.449883+0000 mgr.y (mgr.25981) 411 : cluster [DBG] pgmap v269: 132 pgs: 11 peering, 27 active+undersized, 15 active+undersized+degraded, 79 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55/618 objects degraded (8.900%) 2024-09-11T08:21:07.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:07 smithi133 bash[54520]: cluster 2024-09-11T08:21:06.561427+0000 mon.a (mon.0) 1208 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-11T08:21:08.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:08 smithi169 bash[48863]: cluster 2024-09-11T08:21:08.104629+0000 mon.a (mon.0) 1209 : cluster [WRN] Health check update: Degraded data redundancy: 55/618 objects degraded (8.900%), 15 pgs degraded (PG_DEGRADED) 2024-09-11T08:21:08.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:08 smithi133 bash[53244]: cluster 2024-09-11T08:21:08.104629+0000 mon.a (mon.0) 1209 : cluster [WRN] Health check update: Degraded data redundancy: 55/618 objects degraded (8.900%), 15 pgs degraded (PG_DEGRADED) 2024-09-11T08:21:08.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:08 smithi133 bash[54520]: cluster 2024-09-11T08:21:08.104629+0000 mon.a (mon.0) 1209 : cluster [WRN] Health check update: Degraded data redundancy: 55/618 objects degraded (8.900%), 15 pgs degraded (PG_DEGRADED) 2024-09-11T08:21:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:09 smithi169 bash[48863]: cluster 2024-09-11T08:21:08.451303+0000 mgr.y (mgr.25981) 412 : cluster [DBG] pgmap v271: 132 pgs: 11 peering, 14 active+undersized, 4 active+undersized+degraded, 103 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5/618 objects degraded (0.809%) 2024-09-11T08:21:09.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:09 smithi133 bash[54520]: cluster 2024-09-11T08:21:08.451303+0000 mgr.y (mgr.25981) 412 : cluster [DBG] pgmap v271: 132 pgs: 11 peering, 14 active+undersized, 4 active+undersized+degraded, 103 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5/618 objects degraded (0.809%) 2024-09-11T08:21:09.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:09 smithi133 bash[53244]: cluster 2024-09-11T08:21:08.451303+0000 mgr.y (mgr.25981) 412 : cluster [DBG] pgmap v271: 132 pgs: 11 peering, 14 active+undersized, 4 active+undersized+degraded, 103 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5/618 objects degraded (0.809%) 2024-09-11T08:21:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:10 smithi169 bash[48863]: cluster 2024-09-11T08:21:10.565562+0000 mon.a (mon.0) 1210 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/618 objects degraded (0.809%), 4 pgs degraded) 2024-09-11T08:21:10.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:10 smithi133 bash[53244]: cluster 2024-09-11T08:21:10.565562+0000 mon.a (mon.0) 1210 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/618 objects degraded (0.809%), 4 pgs degraded) 2024-09-11T08:21:10.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:10 smithi133 bash[54520]: cluster 2024-09-11T08:21:10.565562+0000 mon.a (mon.0) 1210 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/618 objects degraded (0.809%), 4 pgs degraded) 2024-09-11T08:21:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:11 smithi169 bash[48863]: cluster 2024-09-11T08:21:10.452208+0000 mgr.y (mgr.25981) 413 : cluster [DBG] pgmap v272: 132 pgs: 11 peering, 121 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:11.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:11 smithi133 bash[53244]: cluster 2024-09-11T08:21:10.452208+0000 mgr.y (mgr.25981) 413 : cluster [DBG] pgmap v272: 132 pgs: 11 peering, 121 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:11.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:11 smithi133 bash[54520]: cluster 2024-09-11T08:21:10.452208+0000 mgr.y (mgr.25981) 413 : cluster [DBG] pgmap v272: 132 pgs: 11 peering, 121 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:13 smithi169 bash[48863]: cluster 2024-09-11T08:21:12.453261+0000 mgr.y (mgr.25981) 414 : cluster [DBG] pgmap v273: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:13.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:13 smithi133 bash[54520]: cluster 2024-09-11T08:21:12.453261+0000 mgr.y (mgr.25981) 414 : cluster [DBG] pgmap v273: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:13.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:13 smithi133 bash[53244]: cluster 2024-09-11T08:21:12.453261+0000 mgr.y (mgr.25981) 414 : cluster [DBG] pgmap v273: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:15.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: cluster 2024-09-11T08:21:14.454489+0000 mgr.y (mgr.25981) 415 : cluster [DBG] pgmap v274: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.478888+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.487532+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.498664+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.500331+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.501781+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.512767+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.566933+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.575179+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.580365+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.583326+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.585409+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.588674+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.600824+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.602316+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T08:21:15.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.611163+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T08:21:15.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.612578+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T08:21:15.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.619874+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T08:21:15.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.621425+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T08:21:15.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:15 smithi169 bash[48863]: audit 2024-09-11T08:21:15.629044+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T08:21:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: cluster 2024-09-11T08:21:14.454489+0000 mgr.y (mgr.25981) 415 : cluster [DBG] pgmap v274: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.478888+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.487532+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.498664+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.500331+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.501781+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.512767+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.566933+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.575179+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.580365+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.583326+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.585409+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.588674+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.600824+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.602316+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.611163+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.612578+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.619874+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.621425+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[53244]: audit 2024-09-11T08:21:15.629044+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T08:21:15.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: cluster 2024-09-11T08:21:14.454489+0000 mgr.y (mgr.25981) 415 : cluster [DBG] pgmap v274: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.478888+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.487532+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.498664+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.500331+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.501781+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.512767+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.566933+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.575179+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.580365+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.583326+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.585409+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.588674+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:15.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.600824+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.602316+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T08:21:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.611163+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T08:21:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.612578+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T08:21:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.619874+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T08:21:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.621425+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T08:21:15.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:15 smithi133 bash[54520]: audit 2024-09-11T08:21:15.629044+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T08:21:16.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: cephadm 2024-09-11T08:21:15.503061+0000 mgr.y (mgr.25981) 416 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:16.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: cluster 2024-09-11T08:21:15.504224+0000 mgr.y (mgr.25981) 417 : cluster [DBG] pgmap v275: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:16.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: cluster 2024-09-11T08:21:15.504721+0000 mgr.y (mgr.25981) 418 : cluster [DBG] pgmap v276: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:16.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: cephadm 2024-09-11T08:21:15.590022+0000 mgr.y (mgr.25981) 419 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.630982+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.645168+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.646329+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.653455+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.654643+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.661216+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.662359+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.668725+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.670135+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.675500+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: cephadm 2024-09-11T08:21:15.677359+0000 mgr.y (mgr.25981) 420 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T08:21:16.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:16 smithi169 bash[48863]: audit 2024-09-11T08:21:15.677833+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T08:21:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: cephadm 2024-09-11T08:21:15.503061+0000 mgr.y (mgr.25981) 416 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: cluster 2024-09-11T08:21:15.504224+0000 mgr.y (mgr.25981) 417 : cluster [DBG] pgmap v275: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: cluster 2024-09-11T08:21:15.504721+0000 mgr.y (mgr.25981) 418 : cluster [DBG] pgmap v276: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: cephadm 2024-09-11T08:21:15.590022+0000 mgr.y (mgr.25981) 419 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T08:21:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.630982+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T08:21:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.645168+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T08:21:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.646329+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.653455+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.654643+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.661216+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.662359+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.668725+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.670135+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.675500+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: cephadm 2024-09-11T08:21:15.677359+0000 mgr.y (mgr.25981) 420 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[53244]: audit 2024-09-11T08:21:15.677833+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: cephadm 2024-09-11T08:21:15.503061+0000 mgr.y (mgr.25981) 416 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:16.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: cluster 2024-09-11T08:21:15.504224+0000 mgr.y (mgr.25981) 417 : cluster [DBG] pgmap v275: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: cluster 2024-09-11T08:21:15.504721+0000 mgr.y (mgr.25981) 418 : cluster [DBG] pgmap v276: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: cephadm 2024-09-11T08:21:15.590022+0000 mgr.y (mgr.25981) 419 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.630982+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.645168+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.646329+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.653455+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.654643+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.661216+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.662359+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.668725+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.670135+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.675500+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T08:21:16.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: cephadm 2024-09-11T08:21:15.677359+0000 mgr.y (mgr.25981) 420 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T08:21:16.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:16 smithi133 bash[54520]: audit 2024-09-11T08:21:15.677833+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T08:21:17.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: cluster 2024-09-11T08:21:16.672207+0000 mon.a (mon.0) 1241 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T08:21:17.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.680453+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T08:21:17.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: cluster 2024-09-11T08:21:16.680624+0000 mon.a (mon.0) 1243 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.684123+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: cephadm 2024-09-11T08:21:16.685154+0000 mgr.y (mgr.25981) 421 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.691078+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.693031+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: cephadm 2024-09-11T08:21:16.693787+0000 mgr.y (mgr.25981) 422 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.698259+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.699682+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.701518+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: cephadm 2024-09-11T08:21:16.702336+0000 mgr.y (mgr.25981) 423 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.706474+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.708427+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.710622+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.712624+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.714585+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.716386+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.718332+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: cephadm 2024-09-11T08:21:16.719508+0000 mgr.y (mgr.25981) 424 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:21:17.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.721005+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:21:17.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.726471+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:21:17.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.727971+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.733882+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:21:17.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.735177+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.740688+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.741861+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.748703+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.749829+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.757318+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.758623+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.759927+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.767769+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.769131+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.770515+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.771779+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.779621+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:21:17.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.781108+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.782562+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.783866+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.785135+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.786276+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.787400+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.788575+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.797973+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.800008+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.807768+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.809386+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:17.930 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.810677+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:17.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.822306+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.875928+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:17.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.877531+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:17.931 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:17 smithi169 bash[48863]: audit 2024-09-11T08:21:16.888769+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: cluster 2024-09-11T08:21:16.672207+0000 mon.a (mon.0) 1241 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T08:21:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.680453+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T08:21:17.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: cluster 2024-09-11T08:21:16.680624+0000 mon.a (mon.0) 1243 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-11T08:21:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.684123+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: cephadm 2024-09-11T08:21:16.685154+0000 mgr.y (mgr.25981) 421 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:21:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.691078+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.693031+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: cephadm 2024-09-11T08:21:16.693787+0000 mgr.y (mgr.25981) 422 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:21:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.698259+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.699682+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.701518+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: cephadm 2024-09-11T08:21:16.702336+0000 mgr.y (mgr.25981) 423 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:21:17.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.706474+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.708427+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.710622+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.712624+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.714585+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.716386+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.718332+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: cephadm 2024-09-11T08:21:16.719508+0000 mgr.y (mgr.25981) 424 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:21:17.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: cluster 2024-09-11T08:21:16.672207+0000 mon.a (mon.0) 1241 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T08:21:17.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.680453+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T08:21:17.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: cluster 2024-09-11T08:21:16.680624+0000 mon.a (mon.0) 1243 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-11T08:21:17.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.684123+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: cephadm 2024-09-11T08:21:16.685154+0000 mgr.y (mgr.25981) 421 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.691078+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.693031+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: cephadm 2024-09-11T08:21:16.693787+0000 mgr.y (mgr.25981) 422 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.698259+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.699682+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.701518+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: cephadm 2024-09-11T08:21:16.702336+0000 mgr.y (mgr.25981) 423 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.706474+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.708427+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.710622+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.712624+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.714585+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.716386+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.718332+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: cephadm 2024-09-11T08:21:16.719508+0000 mgr.y (mgr.25981) 424 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.721005+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.726471+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.727971+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.733882+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.735177+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.740688+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.741861+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:21:17.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.748703+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:21:17.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.749829+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:21:17.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.757318+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:21:17.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.758623+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:21:17.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.759927+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:21:17.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.767769+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:21:17.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.769131+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.770515+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:21:17.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.771779+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:21:17.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.721005+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.726471+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.727971+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.733882+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.735177+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.740688+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.741861+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.748703+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.749829+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.757318+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.758623+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.759927+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.767769+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.769131+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.956 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.770515+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.771779+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.779621+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.781108+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.782562+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.783866+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.785135+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.786276+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.787400+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.788575+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:21:17.957 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.797973+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.800008+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.807768+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.809386+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.810677+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.822306+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.875928+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.877531+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[53244]: audit 2024-09-11T08:21:16.888769+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.779621+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.781108+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.782562+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.783866+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.785135+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.786276+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.787400+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.788575+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.797973+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.800008+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.807768+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.809386+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.810677+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.822306+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.875928+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.877531+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:17.959 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:17 smithi133 bash[54520]: audit 2024-09-11T08:21:16.888769+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:18.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:18 smithi169 bash[48863]: cephadm 2024-09-11T08:21:16.799189+0000 mgr.y (mgr.25981) 425 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:21:18.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:18 smithi169 bash[48863]: cephadm 2024-09-11T08:21:16.811996+0000 mgr.y (mgr.25981) 426 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:18.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:18 smithi169 bash[48863]: cluster 2024-09-11T08:21:16.812917+0000 mgr.y (mgr.25981) 427 : cluster [DBG] pgmap v278: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:18 smithi169 bash[48863]: cluster 2024-09-11T08:21:16.813275+0000 mgr.y (mgr.25981) 428 : cluster [DBG] pgmap v279: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:18 smithi169 bash[48863]: cephadm 2024-09-11T08:21:16.878905+0000 mgr.y (mgr.25981) 429 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:18.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:18 smithi169 bash[48863]: cluster 2024-09-11T08:21:16.880007+0000 mgr.y (mgr.25981) 430 : cluster [DBG] pgmap v280: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:18 smithi169 bash[48863]: cluster 2024-09-11T08:21:16.880615+0000 mgr.y (mgr.25981) 431 : cluster [DBG] pgmap v281: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[53244]: cephadm 2024-09-11T08:21:16.799189+0000 mgr.y (mgr.25981) 425 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:21:18.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[53244]: cephadm 2024-09-11T08:21:16.811996+0000 mgr.y (mgr.25981) 426 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:18.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[53244]: cluster 2024-09-11T08:21:16.812917+0000 mgr.y (mgr.25981) 427 : cluster [DBG] pgmap v278: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[53244]: cluster 2024-09-11T08:21:16.813275+0000 mgr.y (mgr.25981) 428 : cluster [DBG] pgmap v279: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[53244]: cephadm 2024-09-11T08:21:16.878905+0000 mgr.y (mgr.25981) 429 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:18.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[53244]: cluster 2024-09-11T08:21:16.880007+0000 mgr.y (mgr.25981) 430 : cluster [DBG] pgmap v280: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[53244]: cluster 2024-09-11T08:21:16.880615+0000 mgr.y (mgr.25981) 431 : cluster [DBG] pgmap v281: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[54520]: cephadm 2024-09-11T08:21:16.799189+0000 mgr.y (mgr.25981) 425 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:21:18.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[54520]: cephadm 2024-09-11T08:21:16.811996+0000 mgr.y (mgr.25981) 426 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:18.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[54520]: cluster 2024-09-11T08:21:16.812917+0000 mgr.y (mgr.25981) 427 : cluster [DBG] pgmap v278: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[54520]: cluster 2024-09-11T08:21:16.813275+0000 mgr.y (mgr.25981) 428 : cluster [DBG] pgmap v279: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[54520]: cephadm 2024-09-11T08:21:16.878905+0000 mgr.y (mgr.25981) 429 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:18.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[54520]: cluster 2024-09-11T08:21:16.880007+0000 mgr.y (mgr.25981) 430 : cluster [DBG] pgmap v280: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:18.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:18 smithi133 bash[54520]: cluster 2024-09-11T08:21:16.880615+0000 mgr.y (mgr.25981) 431 : cluster [DBG] pgmap v281: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:20 smithi169 bash[48863]: cluster 2024-09-11T08:21:18.881976+0000 mgr.y (mgr.25981) 432 : cluster [DBG] pgmap v282: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:20.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:20 smithi169 bash[48863]: audit 2024-09-11T08:21:20.578492+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:20.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:20 smithi133 bash[53244]: cluster 2024-09-11T08:21:18.881976+0000 mgr.y (mgr.25981) 432 : cluster [DBG] pgmap v282: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:20 smithi133 bash[53244]: audit 2024-09-11T08:21:20.578492+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:20.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:20 smithi133 bash[54520]: cluster 2024-09-11T08:21:18.881976+0000 mgr.y (mgr.25981) 432 : cluster [DBG] pgmap v282: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:20.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:20 smithi133 bash[54520]: audit 2024-09-11T08:21:20.578492+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:22 smithi169 bash[48863]: cluster 2024-09-11T08:21:20.882843+0000 mgr.y (mgr.25981) 433 : cluster [DBG] pgmap v283: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:22.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:22 smithi133 bash[53244]: cluster 2024-09-11T08:21:20.882843+0000 mgr.y (mgr.25981) 433 : cluster [DBG] pgmap v283: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:22.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:22 smithi133 bash[54520]: cluster 2024-09-11T08:21:20.882843+0000 mgr.y (mgr.25981) 433 : cluster [DBG] pgmap v283: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:23.990 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:21:24.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:24 smithi169 bash[48863]: cluster 2024-09-11T08:21:22.884118+0000 mgr.y (mgr.25981) 434 : cluster [DBG] pgmap v284: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:24.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:24 smithi169 bash[48863]: audit 2024-09-11T08:21:23.041087+0000 mgr.y (mgr.25981) 435 : audit [DBG] from='client.54645 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:24.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:24 smithi133 bash[53244]: cluster 2024-09-11T08:21:22.884118+0000 mgr.y (mgr.25981) 434 : cluster [DBG] pgmap v284: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:24.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:24 smithi133 bash[53244]: audit 2024-09-11T08:21:23.041087+0000 mgr.y (mgr.25981) 435 : audit [DBG] from='client.54645 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:24 smithi133 bash[54520]: cluster 2024-09-11T08:21:22.884118+0000 mgr.y (mgr.25981) 434 : cluster [DBG] pgmap v284: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:24 smithi133 bash[54520]: audit 2024-09-11T08:21:23.041087+0000 mgr.y (mgr.25981) 435 : audit [DBG] from='client.54645 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:26.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:26 smithi169 bash[48863]: cluster 2024-09-11T08:21:24.885172+0000 mgr.y (mgr.25981) 436 : cluster [DBG] pgmap v285: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:26.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:26 smithi133 bash[53244]: cluster 2024-09-11T08:21:24.885172+0000 mgr.y (mgr.25981) 436 : cluster [DBG] pgmap v285: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:26.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:26 smithi133 bash[54520]: cluster 2024-09-11T08:21:24.885172+0000 mgr.y (mgr.25981) 436 : cluster [DBG] pgmap v285: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (10m) 2m ago 35m 17.0M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (10m) 24s ago 34m 82.7M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 24s ago 36m - - 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (12m) 24s ago 40m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (22m) 2m ago 42m 441M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (8m) 2m ago 42m 69.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (8m) 24s ago 40m 59.9M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (7m) 2m ago 40m 50.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:21:28.098 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (11m) 2m ago 35m 11.9M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (11m) 24s ago 35m 12.0M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (5m) 2m ago 39m 48.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (4m) 2m ago 39m 49.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (3m) 2m ago 39m 46.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (2m) 2m ago 38m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (2m) 24s ago 38m 50.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 3d3977221572 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (90s) 24s ago 37m 46.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 8db598040439 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (60s) 24s ago 37m 45.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 efc69336c97c 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (29s) 24s ago 36m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 fa73b3f01923 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (11m) 24s ago 35m 51.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (33m) 2m ago 33m 56.7M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:21:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (33m) 24s ago 33m 58.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:21:28.838 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 1'"'"'' 2024-09-11T08:21:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: cluster 2024-09-11T08:21:26.886111+0000 mgr.y (mgr.25981) 437 : cluster [DBG] pgmap v286: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.072714+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.073601+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.074387+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.075071+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.075748+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.076430+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.081447+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:28.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.082197+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.082811+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.083398+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:28 smithi169 bash[48863]: audit 2024-09-11T08:21:28.083919+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: cluster 2024-09-11T08:21:26.886111+0000 mgr.y (mgr.25981) 437 : cluster [DBG] pgmap v286: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:28.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.072714+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:28.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.073601+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:28.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.074387+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.075071+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.075748+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.076430+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.081447+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.082197+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.082811+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.083398+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[53244]: audit 2024-09-11T08:21:28.083919+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: cluster 2024-09-11T08:21:26.886111+0000 mgr.y (mgr.25981) 437 : cluster [DBG] pgmap v286: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.072714+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.073601+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.074387+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.075071+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.075748+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.076430+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.081447+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.082197+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.082811+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.083398+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:28.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:28 smithi133 bash[54520]: audit 2024-09-11T08:21:28.083919+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:29.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:29 smithi169 bash[48863]: audit 2024-09-11T08:21:28.069482+0000 mgr.y (mgr.25981) 438 : audit [DBG] from='client.54651 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:29.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:29 smithi133 bash[53244]: audit 2024-09-11T08:21:28.069482+0000 mgr.y (mgr.25981) 438 : audit [DBG] from='client.54651 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:29.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:29 smithi133 bash[54520]: audit 2024-09-11T08:21:28.069482+0000 mgr.y (mgr.25981) 438 : audit [DBG] from='client.54651 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:30.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:30 smithi133 bash[53244]: cluster 2024-09-11T08:21:28.887248+0000 mgr.y (mgr.25981) 439 : cluster [DBG] pgmap v287: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:30.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:30 smithi133 bash[54520]: cluster 2024-09-11T08:21:28.887248+0000 mgr.y (mgr.25981) 439 : cluster [DBG] pgmap v287: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:31.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:30 smithi169 bash[48863]: cluster 2024-09-11T08:21:28.887248+0000 mgr.y (mgr.25981) 439 : cluster [DBG] pgmap v287: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:32.931 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:21:32.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:32 smithi133 bash[53244]: cluster 2024-09-11T08:21:30.888133+0000 mgr.y (mgr.25981) 440 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:32.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:32 smithi133 bash[54520]: cluster 2024-09-11T08:21:30.888133+0000 mgr.y (mgr.25981) 440 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:33.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:32 smithi169 bash[48863]: cluster 2024-09-11T08:21:30.888133+0000 mgr.y (mgr.25981) 440 : cluster [DBG] pgmap v288: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:33.755 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | keys'"'"' | grep $sha1' 2024-09-11T08:21:33.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:33 smithi133 bash[53244]: audit 2024-09-11T08:21:32.916779+0000 mon.c (mon.1) 20 : audit [DBG] from='client.64555 172.21.15.133:0/2003514332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:33.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:33 smithi133 bash[54520]: audit 2024-09-11T08:21:32.916779+0000 mon.c (mon.1) 20 : audit [DBG] from='client.64555 172.21.15.133:0/2003514332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:34.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:33 smithi169 bash[48863]: audit 2024-09-11T08:21:32.916779+0000 mon.c (mon.1) 20 : audit [DBG] from='client.64555 172.21.15.133:0/2003514332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:34.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:34 smithi133 bash[53244]: cluster 2024-09-11T08:21:32.889461+0000 mgr.y (mgr.25981) 441 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:34.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:34 smithi133 bash[54520]: cluster 2024-09-11T08:21:32.889461+0000 mgr.y (mgr.25981) 441 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:35.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:34 smithi169 bash[48863]: cluster 2024-09-11T08:21:32.889461+0000 mgr.y (mgr.25981) 441 : cluster [DBG] pgmap v289: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:36.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:36 smithi133 bash[53244]: cluster 2024-09-11T08:21:34.890489+0000 mgr.y (mgr.25981) 442 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:36.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:36 smithi133 bash[54520]: cluster 2024-09-11T08:21:34.890489+0000 mgr.y (mgr.25981) 442 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:37.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:36 smithi169 bash[48863]: cluster 2024-09-11T08:21:34.890489+0000 mgr.y (mgr.25981) 442 : cluster [DBG] pgmap v290: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:37.748 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:21:38.544 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.r.z' 2024-09-11T08:21:38.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:38 smithi133 bash[53244]: cluster 2024-09-11T08:21:36.891389+0000 mgr.y (mgr.25981) 443 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:38.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:38 smithi133 bash[53244]: audit 2024-09-11T08:21:37.734177+0000 mon.c (mon.1) 21 : audit [DBG] from='client.64561 172.21.15.133:0/3834162627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:38.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:38 smithi133 bash[54520]: cluster 2024-09-11T08:21:36.891389+0000 mgr.y (mgr.25981) 443 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:38.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:38 smithi133 bash[54520]: audit 2024-09-11T08:21:37.734177+0000 mon.c (mon.1) 21 : audit [DBG] from='client.64561 172.21.15.133:0/3834162627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:39.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:38 smithi169 bash[48863]: cluster 2024-09-11T08:21:36.891389+0000 mgr.y (mgr.25981) 443 : cluster [DBG] pgmap v291: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:39.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:38 smithi169 bash[48863]: audit 2024-09-11T08:21:37.734177+0000 mon.c (mon.1) 21 : audit [DBG] from='client.64561 172.21.15.133:0/3834162627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:41.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:40 smithi169 bash[48863]: cluster 2024-09-11T08:21:38.892764+0000 mgr.y (mgr.25981) 444 : cluster [DBG] pgmap v292: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:41.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:40 smithi169 bash[48863]: audit 2024-09-11T08:21:40.140950+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:21:41.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:40 smithi169 bash[48863]: audit 2024-09-11T08:21:40.141442+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:21:41.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:40 smithi169 bash[48863]: audit 2024-09-11T08:21:40.141966+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:21:41.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:40 smithi133 bash[54520]: cluster 2024-09-11T08:21:38.892764+0000 mgr.y (mgr.25981) 444 : cluster [DBG] pgmap v292: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:41.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:40 smithi133 bash[54520]: audit 2024-09-11T08:21:40.140950+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:21:41.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:40 smithi133 bash[54520]: audit 2024-09-11T08:21:40.141442+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:21:41.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:40 smithi133 bash[54520]: audit 2024-09-11T08:21:40.141966+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:21:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:40 smithi133 bash[53244]: cluster 2024-09-11T08:21:38.892764+0000 mgr.y (mgr.25981) 444 : cluster [DBG] pgmap v292: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:40 smithi133 bash[53244]: audit 2024-09-11T08:21:40.140950+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:21:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:40 smithi133 bash[53244]: audit 2024-09-11T08:21:40.141442+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:21:41.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:40 smithi133 bash[53244]: audit 2024-09-11T08:21:40.141966+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:21:43.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:42 smithi169 bash[48863]: cluster 2024-09-11T08:21:40.893653+0000 mgr.y (mgr.25981) 445 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:43.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:42 smithi133 bash[53244]: cluster 2024-09-11T08:21:40.893653+0000 mgr.y (mgr.25981) 445 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:43.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:42 smithi133 bash[54520]: cluster 2024-09-11T08:21:40.893653+0000 mgr.y (mgr.25981) 445 : cluster [DBG] pgmap v293: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:44.006 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:43 smithi133 bash[53244]: audit 2024-09-11T08:21:42.476416+0000 mgr.y (mgr.25981) 446 : audit [DBG] from='client.64567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:44.007 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:43 smithi133 bash[54520]: audit 2024-09-11T08:21:42.476416+0000 mgr.y (mgr.25981) 446 : audit [DBG] from='client.64567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:44.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:43 smithi169 bash[48863]: audit 2024-09-11T08:21:42.476416+0000 mgr.y (mgr.25981) 446 : audit [DBG] from='client.64567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "services": "rgw.r.z", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:44.799 INFO:teuthology.orchestra.run.smithi133.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:21:44.995 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:44 smithi133 bash[53244]: cluster 2024-09-11T08:21:42.894898+0000 mgr.y (mgr.25981) 447 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:44.996 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:44 smithi133 bash[54520]: cluster 2024-09-11T08:21:42.894898+0000 mgr.y (mgr.25981) 447 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:45.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:44 smithi169 bash[48863]: cluster 2024-09-11T08:21:42.894898+0000 mgr.y (mgr.25981) 447 : cluster [DBG] pgmap v294: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:45.585 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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 ; sleep 30 ; done' 2024-09-11T08:21:45.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: cephadm 2024-09-11T08:21:44.763961+0000 mgr.y (mgr.25981) 448 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:21:45.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:44.797685+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:45.077303+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:45.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:45.083567+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.849 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:45.084132+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:45.850 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:45.090416+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.850 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:45.095912+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.850 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:45.103007+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.850 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:45.477545+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:45.850 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:45.479271+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:45.850 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[53244]: audit 2024-09-11T08:21:45.488180+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: cephadm 2024-09-11T08:21:44.763961+0000 mgr.y (mgr.25981) 448 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:21:45.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:44.797685+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.850 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:45.077303+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:45.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:45.083567+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:45.084132+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:45.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:45.090416+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:45.095912+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:45.103007+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:45.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:45.477545+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:45.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:45.479271+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:45.851 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:45 smithi133 bash[54520]: audit 2024-09-11T08:21:45.488180+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: cephadm 2024-09-11T08:21:44.763961+0000 mgr.y (mgr.25981) 448 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:44.797685+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:45.077303+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:45.083567+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:45.084132+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:45.090416+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:45.095912+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:45.103007+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:45.477545+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:45.479271+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:21:46.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:45 smithi169 bash[48863]: audit 2024-09-11T08:21:45.488180+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:47.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:46 smithi169 bash[48863]: cluster 2024-09-11T08:21:44.895821+0000 mgr.y (mgr.25981) 449 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:47.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:46 smithi169 bash[48863]: cephadm 2024-09-11T08:21:45.480760+0000 mgr.y (mgr.25981) 450 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:47.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:46 smithi169 bash[48863]: cluster 2024-09-11T08:21:45.481829+0000 mgr.y (mgr.25981) 451 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:47.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:46 smithi169 bash[48863]: cluster 2024-09-11T08:21:45.482359+0000 mgr.y (mgr.25981) 452 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:47.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:46 smithi169 bash[48863]: cephadm 2024-09-11T08:21:45.535567+0000 mgr.y (mgr.25981) 453 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:21:47.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[54520]: cluster 2024-09-11T08:21:44.895821+0000 mgr.y (mgr.25981) 449 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:47.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[54520]: cephadm 2024-09-11T08:21:45.480760+0000 mgr.y (mgr.25981) 450 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:47.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[54520]: cluster 2024-09-11T08:21:45.481829+0000 mgr.y (mgr.25981) 451 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:47.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[54520]: cluster 2024-09-11T08:21:45.482359+0000 mgr.y (mgr.25981) 452 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:47.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[54520]: cephadm 2024-09-11T08:21:45.535567+0000 mgr.y (mgr.25981) 453 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:21:47.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[53244]: cluster 2024-09-11T08:21:44.895821+0000 mgr.y (mgr.25981) 449 : cluster [DBG] pgmap v295: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:47.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[53244]: cephadm 2024-09-11T08:21:45.480760+0000 mgr.y (mgr.25981) 450 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:21:47.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[53244]: cluster 2024-09-11T08:21:45.481829+0000 mgr.y (mgr.25981) 451 : cluster [DBG] pgmap v296: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:47.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[53244]: cluster 2024-09-11T08:21:45.482359+0000 mgr.y (mgr.25981) 452 : cluster [DBG] pgmap v297: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:47.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:46 smithi133 bash[53244]: cephadm 2024-09-11T08:21:45.535567+0000 mgr.y (mgr.25981) 453 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:21:49.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:48 smithi169 bash[48863]: cluster 2024-09-11T08:21:47.483406+0000 mgr.y (mgr.25981) 454 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:49.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:48 smithi133 bash[54520]: cluster 2024-09-11T08:21:47.483406+0000 mgr.y (mgr.25981) 454 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:49.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:48 smithi133 bash[53244]: cluster 2024-09-11T08:21:47.483406+0000 mgr.y (mgr.25981) 454 : cluster [DBG] pgmap v298: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: cluster 2024-09-11T08:21:49.484324+0000 mgr.y (mgr.25981) 455 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.502469+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: cephadm 2024-09-11T08:21:49.503229+0000 mgr.y (mgr.25981) 456 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:21:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: cephadm 2024-09-11T08:21:49.503369+0000 mgr.y (mgr.25981) 457 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:21:50.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.504765+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.513962+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.516319+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: cephadm 2024-09-11T08:21:49.517482+0000 mgr.y (mgr.25981) 458 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.524502+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.526726+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: cephadm 2024-09-11T08:21:49.527637+0000 mgr.y (mgr.25981) 459 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.533129+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.534674+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: cephadm 2024-09-11T08:21:49.535517+0000 mgr.y (mgr.25981) 460 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.541957+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.544142+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: cephadm 2024-09-11T08:21:49.545122+0000 mgr.y (mgr.25981) 461 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T08:21:50.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.551241+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.554237+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: cephadm 2024-09-11T08:21:49.555380+0000 mgr.y (mgr.25981) 462 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:21:50.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:50 smithi169 bash[48863]: audit 2024-09-11T08:21:49.562943+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: cluster 2024-09-11T08:21:49.484324+0000 mgr.y (mgr.25981) 455 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.502469+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: cephadm 2024-09-11T08:21:49.503229+0000 mgr.y (mgr.25981) 456 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:21:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: cephadm 2024-09-11T08:21:49.503369+0000 mgr.y (mgr.25981) 457 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:21:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.504765+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:21:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.513962+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.516319+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: cephadm 2024-09-11T08:21:49.517482+0000 mgr.y (mgr.25981) 458 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:21:50.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.524502+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.526726+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: cephadm 2024-09-11T08:21:49.527637+0000 mgr.y (mgr.25981) 459 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.533129+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.534674+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: cephadm 2024-09-11T08:21:49.535517+0000 mgr.y (mgr.25981) 460 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.541957+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.544142+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: cephadm 2024-09-11T08:21:49.545122+0000 mgr.y (mgr.25981) 461 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.551241+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.554237+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: cephadm 2024-09-11T08:21:49.555380+0000 mgr.y (mgr.25981) 462 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:21:50.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[54520]: audit 2024-09-11T08:21:49.562943+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: cluster 2024-09-11T08:21:49.484324+0000 mgr.y (mgr.25981) 455 : cluster [DBG] pgmap v299: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.502469+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: cephadm 2024-09-11T08:21:49.503229+0000 mgr.y (mgr.25981) 456 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: cephadm 2024-09-11T08:21:49.503369+0000 mgr.y (mgr.25981) 457 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.504765+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.513962+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.516319+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: cephadm 2024-09-11T08:21:49.517482+0000 mgr.y (mgr.25981) 458 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.524502+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.526726+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: cephadm 2024-09-11T08:21:49.527637+0000 mgr.y (mgr.25981) 459 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.533129+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.534674+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: cephadm 2024-09-11T08:21:49.535517+0000 mgr.y (mgr.25981) 460 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:21:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.541957+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.544142+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: cephadm 2024-09-11T08:21:49.545122+0000 mgr.y (mgr.25981) 461 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T08:21:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.551241+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.554237+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: cephadm 2024-09-11T08:21:49.555380+0000 mgr.y (mgr.25981) 462 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:21:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:50 smithi133 bash[53244]: audit 2024-09-11T08:21:49.562943+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:51.846 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:21:52.562 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:21:52.562 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (11m) 2m ago 35m 17.0M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:21:52.562 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (10m) 48s ago 35m 82.7M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 48s ago 36m - - 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (12m) 48s ago 40m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (22m) 2m ago 42m 441M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (8m) 2m ago 42m 69.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (9m) 48s ago 41m 59.9M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (7m) 2m ago 41m 50.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (12m) 2m ago 36m 11.9M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (12m) 48s ago 36m 12.0M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (5m) 2m ago 40m 48.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (5m) 2m ago 39m 49.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (3m) 2m ago 39m 46.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (2m) 2m ago 38m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (2m) 48s ago 38m 50.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 3d3977221572 2024-09-11T08:21:52.563 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (115s) 48s ago 38m 46.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 8db598040439 2024-09-11T08:21:52.564 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (84s) 48s ago 37m 45.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 efc69336c97c 2024-09-11T08:21:52.564 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (53s) 48s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 fa73b3f01923 2024-09-11T08:21:52.564 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (11m) 48s ago 36m 51.3M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:21:52.564 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (34m) 2m ago 34m 56.7M - 15.2.9 dfc483079636 666bed2f41b1 2024-09-11T08:21:52.564 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (34m) 48s ago 34m 58.5M - 15.2.9 dfc483079636 3b7b7d2ecf56 2024-09-11T08:21:52.902 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:52 smithi133 bash[53244]: cluster 2024-09-11T08:21:51.485141+0000 mgr.y (mgr.25981) 463 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:52.903 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:52 smithi133 bash[54520]: cluster 2024-09-11T08:21:51.485141+0000 mgr.y (mgr.25981) 463 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:52.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:52 smithi169 bash[48863]: cluster 2024-09-11T08:21:51.485141+0000 mgr.y (mgr.25981) 463 : cluster [DBG] pgmap v300: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:52.987 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:21:52.987 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:21:52.987 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:21:52.987 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:21:52.987 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:21:52.987 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:21:52.987 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:21:52.987 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:21:52.987 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:21:52.988 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:21:52.988 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:21:52.988 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2 2024-09-11T08:21:52.988 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:21:52.988 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:21:52.988 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.9 (357616cbf726abb779ca75a551e8d02568e15b17) octopus (stable)": 2, 2024-09-11T08:21:52.988 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 13 2024-09-11T08:21:52.988 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:21:52.988 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:21:53.338 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:21:53.339 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:21:53.339 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:21:53.339 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading daemons in service(s) rgw.r.z", 2024-09-11T08:21:53.339 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-09-11T08:21:53.339 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "0/2 daemons upgraded", 2024-09-11T08:21:53.339 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading rgw daemons", 2024-09-11T08:21:53.339 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:21:53.339 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:21:53.926 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[46403]: logger=cleanup t=2024-09-11T08:21:53.678969529Z level=info msg="Completed cleanup jobs" duration=125.658534ms 2024-09-11T08:21:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:51.829617+0000 mgr.y (mgr.25981) 464 : audit [DBG] from='client.54675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.187951+0000 mgr.y (mgr.25981) 465 : audit [DBG] from='client.64579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.538616+0000 mgr.y (mgr.25981) 466 : audit [DBG] from='client.54687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:53.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.541084+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.541835+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.542519+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.543226+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.543914+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.544603+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.547098+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.547929+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.548575+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.549182+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.549959+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: cephadm 2024-09-11T08:21:52.597313+0000 mgr.y (mgr.25981) 467 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi133.yujiqq (1/2) 2024-09-11T08:21:53.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.604639+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:53.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.605940+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:21:53.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.607961+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:53.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: cephadm 2024-09-11T08:21:52.609084+0000 mgr.y (mgr.25981) 468 : cephadm [INF] Deploying daemon rgw.r.z.smithi133.yujiqq on smithi133 2024-09-11T08:21:53.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.609586+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi133.yujiqq","key": "container_image"}]: dispatch 2024-09-11T08:21:53.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:53 smithi169 bash[48863]: audit 2024-09-11T08:21:52.985568+0000 mon.a (mon.0) 1343 : audit [DBG] from='client.64591 172.21.15.133:0/2516917122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:51.829617+0000 mgr.y (mgr.25981) 464 : audit [DBG] from='client.54675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.187951+0000 mgr.y (mgr.25981) 465 : audit [DBG] from='client.64579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.538616+0000 mgr.y (mgr.25981) 466 : audit [DBG] from='client.54687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.541084+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.541835+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.542519+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.543226+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.543914+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.544603+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.547098+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.547929+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.548575+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.549182+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.549959+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: cephadm 2024-09-11T08:21:52.597313+0000 mgr.y (mgr.25981) 467 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi133.yujiqq (1/2) 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.604639+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:51.829617+0000 mgr.y (mgr.25981) 464 : audit [DBG] from='client.54675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:53.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.187951+0000 mgr.y (mgr.25981) 465 : audit [DBG] from='client.64579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.538616+0000 mgr.y (mgr.25981) 466 : audit [DBG] from='client.54687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.541084+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.541835+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.542519+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.543226+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.543914+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.544603+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.547098+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.547929+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.548575+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.549182+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.549959+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: cephadm 2024-09-11T08:21:52.597313+0000 mgr.y (mgr.25981) 467 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi133.yujiqq (1/2) 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.604639+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:53.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.605940+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:21:53.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.607961+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:53.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: cephadm 2024-09-11T08:21:52.609084+0000 mgr.y (mgr.25981) 468 : cephadm [INF] Deploying daemon rgw.r.z.smithi133.yujiqq on smithi133 2024-09-11T08:21:53.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.609586+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi133.yujiqq","key": "container_image"}]: dispatch 2024-09-11T08:21:53.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[54520]: audit 2024-09-11T08:21:52.985568+0000 mon.a (mon.0) 1343 : audit [DBG] from='client.64591 172.21.15.133:0/2516917122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:53.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.605940+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi133.yujiqq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:21:53.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.607961+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:21:53.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: cephadm 2024-09-11T08:21:52.609084+0000 mgr.y (mgr.25981) 468 : cephadm [INF] Deploying daemon rgw.r.z.smithi133.yujiqq on smithi133 2024-09-11T08:21:53.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.609586+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi133.yujiqq","key": "container_image"}]: dispatch 2024-09-11T08:21:53.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:53 smithi133 bash[53244]: audit 2024-09-11T08:21:52.985568+0000 mon.a (mon.0) 1343 : audit [DBG] from='client.64591 172.21.15.133:0/2516917122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:21:54.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:54 smithi169 bash[48863]: audit 2024-09-11T08:21:53.337023+0000 mgr.y (mgr.25981) 469 : audit [DBG] from='client.64597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:54.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:54 smithi169 bash[48863]: cluster 2024-09-11T08:21:53.486410+0000 mgr.y (mgr.25981) 470 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:54.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:54 smithi133 bash[53244]: audit 2024-09-11T08:21:53.337023+0000 mgr.y (mgr.25981) 469 : audit [DBG] from='client.64597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:54.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:54 smithi133 bash[53244]: cluster 2024-09-11T08:21:53.486410+0000 mgr.y (mgr.25981) 470 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:54 smithi133 bash[54520]: audit 2024-09-11T08:21:53.337023+0000 mgr.y (mgr.25981) 469 : audit [DBG] from='client.64597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:21:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:54 smithi133 bash[54520]: cluster 2024-09-11T08:21:53.486410+0000 mgr.y (mgr.25981) 470 : cluster [DBG] pgmap v301: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:56.892 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:56 smithi133 bash[53244]: cluster 2024-09-11T08:21:55.487394+0000 mgr.y (mgr.25981) 471 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:56.892 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:56 smithi133 bash[54520]: cluster 2024-09-11T08:21:55.487394+0000 mgr.y (mgr.25981) 471 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:56.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:56 smithi169 bash[48863]: cluster 2024-09-11T08:21:55.487394+0000 mgr.y (mgr.25981) 471 : cluster [DBG] pgmap v302: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:57.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:57 smithi169 bash[48863]: audit 2024-09-11T08:21:56.757187+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:57.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:57 smithi169 bash[48863]: audit 2024-09-11T08:21:56.764629+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:57.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:57 smithi169 bash[48863]: audit 2024-09-11T08:21:56.771068+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:57.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:57 smithi133 bash[53244]: audit 2024-09-11T08:21:56.757187+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:57.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:57 smithi133 bash[53244]: audit 2024-09-11T08:21:56.764629+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:57.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:57 smithi133 bash[53244]: audit 2024-09-11T08:21:56.771068+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:57.932 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:57 smithi133 bash[54520]: audit 2024-09-11T08:21:56.757187+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:21:57.932 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:57 smithi133 bash[54520]: audit 2024-09-11T08:21:56.764629+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:57.932 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:57 smithi133 bash[54520]: audit 2024-09-11T08:21:56.771068+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:21:59.178 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:21:58 smithi169 bash[48863]: cluster 2024-09-11T08:21:57.488459+0000 mgr.y (mgr.25981) 472 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:59.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:21:58 smithi133 bash[53244]: cluster 2024-09-11T08:21:57.488459+0000 mgr.y (mgr.25981) 472 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:21:59.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:21:58 smithi133 bash[54520]: cluster 2024-09-11T08:21:57.488459+0000 mgr.y (mgr.25981) 472 : cluster [DBG] pgmap v303: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:00.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:00 smithi169 bash[48863]: cephadm 2024-09-11T08:21:59.397276+0000 mgr.y (mgr.25981) 473 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi169.iczyvx (2/2) 2024-09-11T08:22:00.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:00 smithi169 bash[48863]: audit 2024-09-11T08:21:59.406765+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:00.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:00 smithi169 bash[48863]: audit 2024-09-11T08:21:59.408765+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:22:00.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:00 smithi169 bash[48863]: audit 2024-09-11T08:21:59.412412+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:00.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:00 smithi169 bash[48863]: cephadm 2024-09-11T08:21:59.414250+0000 mgr.y (mgr.25981) 474 : cephadm [INF] Deploying daemon rgw.r.z.smithi169.iczyvx on smithi169 2024-09-11T08:22:00.676 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:00 smithi169 bash[48863]: audit 2024-09-11T08:21:59.414995+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi169.iczyvx","key": "container_image"}]: dispatch 2024-09-11T08:22:00.677 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:00 smithi169 bash[48863]: cluster 2024-09-11T08:21:59.489694+0000 mgr.y (mgr.25981) 475 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:22:00.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[53244]: cephadm 2024-09-11T08:21:59.397276+0000 mgr.y (mgr.25981) 473 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi169.iczyvx (2/2) 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[53244]: audit 2024-09-11T08:21:59.406765+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[53244]: audit 2024-09-11T08:21:59.408765+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[53244]: audit 2024-09-11T08:21:59.412412+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[53244]: cephadm 2024-09-11T08:21:59.414250+0000 mgr.y (mgr.25981) 474 : cephadm [INF] Deploying daemon rgw.r.z.smithi169.iczyvx on smithi169 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[53244]: audit 2024-09-11T08:21:59.414995+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi169.iczyvx","key": "container_image"}]: dispatch 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[53244]: cluster 2024-09-11T08:21:59.489694+0000 mgr.y (mgr.25981) 475 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[54520]: cephadm 2024-09-11T08:21:59.397276+0000 mgr.y (mgr.25981) 473 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi169.iczyvx (2/2) 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[54520]: audit 2024-09-11T08:21:59.406765+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[54520]: audit 2024-09-11T08:21:59.408765+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi169.iczyvx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[54520]: audit 2024-09-11T08:21:59.412412+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:00.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[54520]: cephadm 2024-09-11T08:21:59.414250+0000 mgr.y (mgr.25981) 474 : cephadm [INF] Deploying daemon rgw.r.z.smithi169.iczyvx on smithi169 2024-09-11T08:22:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[54520]: audit 2024-09-11T08:21:59.414995+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi169.iczyvx","key": "container_image"}]: dispatch 2024-09-11T08:22:00.700 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:00 smithi133 bash[54520]: cluster 2024-09-11T08:21:59.489694+0000 mgr.y (mgr.25981) 475 : cluster [DBG] pgmap v304: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:22:02.675 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:02 smithi169 bash[48863]: cluster 2024-09-11T08:22:01.490697+0000 mgr.y (mgr.25981) 476 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 85 B/s wr, 17 op/s 2024-09-11T08:22:02.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:02 smithi133 bash[53244]: cluster 2024-09-11T08:22:01.490697+0000 mgr.y (mgr.25981) 476 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 85 B/s wr, 17 op/s 2024-09-11T08:22:02.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:02 smithi133 bash[54520]: cluster 2024-09-11T08:22:01.490697+0000 mgr.y (mgr.25981) 476 : cluster [DBG] pgmap v305: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 85 B/s wr, 17 op/s 2024-09-11T08:22:04.879 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:04 smithi169 bash[48863]: cluster 2024-09-11T08:22:03.492045+0000 mgr.y (mgr.25981) 477 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-11T08:22:04.880 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:04 smithi169 bash[48863]: audit 2024-09-11T08:22:03.657420+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:04.880 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:04 smithi169 bash[48863]: audit 2024-09-11T08:22:03.665845+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:04.880 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:04 smithi169 bash[48863]: audit 2024-09-11T08:22:03.673869+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:04.880 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:04 smithi169 bash[48863]: audit 2024-09-11T08:22:03.677132+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:04.880 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:04 smithi169 bash[48863]: audit 2024-09-11T08:22:03.679816+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[53244]: cluster 2024-09-11T08:22:03.492045+0000 mgr.y (mgr.25981) 477 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[53244]: audit 2024-09-11T08:22:03.657420+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[53244]: audit 2024-09-11T08:22:03.665845+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[53244]: audit 2024-09-11T08:22:03.673869+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[53244]: audit 2024-09-11T08:22:03.677132+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[53244]: audit 2024-09-11T08:22:03.679816+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[54520]: cluster 2024-09-11T08:22:03.492045+0000 mgr.y (mgr.25981) 477 : cluster [DBG] pgmap v306: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[54520]: audit 2024-09-11T08:22:03.657420+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[54520]: audit 2024-09-11T08:22:03.665845+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:04.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[54520]: audit 2024-09-11T08:22:03.673869+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:04.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[54520]: audit 2024-09-11T08:22:03.677132+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:04.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:04 smithi133 bash[54520]: audit 2024-09-11T08:22:03.679816+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:06.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:06 smithi169 bash[48863]: cluster 2024-09-11T08:22:05.492867+0000 mgr.y (mgr.25981) 478 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-11T08:22:06.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:06 smithi133 bash[53244]: cluster 2024-09-11T08:22:05.492867+0000 mgr.y (mgr.25981) 478 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-11T08:22:06.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:06 smithi133 bash[54520]: cluster 2024-09-11T08:22:05.492867+0000 mgr.y (mgr.25981) 478 : cluster [DBG] pgmap v307: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 170 B/s wr, 83 op/s 2024-09-11T08:22:08.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:08 smithi169 bash[48863]: cluster 2024-09-11T08:22:07.493900+0000 mgr.y (mgr.25981) 479 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 255 B/s wr, 121 op/s 2024-09-11T08:22:08.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:08 smithi133 bash[53244]: cluster 2024-09-11T08:22:07.493900+0000 mgr.y (mgr.25981) 479 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 255 B/s wr, 121 op/s 2024-09-11T08:22:08.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:08 smithi133 bash[54520]: cluster 2024-09-11T08:22:07.493900+0000 mgr.y (mgr.25981) 479 : cluster [DBG] pgmap v308: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 255 B/s wr, 121 op/s 2024-09-11T08:22:09.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:09 smithi169 bash[48863]: audit 2024-09-11T08:22:09.370065+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:09.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:09 smithi169 bash[48863]: audit 2024-09-11T08:22:09.378039+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:09.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:09 smithi169 bash[48863]: audit 2024-09-11T08:22:09.385506+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:09.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:09 smithi133 bash[53244]: audit 2024-09-11T08:22:09.370065+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:09.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:09 smithi133 bash[53244]: audit 2024-09-11T08:22:09.378039+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:09.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:09 smithi133 bash[53244]: audit 2024-09-11T08:22:09.385506+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:09.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:09 smithi133 bash[54520]: audit 2024-09-11T08:22:09.370065+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:09.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:09 smithi133 bash[54520]: audit 2024-09-11T08:22:09.378039+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:09.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:09 smithi133 bash[54520]: audit 2024-09-11T08:22:09.385506+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:10.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:10 smithi169 bash[48863]: cluster 2024-09-11T08:22:09.495148+0000 mgr.y (mgr.25981) 480 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-11T08:22:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:10 smithi169 bash[48863]: audit 2024-09-11T08:22:09.764670+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:10 smithi169 bash[48863]: audit 2024-09-11T08:22:09.980768+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:10 smithi169 bash[48863]: audit 2024-09-11T08:22:09.990911+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:10 smithi169 bash[48863]: audit 2024-09-11T08:22:10.000664+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:10.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:10 smithi169 bash[48863]: audit 2024-09-11T08:22:10.002686+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:22:10.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[53244]: cluster 2024-09-11T08:22:09.495148+0000 mgr.y (mgr.25981) 480 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-11T08:22:10.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[53244]: audit 2024-09-11T08:22:09.764670+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:10.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[53244]: audit 2024-09-11T08:22:09.980768+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:10.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[53244]: audit 2024-09-11T08:22:09.990911+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:10.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[53244]: audit 2024-09-11T08:22:10.000664+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:10.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[53244]: audit 2024-09-11T08:22:10.002686+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:22:10.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[54520]: cluster 2024-09-11T08:22:09.495148+0000 mgr.y (mgr.25981) 480 : cluster [DBG] pgmap v309: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-11T08:22:10.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[54520]: audit 2024-09-11T08:22:09.764670+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:10.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[54520]: audit 2024-09-11T08:22:09.980768+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:10.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[54520]: audit 2024-09-11T08:22:09.990911+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:10.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[54520]: audit 2024-09-11T08:22:10.000664+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:10.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:10 smithi133 bash[54520]: audit 2024-09-11T08:22:10.002686+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:22:11.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:11 smithi169 bash[48863]: audit 2024-09-11T08:22:10.763439+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:11 smithi169 bash[48863]: audit 2024-09-11T08:22:10.771699+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:11 smithi169 bash[48863]: audit 2024-09-11T08:22:10.779849+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:11 smithi169 bash[48863]: audit 2024-09-11T08:22:11.170380+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:11 smithi169 bash[48863]: audit 2024-09-11T08:22:11.388816+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:11 smithi169 bash[48863]: audit 2024-09-11T08:22:11.395862+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:11 smithi169 bash[48863]: audit 2024-09-11T08:22:11.403107+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:11 smithi169 bash[48863]: audit 2024-09-11T08:22:11.405374+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:22:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[53244]: audit 2024-09-11T08:22:10.763439+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[53244]: audit 2024-09-11T08:22:10.771699+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[53244]: audit 2024-09-11T08:22:10.779849+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[53244]: audit 2024-09-11T08:22:11.170380+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[53244]: audit 2024-09-11T08:22:11.388816+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[53244]: audit 2024-09-11T08:22:11.395862+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[53244]: audit 2024-09-11T08:22:11.403107+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[53244]: audit 2024-09-11T08:22:11.405374+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:22:11.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[54520]: audit 2024-09-11T08:22:10.763439+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:11.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[54520]: audit 2024-09-11T08:22:10.771699+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[54520]: audit 2024-09-11T08:22:10.779849+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[54520]: audit 2024-09-11T08:22:11.170380+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:11.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[54520]: audit 2024-09-11T08:22:11.388816+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:11.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[54520]: audit 2024-09-11T08:22:11.395862+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[54520]: audit 2024-09-11T08:22:11.403107+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:11.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:11 smithi133 bash[54520]: audit 2024-09-11T08:22:11.405374+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:22:12.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:12 smithi169 bash[48863]: cluster 2024-09-11T08:22:11.496278+0000 mgr.y (mgr.25981) 481 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-11T08:22:12.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:12 smithi133 bash[53244]: cluster 2024-09-11T08:22:11.496278+0000 mgr.y (mgr.25981) 481 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-11T08:22:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:12 smithi133 bash[54520]: cluster 2024-09-11T08:22:11.496278+0000 mgr.y (mgr.25981) 481 : cluster [DBG] pgmap v310: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-11T08:22:14.889 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:14 smithi133 bash[53244]: cluster 2024-09-11T08:22:13.497690+0000 mgr.y (mgr.25981) 482 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 170 B/s wr, 149 op/s 2024-09-11T08:22:14.889 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:14 smithi133 bash[54520]: cluster 2024-09-11T08:22:13.497690+0000 mgr.y (mgr.25981) 482 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 170 B/s wr, 149 op/s 2024-09-11T08:22:14.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:14 smithi169 bash[48863]: cluster 2024-09-11T08:22:13.497690+0000 mgr.y (mgr.25981) 482 : cluster [DBG] pgmap v311: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 170 B/s wr, 149 op/s 2024-09-11T08:22:16.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:16 smithi169 bash[48863]: cluster 2024-09-11T08:22:15.498609+0000 mgr.y (mgr.25981) 483 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 85 B/s wr, 83 op/s 2024-09-11T08:22:16.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:16 smithi133 bash[53244]: cluster 2024-09-11T08:22:15.498609+0000 mgr.y (mgr.25981) 483 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 85 B/s wr, 83 op/s 2024-09-11T08:22:16.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:16 smithi133 bash[54520]: cluster 2024-09-11T08:22:15.498609+0000 mgr.y (mgr.25981) 483 : cluster [DBG] pgmap v312: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 85 B/s wr, 83 op/s 2024-09-11T08:22:18.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:18 smithi169 bash[48863]: cluster 2024-09-11T08:22:17.499632+0000 mgr.y (mgr.25981) 484 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 85 B/s wr, 83 op/s 2024-09-11T08:22:18.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:18 smithi133 bash[53244]: cluster 2024-09-11T08:22:17.499632+0000 mgr.y (mgr.25981) 484 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 85 B/s wr, 83 op/s 2024-09-11T08:22:18.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:18 smithi133 bash[54520]: cluster 2024-09-11T08:22:17.499632+0000 mgr.y (mgr.25981) 484 : cluster [DBG] pgmap v313: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 85 B/s wr, 83 op/s 2024-09-11T08:22:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:20 smithi169 bash[48863]: cluster 2024-09-11T08:22:19.500790+0000 mgr.y (mgr.25981) 485 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 45 op/s 2024-09-11T08:22:20.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:20 smithi133 bash[53244]: cluster 2024-09-11T08:22:19.500790+0000 mgr.y (mgr.25981) 485 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 45 op/s 2024-09-11T08:22:20.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:20 smithi133 bash[54520]: cluster 2024-09-11T08:22:19.500790+0000 mgr.y (mgr.25981) 485 : cluster [DBG] pgmap v314: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 45 op/s 2024-09-11T08:22:21.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:21 smithi169 bash[48863]: audit 2024-09-11T08:22:20.847178+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:21.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:21 smithi169 bash[48863]: audit 2024-09-11T08:22:20.854583+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:21.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:21 smithi169 bash[48863]: audit 2024-09-11T08:22:20.862414+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:21.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:21 smithi133 bash[54520]: audit 2024-09-11T08:22:20.847178+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:21 smithi133 bash[54520]: audit 2024-09-11T08:22:20.854583+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:21.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:21 smithi133 bash[54520]: audit 2024-09-11T08:22:20.862414+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:21 smithi133 bash[53244]: audit 2024-09-11T08:22:20.847178+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:21 smithi133 bash[53244]: audit 2024-09-11T08:22:20.854583+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:21.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:21 smithi133 bash[53244]: audit 2024-09-11T08:22:20.862414+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: cluster 2024-09-11T08:22:21.501809+0000 mgr.y (mgr.25981) 486 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.366618+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.374361+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.384263+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.386200+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.387883+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.399536+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.459962+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.464317+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.466750+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.468722+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.471124+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.473988+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.476367+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.486017+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.487552+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi133.yujiqq"}]: dispatch 2024-09-11T08:22:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.495280+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi133.yujiqq"}]': finished 2024-09-11T08:22:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.496581+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi169.iczyvx"}]: dispatch 2024-09-11T08:22:22.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.503074+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi169.iczyvx"}]': finished 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.504996+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.513519+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.515253+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.517653+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.524572+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.527268+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.529740+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.532160+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.534775+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.536626+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.538434+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.541037+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.548741+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:22:22.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.550175+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.556363+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.557537+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.562156+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.563256+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.568637+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.569912+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.576193+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.577361+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.584820+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.585957+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:22:22.929 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:22 smithi169 bash[48863]: audit 2024-09-11T08:22:22.594635+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:22:22.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: cluster 2024-09-11T08:22:21.501809+0000 mgr.y (mgr.25981) 486 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.366618+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.374361+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.384263+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.386200+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.387883+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.399536+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.459962+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.464317+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.466750+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.468722+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.471124+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.473988+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.476367+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.486017+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.487552+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi133.yujiqq"}]: dispatch 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.495280+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi133.yujiqq"}]': finished 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.496581+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi169.iczyvx"}]: dispatch 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: cluster 2024-09-11T08:22:21.501809+0000 mgr.y (mgr.25981) 486 : cluster [DBG] pgmap v315: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.366618+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.374361+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.384263+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.386200+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.387883+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:22.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.399536+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.459962+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.464317+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.466750+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.468722+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.471124+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.473988+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.476367+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.486017+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.487552+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi133.yujiqq"}]: dispatch 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.495280+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi133.yujiqq"}]': finished 2024-09-11T08:22:22.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.496581+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi169.iczyvx"}]: dispatch 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.503074+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi169.iczyvx"}]': finished 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.504996+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.513519+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.515253+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.517653+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.524572+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.527268+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.529740+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.532160+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.534775+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.536626+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.538434+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.541037+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.548741+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.550175+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.556363+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.557537+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.562156+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.503074+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi169.iczyvx"}]': finished 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.504996+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.513519+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.515253+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.517653+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.524572+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.527268+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.529740+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.532160+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.534775+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.536626+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.538434+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.541037+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.548741+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.550175+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.556363+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:22:22.954 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.557537+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.562156+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.563256+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.568637+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.569912+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.576193+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.577361+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.584820+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.585957+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[54520]: audit 2024-09-11T08:22:22.594635+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:22:22.955 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.563256+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:22:22.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.568637+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:22:22.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.569912+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:22:22.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.576193+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:22:22.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.577361+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:22:22.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.584820+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:22:22.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.585957+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:22:22.956 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:22 smithi133 bash[53244]: audit 2024-09-11T08:22:22.594635+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:22:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cephadm 2024-09-11T08:22:22.389360+0000 mgr.y (mgr.25981) 487 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cluster 2024-09-11T08:22:22.390545+0000 mgr.y (mgr.25981) 488 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cluster 2024-09-11T08:22:22.391113+0000 mgr.y (mgr.25981) 489 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cephadm 2024-09-11T08:22:22.477581+0000 mgr.y (mgr.25981) 490 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T08:22:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cephadm 2024-09-11T08:22:22.506177+0000 mgr.y (mgr.25981) 491 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:22:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cephadm 2024-09-11T08:22:22.518609+0000 mgr.y (mgr.25981) 492 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:22:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cephadm 2024-09-11T08:22:22.539574+0000 mgr.y (mgr.25981) 493 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:22:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.596574+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.597770+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.606952+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.613926+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.615068+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.615955+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.616931+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.617898+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.618795+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.619691+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.620629+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.628164+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cephadm 2024-09-11T08:22:22.629145+0000 mgr.y (mgr.25981) 494 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.629928+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:22:23.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.636691+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.638289+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:22.639708+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cephadm 2024-09-11T08:22:22.640952+0000 mgr.y (mgr.25981) 495 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cluster 2024-09-11T08:22:22.641995+0000 mgr.y (mgr.25981) 496 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cluster 2024-09-11T08:22:22.642506+0000 mgr.y (mgr.25981) 497 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: cephadm 2024-09-11T08:22:22.647160+0000 mgr.y (mgr.25981) 498 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:23.211557+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:23.223996+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:23.234085+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:23.304279+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:23.305961+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:23.928 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:23 smithi169 bash[48863]: audit 2024-09-11T08:22:23.316708+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cephadm 2024-09-11T08:22:22.389360+0000 mgr.y (mgr.25981) 487 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cluster 2024-09-11T08:22:22.390545+0000 mgr.y (mgr.25981) 488 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cluster 2024-09-11T08:22:22.391113+0000 mgr.y (mgr.25981) 489 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cephadm 2024-09-11T08:22:22.477581+0000 mgr.y (mgr.25981) 490 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cephadm 2024-09-11T08:22:22.506177+0000 mgr.y (mgr.25981) 491 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cephadm 2024-09-11T08:22:22.518609+0000 mgr.y (mgr.25981) 492 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cephadm 2024-09-11T08:22:22.539574+0000 mgr.y (mgr.25981) 493 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.596574+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.597770+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.606952+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.613926+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:22:23.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.615068+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.615955+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.616931+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.617898+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.618795+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.619691+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.620629+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:22:23.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.628164+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:22:23.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cephadm 2024-09-11T08:22:22.629145+0000 mgr.y (mgr.25981) 494 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:22:23.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.629928+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.636691+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.638289+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:22.639708+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cephadm 2024-09-11T08:22:22.640952+0000 mgr.y (mgr.25981) 495 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cluster 2024-09-11T08:22:22.641995+0000 mgr.y (mgr.25981) 496 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cluster 2024-09-11T08:22:22.642506+0000 mgr.y (mgr.25981) 497 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: cephadm 2024-09-11T08:22:22.647160+0000 mgr.y (mgr.25981) 498 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:23.211557+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:23.223996+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:23.234085+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:23.304279+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:23.305961+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:23.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[53244]: audit 2024-09-11T08:22:23.316708+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.939 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cephadm 2024-09-11T08:22:22.389360+0000 mgr.y (mgr.25981) 487 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cluster 2024-09-11T08:22:22.390545+0000 mgr.y (mgr.25981) 488 : cluster [DBG] pgmap v316: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cluster 2024-09-11T08:22:22.391113+0000 mgr.y (mgr.25981) 489 : cluster [DBG] pgmap v317: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cephadm 2024-09-11T08:22:22.477581+0000 mgr.y (mgr.25981) 490 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cephadm 2024-09-11T08:22:22.506177+0000 mgr.y (mgr.25981) 491 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cephadm 2024-09-11T08:22:22.518609+0000 mgr.y (mgr.25981) 492 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cephadm 2024-09-11T08:22:22.539574+0000 mgr.y (mgr.25981) 493 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.596574+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.597770+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.606952+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.613926+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.615068+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.940 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.615955+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.616931+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.617898+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.618795+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.619691+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:22:23.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.620629+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:22:23.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.628164+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:22:23.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cephadm 2024-09-11T08:22:22.629145+0000 mgr.y (mgr.25981) 494 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:22:23.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.629928+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.636691+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.638289+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:22.639708+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cephadm 2024-09-11T08:22:22.640952+0000 mgr.y (mgr.25981) 495 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cluster 2024-09-11T08:22:22.641995+0000 mgr.y (mgr.25981) 496 : cluster [DBG] pgmap v318: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cluster 2024-09-11T08:22:22.642506+0000 mgr.y (mgr.25981) 497 : cluster [DBG] pgmap v319: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: cephadm 2024-09-11T08:22:22.647160+0000 mgr.y (mgr.25981) 498 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:23.211557+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:23.223996+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:23.234085+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:23.304279+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:23.305961+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:23.942 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:23 smithi133 bash[54520]: audit 2024-09-11T08:22:23.316708+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:24.460 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:22:24.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:24 smithi169 bash[48863]: cephadm 2024-09-11T08:22:23.307202+0000 mgr.y (mgr.25981) 499 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:24.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:24 smithi169 bash[48863]: cluster 2024-09-11T08:22:23.308664+0000 mgr.y (mgr.25981) 500 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 4 op/s 2024-09-11T08:22:24.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:24 smithi169 bash[48863]: cluster 2024-09-11T08:22:23.309209+0000 mgr.y (mgr.25981) 501 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 8 op/s 2024-09-11T08:22:24.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:24 smithi169 bash[48863]: audit 2024-09-11T08:22:23.699828+0000 mgr.y (mgr.25981) 502 : audit [DBG] from='client.64687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:24.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:24 smithi133 bash[53244]: cephadm 2024-09-11T08:22:23.307202+0000 mgr.y (mgr.25981) 499 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:24.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:24 smithi133 bash[53244]: cluster 2024-09-11T08:22:23.308664+0000 mgr.y (mgr.25981) 500 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 4 op/s 2024-09-11T08:22:24.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:24 smithi133 bash[53244]: cluster 2024-09-11T08:22:23.309209+0000 mgr.y (mgr.25981) 501 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 8 op/s 2024-09-11T08:22:24.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:24 smithi133 bash[53244]: audit 2024-09-11T08:22:23.699828+0000 mgr.y (mgr.25981) 502 : audit [DBG] from='client.64687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:24 smithi133 bash[54520]: cephadm 2024-09-11T08:22:23.307202+0000 mgr.y (mgr.25981) 499 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:24 smithi133 bash[54520]: cluster 2024-09-11T08:22:23.308664+0000 mgr.y (mgr.25981) 500 : cluster [DBG] pgmap v320: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 4 op/s 2024-09-11T08:22:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:24 smithi133 bash[54520]: cluster 2024-09-11T08:22:23.309209+0000 mgr.y (mgr.25981) 501 : cluster [DBG] pgmap v321: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 8 op/s 2024-09-11T08:22:24.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:24 smithi133 bash[54520]: audit 2024-09-11T08:22:23.699828+0000 mgr.y (mgr.25981) 502 : audit [DBG] from='client.64687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:26.898 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:26 smithi133 bash[53244]: cluster 2024-09-11T08:22:25.310123+0000 mgr.y (mgr.25981) 503 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 350 B/s wr, 6 op/s 2024-09-11T08:22:26.899 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:26 smithi133 bash[53244]: audit 2024-09-11T08:22:25.597397+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:26.899 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:26 smithi133 bash[54520]: cluster 2024-09-11T08:22:25.310123+0000 mgr.y (mgr.25981) 503 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 350 B/s wr, 6 op/s 2024-09-11T08:22:26.899 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:26 smithi133 bash[54520]: audit 2024-09-11T08:22:25.597397+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:26.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:26 smithi169 bash[48863]: cluster 2024-09-11T08:22:25.310123+0000 mgr.y (mgr.25981) 503 : cluster [DBG] pgmap v322: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 350 B/s wr, 6 op/s 2024-09-11T08:22:26.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:26 smithi169 bash[48863]: audit 2024-09-11T08:22:25.597397+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:28.466 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (11m) 19s ago 36m 17.1M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (11m) 17s ago 35m 84.3M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 17s ago 37m - - 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (13m) 17s ago 41m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (23m) 19s ago 43m 445M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (9m) 19s ago 43m 87.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (9m) 17s ago 41m 62.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (8m) 19s ago 41m 58.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (12m) 19s ago 36m 12.0M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (12m) 17s ago 36m 11.6M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (6m) 19s ago 40m 55.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (5m) 19s ago 40m 59.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (4m) 19s ago 40m 51.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:22:28.467 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (3m) 19s ago 39m 54.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:22:28.468 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (3m) 17s ago 39m 53.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 3d3977221572 2024-09-11T08:22:28.468 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (2m) 17s ago 38m 48.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 8db598040439 2024-09-11T08:22:28.468 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (2m) 17s ago 38m 49.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 efc69336c97c 2024-09-11T08:22:28.468 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (89s) 17s ago 37m 48.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 fa73b3f01923 2024-09-11T08:22:28.468 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (12m) 17s ago 36m 53.7M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:22:28.468 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (31s) 19s ago 34m 83.8M - 17.2.7-1623-gd0e6828a 4a918172a497 53d2d282433d 2024-09-11T08:22:28.468 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (24s) 17s ago 34m 83.5M - 17.2.7-1623-gd0e6828a 4a918172a497 80bb369fbe90 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: cluster 2024-09-11T08:22:27.311123+0000 mgr.y (mgr.25981) 504 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 208 B/s wr, 4 op/s 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.446571+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.447714+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.448844+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.449958+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.450559+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.451152+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.453736+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.454345+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.454922+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.455425+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:28 smithi169 bash[48863]: audit 2024-09-11T08:22:28.455928+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: cluster 2024-09-11T08:22:27.311123+0000 mgr.y (mgr.25981) 504 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 208 B/s wr, 4 op/s 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.446571+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.447714+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.448844+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.449958+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.450559+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.451152+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.453736+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.454345+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.454922+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.455425+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[54520]: audit 2024-09-11T08:22:28.455928+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: cluster 2024-09-11T08:22:27.311123+0000 mgr.y (mgr.25981) 504 : cluster [DBG] pgmap v323: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 208 B/s wr, 4 op/s 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.446571+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.447714+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.448844+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.449958+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.450559+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.451152+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.453736+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.454345+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.454922+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.455425+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:28.951 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:28 smithi133 bash[53244]: audit 2024-09-11T08:22:28.455928+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:29.302 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.rgw | length == 1'"'"'' 2024-09-11T08:22:29.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:29 smithi169 bash[48863]: audit 2024-09-11T08:22:28.440720+0000 mgr.y (mgr.25981) 505 : audit [DBG] from='client.54795 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:29.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:29 smithi133 bash[54520]: audit 2024-09-11T08:22:28.440720+0000 mgr.y (mgr.25981) 505 : audit [DBG] from='client.54795 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:29.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:29 smithi133 bash[53244]: audit 2024-09-11T08:22:28.440720+0000 mgr.y (mgr.25981) 505 : audit [DBG] from='client.54795 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:30.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:30 smithi169 bash[48863]: cluster 2024-09-11T08:22:29.312558+0000 mgr.y (mgr.25981) 506 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 307 B/s wr, 6 op/s 2024-09-11T08:22:30.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:30 smithi133 bash[53244]: cluster 2024-09-11T08:22:29.312558+0000 mgr.y (mgr.25981) 506 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 307 B/s wr, 6 op/s 2024-09-11T08:22:30.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:30 smithi133 bash[54520]: cluster 2024-09-11T08:22:29.312558+0000 mgr.y (mgr.25981) 506 : cluster [DBG] pgmap v324: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 307 B/s wr, 6 op/s 2024-09-11T08:22:32.885 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:32 smithi133 bash[53244]: cluster 2024-09-11T08:22:31.313542+0000 mgr.y (mgr.25981) 507 : cluster [DBG] pgmap v325: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 236 B/s wr, 5 op/s 2024-09-11T08:22:32.886 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:32 smithi133 bash[54520]: cluster 2024-09-11T08:22:31.313542+0000 mgr.y (mgr.25981) 507 : cluster [DBG] pgmap v325: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 236 B/s wr, 5 op/s 2024-09-11T08:22:32.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:32 smithi169 bash[48863]: cluster 2024-09-11T08:22:31.313542+0000 mgr.y (mgr.25981) 507 : cluster [DBG] pgmap v325: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 236 B/s wr, 5 op/s 2024-09-11T08:22:33.412 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:22:33.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:33 smithi133 bash[53244]: audit 2024-09-11T08:22:33.397991+0000 mon.a (mon.0) 1452 : audit [DBG] from='client.54801 172.21.15.133:0/3516723150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:33.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:33 smithi133 bash[54520]: audit 2024-09-11T08:22:33.397991+0000 mon.a (mon.0) 1452 : audit [DBG] from='client.54801 172.21.15.133:0/3516723150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:33.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:33 smithi169 bash[48863]: audit 2024-09-11T08:22:33.397991+0000 mon.a (mon.0) 1452 : audit [DBG] from='client.54801 172.21.15.133:0/3516723150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:34.179 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.rgw | keys'"'"' | grep $sha1' 2024-09-11T08:22:34.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:34 smithi133 bash[53244]: cluster 2024-09-11T08:22:33.314807+0000 mgr.y (mgr.25981) 508 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 204 B/s wr, 2 op/s 2024-09-11T08:22:34.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:34 smithi133 bash[54520]: cluster 2024-09-11T08:22:33.314807+0000 mgr.y (mgr.25981) 508 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 204 B/s wr, 2 op/s 2024-09-11T08:22:34.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:34 smithi169 bash[48863]: cluster 2024-09-11T08:22:33.314807+0000 mgr.y (mgr.25981) 508 : cluster [DBG] pgmap v326: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 204 B/s wr, 2 op/s 2024-09-11T08:22:36.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:36 smithi169 bash[48863]: cluster 2024-09-11T08:22:35.315758+0000 mgr.y (mgr.25981) 509 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-11T08:22:36.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:36 smithi133 bash[54520]: cluster 2024-09-11T08:22:35.315758+0000 mgr.y (mgr.25981) 509 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-11T08:22:36.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:36 smithi133 bash[53244]: cluster 2024-09-11T08:22:35.315758+0000 mgr.y (mgr.25981) 509 : cluster [DBG] pgmap v327: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-11T08:22:38.274 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:22:38.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:38 smithi169 bash[48863]: cluster 2024-09-11T08:22:37.316752+0000 mgr.y (mgr.25981) 510 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-11T08:22:38.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:38 smithi169 bash[48863]: audit 2024-09-11T08:22:38.255295+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.54807 172.21.15.133:0/3922414886' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:38.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:38 smithi133 bash[53244]: cluster 2024-09-11T08:22:37.316752+0000 mgr.y (mgr.25981) 510 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-11T08:22:38.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:38 smithi133 bash[53244]: audit 2024-09-11T08:22:38.255295+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.54807 172.21.15.133:0/3922414886' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:38.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:38 smithi133 bash[54520]: cluster 2024-09-11T08:22:37.316752+0000 mgr.y (mgr.25981) 510 : cluster [DBG] pgmap v328: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-11T08:22:38.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:38 smithi133 bash[54520]: audit 2024-09-11T08:22:38.255295+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.54807 172.21.15.133:0/3922414886' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:39.069 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-11T08:22:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:40 smithi133 bash[53244]: cluster 2024-09-11T08:22:39.318168+0000 mgr.y (mgr.25981) 511 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-11T08:22:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:40 smithi133 bash[53244]: audit 2024-09-11T08:22:40.149569+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:22:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:40 smithi133 bash[53244]: audit 2024-09-11T08:22:40.150380+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:22:40.699 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:40 smithi133 bash[53244]: audit 2024-09-11T08:22:40.150902+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:22:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:40 smithi133 bash[54520]: cluster 2024-09-11T08:22:39.318168+0000 mgr.y (mgr.25981) 511 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-11T08:22:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:40 smithi133 bash[54520]: audit 2024-09-11T08:22:40.149569+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:22:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:40 smithi133 bash[54520]: audit 2024-09-11T08:22:40.150380+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:22:40.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:40 smithi133 bash[54520]: audit 2024-09-11T08:22:40.150902+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:22:40.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:40 smithi169 bash[48863]: cluster 2024-09-11T08:22:39.318168+0000 mgr.y (mgr.25981) 511 : cluster [DBG] pgmap v329: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-11T08:22:40.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:40 smithi169 bash[48863]: audit 2024-09-11T08:22:40.149569+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:22:40.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:40 smithi169 bash[48863]: audit 2024-09-11T08:22:40.150380+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:22:40.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:40 smithi169 bash[48863]: audit 2024-09-11T08:22:40.150902+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:22:42.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:42 smithi169 bash[48863]: cluster 2024-09-11T08:22:41.319239+0000 mgr.y (mgr.25981) 512 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:42.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:42 smithi133 bash[53244]: cluster 2024-09-11T08:22:41.319239+0000 mgr.y (mgr.25981) 512 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:42 smithi133 bash[54520]: cluster 2024-09-11T08:22:41.319239+0000 mgr.y (mgr.25981) 512 : cluster [DBG] pgmap v330: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:43.050 INFO:teuthology.orchestra.run.smithi133.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:22:44.148 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T08:22:44.158 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi133.front.sepia.ceph.com 2024-09-11T08:22:44.158 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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 ; sleep 30 ; done' 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: audit 2024-09-11T08:22:43.039252+0000 mgr.y (mgr.25981) 513 : audit [DBG] from='client.54813 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: cephadm 2024-09-11T08:22:43.039817+0000 mgr.y (mgr.25981) 514 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: audit 2024-09-11T08:22:43.049286+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: audit 2024-09-11T08:22:43.051398+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: audit 2024-09-11T08:22:43.052865+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: cephadm 2024-09-11T08:22:43.054142+0000 mgr.y (mgr.25981) 515 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: cluster 2024-09-11T08:22:43.055216+0000 mgr.y (mgr.25981) 516 : cluster [DBG] pgmap v331: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: cluster 2024-09-11T08:22:43.055556+0000 mgr.y (mgr.25981) 517 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: audit 2024-09-11T08:22:43.062280+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:44.170 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[53244]: cephadm 2024-09-11T08:22:43.109614+0000 mgr.y (mgr.25981) 518 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: audit 2024-09-11T08:22:43.039252+0000 mgr.y (mgr.25981) 513 : audit [DBG] from='client.54813 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: cephadm 2024-09-11T08:22:43.039817+0000 mgr.y (mgr.25981) 514 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: audit 2024-09-11T08:22:43.049286+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: audit 2024-09-11T08:22:43.051398+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: audit 2024-09-11T08:22:43.052865+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: cephadm 2024-09-11T08:22:43.054142+0000 mgr.y (mgr.25981) 515 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: cluster 2024-09-11T08:22:43.055216+0000 mgr.y (mgr.25981) 516 : cluster [DBG] pgmap v331: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: cluster 2024-09-11T08:22:43.055556+0000 mgr.y (mgr.25981) 517 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: audit 2024-09-11T08:22:43.062280+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:44.171 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:44 smithi133 bash[54520]: cephadm 2024-09-11T08:22:43.109614+0000 mgr.y (mgr.25981) 518 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:22:44.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: audit 2024-09-11T08:22:43.039252+0000 mgr.y (mgr.25981) 513 : audit [DBG] from='client.54813 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: cephadm 2024-09-11T08:22:43.039817+0000 mgr.y (mgr.25981) 514 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:22:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: audit 2024-09-11T08:22:43.049286+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: audit 2024-09-11T08:22:43.051398+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: audit 2024-09-11T08:22:43.052865+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:22:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: cephadm 2024-09-11T08:22:43.054142+0000 mgr.y (mgr.25981) 515 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:22:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: cluster 2024-09-11T08:22:43.055216+0000 mgr.y (mgr.25981) 516 : cluster [DBG] pgmap v331: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: cluster 2024-09-11T08:22:43.055556+0000 mgr.y (mgr.25981) 517 : cluster [DBG] pgmap v332: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: audit 2024-09-11T08:22:43.062280+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:44.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:44 smithi169 bash[48863]: cephadm 2024-09-11T08:22:43.109614+0000 mgr.y (mgr.25981) 518 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:22:46.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:46 smithi169 bash[48863]: cluster 2024-09-11T08:22:45.056584+0000 mgr.y (mgr.25981) 519 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:46.448 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:46 smithi133 bash[54520]: cluster 2024-09-11T08:22:45.056584+0000 mgr.y (mgr.25981) 519 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:46.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:46 smithi133 bash[53244]: cluster 2024-09-11T08:22:45.056584+0000 mgr.y (mgr.25981) 519 : cluster [DBG] pgmap v333: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cluster 2024-09-11T08:22:47.057658+0000 mgr.y (mgr.25981) 520 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.060539+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.061198+0000 mgr.y (mgr.25981) 521 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.061303+0000 mgr.y (mgr.25981) 522 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.062798+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.071708+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.074869+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.076278+0000 mgr.y (mgr.25981) 523 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.086613+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.089170+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.090255+0000 mgr.y (mgr.25981) 524 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.099441+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.101667+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.102856+0000 mgr.y (mgr.25981) 525 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.112793+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.116918+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.118334+0000 mgr.y (mgr.25981) 526 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.127170+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.130864+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.132241+0000 mgr.y (mgr.25981) 527 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.142943+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.145567+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.146647+0000 mgr.y (mgr.25981) 528 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T08:22:48.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.154811+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.156637+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.157728+0000 mgr.y (mgr.25981) 529 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:22:48.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.166612+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: audit 2024-09-11T08:22:47.168613+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:48 smithi169 bash[48863]: cephadm 2024-09-11T08:22:47.169866+0000 mgr.y (mgr.25981) 530 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:22:48.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cluster 2024-09-11T08:22:47.057658+0000 mgr.y (mgr.25981) 520 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.060539+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.061198+0000 mgr.y (mgr.25981) 521 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.061303+0000 mgr.y (mgr.25981) 522 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.062798+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.071708+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.074869+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.076278+0000 mgr.y (mgr.25981) 523 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.086613+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.089170+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.090255+0000 mgr.y (mgr.25981) 524 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.099441+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.101667+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.102856+0000 mgr.y (mgr.25981) 525 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:22:48.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.112793+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.116918+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.118334+0000 mgr.y (mgr.25981) 526 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.127170+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.130864+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.132241+0000 mgr.y (mgr.25981) 527 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.142943+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cluster 2024-09-11T08:22:47.057658+0000 mgr.y (mgr.25981) 520 : cluster [DBG] pgmap v334: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.060539+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.061198+0000 mgr.y (mgr.25981) 521 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:22:48.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.061303+0000 mgr.y (mgr.25981) 522 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.062798+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.071708+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.074869+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.076278+0000 mgr.y (mgr.25981) 523 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.086613+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.089170+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.090255+0000 mgr.y (mgr.25981) 524 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.099441+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.101667+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.102856+0000 mgr.y (mgr.25981) 525 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.112793+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.116918+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.118334+0000 mgr.y (mgr.25981) 526 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.127170+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.130864+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.132241+0000 mgr.y (mgr.25981) 527 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.142943+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.145567+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.146647+0000 mgr.y (mgr.25981) 528 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.154811+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.156637+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.157728+0000 mgr.y (mgr.25981) 529 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.166612+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: audit 2024-09-11T08:22:47.168613+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[54520]: cephadm 2024-09-11T08:22:47.169866+0000 mgr.y (mgr.25981) 530 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:22:48.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.145567+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.146647+0000 mgr.y (mgr.25981) 528 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T08:22:48.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.154811+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.156637+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.157728+0000 mgr.y (mgr.25981) 529 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:22:48.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.166612+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:48.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: audit 2024-09-11T08:22:47.168613+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:48.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:48 smithi133 bash[53244]: cephadm 2024-09-11T08:22:47.169866+0000 mgr.y (mgr.25981) 530 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:22:49.401 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:22:50.112 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:22:50.112 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (12m) 40s ago 36m 17.1M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:22:50.112 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (11m) 39s ago 36m 84.3M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:22:50.112 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 error 39s ago 37m - - 2024-09-11T08:22:50.112 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (13m) 39s ago 41m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (23m) 40s ago 43m 445M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (9m) 40s ago 43m 87.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (10m) 39s ago 41m 62.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (8m) 40s ago 42m 58.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (13m) 40s ago 37m 12.0M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (13m) 39s ago 37m 11.6M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (6m) 40s ago 41m 55.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (6m) 40s ago 40m 59.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (4m) 40s ago 40m 51.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (3m) 40s ago 39m 54.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (3m) 39s ago 39m 53.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 3d3977221572 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (2m) 39s ago 39m 48.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 8db598040439 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (2m) 39s ago 38m 49.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 efc69336c97c 2024-09-11T08:22:50.113 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (111s) 39s ago 38m 48.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 fa73b3f01923 2024-09-11T08:22:50.114 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (12m) 39s ago 37m 53.7M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:22:50.114 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (53s) 40s ago 34m 83.8M - 17.2.7-1623-gd0e6828a 4a918172a497 53d2d282433d 2024-09-11T08:22:50.114 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (46s) 39s ago 35m 83.5M - 17.2.7-1623-gd0e6828a 4a918172a497 80bb369fbe90 2024-09-11T08:22:50.525 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:22:50.525 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:22:50.525 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:22:50.525 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:22:50.525 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:22:50.525 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:22:50.525 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 15 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:22:50.526 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:22:50.887 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:22:50.887 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:22:50.887 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: "osd", 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: "mon", 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr", 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw" 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "15/21 daemons upgraded", 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading iscsi daemons", 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-09-11T08:22:50.888 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:22:50.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: cluster 2024-09-11T08:22:49.058950+0000 mgr.y (mgr.25981) 531 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:50.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:49.385636+0000 mgr.y (mgr.25981) 532 : audit [DBG] from='client.64717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:50.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: cephadm 2024-09-11T08:22:49.689354+0000 mgr.y (mgr.25981) 533 : cephadm [INF] Upgrade: Updating iscsi.iscsi.a 2024-09-11T08:22:50.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:49.698895+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:50.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:49.700696+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:22:50.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:49.715185+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: cephadm 2024-09-11T08:22:49.716726+0000 mgr.y (mgr.25981) 534 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi169 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:49.717537+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:49.745458+0000 mgr.y (mgr.25981) 535 : audit [DBG] from='client.54825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.092712+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.093480+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.094011+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.094558+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.095108+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.095601+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.097834+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: cluster 2024-09-11T08:22:49.058950+0000 mgr.y (mgr.25981) 531 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:49.385636+0000 mgr.y (mgr.25981) 532 : audit [DBG] from='client.64717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: cephadm 2024-09-11T08:22:49.689354+0000 mgr.y (mgr.25981) 533 : cephadm [INF] Upgrade: Updating iscsi.iscsi.a 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:49.698895+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:49.700696+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:49.715185+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: cephadm 2024-09-11T08:22:49.716726+0000 mgr.y (mgr.25981) 534 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi169 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:49.717537+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:49.745458+0000 mgr.y (mgr.25981) 535 : audit [DBG] from='client.54825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.092712+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:50.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.093480+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:50.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.094011+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.094558+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.095108+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.095601+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.097834+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.098341+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.098835+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.099316+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.099777+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[53244]: audit 2024-09-11T08:22:50.523764+0000 mon.c (mon.1) 22 : audit [DBG] from='client.64735 172.21.15.133:0/3121839048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:50.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.098341+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.098835+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.099316+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.099777+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:50.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:50 smithi133 bash[54520]: audit 2024-09-11T08:22:50.523764+0000 mon.c (mon.1) 22 : audit [DBG] from='client.64735 172.21.15.133:0/3121839048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:51.032 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: cluster 2024-09-11T08:22:49.058950+0000 mgr.y (mgr.25981) 531 : cluster [DBG] pgmap v335: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:51.032 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:49.385636+0000 mgr.y (mgr.25981) 532 : audit [DBG] from='client.64717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:51.032 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: cephadm 2024-09-11T08:22:49.689354+0000 mgr.y (mgr.25981) 533 : cephadm [INF] Upgrade: Updating iscsi.iscsi.a 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:49.698895+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:49.700696+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.iscsi.a", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:49.715185+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: cephadm 2024-09-11T08:22:49.716726+0000 mgr.y (mgr.25981) 534 : cephadm [INF] Deploying daemon iscsi.iscsi.a on smithi169 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:49.717537+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.iscsi.iscsi.a","key": "container_image"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:49.745458+0000 mgr.y (mgr.25981) 535 : audit [DBG] from='client.54825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.092712+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.093480+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.094011+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.094558+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.095108+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.095601+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.097834+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.098341+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:51.033 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.098835+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:51.034 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.099316+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:51.034 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.099777+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:22:51.034 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:50 smithi169 bash[48863]: audit 2024-09-11T08:22:50.523764+0000 mon.c (mon.1) 22 : audit [DBG] from='client.64735 172.21.15.133:0/3121839048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:22:51.982 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:51 smithi169 bash[48863]: audit 2024-09-11T08:22:50.087313+0000 mgr.y (mgr.25981) 536 : audit [DBG] from='client.54831 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:52.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:51 smithi133 bash[53244]: audit 2024-09-11T08:22:50.087313+0000 mgr.y (mgr.25981) 536 : audit [DBG] from='client.54831 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:52.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:51 smithi133 bash[54520]: audit 2024-09-11T08:22:50.087313+0000 mgr.y (mgr.25981) 536 : audit [DBG] from='client.54831 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:52.708 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:52 smithi169 systemd[1]: Started Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:22:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:52 smithi169 bash[48863]: audit 2024-09-11T08:22:50.885429+0000 mgr.y (mgr.25981) 537 : audit [DBG] from='client.64741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:52 smithi169 bash[48863]: cluster 2024-09-11T08:22:51.059908+0000 mgr.y (mgr.25981) 538 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:52 smithi169 bash[48863]: audit 2024-09-11T08:22:52.460731+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:53.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:52 smithi169 bash[48863]: audit 2024-09-11T08:22:52.469413+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:53.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:52 smithi169 bash[48863]: audit 2024-09-11T08:22:52.477889+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:53.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:52 smithi169 bash[48863]: audit 2024-09-11T08:22:52.480144+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:53.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[53244]: audit 2024-09-11T08:22:50.885429+0000 mgr.y (mgr.25981) 537 : audit [DBG] from='client.64741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:53.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[53244]: cluster 2024-09-11T08:22:51.059908+0000 mgr.y (mgr.25981) 538 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:53.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[53244]: audit 2024-09-11T08:22:52.460731+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[53244]: audit 2024-09-11T08:22:52.469413+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[53244]: audit 2024-09-11T08:22:52.477889+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:53.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[53244]: audit 2024-09-11T08:22:52.480144+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:53.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[54520]: audit 2024-09-11T08:22:50.885429+0000 mgr.y (mgr.25981) 537 : audit [DBG] from='client.64741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:22:53.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[54520]: cluster 2024-09-11T08:22:51.059908+0000 mgr.y (mgr.25981) 538 : cluster [DBG] pgmap v336: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:53.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[54520]: audit 2024-09-11T08:22:52.460731+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:22:53.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[54520]: audit 2024-09-11T08:22:52.469413+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:53.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[54520]: audit 2024-09-11T08:22:52.477889+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:22:53.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:52 smithi133 bash[54520]: audit 2024-09-11T08:22:52.480144+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:22:54.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:54 smithi169 bash[89424]: log file path now is '/var/log/tcmu-runner.log' 2024-09-11T08:22:54.821 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:54 smithi169 bash[48863]: cluster 2024-09-11T08:22:53.061324+0000 mgr.y (mgr.25981) 539 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:54.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:54 smithi169 bash[89450]: debug Started the configuration object watcher 2024-09-11T08:22:54.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:54 smithi169 bash[89450]: debug Checking for config object changes every 1s 2024-09-11T08:22:54.821 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:54 smithi169 bash[89450]: debug Processing osd blocklist entries for this node 2024-09-11T08:22:55.175 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:54 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:0/2471652214 2024-09-11T08:22:55.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:54 smithi133 bash[53244]: cluster 2024-09-11T08:22:53.061324+0000 mgr.y (mgr.25981) 539 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:55.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:54 smithi133 bash[54520]: cluster 2024-09-11T08:22:53.061324+0000 mgr.y (mgr.25981) 539 : cluster [DBG] pgmap v337: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:22:56.175 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:55 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:22:56.175 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:55 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:6833/1624537111 2024-09-11T08:22:56.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:55 smithi169 bash[48863]: audit 2024-09-11T08:22:54.803787+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.169:0/1250224263' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-11T08:22:56.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:55 smithi169 bash[48863]: audit 2024-09-11T08:22:55.111656+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.169:0/3307570713' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: dispatch 2024-09-11T08:22:56.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:55 smithi169 bash[48863]: audit 2024-09-11T08:22:55.114576+0000 mon.a (mon.0) 1498 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: dispatch 2024-09-11T08:22:56.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:55 smithi133 bash[53244]: audit 2024-09-11T08:22:54.803787+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.169:0/1250224263' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-11T08:22:56.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:55 smithi133 bash[53244]: audit 2024-09-11T08:22:55.111656+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.169:0/3307570713' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: dispatch 2024-09-11T08:22:56.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:55 smithi133 bash[53244]: audit 2024-09-11T08:22:55.114576+0000 mon.a (mon.0) 1498 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: dispatch 2024-09-11T08:22:56.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:55 smithi133 bash[54520]: audit 2024-09-11T08:22:54.803787+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.169:0/1250224263' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-11T08:22:56.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:55 smithi133 bash[54520]: audit 2024-09-11T08:22:55.111656+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.169:0/3307570713' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: dispatch 2024-09-11T08:22:56.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:55 smithi133 bash[54520]: audit 2024-09-11T08:22:55.114576+0000 mon.a (mon.0) 1498 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]: dispatch 2024-09-11T08:22:57.175 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:56 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:22:57.175 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:56 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:6832/1624537111 2024-09-11T08:22:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:56 smithi169 bash[48863]: cluster 2024-09-11T08:22:55.062294+0000 mgr.y (mgr.25981) 540 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:22:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:56 smithi169 bash[48863]: audit 2024-09-11T08:22:55.729851+0000 mon.a (mon.0) 1499 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]': finished 2024-09-11T08:22:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:56 smithi169 bash[48863]: cluster 2024-09-11T08:22:55.729958+0000 mon.a (mon.0) 1500 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-09-11T08:22:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:56 smithi169 bash[48863]: audit 2024-09-11T08:22:56.049277+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.169:0/83818316' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/1624537111"}]: dispatch 2024-09-11T08:22:57.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:56 smithi169 bash[48863]: audit 2024-09-11T08:22:56.052236+0000 mon.a (mon.0) 1501 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/1624537111"}]: dispatch 2024-09-11T08:22:57.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[54520]: cluster 2024-09-11T08:22:55.062294+0000 mgr.y (mgr.25981) 540 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:22:57.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[54520]: audit 2024-09-11T08:22:55.729851+0000 mon.a (mon.0) 1499 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]': finished 2024-09-11T08:22:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[54520]: cluster 2024-09-11T08:22:55.729958+0000 mon.a (mon.0) 1500 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-09-11T08:22:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[54520]: audit 2024-09-11T08:22:56.049277+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.169:0/83818316' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/1624537111"}]: dispatch 2024-09-11T08:22:57.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[54520]: audit 2024-09-11T08:22:56.052236+0000 mon.a (mon.0) 1501 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/1624537111"}]: dispatch 2024-09-11T08:22:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[53244]: cluster 2024-09-11T08:22:55.062294+0000 mgr.y (mgr.25981) 540 : cluster [DBG] pgmap v338: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T08:22:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[53244]: audit 2024-09-11T08:22:55.729851+0000 mon.a (mon.0) 1499 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2471652214"}]': finished 2024-09-11T08:22:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[53244]: cluster 2024-09-11T08:22:55.729958+0000 mon.a (mon.0) 1500 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-09-11T08:22:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[53244]: audit 2024-09-11T08:22:56.049277+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.169:0/83818316' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/1624537111"}]: dispatch 2024-09-11T08:22:57.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:56 smithi133 bash[53244]: audit 2024-09-11T08:22:56.052236+0000 mon.a (mon.0) 1501 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/1624537111"}]: dispatch 2024-09-11T08:22:58.175 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:57 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:22:58.175 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:57 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:0/3662966312 2024-09-11T08:22:58.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:57 smithi169 bash[48863]: audit 2024-09-11T08:22:56.730946+0000 mon.a (mon.0) 1502 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/1624537111"}]': finished 2024-09-11T08:22:58.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:57 smithi169 bash[48863]: cluster 2024-09-11T08:22:56.731172+0000 mon.a (mon.0) 1503 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-09-11T08:22:58.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:57 smithi169 bash[48863]: audit 2024-09-11T08:22:57.048734+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.169:0/2882012845' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/1624537111"}]: dispatch 2024-09-11T08:22:58.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:57 smithi169 bash[48863]: audit 2024-09-11T08:22:57.051479+0000 mon.a (mon.0) 1504 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/1624537111"}]: dispatch 2024-09-11T08:22:58.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:57 smithi133 bash[53244]: audit 2024-09-11T08:22:56.730946+0000 mon.a (mon.0) 1502 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/1624537111"}]': finished 2024-09-11T08:22:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:57 smithi133 bash[53244]: cluster 2024-09-11T08:22:56.731172+0000 mon.a (mon.0) 1503 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-09-11T08:22:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:57 smithi133 bash[53244]: audit 2024-09-11T08:22:57.048734+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.169:0/2882012845' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/1624537111"}]: dispatch 2024-09-11T08:22:58.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:57 smithi133 bash[53244]: audit 2024-09-11T08:22:57.051479+0000 mon.a (mon.0) 1504 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/1624537111"}]: dispatch 2024-09-11T08:22:58.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:57 smithi133 bash[54520]: audit 2024-09-11T08:22:56.730946+0000 mon.a (mon.0) 1502 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/1624537111"}]': finished 2024-09-11T08:22:58.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:57 smithi133 bash[54520]: cluster 2024-09-11T08:22:56.731172+0000 mon.a (mon.0) 1503 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-09-11T08:22:58.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:57 smithi133 bash[54520]: audit 2024-09-11T08:22:57.048734+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.169:0/2882012845' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/1624537111"}]: dispatch 2024-09-11T08:22:58.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:57 smithi133 bash[54520]: audit 2024-09-11T08:22:57.051479+0000 mon.a (mon.0) 1504 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/1624537111"}]: dispatch 2024-09-11T08:22:59.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:58 smithi169 bash[48863]: cluster 2024-09-11T08:22:57.063056+0000 mgr.y (mgr.25981) 541 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-11T08:22:59.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:58 smithi169 bash[48863]: audit 2024-09-11T08:22:57.755021+0000 mon.a (mon.0) 1505 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/1624537111"}]': finished 2024-09-11T08:22:59.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:58 smithi169 bash[48863]: cluster 2024-09-11T08:22:57.755130+0000 mon.a (mon.0) 1506 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-09-11T08:22:59.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:58 smithi169 bash[48863]: audit 2024-09-11T08:22:58.074047+0000 mon.b (mon.2) 27 : audit [INF] from='client.? 172.21.15.169:0/1787494489' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: dispatch 2024-09-11T08:22:59.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:58 smithi169 bash[48863]: audit 2024-09-11T08:22:58.076977+0000 mon.a (mon.0) 1507 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: dispatch 2024-09-11T08:22:59.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:58 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:22:59.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:58 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:0/237115759 2024-09-11T08:22:59.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[53244]: cluster 2024-09-11T08:22:57.063056+0000 mgr.y (mgr.25981) 541 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-11T08:22:59.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[53244]: audit 2024-09-11T08:22:57.755021+0000 mon.a (mon.0) 1505 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/1624537111"}]': finished 2024-09-11T08:22:59.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[53244]: cluster 2024-09-11T08:22:57.755130+0000 mon.a (mon.0) 1506 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-09-11T08:22:59.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[53244]: audit 2024-09-11T08:22:58.074047+0000 mon.b (mon.2) 27 : audit [INF] from='client.? 172.21.15.169:0/1787494489' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: dispatch 2024-09-11T08:22:59.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[53244]: audit 2024-09-11T08:22:58.076977+0000 mon.a (mon.0) 1507 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: dispatch 2024-09-11T08:22:59.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[54520]: cluster 2024-09-11T08:22:57.063056+0000 mgr.y (mgr.25981) 541 : cluster [DBG] pgmap v341: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-11T08:22:59.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[54520]: audit 2024-09-11T08:22:57.755021+0000 mon.a (mon.0) 1505 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/1624537111"}]': finished 2024-09-11T08:22:59.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[54520]: cluster 2024-09-11T08:22:57.755130+0000 mon.a (mon.0) 1506 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-09-11T08:22:59.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[54520]: audit 2024-09-11T08:22:58.074047+0000 mon.b (mon.2) 27 : audit [INF] from='client.? 172.21.15.169:0/1787494489' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: dispatch 2024-09-11T08:22:59.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:58 smithi133 bash[54520]: audit 2024-09-11T08:22:58.076977+0000 mon.a (mon.0) 1507 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]: dispatch 2024-09-11T08:23:00.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:59 smithi169 bash[48863]: audit 2024-09-11T08:22:58.759287+0000 mon.a (mon.0) 1508 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]': finished 2024-09-11T08:23:00.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:59 smithi169 bash[48863]: cluster 2024-09-11T08:22:58.759500+0000 mon.a (mon.0) 1509 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-09-11T08:23:00.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:59 smithi169 bash[48863]: audit 2024-09-11T08:22:59.142261+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.169:0/426799838' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/237115759"}]: dispatch 2024-09-11T08:23:00.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:59 smithi169 bash[48863]: audit 2024-09-11T08:22:59.145139+0000 mon.a (mon.0) 1510 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/237115759"}]: dispatch 2024-09-11T08:23:00.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:59 smithi169 bash[48863]: audit 2024-09-11T08:22:59.604926+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:23:00.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:59 smithi169 bash[48863]: audit 2024-09-11T08:22:59.610978+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:00.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:22:59 smithi169 bash[48863]: audit 2024-09-11T08:22:59.621943+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:00.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:59 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:23:00.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:22:59 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:0/1750572778 2024-09-11T08:23:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[53244]: audit 2024-09-11T08:22:58.759287+0000 mon.a (mon.0) 1508 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]': finished 2024-09-11T08:23:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[53244]: cluster 2024-09-11T08:22:58.759500+0000 mon.a (mon.0) 1509 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-09-11T08:23:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[53244]: audit 2024-09-11T08:22:59.142261+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.169:0/426799838' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/237115759"}]: dispatch 2024-09-11T08:23:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[53244]: audit 2024-09-11T08:22:59.145139+0000 mon.a (mon.0) 1510 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/237115759"}]: dispatch 2024-09-11T08:23:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[53244]: audit 2024-09-11T08:22:59.604926+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:23:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[53244]: audit 2024-09-11T08:22:59.610978+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:00.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[53244]: audit 2024-09-11T08:22:59.621943+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:00.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[54520]: audit 2024-09-11T08:22:58.759287+0000 mon.a (mon.0) 1508 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/3662966312"}]': finished 2024-09-11T08:23:00.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[54520]: cluster 2024-09-11T08:22:58.759500+0000 mon.a (mon.0) 1509 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-09-11T08:23:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[54520]: audit 2024-09-11T08:22:59.142261+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.169:0/426799838' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/237115759"}]: dispatch 2024-09-11T08:23:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[54520]: audit 2024-09-11T08:22:59.145139+0000 mon.a (mon.0) 1510 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/237115759"}]: dispatch 2024-09-11T08:23:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[54520]: audit 2024-09-11T08:22:59.604926+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:23:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[54520]: audit 2024-09-11T08:22:59.610978+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:00.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:22:59 smithi133 bash[54520]: audit 2024-09-11T08:22:59.621943+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:01.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: cluster 2024-09-11T08:22:59.063761+0000 mgr.y (mgr.25981) 542 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:23:01.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: audit 2024-09-11T08:22:59.780078+0000 mon.a (mon.0) 1514 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/237115759"}]': finished 2024-09-11T08:23:01.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: cluster 2024-09-11T08:22:59.780217+0000 mon.a (mon.0) 1515 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-09-11T08:23:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: audit 2024-09-11T08:23:00.021323+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:23:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: audit 2024-09-11T08:23:00.091476+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.169:0/3026285011' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1750572778"}]: dispatch 2024-09-11T08:23:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: audit 2024-09-11T08:23:00.094374+0000 mon.a (mon.0) 1517 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1750572778"}]: dispatch 2024-09-11T08:23:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: audit 2024-09-11T08:23:00.238004+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:23:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: audit 2024-09-11T08:23:00.246530+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: audit 2024-09-11T08:23:00.254655+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:01.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[48863]: audit 2024-09-11T08:23:00.256721+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:23:01.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:23:01.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:00 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:6832/3461032069 2024-09-11T08:23:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: cluster 2024-09-11T08:22:59.063761+0000 mgr.y (mgr.25981) 542 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:23:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: audit 2024-09-11T08:22:59.780078+0000 mon.a (mon.0) 1514 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/237115759"}]': finished 2024-09-11T08:23:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: cluster 2024-09-11T08:22:59.780217+0000 mon.a (mon.0) 1515 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-09-11T08:23:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: audit 2024-09-11T08:23:00.021323+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:23:01.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: audit 2024-09-11T08:23:00.091476+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.169:0/3026285011' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1750572778"}]: dispatch 2024-09-11T08:23:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: audit 2024-09-11T08:23:00.094374+0000 mon.a (mon.0) 1517 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1750572778"}]: dispatch 2024-09-11T08:23:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: audit 2024-09-11T08:23:00.238004+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:23:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: audit 2024-09-11T08:23:00.246530+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: audit 2024-09-11T08:23:00.254655+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:01.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[53244]: audit 2024-09-11T08:23:00.256721+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:23:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: cluster 2024-09-11T08:22:59.063761+0000 mgr.y (mgr.25981) 542 : cluster [DBG] pgmap v344: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:23:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: audit 2024-09-11T08:22:59.780078+0000 mon.a (mon.0) 1514 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/237115759"}]': finished 2024-09-11T08:23:01.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: cluster 2024-09-11T08:22:59.780217+0000 mon.a (mon.0) 1515 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-09-11T08:23:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: audit 2024-09-11T08:23:00.021323+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:23:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: audit 2024-09-11T08:23:00.091476+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.169:0/3026285011' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1750572778"}]: dispatch 2024-09-11T08:23:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: audit 2024-09-11T08:23:00.094374+0000 mon.a (mon.0) 1517 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1750572778"}]: dispatch 2024-09-11T08:23:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: audit 2024-09-11T08:23:00.238004+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:23:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: audit 2024-09-11T08:23:00.246530+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: audit 2024-09-11T08:23:00.254655+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:01.201 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:00 smithi133 bash[54520]: audit 2024-09-11T08:23:00.256721+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:23:02.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:01 smithi169 bash[48863]: audit 2024-09-11T08:23:00.781161+0000 mon.a (mon.0) 1522 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1750572778"}]': finished 2024-09-11T08:23:02.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:01 smithi169 bash[48863]: cluster 2024-09-11T08:23:00.781402+0000 mon.a (mon.0) 1523 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-09-11T08:23:02.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:01 smithi169 bash[48863]: audit 2024-09-11T08:23:01.114015+0000 mon.b (mon.2) 30 : audit [INF] from='client.? 172.21.15.169:0/122115599' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: dispatch 2024-09-11T08:23:02.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:01 smithi169 bash[48863]: audit 2024-09-11T08:23:01.117092+0000 mon.a (mon.0) 1524 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: dispatch 2024-09-11T08:23:02.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:01 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:23:02.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:01 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:0/2464365437 2024-09-11T08:23:02.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:01 smithi133 bash[53244]: audit 2024-09-11T08:23:00.781161+0000 mon.a (mon.0) 1522 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1750572778"}]': finished 2024-09-11T08:23:02.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:01 smithi133 bash[53244]: cluster 2024-09-11T08:23:00.781402+0000 mon.a (mon.0) 1523 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-09-11T08:23:02.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:01 smithi133 bash[53244]: audit 2024-09-11T08:23:01.114015+0000 mon.b (mon.2) 30 : audit [INF] from='client.? 172.21.15.169:0/122115599' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: dispatch 2024-09-11T08:23:02.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:01 smithi133 bash[53244]: audit 2024-09-11T08:23:01.117092+0000 mon.a (mon.0) 1524 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: dispatch 2024-09-11T08:23:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:01 smithi133 bash[54520]: audit 2024-09-11T08:23:00.781161+0000 mon.a (mon.0) 1522 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1750572778"}]': finished 2024-09-11T08:23:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:01 smithi133 bash[54520]: cluster 2024-09-11T08:23:00.781402+0000 mon.a (mon.0) 1523 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-09-11T08:23:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:01 smithi133 bash[54520]: audit 2024-09-11T08:23:01.114015+0000 mon.b (mon.2) 30 : audit [INF] from='client.? 172.21.15.169:0/122115599' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: dispatch 2024-09-11T08:23:02.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:01 smithi133 bash[54520]: audit 2024-09-11T08:23:01.117092+0000 mon.a (mon.0) 1524 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]: dispatch 2024-09-11T08:23:03.175 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:02 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:23:03.175 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:02 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:6833/3461032069 2024-09-11T08:23:03.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:02 smithi169 bash[48863]: cluster 2024-09-11T08:23:01.064553+0000 mgr.y (mgr.25981) 543 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:03.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:02 smithi169 bash[48863]: audit 2024-09-11T08:23:01.801377+0000 mon.a (mon.0) 1525 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]': finished 2024-09-11T08:23:03.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:02 smithi169 bash[48863]: cluster 2024-09-11T08:23:01.801456+0000 mon.a (mon.0) 1526 : cluster [DBG] osdmap e121: 8 total, 8 up, 8 in 2024-09-11T08:23:03.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:02 smithi169 bash[48863]: audit 2024-09-11T08:23:02.125916+0000 mon.b (mon.2) 31 : audit [INF] from='client.? 172.21.15.169:0/293527785' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2464365437"}]: dispatch 2024-09-11T08:23:03.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:02 smithi169 bash[48863]: audit 2024-09-11T08:23:02.129012+0000 mon.a (mon.0) 1527 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2464365437"}]: dispatch 2024-09-11T08:23:03.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[53244]: cluster 2024-09-11T08:23:01.064553+0000 mgr.y (mgr.25981) 543 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:03.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[53244]: audit 2024-09-11T08:23:01.801377+0000 mon.a (mon.0) 1525 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]': finished 2024-09-11T08:23:03.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[53244]: cluster 2024-09-11T08:23:01.801456+0000 mon.a (mon.0) 1526 : cluster [DBG] osdmap e121: 8 total, 8 up, 8 in 2024-09-11T08:23:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[53244]: audit 2024-09-11T08:23:02.125916+0000 mon.b (mon.2) 31 : audit [INF] from='client.? 172.21.15.169:0/293527785' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2464365437"}]: dispatch 2024-09-11T08:23:03.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[53244]: audit 2024-09-11T08:23:02.129012+0000 mon.a (mon.0) 1527 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2464365437"}]: dispatch 2024-09-11T08:23:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[54520]: cluster 2024-09-11T08:23:01.064553+0000 mgr.y (mgr.25981) 543 : cluster [DBG] pgmap v347: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[54520]: audit 2024-09-11T08:23:01.801377+0000 mon.a (mon.0) 1525 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6832/3461032069"}]': finished 2024-09-11T08:23:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[54520]: cluster 2024-09-11T08:23:01.801456+0000 mon.a (mon.0) 1526 : cluster [DBG] osdmap e121: 8 total, 8 up, 8 in 2024-09-11T08:23:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[54520]: audit 2024-09-11T08:23:02.125916+0000 mon.b (mon.2) 31 : audit [INF] from='client.? 172.21.15.169:0/293527785' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2464365437"}]: dispatch 2024-09-11T08:23:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:02 smithi133 bash[54520]: audit 2024-09-11T08:23:02.129012+0000 mon.a (mon.0) 1527 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2464365437"}]: dispatch 2024-09-11T08:23:04.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:03 smithi169 bash[48863]: audit 2024-09-11T08:23:02.802188+0000 mon.a (mon.0) 1528 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2464365437"}]': finished 2024-09-11T08:23:04.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:03 smithi169 bash[48863]: cluster 2024-09-11T08:23:02.802268+0000 mon.a (mon.0) 1529 : cluster [DBG] osdmap e122: 8 total, 8 up, 8 in 2024-09-11T08:23:04.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:03 smithi169 bash[48863]: cluster 2024-09-11T08:23:03.065362+0000 mgr.y (mgr.25981) 544 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:04.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:03 smithi169 bash[48863]: audit 2024-09-11T08:23:03.115905+0000 mon.b (mon.2) 32 : audit [INF] from='client.? 172.21.15.169:0/998771507' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: dispatch 2024-09-11T08:23:04.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:03 smithi169 bash[48863]: audit 2024-09-11T08:23:03.118745+0000 mon.a (mon.0) 1530 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: dispatch 2024-09-11T08:23:04.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:03 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:23:04.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:03 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:0/1706722795 2024-09-11T08:23:04.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[54520]: audit 2024-09-11T08:23:02.802188+0000 mon.a (mon.0) 1528 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2464365437"}]': finished 2024-09-11T08:23:04.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[54520]: cluster 2024-09-11T08:23:02.802268+0000 mon.a (mon.0) 1529 : cluster [DBG] osdmap e122: 8 total, 8 up, 8 in 2024-09-11T08:23:04.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[54520]: cluster 2024-09-11T08:23:03.065362+0000 mgr.y (mgr.25981) 544 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:04.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[54520]: audit 2024-09-11T08:23:03.115905+0000 mon.b (mon.2) 32 : audit [INF] from='client.? 172.21.15.169:0/998771507' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: dispatch 2024-09-11T08:23:04.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[54520]: audit 2024-09-11T08:23:03.118745+0000 mon.a (mon.0) 1530 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: dispatch 2024-09-11T08:23:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[53244]: audit 2024-09-11T08:23:02.802188+0000 mon.a (mon.0) 1528 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2464365437"}]': finished 2024-09-11T08:23:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[53244]: cluster 2024-09-11T08:23:02.802268+0000 mon.a (mon.0) 1529 : cluster [DBG] osdmap e122: 8 total, 8 up, 8 in 2024-09-11T08:23:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[53244]: cluster 2024-09-11T08:23:03.065362+0000 mgr.y (mgr.25981) 544 : cluster [DBG] pgmap v350: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[53244]: audit 2024-09-11T08:23:03.115905+0000 mon.b (mon.2) 32 : audit [INF] from='client.? 172.21.15.169:0/998771507' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: dispatch 2024-09-11T08:23:04.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:03 smithi133 bash[53244]: audit 2024-09-11T08:23:03.118745+0000 mon.a (mon.0) 1530 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]: dispatch 2024-09-11T08:23:04.820 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:04 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:23:05.157 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:04 smithi169 bash[48863]: audit 2024-09-11T08:23:03.819869+0000 mon.a (mon.0) 1531 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]': finished 2024-09-11T08:23:05.157 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:04 smithi169 bash[48863]: cluster 2024-09-11T08:23:03.819954+0000 mon.a (mon.0) 1532 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-09-11T08:23:05.158 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:04 smithi169 bash[48863]: audit 2024-09-11T08:23:04.150099+0000 mon.b (mon.2) 33 : audit [INF] from='client.? 172.21.15.169:0/766030602' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1706722795"}]: dispatch 2024-09-11T08:23:05.158 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:04 smithi169 bash[48863]: audit 2024-09-11T08:23:04.153012+0000 mon.a (mon.0) 1533 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1706722795"}]: dispatch 2024-09-11T08:23:05.158 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:04 smithi169 bash[48863]: audit 2024-09-11T08:23:04.529661+0000 mgr.y (mgr.25981) 545 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:05.158 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:04 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:23:05.158 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:04 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:0/625373626 2024-09-11T08:23:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[53244]: audit 2024-09-11T08:23:03.819869+0000 mon.a (mon.0) 1531 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]': finished 2024-09-11T08:23:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[53244]: cluster 2024-09-11T08:23:03.819954+0000 mon.a (mon.0) 1532 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-09-11T08:23:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[53244]: audit 2024-09-11T08:23:04.150099+0000 mon.b (mon.2) 33 : audit [INF] from='client.? 172.21.15.169:0/766030602' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1706722795"}]: dispatch 2024-09-11T08:23:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[53244]: audit 2024-09-11T08:23:04.153012+0000 mon.a (mon.0) 1533 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1706722795"}]: dispatch 2024-09-11T08:23:05.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[53244]: audit 2024-09-11T08:23:04.529661+0000 mgr.y (mgr.25981) 545 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:05.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[54520]: audit 2024-09-11T08:23:03.819869+0000 mon.a (mon.0) 1531 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:6833/3461032069"}]': finished 2024-09-11T08:23:05.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[54520]: cluster 2024-09-11T08:23:03.819954+0000 mon.a (mon.0) 1532 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-09-11T08:23:05.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[54520]: audit 2024-09-11T08:23:04.150099+0000 mon.b (mon.2) 33 : audit [INF] from='client.? 172.21.15.169:0/766030602' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1706722795"}]: dispatch 2024-09-11T08:23:05.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[54520]: audit 2024-09-11T08:23:04.153012+0000 mon.a (mon.0) 1533 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1706722795"}]: dispatch 2024-09-11T08:23:05.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:04 smithi133 bash[54520]: audit 2024-09-11T08:23:04.529661+0000 mgr.y (mgr.25981) 545 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:06.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:05 smithi169 bash[48863]: audit 2024-09-11T08:23:04.838436+0000 mon.a (mon.0) 1534 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1706722795"}]': finished 2024-09-11T08:23:06.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:05 smithi169 bash[48863]: cluster 2024-09-11T08:23:04.838569+0000 mon.a (mon.0) 1535 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-09-11T08:23:06.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:05 smithi169 bash[48863]: cluster 2024-09-11T08:23:05.066098+0000 mgr.y (mgr.25981) 546 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:06.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:05 smithi169 bash[48863]: audit 2024-09-11T08:23:05.160220+0000 mon.b (mon.2) 34 : audit [INF] from='client.? 172.21.15.169:0/367450772' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: dispatch 2024-09-11T08:23:06.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:05 smithi169 bash[48863]: audit 2024-09-11T08:23:05.163147+0000 mon.a (mon.0) 1536 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: dispatch 2024-09-11T08:23:06.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:05 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:23:06.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:05 smithi169 bash[89450]: debug Removing blocklisted entry for this host : 172.21.15.169:0/2694902990 2024-09-11T08:23:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[54520]: audit 2024-09-11T08:23:04.838436+0000 mon.a (mon.0) 1534 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1706722795"}]': finished 2024-09-11T08:23:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[54520]: cluster 2024-09-11T08:23:04.838569+0000 mon.a (mon.0) 1535 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-09-11T08:23:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[54520]: cluster 2024-09-11T08:23:05.066098+0000 mgr.y (mgr.25981) 546 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[54520]: audit 2024-09-11T08:23:05.160220+0000 mon.b (mon.2) 34 : audit [INF] from='client.? 172.21.15.169:0/367450772' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: dispatch 2024-09-11T08:23:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[54520]: audit 2024-09-11T08:23:05.163147+0000 mon.a (mon.0) 1536 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: dispatch 2024-09-11T08:23:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[53244]: audit 2024-09-11T08:23:04.838436+0000 mon.a (mon.0) 1534 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/1706722795"}]': finished 2024-09-11T08:23:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[53244]: cluster 2024-09-11T08:23:04.838569+0000 mon.a (mon.0) 1535 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-09-11T08:23:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[53244]: cluster 2024-09-11T08:23:05.066098+0000 mgr.y (mgr.25981) 546 : cluster [DBG] pgmap v353: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[53244]: audit 2024-09-11T08:23:05.160220+0000 mon.b (mon.2) 34 : audit [INF] from='client.? 172.21.15.169:0/367450772' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: dispatch 2024-09-11T08:23:06.200 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:05 smithi133 bash[53244]: audit 2024-09-11T08:23:05.163147+0000 mon.a (mon.0) 1536 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/625373626"}]: dispatch 2024-09-11T08:23:07.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:06 smithi169 bash[48863]: audit 2024-09-11T08:23:05.838959+0000 mon.a (mon.0) 1537 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/625373626"}]': finished 2024-09-11T08:23:07.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:06 smithi169 bash[48863]: cluster 2024-09-11T08:23:05.839141+0000 mon.a (mon.0) 1538 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-09-11T08:23:07.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:06 smithi169 bash[48863]: audit 2024-09-11T08:23:06.174892+0000 mon.b (mon.2) 35 : audit [INF] from='client.? 172.21.15.169:0/2950177772' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2694902990"}]: dispatch 2024-09-11T08:23:07.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[48863]: audit 2024-09-11T08:23:06.177892+0000 mon.a (mon.0) 1539 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2694902990"}]: dispatch 2024-09-11T08:23:07.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: debug Successfully removed blocklist entry 2024-09-11T08:23:07.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: debug Reading the configuration object to update local LIO configuration 2024-09-11T08:23:07.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: debug Configuration does not have an entry for this host(smithi169.front.sepia.ceph.com) - nothing to define to LIO 2024-09-11T08:23:07.176 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: * Serving Flask app 'rbd-target-api' (lazy loading) 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: * Environment: production 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: WARNING: This is a development server. Do not use it in a production deployment. 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: Use a production WSGI server instead. 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: * Debug mode: off 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: debug * Running on all addresses. 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: WARNING: This is a development server. Do not use it in a production deployment. 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: * Running on all addresses. 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: WARNING: This is a development server. Do not use it in a production deployment. 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: debug * Running on http://[fe80::ec4:7aff:fe88:7f4d]:5000/ (Press CTRL+C to quit) 2024-09-11T08:23:07.177 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[89450]: * Running on http://[fe80::ec4:7aff:fe88:7f4d]:5000/ (Press CTRL+C to quit) 2024-09-11T08:23:07.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:06 smithi133 bash[54520]: audit 2024-09-11T08:23:05.838959+0000 mon.a (mon.0) 1537 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/625373626"}]': finished 2024-09-11T08:23:07.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:06 smithi133 bash[54520]: cluster 2024-09-11T08:23:05.839141+0000 mon.a (mon.0) 1538 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-09-11T08:23:07.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:06 smithi133 bash[54520]: audit 2024-09-11T08:23:06.174892+0000 mon.b (mon.2) 35 : audit [INF] from='client.? 172.21.15.169:0/2950177772' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2694902990"}]: dispatch 2024-09-11T08:23:07.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:06 smithi133 bash[54520]: audit 2024-09-11T08:23:06.177892+0000 mon.a (mon.0) 1539 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2694902990"}]: dispatch 2024-09-11T08:23:07.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:06 smithi133 bash[53244]: audit 2024-09-11T08:23:05.838959+0000 mon.a (mon.0) 1537 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/625373626"}]': finished 2024-09-11T08:23:07.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:06 smithi133 bash[53244]: cluster 2024-09-11T08:23:05.839141+0000 mon.a (mon.0) 1538 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-09-11T08:23:07.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:06 smithi133 bash[53244]: audit 2024-09-11T08:23:06.174892+0000 mon.b (mon.2) 35 : audit [INF] from='client.? 172.21.15.169:0/2950177772' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2694902990"}]: dispatch 2024-09-11T08:23:07.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:06 smithi133 bash[53244]: audit 2024-09-11T08:23:06.177892+0000 mon.a (mon.0) 1539 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2694902990"}]: dispatch 2024-09-11T08:23:08.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:07 smithi133 bash[53244]: audit 2024-09-11T08:23:06.868856+0000 mon.a (mon.0) 1540 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2694902990"}]': finished 2024-09-11T08:23:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:07 smithi133 bash[53244]: cluster 2024-09-11T08:23:06.868949+0000 mon.a (mon.0) 1541 : cluster [DBG] osdmap e126: 8 total, 8 up, 8 in 2024-09-11T08:23:08.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:07 smithi133 bash[53244]: cluster 2024-09-11T08:23:07.066948+0000 mgr.y (mgr.25981) 547 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:08.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:07 smithi133 bash[54520]: audit 2024-09-11T08:23:06.868856+0000 mon.a (mon.0) 1540 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2694902990"}]': finished 2024-09-11T08:23:08.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:07 smithi133 bash[54520]: cluster 2024-09-11T08:23:06.868949+0000 mon.a (mon.0) 1541 : cluster [DBG] osdmap e126: 8 total, 8 up, 8 in 2024-09-11T08:23:08.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:07 smithi133 bash[54520]: cluster 2024-09-11T08:23:07.066948+0000 mgr.y (mgr.25981) 547 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:08.239 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[48863]: audit 2024-09-11T08:23:06.868856+0000 mon.a (mon.0) 1540 : audit [INF] from='client.? ' entity='client.iscsi.iscsi.a' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.169:0/2694902990"}]': finished 2024-09-11T08:23:08.239 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[48863]: cluster 2024-09-11T08:23:06.868949+0000 mon.a (mon.0) 1541 : cluster [DBG] osdmap e126: 8 total, 8 up, 8 in 2024-09-11T08:23:08.239 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:07 smithi169 bash[48863]: cluster 2024-09-11T08:23:07.066948+0000 mgr.y (mgr.25981) 547 : cluster [DBG] pgmap v356: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:10.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:10 smithi169 bash[48863]: cluster 2024-09-11T08:23:09.068317+0000 mgr.y (mgr.25981) 548 : cluster [DBG] pgmap v357: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 975 B/s rd, 0 op/s 2024-09-11T08:23:10.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:10 smithi133 bash[53244]: cluster 2024-09-11T08:23:09.068317+0000 mgr.y (mgr.25981) 548 : cluster [DBG] pgmap v357: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 975 B/s rd, 0 op/s 2024-09-11T08:23:10.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:10 smithi133 bash[54520]: cluster 2024-09-11T08:23:09.068317+0000 mgr.y (mgr.25981) 548 : cluster [DBG] pgmap v357: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 975 B/s rd, 0 op/s 2024-09-11T08:23:11.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:11 smithi169 bash[89450]: debug ::ffff:172.21.15.133 - - [11/Sep/2024 08:23:11] "GET /api/sysinfo/hostname HTTP/1.1" 200 - 2024-09-11T08:23:11.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:11 smithi169 bash[89450]: ::ffff:172.21.15.133 - - [11/Sep/2024 08:23:11] "GET /api/sysinfo/hostname HTTP/1.1" 200 - 2024-09-11T08:23:12.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: cluster 2024-09-11T08:23:11.069224+0000 mgr.y (mgr.25981) 549 : cluster [DBG] pgmap v358: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 657 B/s rd, 0 op/s 2024-09-11T08:23:12.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.382150+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:23:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.391148+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.400308+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.401983+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:23:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.403482+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:23:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: cephadm 2024-09-11T08:23:11.404803+0000 mgr.y (mgr.25981) 550 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:23:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: cluster 2024-09-11T08:23:11.406350+0000 mgr.y (mgr.25981) 551 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 646 B/s rd, 0 op/s 2024-09-11T08:23:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.412533+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.470392+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:23:12.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.471705+0000 mgr.y (mgr.25981) 552 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:23:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.486619+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: cephadm 2024-09-11T08:23:11.488841+0000 mgr.y (mgr.25981) 553 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.169:5000 to Dashboard 2024-09-11T08:23:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.489448+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:23:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.490426+0000 mgr.y (mgr.25981) 554 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:23:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.493085+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi169"}]: dispatch 2024-09-11T08:23:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.493871+0000 mgr.y (mgr.25981) 555 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi169"}]: dispatch 2024-09-11T08:23:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.500623+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.504793+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:23:12.428 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.509259+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.511895+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.514047+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.517613+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.520890+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.523214+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.525119+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.527006+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.429 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.529093+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: cephadm 2024-09-11T08:23:11.530399+0000 mgr.y (mgr.25981) 556 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:23:12.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.539400+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.541134+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]: dispatch 2024-09-11T08:23:12.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.548896+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]': finished 2024-09-11T08:23:12.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.550877+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: cephadm 2024-09-11T08:23:11.551810+0000 mgr.y (mgr.25981) 557 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:23:12.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.556751+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.430 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.558922+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.560930+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.562859+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.564802+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.566568+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.568344+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: cephadm 2024-09-11T08:23:11.569324+0000 mgr.y (mgr.25981) 558 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:23:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.570573+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:23:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.577222+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:23:12.431 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.578508+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.584567+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:23:12.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.585913+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:23:12.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.593068+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:23:12.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.594345+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:23:12.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.599935+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:23:12.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.601215+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:23:12.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.606840+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:23:12.432 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.608115+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:23:12.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.615518+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:23:12.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.616928+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:23:12.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.624279+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:23:12.433 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.625600+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.627030+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.633927+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.635461+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.641763+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.643072+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.644400+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.645759+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.647124+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.648451+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.649823+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.434 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.651131+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.657288+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: cephadm 2024-09-11T08:23:11.658392+0000 mgr.y (mgr.25981) 559 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.659093+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:11.663127+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:12.045855+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:12.047412+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:12.056689+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:12.108528+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:12.110194+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:23:12.435 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:12 smithi169 bash[48863]: audit 2024-09-11T08:23:12.118310+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: cluster 2024-09-11T08:23:11.069224+0000 mgr.y (mgr.25981) 549 : cluster [DBG] pgmap v358: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 657 B/s rd, 0 op/s 2024-09-11T08:23:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.382150+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:23:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.391148+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.400308+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.401983+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:23:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.403482+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:23:12.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: cephadm 2024-09-11T08:23:11.404803+0000 mgr.y (mgr.25981) 550 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: cluster 2024-09-11T08:23:11.406350+0000 mgr.y (mgr.25981) 551 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 646 B/s rd, 0 op/s 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.412533+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.470392+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.471705+0000 mgr.y (mgr.25981) 552 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.486619+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: cephadm 2024-09-11T08:23:11.488841+0000 mgr.y (mgr.25981) 553 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.169:5000 to Dashboard 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.489448+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.490426+0000 mgr.y (mgr.25981) 554 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.493085+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi169"}]: dispatch 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.493871+0000 mgr.y (mgr.25981) 555 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi169"}]: dispatch 2024-09-11T08:23:12.450 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.500623+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: cluster 2024-09-11T08:23:11.069224+0000 mgr.y (mgr.25981) 549 : cluster [DBG] pgmap v358: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 657 B/s rd, 0 op/s 2024-09-11T08:23:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.382150+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:23:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.391148+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.400308+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.401983+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:23:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.403482+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:23:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: cephadm 2024-09-11T08:23:11.404803+0000 mgr.y (mgr.25981) 550 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:23:12.451 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: cluster 2024-09-11T08:23:11.406350+0000 mgr.y (mgr.25981) 551 : cluster [DBG] pgmap v359: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 646 B/s rd, 0 op/s 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.412533+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.470392+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.471705+0000 mgr.y (mgr.25981) 552 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.486619+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: cephadm 2024-09-11T08:23:11.488841+0000 mgr.y (mgr.25981) 553 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.169:5000 to Dashboard 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.489448+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.490426+0000 mgr.y (mgr.25981) 554 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.493085+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi169"}]: dispatch 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.493871+0000 mgr.y (mgr.25981) 555 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi169"}]: dispatch 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.500623+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.504793+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.509259+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.452 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.511895+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.514047+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.517613+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.520890+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.523214+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.525119+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.527006+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.529093+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: cephadm 2024-09-11T08:23:11.530399+0000 mgr.y (mgr.25981) 556 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.539400+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.541134+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.548896+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]': finished 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.550877+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: cephadm 2024-09-11T08:23:11.551810+0000 mgr.y (mgr.25981) 557 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.556751+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.558922+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.560930+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.562859+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.504793+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.509259+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.511895+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.514047+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.517613+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.454 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.520890+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.523214+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.525119+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.527006+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.529093+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: cephadm 2024-09-11T08:23:11.530399+0000 mgr.y (mgr.25981) 556 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:23:12.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.539400+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.455 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.541134+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]: dispatch 2024-09-11T08:23:12.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.548896+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.iscsi.a"}]': finished 2024-09-11T08:23:12.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.550877+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: cephadm 2024-09-11T08:23:11.551810+0000 mgr.y (mgr.25981) 557 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:23:12.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.556751+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.558922+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.456 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.560930+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.457 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.562859+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.458 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.564802+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.458 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.566568+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.458 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.568344+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.458 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: cephadm 2024-09-11T08:23:11.569324+0000 mgr.y (mgr.25981) 558 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:23:12.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.570573+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:23:12.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.577222+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:23:12.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.578508+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.584567+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:23:12.459 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.585913+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:23:12.460 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.593068+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:23:12.460 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.594345+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:23:12.460 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.599935+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:23:12.460 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.601215+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:23:12.460 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.606840+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:23:12.460 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.608115+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:23:12.461 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.615518+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:23:12.461 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.616928+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:23:12.461 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.624279+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:23:12.461 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.625600+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.461 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.627030+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:23:12.461 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.633927+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:23:12.462 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.635461+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:23:12.462 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.641763+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:23:12.462 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.643072+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.462 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.644400+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.462 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.645759+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.462 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.647124+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.463 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.648451+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.463 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.649823+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.463 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.651131+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:23:12.463 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.657288+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:23:12.463 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: cephadm 2024-09-11T08:23:11.658392+0000 mgr.y (mgr.25981) 559 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:23:12.464 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.659093+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:23:12.464 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:11.663127+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:23:12.464 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:12.045855+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:23:12.464 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:12.047412+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:23:12.464 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:12.056689+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.464 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:12.108528+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:23:12.465 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:12.110194+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:23:12.465 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[53244]: audit 2024-09-11T08:23:12.118310+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.465 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.564802+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.466 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.566568+0000 mon.a (mon.0) 1572 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.466 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.568344+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:12.466 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: cephadm 2024-09-11T08:23:11.569324+0000 mgr.y (mgr.25981) 558 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:23:12.466 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.570573+0000 mon.a (mon.0) 1574 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:23:12.466 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.577222+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:23:12.466 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.578508+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.467 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.584567+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:23:12.467 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.585913+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:23:12.467 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.593068+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:23:12.467 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.594345+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:23:12.467 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.599935+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T08:23:12.468 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.601215+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:23:12.468 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.606840+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:23:12.468 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.608115+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:23:12.468 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.615518+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T08:23:12.468 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.616928+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:23:12.468 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.624279+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:23:12.469 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.625600+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.469 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.627030+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:23:12.469 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.633927+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:23:12.469 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.635461+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:23:12.469 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.641763+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:23:12.469 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.643072+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.470 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.644400+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.470 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.645759+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.470 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.647124+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.470 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.648451+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.470 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.649823+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:23:12.470 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.651131+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:23:12.470 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.657288+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:23:12.471 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: cephadm 2024-09-11T08:23:11.658392+0000 mgr.y (mgr.25981) 559 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:23:12.471 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.659093+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:23:12.471 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:11.663127+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:23:12.471 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:12.045855+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:23:12.471 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:12.047412+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:23:12.472 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:12.056689+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:12.472 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:12.108528+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:23:12.472 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:12.110194+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:23:12.472 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:12 smithi133 bash[54520]: audit 2024-09-11T08:23:12.118310+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:13.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:13 smithi169 bash[48863]: cephadm 2024-09-11T08:23:12.048809+0000 mgr.y (mgr.25981) 560 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:23:13.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:13 smithi169 bash[48863]: cephadm 2024-09-11T08:23:12.111778+0000 mgr.y (mgr.25981) 561 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:23:13.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:13 smithi169 bash[48863]: cluster 2024-09-11T08:23:12.396503+0000 mon.a (mon.0) 1609 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:23:13.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:13 smithi169 bash[48863]: cluster 2024-09-11T08:23:12.396569+0000 mon.a (mon.0) 1610 : cluster [INF] Cluster is now healthy 2024-09-11T08:23:13.448 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:13 smithi133 bash[54520]: cephadm 2024-09-11T08:23:12.048809+0000 mgr.y (mgr.25981) 560 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:23:13.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:13 smithi133 bash[54520]: cephadm 2024-09-11T08:23:12.111778+0000 mgr.y (mgr.25981) 561 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:23:13.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:13 smithi133 bash[54520]: cluster 2024-09-11T08:23:12.396503+0000 mon.a (mon.0) 1609 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:23:13.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:13 smithi133 bash[54520]: cluster 2024-09-11T08:23:12.396569+0000 mon.a (mon.0) 1610 : cluster [INF] Cluster is now healthy 2024-09-11T08:23:13.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:13 smithi133 bash[53244]: cephadm 2024-09-11T08:23:12.048809+0000 mgr.y (mgr.25981) 560 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:23:13.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:13 smithi133 bash[53244]: cephadm 2024-09-11T08:23:12.111778+0000 mgr.y (mgr.25981) 561 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:23:13.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:13 smithi133 bash[53244]: cluster 2024-09-11T08:23:12.396503+0000 mon.a (mon.0) 1609 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:23:13.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:13 smithi133 bash[53244]: cluster 2024-09-11T08:23:12.396569+0000 mon.a (mon.0) 1610 : cluster [INF] Cluster is now healthy 2024-09-11T08:23:14.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:14 smithi169 bash[48863]: cluster 2024-09-11T08:23:13.407758+0000 mgr.y (mgr.25981) 562 : cluster [DBG] pgmap v360: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 540 B/s rd, 0 op/s 2024-09-11T08:23:14.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:14 smithi133 bash[53244]: cluster 2024-09-11T08:23:13.407758+0000 mgr.y (mgr.25981) 562 : cluster [DBG] pgmap v360: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 540 B/s rd, 0 op/s 2024-09-11T08:23:14.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:14 smithi133 bash[54520]: cluster 2024-09-11T08:23:13.407758+0000 mgr.y (mgr.25981) 562 : cluster [DBG] pgmap v360: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 540 B/s rd, 0 op/s 2024-09-11T08:23:14.927 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:14 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:23:15.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:15 smithi169 bash[48863]: audit 2024-09-11T08:23:14.539929+0000 mgr.y (mgr.25981) 563 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:15.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:15 smithi133 bash[53244]: audit 2024-09-11T08:23:14.539929+0000 mgr.y (mgr.25981) 563 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:15 smithi133 bash[54520]: audit 2024-09-11T08:23:14.539929+0000 mgr.y (mgr.25981) 563 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:16.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:16 smithi169 bash[48863]: cluster 2024-09-11T08:23:15.408711+0000 mgr.y (mgr.25981) 564 : cluster [DBG] pgmap v361: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T08:23:16.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:16 smithi169 bash[48863]: audit 2024-09-11T08:23:15.617209+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:16.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:16 smithi133 bash[53244]: cluster 2024-09-11T08:23:15.408711+0000 mgr.y (mgr.25981) 564 : cluster [DBG] pgmap v361: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T08:23:16.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:16 smithi133 bash[53244]: audit 2024-09-11T08:23:15.617209+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:16 smithi133 bash[54520]: cluster 2024-09-11T08:23:15.408711+0000 mgr.y (mgr.25981) 564 : cluster [DBG] pgmap v361: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-11T08:23:16.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:16 smithi133 bash[54520]: audit 2024-09-11T08:23:15.617209+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:23:18.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:18 smithi169 bash[48863]: cluster 2024-09-11T08:23:17.409693+0000 mgr.y (mgr.25981) 565 : cluster [DBG] pgmap v362: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-09-11T08:23:18.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:18 smithi133 bash[53244]: cluster 2024-09-11T08:23:17.409693+0000 mgr.y (mgr.25981) 565 : cluster [DBG] pgmap v362: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-09-11T08:23:18.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:18 smithi133 bash[54520]: cluster 2024-09-11T08:23:17.409693+0000 mgr.y (mgr.25981) 565 : cluster [DBG] pgmap v362: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-09-11T08:23:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:20 smithi169 bash[48863]: cluster 2024-09-11T08:23:19.410885+0000 mgr.y (mgr.25981) 566 : cluster [DBG] pgmap v363: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-09-11T08:23:20.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:20 smithi133 bash[53244]: cluster 2024-09-11T08:23:19.410885+0000 mgr.y (mgr.25981) 566 : cluster [DBG] pgmap v363: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-09-11T08:23:20.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:20 smithi133 bash[54520]: cluster 2024-09-11T08:23:19.410885+0000 mgr.y (mgr.25981) 566 : cluster [DBG] pgmap v363: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-09-11T08:23:22.116 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:23:22.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:22 smithi169 bash[48863]: audit 2024-09-11T08:23:21.248684+0000 mgr.y (mgr.25981) 567 : audit [DBG] from='client.54939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:23:22.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:22 smithi169 bash[48863]: cluster 2024-09-11T08:23:21.411950+0000 mgr.y (mgr.25981) 568 : cluster [DBG] pgmap v364: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 990 B/s rd, 0 op/s 2024-09-11T08:23:22.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:22 smithi133 bash[53244]: audit 2024-09-11T08:23:21.248684+0000 mgr.y (mgr.25981) 567 : audit [DBG] from='client.54939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:23:22.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:22 smithi133 bash[53244]: cluster 2024-09-11T08:23:21.411950+0000 mgr.y (mgr.25981) 568 : cluster [DBG] pgmap v364: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 990 B/s rd, 0 op/s 2024-09-11T08:23:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:22 smithi133 bash[54520]: audit 2024-09-11T08:23:21.248684+0000 mgr.y (mgr.25981) 567 : audit [DBG] from='client.54939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:23:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:22 smithi133 bash[54520]: cluster 2024-09-11T08:23:21.411950+0000 mgr.y (mgr.25981) 568 : cluster [DBG] pgmap v364: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 990 B/s rd, 0 op/s 2024-09-11T08:23:24.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:24 smithi169 bash[48863]: cluster 2024-09-11T08:23:23.413284+0000 mgr.y (mgr.25981) 569 : cluster [DBG] pgmap v365: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:24.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:24 smithi133 bash[53244]: cluster 2024-09-11T08:23:23.413284+0000 mgr.y (mgr.25981) 569 : cluster [DBG] pgmap v365: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:24.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:24 smithi133 bash[54520]: cluster 2024-09-11T08:23:23.413284+0000 mgr.y (mgr.25981) 569 : cluster [DBG] pgmap v365: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:24.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:24 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:23:25.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:25 smithi169 bash[48863]: audit 2024-09-11T08:23:24.547823+0000 mgr.y (mgr.25981) 570 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:25.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:25 smithi133 bash[53244]: audit 2024-09-11T08:23:24.547823+0000 mgr.y (mgr.25981) 570 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:25.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:25 smithi133 bash[54520]: audit 2024-09-11T08:23:24.547823+0000 mgr.y (mgr.25981) 570 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:26.117 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:23:26.117 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (12m) 76s ago 37m 17.1M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:23:26.117 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (12m) 26s ago 36m 84.4M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:23:26.117 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running (33s) 26s ago 38m 73.7M - 3.8 4a918172a497 ab394f5066f1 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (14m) 26s ago 42m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (24m) 76s ago 44m 445M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (9m) 76s ago 44m 87.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (10m) 26s ago 42m 59.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (9m) 76s ago 42m 58.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (13m) 76s ago 37m 12.0M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (13m) 26s ago 37m 11.8M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (7m) 76s ago 41m 55.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (6m) 76s ago 41m 59.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (5m) 76s ago 40m 51.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (4m) 76s ago 40m 54.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (3m) 26s ago 40m 54.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 3d3977221572 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (3m) 26s ago 39m 48.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 8db598040439 2024-09-11T08:23:26.118 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (2m) 26s ago 39m 49.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 efc69336c97c 2024-09-11T08:23:26.119 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (2m) 26s ago 38m 49.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 fa73b3f01923 2024-09-11T08:23:26.119 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (13m) 26s ago 37m 54.1M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:23:26.119 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (89s) 76s ago 35m 83.8M - 17.2.7-1623-gd0e6828a 4a918172a497 53d2d282433d 2024-09-11T08:23:26.119 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (82s) 26s ago 35m 83.9M - 17.2.7-1623-gd0e6828a 4a918172a497 80bb369fbe90 2024-09-11T08:23:26.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: cluster 2024-09-11T08:23:25.414147+0000 mgr.y (mgr.25981) 571 : cluster [DBG] pgmap v366: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:26.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.097302+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:23:26.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.098093+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:23:26.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.098750+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.099441+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.100164+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.426 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.100841+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.105375+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:23:26.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.105854+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.106255+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.106640+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.427 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:26 smithi169 bash[48863]: audit 2024-09-11T08:23:26.107019+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: cluster 2024-09-11T08:23:25.414147+0000 mgr.y (mgr.25981) 571 : cluster [DBG] pgmap v366: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:26.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.097302+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.098093+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.098750+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.099441+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.100164+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.100841+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.105375+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.105854+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.106255+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.106640+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.450 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[53244]: audit 2024-09-11T08:23:26.107019+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: cluster 2024-09-11T08:23:25.414147+0000 mgr.y (mgr.25981) 571 : cluster [DBG] pgmap v366: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.097302+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:23:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.098093+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:23:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.098750+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.099441+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.100164+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.451 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.100841+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.105375+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:23:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.105854+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.106255+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.106640+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.452 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:26 smithi133 bash[54520]: audit 2024-09-11T08:23:26.107019+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:23:26.952 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:23:27.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:27 smithi169 bash[48863]: audit 2024-09-11T08:23:26.092052+0000 mgr.y (mgr.25981) 572 : audit [DBG] from='client.64834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:23:27.453 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:27 smithi133 bash[54520]: audit 2024-09-11T08:23:26.092052+0000 mgr.y (mgr.25981) 572 : audit [DBG] from='client.64834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:23:27.453 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:27 smithi133 bash[53244]: audit 2024-09-11T08:23:26.092052+0000 mgr.y (mgr.25981) 572 : audit [DBG] from='client.64834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:23:28.443 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:28 smithi133 bash[53244]: cluster 2024-09-11T08:23:27.415207+0000 mgr.y (mgr.25981) 573 : cluster [DBG] pgmap v367: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:28.443 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:28 smithi133 bash[54520]: cluster 2024-09-11T08:23:27.415207+0000 mgr.y (mgr.25981) 573 : cluster [DBG] pgmap v367: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:28.675 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:28 smithi169 bash[48863]: cluster 2024-09-11T08:23:27.415207+0000 mgr.y (mgr.25981) 573 : cluster [DBG] pgmap v367: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:30.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:30 smithi169 bash[48863]: cluster 2024-09-11T08:23:29.416564+0000 mgr.y (mgr.25981) 574 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:30.939 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:23:30.939 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:23:30.939 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:23:30.940 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 15 2024-09-11T08:23:30.941 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:23:30.941 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:23:30.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:30 smithi133 bash[53244]: cluster 2024-09-11T08:23:29.416564+0000 mgr.y (mgr.25981) 574 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:30.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:30 smithi133 bash[54520]: cluster 2024-09-11T08:23:29.416564+0000 mgr.y (mgr.25981) 574 : cluster [DBG] pgmap v368: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:31.799 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:31 smithi133 bash[53244]: audit 2024-09-11T08:23:30.938055+0000 mon.a (mon.0) 1623 : audit [DBG] from='client.54951 172.21.15.133:0/3807906111' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:31.800 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:31 smithi133 bash[54520]: audit 2024-09-11T08:23:30.938055+0000 mon.a (mon.0) 1623 : audit [DBG] from='client.54951 172.21.15.133:0/3807906111' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:31.801 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-11T08:23:31.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:31 smithi169 bash[48863]: audit 2024-09-11T08:23:30.938055+0000 mon.a (mon.0) 1623 : audit [DBG] from='client.54951 172.21.15.133:0/3807906111' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:23:32.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:32 smithi169 bash[48863]: cluster 2024-09-11T08:23:31.417616+0000 mgr.y (mgr.25981) 575 : cluster [DBG] pgmap v369: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:32.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:32 smithi133 bash[53244]: cluster 2024-09-11T08:23:31.417616+0000 mgr.y (mgr.25981) 575 : cluster [DBG] pgmap v369: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:32.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:32 smithi133 bash[54520]: cluster 2024-09-11T08:23:31.417616+0000 mgr.y (mgr.25981) 575 : cluster [DBG] pgmap v369: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:34.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:34 smithi133 bash[53244]: cluster 2024-09-11T08:23:33.418929+0000 mgr.y (mgr.25981) 576 : cluster [DBG] pgmap v370: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:34.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:34 smithi133 bash[54520]: cluster 2024-09-11T08:23:33.418929+0000 mgr.y (mgr.25981) 576 : cluster [DBG] pgmap v370: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:34.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:34 smithi169 bash[48863]: cluster 2024-09-11T08:23:33.418929+0000 mgr.y (mgr.25981) 576 : cluster [DBG] pgmap v370: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:34.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:34 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:23:35.477 INFO:teuthology.orchestra.run.smithi133.stdout:wait for servicemap items w/ changing names to refresh 2024-09-11T08:23:35.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:35 smithi133 bash[53244]: audit 2024-09-11T08:23:34.559066+0000 mgr.y (mgr.25981) 577 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:35.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:35 smithi133 bash[54520]: audit 2024-09-11T08:23:34.559066+0000 mgr.y (mgr.25981) 577 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:35.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:35 smithi169 bash[48863]: audit 2024-09-11T08:23:34.559066+0000 mgr.y (mgr.25981) 577 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:36.334 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 60' 2024-09-11T08:23:36.698 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:36 smithi133 bash[53244]: cluster 2024-09-11T08:23:35.419816+0000 mgr.y (mgr.25981) 578 : cluster [DBG] pgmap v371: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:36.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:36 smithi133 bash[54520]: cluster 2024-09-11T08:23:35.419816+0000 mgr.y (mgr.25981) 578 : cluster [DBG] pgmap v371: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:36.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:36 smithi169 bash[48863]: cluster 2024-09-11T08:23:35.419816+0000 mgr.y (mgr.25981) 578 : cluster [DBG] pgmap v371: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:38.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:38 smithi169 bash[48863]: cluster 2024-09-11T08:23:37.420843+0000 mgr.y (mgr.25981) 579 : cluster [DBG] pgmap v372: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:38.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:38 smithi133 bash[53244]: cluster 2024-09-11T08:23:37.420843+0000 mgr.y (mgr.25981) 579 : cluster [DBG] pgmap v372: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:38.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:38 smithi133 bash[54520]: cluster 2024-09-11T08:23:37.420843+0000 mgr.y (mgr.25981) 579 : cluster [DBG] pgmap v372: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:40.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:40 smithi169 bash[48863]: cluster 2024-09-11T08:23:39.422051+0000 mgr.y (mgr.25981) 580 : cluster [DBG] pgmap v373: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:40.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:40 smithi169 bash[48863]: audit 2024-09-11T08:23:40.157912+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:23:40.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:40 smithi169 bash[48863]: audit 2024-09-11T08:23:40.158446+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:23:40.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:40 smithi169 bash[48863]: audit 2024-09-11T08:23:40.159084+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:23:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:40 smithi133 bash[53244]: cluster 2024-09-11T08:23:39.422051+0000 mgr.y (mgr.25981) 580 : cluster [DBG] pgmap v373: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:40 smithi133 bash[53244]: audit 2024-09-11T08:23:40.157912+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:23:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:40 smithi133 bash[53244]: audit 2024-09-11T08:23:40.158446+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:23:40.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:40 smithi133 bash[53244]: audit 2024-09-11T08:23:40.159084+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:23:40.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:40 smithi133 bash[54520]: cluster 2024-09-11T08:23:39.422051+0000 mgr.y (mgr.25981) 580 : cluster [DBG] pgmap v373: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:40.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:40 smithi133 bash[54520]: audit 2024-09-11T08:23:40.157912+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:23:40.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:40 smithi133 bash[54520]: audit 2024-09-11T08:23:40.158446+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T08:23:40.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:40 smithi133 bash[54520]: audit 2024-09-11T08:23:40.159084+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:23:42.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:42 smithi169 bash[48863]: cluster 2024-09-11T08:23:41.423039+0000 mgr.y (mgr.25981) 581 : cluster [DBG] pgmap v374: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:42.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:42 smithi133 bash[53244]: cluster 2024-09-11T08:23:41.423039+0000 mgr.y (mgr.25981) 581 : cluster [DBG] pgmap v374: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:42.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:42 smithi133 bash[54520]: cluster 2024-09-11T08:23:41.423039+0000 mgr.y (mgr.25981) 581 : cluster [DBG] pgmap v374: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:44.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:44 smithi169 bash[48863]: cluster 2024-09-11T08:23:43.424373+0000 mgr.y (mgr.25981) 582 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:44.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:44 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:23:44.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:44 smithi133 bash[53244]: cluster 2024-09-11T08:23:43.424373+0000 mgr.y (mgr.25981) 582 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:44.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:44 smithi133 bash[54520]: cluster 2024-09-11T08:23:43.424373+0000 mgr.y (mgr.25981) 582 : cluster [DBG] pgmap v375: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:45.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:45 smithi169 bash[48863]: audit 2024-09-11T08:23:44.570415+0000 mgr.y (mgr.25981) 583 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:45.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:45 smithi133 bash[53244]: audit 2024-09-11T08:23:44.570415+0000 mgr.y (mgr.25981) 583 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:45.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:45 smithi133 bash[54520]: audit 2024-09-11T08:23:44.570415+0000 mgr.y (mgr.25981) 583 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:46.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:46 smithi169 bash[48863]: cluster 2024-09-11T08:23:45.425258+0000 mgr.y (mgr.25981) 584 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:46.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:46 smithi133 bash[53244]: cluster 2024-09-11T08:23:45.425258+0000 mgr.y (mgr.25981) 584 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:46.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:46 smithi133 bash[54520]: cluster 2024-09-11T08:23:45.425258+0000 mgr.y (mgr.25981) 584 : cluster [DBG] pgmap v376: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:48.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:48 smithi169 bash[48863]: cluster 2024-09-11T08:23:47.426309+0000 mgr.y (mgr.25981) 585 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:48.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:48 smithi133 bash[53244]: cluster 2024-09-11T08:23:47.426309+0000 mgr.y (mgr.25981) 585 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:48.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:48 smithi133 bash[54520]: cluster 2024-09-11T08:23:47.426309+0000 mgr.y (mgr.25981) 585 : cluster [DBG] pgmap v377: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:50.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:50 smithi169 bash[48863]: cluster 2024-09-11T08:23:49.427578+0000 mgr.y (mgr.25981) 586 : cluster [DBG] pgmap v378: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:50.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:50 smithi133 bash[54520]: cluster 2024-09-11T08:23:49.427578+0000 mgr.y (mgr.25981) 586 : cluster [DBG] pgmap v378: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:50.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:50 smithi133 bash[53244]: cluster 2024-09-11T08:23:49.427578+0000 mgr.y (mgr.25981) 586 : cluster [DBG] pgmap v378: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:52.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:52 smithi169 bash[48863]: cluster 2024-09-11T08:23:51.428695+0000 mgr.y (mgr.25981) 587 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:52.965 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:52 smithi133 bash[54520]: cluster 2024-09-11T08:23:51.428695+0000 mgr.y (mgr.25981) 587 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:52.965 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:52 smithi133 bash[53244]: cluster 2024-09-11T08:23:51.428695+0000 mgr.y (mgr.25981) 587 : cluster [DBG] pgmap v379: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:54.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:54 smithi169 bash[48863]: cluster 2024-09-11T08:23:53.430100+0000 mgr.y (mgr.25981) 588 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:54.926 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:23:54 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:23:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:54 smithi133 bash[54520]: cluster 2024-09-11T08:23:53.430100+0000 mgr.y (mgr.25981) 588 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:54.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:54 smithi133 bash[53244]: cluster 2024-09-11T08:23:53.430100+0000 mgr.y (mgr.25981) 588 : cluster [DBG] pgmap v380: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:55.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:55 smithi169 bash[48863]: audit 2024-09-11T08:23:54.579746+0000 mgr.y (mgr.25981) 589 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:55.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:55 smithi133 bash[54520]: audit 2024-09-11T08:23:54.579746+0000 mgr.y (mgr.25981) 589 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:55.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:55 smithi133 bash[53244]: audit 2024-09-11T08:23:54.579746+0000 mgr.y (mgr.25981) 589 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:23:56.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:56 smithi169 bash[48863]: cluster 2024-09-11T08:23:55.430927+0000 mgr.y (mgr.25981) 590 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:56.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:56 smithi133 bash[54520]: cluster 2024-09-11T08:23:55.430927+0000 mgr.y (mgr.25981) 590 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:56.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:56 smithi133 bash[53244]: cluster 2024-09-11T08:23:55.430927+0000 mgr.y (mgr.25981) 590 : cluster [DBG] pgmap v381: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:23:58.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:23:58 smithi169 bash[48863]: cluster 2024-09-11T08:23:57.431918+0000 mgr.y (mgr.25981) 591 : cluster [DBG] pgmap v382: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:58.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:23:58 smithi133 bash[53244]: cluster 2024-09-11T08:23:57.431918+0000 mgr.y (mgr.25981) 591 : cluster [DBG] pgmap v382: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:23:58.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:23:58 smithi133 bash[54520]: cluster 2024-09-11T08:23:57.431918+0000 mgr.y (mgr.25981) 591 : cluster [DBG] pgmap v382: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:00.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:00 smithi169 bash[48863]: cluster 2024-09-11T08:23:59.433162+0000 mgr.y (mgr.25981) 592 : cluster [DBG] pgmap v383: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:00.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:00 smithi133 bash[53244]: cluster 2024-09-11T08:23:59.433162+0000 mgr.y (mgr.25981) 592 : cluster [DBG] pgmap v383: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:00.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:00 smithi133 bash[54520]: cluster 2024-09-11T08:23:59.433162+0000 mgr.y (mgr.25981) 592 : cluster [DBG] pgmap v383: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:02.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:02 smithi169 bash[48863]: cluster 2024-09-11T08:24:01.434178+0000 mgr.y (mgr.25981) 593 : cluster [DBG] pgmap v384: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:02.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:02 smithi133 bash[53244]: cluster 2024-09-11T08:24:01.434178+0000 mgr.y (mgr.25981) 593 : cluster [DBG] pgmap v384: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:02.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:02 smithi133 bash[54520]: cluster 2024-09-11T08:24:01.434178+0000 mgr.y (mgr.25981) 593 : cluster [DBG] pgmap v384: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:04.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:04 smithi169 bash[48863]: cluster 2024-09-11T08:24:03.435430+0000 mgr.y (mgr.25981) 594 : cluster [DBG] pgmap v385: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:24:04 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:24:04.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:04 smithi133 bash[53244]: cluster 2024-09-11T08:24:03.435430+0000 mgr.y (mgr.25981) 594 : cluster [DBG] pgmap v385: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:04.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:04 smithi133 bash[54520]: cluster 2024-09-11T08:24:03.435430+0000 mgr.y (mgr.25981) 594 : cluster [DBG] pgmap v385: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:05.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:05 smithi169 bash[48863]: audit 2024-09-11T08:24:04.587738+0000 mgr.y (mgr.25981) 595 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:05.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:05 smithi133 bash[53244]: audit 2024-09-11T08:24:04.587738+0000 mgr.y (mgr.25981) 595 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:05.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:05 smithi133 bash[54520]: audit 2024-09-11T08:24:04.587738+0000 mgr.y (mgr.25981) 595 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:06.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:06 smithi169 bash[48863]: cluster 2024-09-11T08:24:05.436271+0000 mgr.y (mgr.25981) 596 : cluster [DBG] pgmap v386: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:06.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:06 smithi133 bash[53244]: cluster 2024-09-11T08:24:05.436271+0000 mgr.y (mgr.25981) 596 : cluster [DBG] pgmap v386: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:06.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:06 smithi133 bash[54520]: cluster 2024-09-11T08:24:05.436271+0000 mgr.y (mgr.25981) 596 : cluster [DBG] pgmap v386: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:08.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:08 smithi169 bash[48863]: cluster 2024-09-11T08:24:07.437282+0000 mgr.y (mgr.25981) 597 : cluster [DBG] pgmap v387: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:08.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:08 smithi133 bash[53244]: cluster 2024-09-11T08:24:07.437282+0000 mgr.y (mgr.25981) 597 : cluster [DBG] pgmap v387: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:08.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:08 smithi133 bash[54520]: cluster 2024-09-11T08:24:07.437282+0000 mgr.y (mgr.25981) 597 : cluster [DBG] pgmap v387: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:10.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:10 smithi169 bash[48863]: cluster 2024-09-11T08:24:09.438517+0000 mgr.y (mgr.25981) 598 : cluster [DBG] pgmap v388: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:10.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:10 smithi133 bash[53244]: cluster 2024-09-11T08:24:09.438517+0000 mgr.y (mgr.25981) 598 : cluster [DBG] pgmap v388: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:10.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:10 smithi133 bash[54520]: cluster 2024-09-11T08:24:09.438517+0000 mgr.y (mgr.25981) 598 : cluster [DBG] pgmap v388: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:12.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:12 smithi169 bash[48863]: cluster 2024-09-11T08:24:11.439516+0000 mgr.y (mgr.25981) 599 : cluster [DBG] pgmap v389: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:12.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:12 smithi133 bash[53244]: cluster 2024-09-11T08:24:11.439516+0000 mgr.y (mgr.25981) 599 : cluster [DBG] pgmap v389: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:12.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:12 smithi133 bash[54520]: cluster 2024-09-11T08:24:11.439516+0000 mgr.y (mgr.25981) 599 : cluster [DBG] pgmap v389: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.623737+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.624125+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.624397+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.624750+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.624906+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.625201+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.625360+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.625675+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.625833+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.626124+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.626286+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.626585+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.626748+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.627039+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.627205+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.627501+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.627661+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.627930+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.628655+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.629703+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: cephadm 2024-09-11T08:24:12.630748+0000 mgr.y (mgr.25981) 600 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:24:13.927 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:13 smithi169 bash[48863]: audit 2024-09-11T08:24:12.637884+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:24:13.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.623737+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.624125+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.624397+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.624750+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.624906+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.625201+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.625360+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.625675+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.625833+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.626124+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.626286+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.626585+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.626748+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.627039+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.627205+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.623737+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.624125+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.624397+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.624750+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.624906+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.625201+0000 mon.a (mon.0) 1632 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.625360+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.625675+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.625833+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.626124+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.626286+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.626585+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.626748+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.627039+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.952 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.627205+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.627501+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.627661+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.627930+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.628655+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:24:13.952 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.629703+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:24:13.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: cephadm 2024-09-11T08:24:12.630748+0000 mgr.y (mgr.25981) 600 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:24:13.953 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[53244]: audit 2024-09-11T08:24:12.637884+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:24:13.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.627501+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:13.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.627661+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.627930+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:24:13.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.628655+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:24:13.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.629703+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:24:13.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: cephadm 2024-09-11T08:24:12.630748+0000 mgr.y (mgr.25981) 600 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:24:13.953 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:13 smithi133 bash[54520]: audit 2024-09-11T08:24:12.637884+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:24:14.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:14 smithi169 bash[48863]: cluster 2024-09-11T08:24:13.440873+0000 mgr.y (mgr.25981) 601 : cluster [DBG] pgmap v390: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:14.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:24:14 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:24:14.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:14 smithi133 bash[53244]: cluster 2024-09-11T08:24:13.440873+0000 mgr.y (mgr.25981) 601 : cluster [DBG] pgmap v390: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:14.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:14 smithi133 bash[54520]: cluster 2024-09-11T08:24:13.440873+0000 mgr.y (mgr.25981) 601 : cluster [DBG] pgmap v390: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:15.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:15 smithi169 bash[48863]: audit 2024-09-11T08:24:14.595793+0000 mgr.y (mgr.25981) 602 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:15.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:15 smithi133 bash[53244]: audit 2024-09-11T08:24:14.595793+0000 mgr.y (mgr.25981) 602 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:15.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:15 smithi133 bash[54520]: audit 2024-09-11T08:24:14.595793+0000 mgr.y (mgr.25981) 602 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:16.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:16 smithi169 bash[48863]: cluster 2024-09-11T08:24:15.441746+0000 mgr.y (mgr.25981) 603 : cluster [DBG] pgmap v391: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:16.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:16 smithi133 bash[53244]: cluster 2024-09-11T08:24:15.441746+0000 mgr.y (mgr.25981) 603 : cluster [DBG] pgmap v391: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:16.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:16 smithi133 bash[54520]: cluster 2024-09-11T08:24:15.441746+0000 mgr.y (mgr.25981) 603 : cluster [DBG] pgmap v391: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:18.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:18 smithi169 bash[48863]: cluster 2024-09-11T08:24:17.442758+0000 mgr.y (mgr.25981) 604 : cluster [DBG] pgmap v392: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:18.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:18 smithi133 bash[53244]: cluster 2024-09-11T08:24:17.442758+0000 mgr.y (mgr.25981) 604 : cluster [DBG] pgmap v392: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:18.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:18 smithi133 bash[54520]: cluster 2024-09-11T08:24:17.442758+0000 mgr.y (mgr.25981) 604 : cluster [DBG] pgmap v392: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:20 smithi169 bash[48863]: cluster 2024-09-11T08:24:19.443960+0000 mgr.y (mgr.25981) 605 : cluster [DBG] pgmap v393: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:20.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:20 smithi133 bash[53244]: cluster 2024-09-11T08:24:19.443960+0000 mgr.y (mgr.25981) 605 : cluster [DBG] pgmap v393: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:20.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:20 smithi133 bash[54520]: cluster 2024-09-11T08:24:19.443960+0000 mgr.y (mgr.25981) 605 : cluster [DBG] pgmap v393: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:22.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:22 smithi169 bash[48863]: cluster 2024-09-11T08:24:21.445001+0000 mgr.y (mgr.25981) 606 : cluster [DBG] pgmap v394: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:22.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:22 smithi133 bash[53244]: cluster 2024-09-11T08:24:21.445001+0000 mgr.y (mgr.25981) 606 : cluster [DBG] pgmap v394: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:22.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:22 smithi133 bash[54520]: cluster 2024-09-11T08:24:21.445001+0000 mgr.y (mgr.25981) 606 : cluster [DBG] pgmap v394: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:24.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:24 smithi169 bash[48863]: cluster 2024-09-11T08:24:23.446304+0000 mgr.y (mgr.25981) 607 : cluster [DBG] pgmap v395: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:24.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:24:24 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:24:24.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:24 smithi133 bash[53244]: cluster 2024-09-11T08:24:23.446304+0000 mgr.y (mgr.25981) 607 : cluster [DBG] pgmap v395: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:24.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:24 smithi133 bash[54520]: cluster 2024-09-11T08:24:23.446304+0000 mgr.y (mgr.25981) 607 : cluster [DBG] pgmap v395: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:25.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:25 smithi133 bash[53244]: audit 2024-09-11T08:24:24.607234+0000 mgr.y (mgr.25981) 608 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:25.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:25 smithi133 bash[54520]: audit 2024-09-11T08:24:24.607234+0000 mgr.y (mgr.25981) 608 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:26.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:25 smithi169 bash[48863]: audit 2024-09-11T08:24:24.607234+0000 mgr.y (mgr.25981) 608 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:26.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:26 smithi133 bash[53244]: cluster 2024-09-11T08:24:25.447146+0000 mgr.y (mgr.25981) 609 : cluster [DBG] pgmap v396: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:26.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:26 smithi133 bash[54520]: cluster 2024-09-11T08:24:25.447146+0000 mgr.y (mgr.25981) 609 : cluster [DBG] pgmap v396: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:27.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:26 smithi169 bash[48863]: cluster 2024-09-11T08:24:25.447146+0000 mgr.y (mgr.25981) 609 : cluster [DBG] pgmap v396: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:28.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:28 smithi133 bash[53244]: cluster 2024-09-11T08:24:27.448222+0000 mgr.y (mgr.25981) 610 : cluster [DBG] pgmap v397: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:28.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:28 smithi133 bash[54520]: cluster 2024-09-11T08:24:27.448222+0000 mgr.y (mgr.25981) 610 : cluster [DBG] pgmap v397: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:29.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:28 smithi169 bash[48863]: cluster 2024-09-11T08:24:27.448222+0000 mgr.y (mgr.25981) 610 : cluster [DBG] pgmap v397: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:30.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:30 smithi133 bash[53244]: cluster 2024-09-11T08:24:29.449453+0000 mgr.y (mgr.25981) 611 : cluster [DBG] pgmap v398: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:30.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:30 smithi133 bash[54520]: cluster 2024-09-11T08:24:29.449453+0000 mgr.y (mgr.25981) 611 : cluster [DBG] pgmap v398: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:31.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:30 smithi169 bash[48863]: cluster 2024-09-11T08:24:29.449453+0000 mgr.y (mgr.25981) 611 : cluster [DBG] pgmap v398: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:32.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:32 smithi133 bash[53244]: cluster 2024-09-11T08:24:31.450480+0000 mgr.y (mgr.25981) 612 : cluster [DBG] pgmap v399: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:32.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:32 smithi133 bash[54520]: cluster 2024-09-11T08:24:31.450480+0000 mgr.y (mgr.25981) 612 : cluster [DBG] pgmap v399: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:33.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:32 smithi169 bash[48863]: cluster 2024-09-11T08:24:31.450480+0000 mgr.y (mgr.25981) 612 : cluster [DBG] pgmap v399: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:34.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:34 smithi169 bash[48863]: cluster 2024-09-11T08:24:33.451881+0000 mgr.y (mgr.25981) 613 : cluster [DBG] pgmap v400: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:34.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:24:34 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:24:35.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:34 smithi133 bash[53244]: cluster 2024-09-11T08:24:33.451881+0000 mgr.y (mgr.25981) 613 : cluster [DBG] pgmap v400: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:35.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:34 smithi133 bash[54520]: cluster 2024-09-11T08:24:33.451881+0000 mgr.y (mgr.25981) 613 : cluster [DBG] pgmap v400: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:36.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:35 smithi169 bash[48863]: audit 2024-09-11T08:24:34.615735+0000 mgr.y (mgr.25981) 614 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:36.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:35 smithi133 bash[53244]: audit 2024-09-11T08:24:34.615735+0000 mgr.y (mgr.25981) 614 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:36.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:35 smithi133 bash[54520]: audit 2024-09-11T08:24:34.615735+0000 mgr.y (mgr.25981) 614 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:37.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:36 smithi169 bash[48863]: cluster 2024-09-11T08:24:35.452791+0000 mgr.y (mgr.25981) 615 : cluster [DBG] pgmap v401: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:37.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:36 smithi133 bash[53244]: cluster 2024-09-11T08:24:35.452791+0000 mgr.y (mgr.25981) 615 : cluster [DBG] pgmap v401: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:37.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:36 smithi133 bash[54520]: cluster 2024-09-11T08:24:35.452791+0000 mgr.y (mgr.25981) 615 : cluster [DBG] pgmap v401: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:39.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:38 smithi169 bash[48863]: cluster 2024-09-11T08:24:37.453809+0000 mgr.y (mgr.25981) 616 : cluster [DBG] pgmap v402: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:39.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:38 smithi133 bash[53244]: cluster 2024-09-11T08:24:37.453809+0000 mgr.y (mgr.25981) 616 : cluster [DBG] pgmap v402: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:39.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:38 smithi133 bash[54520]: cluster 2024-09-11T08:24:37.453809+0000 mgr.y (mgr.25981) 616 : cluster [DBG] pgmap v402: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:40.784 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:24:41.016 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:40 smithi133 bash[53244]: cluster 2024-09-11T08:24:39.455032+0000 mgr.y (mgr.25981) 617 : cluster [DBG] pgmap v403: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:41.016 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:40 smithi133 bash[53244]: audit 2024-09-11T08:24:40.165578+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:24:41.016 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:40 smithi133 bash[53244]: audit 2024-09-11T08:24:40.166072+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:24:41.016 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:40 smithi133 bash[53244]: audit 2024-09-11T08:24:40.166492+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-11T08:24:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:40 smithi133 bash[54520]: cluster 2024-09-11T08:24:39.455032+0000 mgr.y (mgr.25981) 617 : cluster [DBG] pgmap v403: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:40 smithi133 bash[54520]: audit 2024-09-11T08:24:40.165578+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:24:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:40 smithi133 bash[54520]: audit 2024-09-11T08:24:40.166072+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:24:41.016 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:40 smithi133 bash[54520]: audit 2024-09-11T08:24:40.166492+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-11T08:24:41.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:40 smithi169 bash[48863]: cluster 2024-09-11T08:24:39.455032+0000 mgr.y (mgr.25981) 617 : cluster [DBG] pgmap v403: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:41.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:40 smithi169 bash[48863]: audit 2024-09-11T08:24:40.165578+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:24:41.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:40 smithi169 bash[48863]: audit 2024-09-11T08:24:40.166072+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:24:41.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:40 smithi169 bash[48863]: audit 2024-09-11T08:24:40.166492+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-09-11T08:24:42.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:42 smithi133 bash[53244]: cluster 2024-09-11T08:24:41.455975+0000 mgr.y (mgr.25981) 618 : cluster [DBG] pgmap v404: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:42.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:42 smithi133 bash[54520]: cluster 2024-09-11T08:24:41.455975+0000 mgr.y (mgr.25981) 618 : cluster [DBG] pgmap v404: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:43.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:42 smithi169 bash[48863]: cluster 2024-09-11T08:24:41.455975+0000 mgr.y (mgr.25981) 618 : cluster [DBG] pgmap v404: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:44.653 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.a smithi133 running (14m) 2m ago 38m 17.1M - 0.25.0 c8568f914cd2 a39c3947fe05 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.a smithi169 running (13m) 105s ago 38m 84.4M - 9.4.7 954c08fa6188 bc32ed7df285 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:iscsi.iscsi.a smithi169 running (112s) 105s ago 39m 73.7M - 3.8 4a918172a497 ab394f5066f1 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.x smithi169 *:8443 running (15m) 105s ago 43m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 9a9606277b5b 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.y smithi133 *:8443 running (25m) 2m ago 45m 445M - 17.2.7-1623-gd0e6828a 4a918172a497 6596af7dec9a 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (11m) 2m ago 45m 87.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 9bc0da538cf1 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi169 running (12m) 105s ago 43m 59.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 6ab45f460fbe 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi133 running (10m) 2m ago 44m 58.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 8888a646af0b 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.a smithi133 running (15m) 2m ago 38m 12.0M - 1.5.0 0da6a335fe13 ed500af126cb 2024-09-11T08:24:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.b smithi169 running (15m) 105s ago 38m 11.8M - 1.5.0 0da6a335fe13 850e1148fb7b 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (8m) 2m ago 43m 55.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9a95dc93cfa2 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (7m) 2m ago 42m 59.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 1e50042a9f1a 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (6m) 2m ago 42m 51.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 e1bd203ebb6a 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (5m) 2m ago 41m 54.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 297207b9a5c1 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi169 running (5m) 105s ago 41m 54.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 3d3977221572 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi169 running (4m) 105s ago 40m 48.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 8db598040439 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi169 running (4m) 105s ago 40m 49.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 efc69336c97c 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi169 running (3m) 105s ago 40m 49.4M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 fa73b3f01923 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.a smithi169 running (14m) 105s ago 38m 54.1M - 2.43.0 a07b618ecd1d bc3ea84bbe90 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi133.yujiqq smithi133 running (2m) 2m ago 36m 83.8M - 17.2.7-1623-gd0e6828a 4a918172a497 53d2d282433d 2024-09-11T08:24:44.657 INFO:teuthology.orchestra.run.smithi133.stdout:rgw.r.z.smithi169.iczyvx smithi169 running (2m) 105s ago 36m 83.9M - 17.2.7-1623-gd0e6828a 4a918172a497 80bb369fbe90 2024-09-11T08:24:44.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:24:44.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: cluster 2024-09-11T08:24:43.457253+0000 mgr.y (mgr.25981) 619 : cluster [DBG] pgmap v405: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:44.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.631470+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.632388+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.633154+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.633880+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.634582+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.635174+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.638485+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.639045+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.639582+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.640104+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.926 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:44 smithi169 bash[48863]: audit 2024-09-11T08:24:44.640632+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: cluster 2024-09-11T08:24:43.457253+0000 mgr.y (mgr.25981) 619 : cluster [DBG] pgmap v405: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.631470+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.632388+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.633154+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.633880+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.634582+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.635174+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.638485+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.639045+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.639582+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.640104+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[53244]: audit 2024-09-11T08:24:44.640632+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: cluster 2024-09-11T08:24:43.457253+0000 mgr.y (mgr.25981) 619 : cluster [DBG] pgmap v405: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.631470+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.632388+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.633154+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.633880+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.634582+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.635174+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.638485+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:24:44.950 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.639045+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.639582+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.640104+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:44.951 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:44 smithi133 bash[54520]: audit 2024-09-11T08:24:44.640632+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:24:45.468 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:24:45.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:45 smithi133 bash[54520]: audit 2024-09-11T08:24:44.626040+0000 mgr.y (mgr.25981) 620 : audit [DBG] from='client.54957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:24:45.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:45 smithi133 bash[54520]: audit 2024-09-11T08:24:44.626611+0000 mgr.y (mgr.25981) 621 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:45.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:45 smithi133 bash[53244]: audit 2024-09-11T08:24:44.626040+0000 mgr.y (mgr.25981) 620 : audit [DBG] from='client.54957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:24:45.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:45 smithi133 bash[53244]: audit 2024-09-11T08:24:44.626611+0000 mgr.y (mgr.25981) 621 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:46.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:45 smithi169 bash[48863]: audit 2024-09-11T08:24:44.626040+0000 mgr.y (mgr.25981) 620 : audit [DBG] from='client.54957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:24:46.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:45 smithi169 bash[48863]: audit 2024-09-11T08:24:44.626611+0000 mgr.y (mgr.25981) 621 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:47.045 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:46 smithi133 bash[53244]: cluster 2024-09-11T08:24:45.457916+0000 mgr.y (mgr.25981) 622 : cluster [DBG] pgmap v406: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:47.046 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:46 smithi133 bash[54520]: cluster 2024-09-11T08:24:45.457916+0000 mgr.y (mgr.25981) 622 : cluster [DBG] pgmap v406: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:47.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:46 smithi169 bash[48863]: cluster 2024-09-11T08:24:45.457916+0000 mgr.y (mgr.25981) 622 : cluster [DBG] pgmap v406: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:49.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:48 smithi169 bash[48863]: cluster 2024-09-11T08:24:47.458985+0000 mgr.y (mgr.25981) 623 : cluster [DBG] pgmap v407: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:49.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:48 smithi133 bash[53244]: cluster 2024-09-11T08:24:47.458985+0000 mgr.y (mgr.25981) 623 : cluster [DBG] pgmap v407: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:49.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:48 smithi133 bash[54520]: cluster 2024-09-11T08:24:47.458985+0000 mgr.y (mgr.25981) 623 : cluster [DBG] pgmap v407: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:49.386 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: "rgw": { 2024-09-11T08:24:49.387 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:24:49.388 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-09-11T08:24:49.388 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-09-11T08:24:49.388 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 15 2024-09-11T08:24:49.388 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-09-11T08:24:49.388 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:24:49.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:49 smithi133 bash[53244]: audit 2024-09-11T08:24:49.385436+0000 mon.a (mon.0) 1662 : audit [DBG] from='client.54963 172.21.15.133:0/1211704530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:24:49.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:49 smithi133 bash[54520]: audit 2024-09-11T08:24:49.385436+0000 mon.a (mon.0) 1662 : audit [DBG] from='client.54963 172.21.15.133:0/1211704530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:24:50.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:49 smithi169 bash[48863]: audit 2024-09-11T08:24:49.385436+0000 mon.a (mon.0) 1662 : audit [DBG] from='client.54963 172.21.15.133:0/1211704530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:24:50.252 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-11T08:24:51.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:50 smithi169 bash[48863]: cluster 2024-09-11T08:24:49.460248+0000 mgr.y (mgr.25981) 624 : cluster [DBG] pgmap v408: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:51.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:50 smithi133 bash[53244]: cluster 2024-09-11T08:24:49.460248+0000 mgr.y (mgr.25981) 624 : cluster [DBG] pgmap v408: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:51.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:50 smithi133 bash[54520]: cluster 2024-09-11T08:24:49.460248+0000 mgr.y (mgr.25981) 624 : cluster [DBG] pgmap v408: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:53.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:52 smithi169 bash[48863]: cluster 2024-09-11T08:24:51.461376+0000 mgr.y (mgr.25981) 625 : cluster [DBG] pgmap v409: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:53.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:52 smithi133 bash[53244]: cluster 2024-09-11T08:24:51.461376+0000 mgr.y (mgr.25981) 625 : cluster [DBG] pgmap v409: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:53.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:52 smithi133 bash[54520]: cluster 2024-09-11T08:24:51.461376+0000 mgr.y (mgr.25981) 625 : cluster [DBG] pgmap v409: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:54.393 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-09-11T08:24:54.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:24:54 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:24:54.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:54 smithi169 bash[48863]: cluster 2024-09-11T08:24:53.462936+0000 mgr.y (mgr.25981) 626 : cluster [DBG] pgmap v410: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:54.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:54 smithi169 bash[48863]: audit 2024-09-11T08:24:54.379697+0000 mon.a (mon.0) 1663 : audit [DBG] from='client.64858 172.21.15.133:0/385059659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:24:54.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:54 smithi133 bash[53244]: cluster 2024-09-11T08:24:53.462936+0000 mgr.y (mgr.25981) 626 : cluster [DBG] pgmap v410: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:54.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:54 smithi133 bash[53244]: audit 2024-09-11T08:24:54.379697+0000 mon.a (mon.0) 1663 : audit [DBG] from='client.64858 172.21.15.133:0/385059659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:24:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:54 smithi133 bash[54520]: cluster 2024-09-11T08:24:53.462936+0000 mgr.y (mgr.25981) 626 : cluster [DBG] pgmap v410: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:54.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:54 smithi133 bash[54520]: audit 2024-09-11T08:24:54.379697+0000 mon.a (mon.0) 1663 : audit [DBG] from='client.64858 172.21.15.133:0/385059659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:24:55.195 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-11T08:24:56.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:55 smithi169 bash[48863]: audit 2024-09-11T08:24:54.638069+0000 mgr.y (mgr.25981) 627 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:56.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:55 smithi133 bash[54520]: audit 2024-09-11T08:24:54.638069+0000 mgr.y (mgr.25981) 627 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:56.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:55 smithi133 bash[53244]: audit 2024-09-11T08:24:54.638069+0000 mgr.y (mgr.25981) 627 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:24:57.063 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:56 smithi133 bash[53244]: cluster 2024-09-11T08:24:55.463817+0000 mgr.y (mgr.25981) 628 : cluster [DBG] pgmap v411: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:57.063 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:56 smithi133 bash[54520]: cluster 2024-09-11T08:24:55.463817+0000 mgr.y (mgr.25981) 628 : cluster [DBG] pgmap v411: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:57.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:56 smithi169 bash[48863]: cluster 2024-09-11T08:24:55.463817+0000 mgr.y (mgr.25981) 628 : cluster [DBG] pgmap v411: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:24:59.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:58 smithi169 bash[48863]: cluster 2024-09-11T08:24:57.464851+0000 mgr.y (mgr.25981) 629 : cluster [DBG] pgmap v412: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:59.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:58 smithi133 bash[53244]: cluster 2024-09-11T08:24:57.464851+0000 mgr.y (mgr.25981) 629 : cluster [DBG] pgmap v412: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:59.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:58 smithi133 bash[54520]: cluster 2024-09-11T08:24:57.464851+0000 mgr.y (mgr.25981) 629 : cluster [DBG] pgmap v412: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:24:59.350 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:24:59.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:24:59 smithi133 bash[53244]: audit 2024-09-11T08:24:59.336368+0000 mon.c (mon.1) 23 : audit [DBG] from='client.64864 172.21.15.133:0/1640557664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:24:59.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:24:59 smithi133 bash[54520]: audit 2024-09-11T08:24:59.336368+0000 mon.c (mon.1) 23 : audit [DBG] from='client.64864 172.21.15.133:0/1640557664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:00.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:24:59 smithi169 bash[48863]: audit 2024-09-11T08:24:59.336368+0000 mon.c (mon.1) 23 : audit [DBG] from='client.64864 172.21.15.133:0/1640557664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:25:00.188 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-09-11T08:25:01.108 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:00 smithi169 bash[48863]: cluster 2024-09-11T08:24:59.466452+0000 mgr.y (mgr.25981) 630 : cluster [DBG] pgmap v413: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:01.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:00 smithi133 bash[53244]: cluster 2024-09-11T08:24:59.466452+0000 mgr.y (mgr.25981) 630 : cluster [DBG] pgmap v413: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:01.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:00 smithi133 bash[54520]: cluster 2024-09-11T08:24:59.466452+0000 mgr.y (mgr.25981) 630 : cluster [DBG] pgmap v413: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:03.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:02 smithi169 bash[48863]: cluster 2024-09-11T08:25:01.467533+0000 mgr.y (mgr.25981) 631 : cluster [DBG] pgmap v414: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:02 smithi133 bash[53244]: cluster 2024-09-11T08:25:01.467533+0000 mgr.y (mgr.25981) 631 : cluster [DBG] pgmap v414: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:02 smithi133 bash[54520]: cluster 2024-09-11T08:25:01.467533+0000 mgr.y (mgr.25981) 631 : cluster [DBG] pgmap v414: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:04.384 INFO:teuthology.orchestra.run.smithi133.stdout:osd 8 2m ago - 2024-09-11T08:25:04.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:04 smithi169 bash[48863]: cluster 2024-09-11T08:25:03.468828+0000 mgr.y (mgr.25981) 632 : cluster [DBG] pgmap v415: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:04.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:25:04 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:25:04.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:04 smithi133 bash[53244]: cluster 2024-09-11T08:25:03.468828+0000 mgr.y (mgr.25981) 632 : cluster [DBG] pgmap v415: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:04.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:04 smithi133 bash[54520]: cluster 2024-09-11T08:25:03.468828+0000 mgr.y (mgr.25981) 632 : cluster [DBG] pgmap v415: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:05.137 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T08:25:05.148 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi133.front.sepia.ceph.com 2024-09-11T08:25:05.148 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls' 2024-09-11T08:25:06.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:05 smithi169 bash[48863]: audit 2024-09-11T08:25:04.359202+0000 mgr.y (mgr.25981) 633 : audit [DBG] from='client.54981 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:06.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:05 smithi169 bash[48863]: audit 2024-09-11T08:25:04.649628+0000 mgr.y (mgr.25981) 634 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:25:06.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:05 smithi133 bash[53244]: audit 2024-09-11T08:25:04.359202+0000 mgr.y (mgr.25981) 633 : audit [DBG] from='client.54981 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:06.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:05 smithi133 bash[53244]: audit 2024-09-11T08:25:04.649628+0000 mgr.y (mgr.25981) 634 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:25:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:05 smithi133 bash[54520]: audit 2024-09-11T08:25:04.359202+0000 mgr.y (mgr.25981) 633 : audit [DBG] from='client.54981 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:06.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:05 smithi133 bash[54520]: audit 2024-09-11T08:25:04.649628+0000 mgr.y (mgr.25981) 634 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:25:06.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:06 smithi133 bash[53244]: cluster 2024-09-11T08:25:05.469633+0000 mgr.y (mgr.25981) 635 : cluster [DBG] pgmap v416: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:06.949 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:06 smithi133 bash[54520]: cluster 2024-09-11T08:25:05.469633+0000 mgr.y (mgr.25981) 635 : cluster [DBG] pgmap v416: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:07.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:06 smithi169 bash[48863]: cluster 2024-09-11T08:25:05.469633+0000 mgr.y (mgr.25981) 635 : cluster [DBG] pgmap v416: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:09.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:08 smithi169 bash[48863]: cluster 2024-09-11T08:25:07.470629+0000 mgr.y (mgr.25981) 636 : cluster [DBG] pgmap v417: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:09.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:08 smithi133 bash[53244]: cluster 2024-09-11T08:25:07.470629+0000 mgr.y (mgr.25981) 636 : cluster [DBG] pgmap v417: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:09.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:08 smithi133 bash[54520]: cluster 2024-09-11T08:25:07.470629+0000 mgr.y (mgr.25981) 636 : cluster [DBG] pgmap v417: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:09.564 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-11T08:25:09.564 INFO:teuthology.orchestra.run.smithi133.stdout: "image": "quay.io/ceph/ceph", 2024-09-11T08:25:09.564 INFO:teuthology.orchestra.run.smithi133.stdout: "registry": "quay.io", 2024-09-11T08:25:09.564 INFO:teuthology.orchestra.run.smithi133.stdout: "bare_image": "ceph/ceph", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "versions": [ 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "19.1.1", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "19.1.0", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "18.2.4", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "18.2.2", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "18.2.1", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "18.2.0", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "18.1.3", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "18.1.2", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "18.1.1", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "18.1.0", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "17.2.7", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "17.2.6", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "17.2.5", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "17.2.4", 2024-09-11T08:25:09.565 INFO:teuthology.orchestra.run.smithi133.stdout: "17.2.3", 2024-09-11T08:25:09.566 INFO:teuthology.orchestra.run.smithi133.stdout: "17.2.2", 2024-09-11T08:25:09.566 INFO:teuthology.orchestra.run.smithi133.stdout: "17.2.1", 2024-09-11T08:25:09.566 INFO:teuthology.orchestra.run.smithi133.stdout: "17.2.0" 2024-09-11T08:25:09.566 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-09-11T08:25:09.566 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-11T08:25:10.356 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-09-11T08:25:11.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:10 smithi169 bash[48863]: audit 2024-09-11T08:25:09.203463+0000 mgr.y (mgr.25981) 637 : audit [DBG] from='client.64876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:11.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:10 smithi169 bash[48863]: cluster 2024-09-11T08:25:09.471581+0000 mgr.y (mgr.25981) 638 : cluster [DBG] pgmap v418: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:11.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:10 smithi133 bash[53244]: audit 2024-09-11T08:25:09.203463+0000 mgr.y (mgr.25981) 637 : audit [DBG] from='client.64876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:11.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:10 smithi133 bash[53244]: cluster 2024-09-11T08:25:09.471581+0000 mgr.y (mgr.25981) 638 : cluster [DBG] pgmap v418: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:11.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:10 smithi133 bash[54520]: audit 2024-09-11T08:25:09.203463+0000 mgr.y (mgr.25981) 637 : audit [DBG] from='client.64876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:11.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:10 smithi133 bash[54520]: cluster 2024-09-11T08:25:09.471581+0000 mgr.y (mgr.25981) 638 : cluster [DBG] pgmap v418: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:13.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:12 smithi169 bash[48863]: cluster 2024-09-11T08:25:11.472588+0000 mgr.y (mgr.25981) 639 : cluster [DBG] pgmap v419: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:13.198 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:12 smithi133 bash[53244]: cluster 2024-09-11T08:25:11.472588+0000 mgr.y (mgr.25981) 639 : cluster [DBG] pgmap v419: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:13.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:12 smithi133 bash[54520]: cluster 2024-09-11T08:25:11.472588+0000 mgr.y (mgr.25981) 639 : cluster [DBG] pgmap v419: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:14.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:13 smithi169 bash[48863]: audit 2024-09-11T08:25:13.141566+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:25:14.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:13 smithi169 bash[48863]: audit 2024-09-11T08:25:13.142938+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:25:14.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:13 smithi169 bash[48863]: cephadm 2024-09-11T08:25:13.144107+0000 mgr.y (mgr.25981) 640 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:25:14.175 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:13 smithi169 bash[48863]: audit 2024-09-11T08:25:13.150631+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:25:14.176 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:13 smithi169 bash[48863]: cluster 2024-09-11T08:25:13.473892+0000 mgr.y (mgr.25981) 641 : cluster [DBG] pgmap v420: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:14.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[54520]: audit 2024-09-11T08:25:13.141566+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:25:14.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[54520]: audit 2024-09-11T08:25:13.142938+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:25:14.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[54520]: cephadm 2024-09-11T08:25:13.144107+0000 mgr.y (mgr.25981) 640 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:25:14.198 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[54520]: audit 2024-09-11T08:25:13.150631+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:25:14.199 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[54520]: cluster 2024-09-11T08:25:13.473892+0000 mgr.y (mgr.25981) 641 : cluster [DBG] pgmap v420: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[53244]: audit 2024-09-11T08:25:13.141566+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:25:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[53244]: audit 2024-09-11T08:25:13.142938+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:25:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[53244]: cephadm 2024-09-11T08:25:13.144107+0000 mgr.y (mgr.25981) 640 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T08:25:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[53244]: audit 2024-09-11T08:25:13.150631+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25981 172.21.15.133:0/1156639006' entity='mgr.y' 2024-09-11T08:25:14.199 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:13 smithi133 bash[53244]: cluster 2024-09-11T08:25:13.473892+0000 mgr.y (mgr.25981) 641 : cluster [DBG] pgmap v420: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:14.730 INFO:teuthology.orchestra.run.smithi133.stdout: "16.2.0", 2024-09-11T08:25:14.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:25:14 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:25:15.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:15 smithi169 bash[48863]: audit 2024-09-11T08:25:14.374865+0000 mgr.y (mgr.25981) 642 : audit [DBG] from='client.54993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:15.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:15 smithi169 bash[48863]: audit 2024-09-11T08:25:14.661064+0000 mgr.y (mgr.25981) 643 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:25:15.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:15 smithi133 bash[53244]: audit 2024-09-11T08:25:14.374865+0000 mgr.y (mgr.25981) 642 : audit [DBG] from='client.54993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:15.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:15 smithi133 bash[53244]: audit 2024-09-11T08:25:14.661064+0000 mgr.y (mgr.25981) 643 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:25:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:15 smithi133 bash[54520]: audit 2024-09-11T08:25:14.374865+0000 mgr.y (mgr.25981) 642 : audit [DBG] from='client.54993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:15.449 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:15 smithi133 bash[54520]: audit 2024-09-11T08:25:14.661064+0000 mgr.y (mgr.25981) 643 : audit [DBG] from='client.44921 -' entity='client.iscsi.iscsi.a' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-11T08:25:15.565 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d3da6098-7010-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-09-11T08:25:16.425 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:16 smithi169 bash[48863]: cluster 2024-09-11T08:25:15.474793+0000 mgr.y (mgr.25981) 644 : cluster [DBG] pgmap v421: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:16.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:16 smithi133 bash[53244]: cluster 2024-09-11T08:25:15.474793+0000 mgr.y (mgr.25981) 644 : cluster [DBG] pgmap v421: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:16.448 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:16 smithi133 bash[54520]: cluster 2024-09-11T08:25:15.474793+0000 mgr.y (mgr.25981) 644 : cluster [DBG] pgmap v421: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:25:18.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:18 smithi169 bash[48863]: cluster 2024-09-11T08:25:17.475785+0000 mgr.y (mgr.25981) 645 : cluster [DBG] pgmap v422: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:18.948 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:18 smithi133 bash[53244]: cluster 2024-09-11T08:25:17.475785+0000 mgr.y (mgr.25981) 645 : cluster [DBG] pgmap v422: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:18.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:18 smithi133 bash[54520]: cluster 2024-09-11T08:25:17.475785+0000 mgr.y (mgr.25981) 645 : cluster [DBG] pgmap v422: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:20.202 INFO:teuthology.orchestra.run.smithi133.stdout: "v16.2.2", 2024-09-11T08:25:20.203 INFO:teuthology.orchestra.run.smithi133.stdout: "v16.2.2-20210505", 2024-09-11T08:25:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:20 smithi169 bash[48863]: cluster 2024-09-11T08:25:19.476986+0000 mgr.y (mgr.25981) 646 : cluster [DBG] pgmap v423: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:20.925 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:20 smithi169 bash[48863]: audit 2024-09-11T08:25:19.782529+0000 mgr.y (mgr.25981) 647 : audit [DBG] from='client.64888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:20.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:20 smithi133 bash[54520]: cluster 2024-09-11T08:25:19.476986+0000 mgr.y (mgr.25981) 646 : cluster [DBG] pgmap v423: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:20.948 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:20 smithi133 bash[54520]: audit 2024-09-11T08:25:19.782529+0000 mgr.y (mgr.25981) 647 : audit [DBG] from='client.64888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:20 smithi133 bash[53244]: cluster 2024-09-11T08:25:19.476986+0000 mgr.y (mgr.25981) 646 : cluster [DBG] pgmap v423: 132 pgs: 132 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-11T08:25:20.949 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:20 smithi133 bash[53244]: audit 2024-09-11T08:25:19.782529+0000 mgr.y (mgr.25981) 647 : audit [DBG] from='client.64888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:21.000 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-11T08:25:21.009 INFO:tasks.cephadm:Teardown begin 2024-09-11T08:25:21.009 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:25:21.022 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:25:21.038 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-11T08:25:21.038 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T08:25:21.070 DEBUG:teuthology.orchestra.run.smithi169:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T08:25:21.085 INFO:tasks.cephadm:Stopping all daemons... 2024-09-11T08:25:21.085 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-11T08:25:21.085 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:25:21.448 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:21 smithi133 systemd[1]: Stopping Ceph mon.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:25:21.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:21 smithi133 bash[53244]: debug 2024-09-11T08:25:21.237+0000 7fcd18cd3640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-11T08:25:21.449 INFO:journalctl@ceph.mon.a.smithi133.stdout:Sep 11 08:25:21 smithi133 bash[53244]: debug 2024-09-11T08:25:21.237+0000 7fcd18cd3640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-11T08:25:22.370 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.a.service' 2024-09-11T08:25:22.426 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:25:22.427 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-11T08:25:22.427 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-11T08:25:22.427 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.c 2024-09-11T08:25:22.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:22 smithi133 systemd[1]: Stopping Ceph mon.c for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:25:22.698 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:22 smithi133 bash[54520]: debug 2024-09-11T08:25:22.633+0000 7f186a1f4640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-11T08:25:22.699 INFO:journalctl@ceph.mon.c.smithi133.stdout:Sep 11 08:25:22 smithi133 bash[54520]: debug 2024-09-11T08:25:22.633+0000 7f186a1f4640 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-09-11T08:25:23.555 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.c.service' 2024-09-11T08:25:23.588 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:25:23.588 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-11T08:25:23.588 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-11T08:25:23.588 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.b 2024-09-11T08:25:23.917 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:23 smithi169 systemd[1]: Stopping Ceph mon.b for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:25:23.918 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:23 smithi169 bash[48863]: debug 2024-09-11T08:25:23.737+0000 7f366aff4640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-11T08:25:23.918 INFO:journalctl@ceph.mon.b.smithi169.stdout:Sep 11 08:25:23 smithi169 bash[48863]: debug 2024-09-11T08:25:23.737+0000 7f366aff4640 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-09-11T08:25:24.746 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mon.b.service' 2024-09-11T08:25:24.783 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:25:24.784 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-11T08:25:24.784 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-11T08:25:24.784 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:25:24.925 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:25:24 smithi169 bash[89450]: debug there is no tcmu-runner data available 2024-09-11T08:25:25.183 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:25:24 smithi133 systemd[1]: Stopping Ceph mgr.y for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:25:25.183 INFO:journalctl@ceph.mgr.y.smithi133.stdout:Sep 11 08:25:24 smithi133 bash[40980]: debug 2024-09-11T08:25:24.933+0000 7f19845f7640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T08:25:25.798 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.y.service' 2024-09-11T08:25:25.832 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:25:25.832 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-11T08:25:25.832 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-11T08:25:25.832 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.x 2024-09-11T08:25:26.175 INFO:journalctl@ceph.mgr.x.smithi169.stdout:Sep 11 08:25:25 smithi169 systemd[1]: Stopping Ceph mgr.x for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:25:26.834 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@mgr.x.service' 2024-09-11T08:25:26.868 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:25:26.868 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-11T08:25:26.869 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-11T08:25:26.869 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.0 2024-09-11T08:25:27.199 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:25:26 smithi133 systemd[1]: Stopping Ceph osd.0 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:25:27.199 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:25:27 smithi133 bash[62153]: debug 2024-09-11T08:25:27.041+0000 7f1ded9d2640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T08:25:27.199 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:25:27 smithi133 bash[62153]: debug 2024-09-11T08:25:27.041+0000 7f1ded9d2640 -1 osd.0 126 *** Got signal Terminated *** 2024-09-11T08:25:27.199 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:25:27 smithi133 bash[62153]: debug 2024-09-11T08:25:27.041+0000 7f1ded9d2640 -1 osd.0 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:25:33.448 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:25:33 smithi133 bash[97854]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-0 2024-09-11T08:25:33.449 INFO:journalctl@ceph.osd.0.smithi133.stdout:Sep 11 08:25:33 smithi133 bash[97927]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-0 2024-09-11T08:25:35.677 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.0.service' 2024-09-11T08:25:35.714 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:25:35.714 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-11T08:25:35.715 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-11T08:25:35.715 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.1 2024-09-11T08:25:35.948 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:25:35 smithi133 systemd[1]: Stopping Ceph osd.1 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:25:35.948 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:25:35 smithi133 bash[68092]: debug 2024-09-11T08:25:35.865+0000 7f37e92d4640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T08:25:35.949 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:25:35 smithi133 bash[68092]: debug 2024-09-11T08:25:35.865+0000 7f37e92d4640 -1 osd.1 126 *** Got signal Terminated *** 2024-09-11T08:25:35.949 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:25:35 smithi133 bash[68092]: debug 2024-09-11T08:25:35.865+0000 7f37e92d4640 -1 osd.1 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:25:42.198 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:25:41 smithi133 bash[98066]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-1 2024-09-11T08:25:42.198 INFO:journalctl@ceph.osd.1.smithi133.stdout:Sep 11 08:25:42 smithi133 bash[98142]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-1 2024-09-11T08:25:44.178 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.1.service' 2024-09-11T08:25:44.209 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:25:44.210 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-11T08:25:44.210 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-11T08:25:44.210 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.2 2024-09-11T08:25:44.448 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:25:44 smithi133 systemd[1]: Stopping Ceph osd.2 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:25:44.449 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:25:44 smithi133 bash[74610]: debug 2024-09-11T08:25:44.413+0000 7ffa4d4c4640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T08:25:44.449 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:25:44 smithi133 bash[74610]: debug 2024-09-11T08:25:44.413+0000 7ffa4d4c4640 -1 osd.2 126 *** Got signal Terminated *** 2024-09-11T08:25:44.449 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:25:44 smithi133 bash[74610]: debug 2024-09-11T08:25:44.413+0000 7ffa4d4c4640 -1 osd.2 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:25:50.849 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:25:50 smithi133 bash[98277]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-2 2024-09-11T08:25:50.849 INFO:journalctl@ceph.osd.2.smithi133.stdout:Sep 11 08:25:50 smithi133 bash[98350]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-2 2024-09-11T08:25:52.803 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.2.service' 2024-09-11T08:25:52.838 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:25:52.838 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-11T08:25:52.838 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-11T08:25:52.838 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.3 2024-09-11T08:25:53.198 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:25:52 smithi133 systemd[1]: Stopping Ceph osd.3 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:25:53.199 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:25:53 smithi133 bash[81127]: debug 2024-09-11T08:25:52.997+0000 7f57bdf5d640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T08:25:53.199 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:25:53 smithi133 bash[81127]: debug 2024-09-11T08:25:52.997+0000 7f57bdf5d640 -1 osd.3 126 *** Got signal Terminated *** 2024-09-11T08:25:53.199 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:25:53 smithi133 bash[81127]: debug 2024-09-11T08:25:52.997+0000 7f57bdf5d640 -1 osd.3 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:25:53.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:25:53 smithi169 bash[77993]: debug 2024-09-11T08:25:53.497+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:25:53.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:25:53 smithi169 bash[60858]: debug 2024-09-11T08:25:53.685+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:25:54.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:25:54 smithi169 bash[72148]: debug 2024-09-11T08:25:54.053+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:25:54.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:25:54 smithi169 bash[77993]: debug 2024-09-11T08:25:54.485+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:25:54.926 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:25:54 smithi169 bash[60858]: debug 2024-09-11T08:25:54.645+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:25:55.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:25:55 smithi169 bash[72148]: debug 2024-09-11T08:25:55.017+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:25:55.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:25:55 smithi169 bash[77993]: debug 2024-09-11T08:25:55.437+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:25:55.926 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:25:55 smithi169 bash[60858]: debug 2024-09-11T08:25:55.665+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:25:56.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:25:56 smithi169 bash[72148]: debug 2024-09-11T08:25:56.053+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:25:56.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:25:56 smithi169 bash[77993]: debug 2024-09-11T08:25:56.445+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:25:56.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:25:56 smithi169 bash[60858]: debug 2024-09-11T08:25:56.689+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:25:56.948 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:25:56 smithi133 bash[81127]: debug 2024-09-11T08:25:56.649+0000 7f57b9573640 -1 osd.3 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.340584+0000 front 2024-09-11T08:25:31.340610+0000 (oldest deadline 2024-09-11T08:25:56.040665+0000) 2024-09-11T08:25:57.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:25:57 smithi169 bash[72148]: debug 2024-09-11T08:25:57.033+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:25:57.720 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:25:57 smithi169 bash[77993]: debug 2024-09-11T08:25:57.445+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:25:57.948 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:25:57 smithi133 bash[81127]: debug 2024-09-11T08:25:57.669+0000 7f57b9573640 -1 osd.3 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.340584+0000 front 2024-09-11T08:25:31.340610+0000 (oldest deadline 2024-09-11T08:25:56.040665+0000) 2024-09-11T08:25:58.015 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:25:57 smithi169 bash[60858]: debug 2024-09-11T08:25:57.713+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:25:58.424 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:25:58 smithi169 bash[72148]: debug 2024-09-11T08:25:58.041+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:25:58.424 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:25:58 smithi169 bash[66895]: debug 2024-09-11T08:25:58.009+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:25:58.675 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:25:58 smithi169 bash[77993]: debug 2024-09-11T08:25:58.421+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:25:59.022 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:25:58 smithi169 bash[60858]: debug 2024-09-11T08:25:58.673+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:25:59.407 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:25:59 smithi133 bash[98491]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-3 2024-09-11T08:25:59.408 INFO:journalctl@ceph.osd.3.smithi133.stdout:Sep 11 08:25:59 smithi133 bash[98560]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-3 2024-09-11T08:25:59.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:25:59 smithi169 bash[66895]: debug 2024-09-11T08:25:59.017+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:25:59.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:25:59 smithi169 bash[72148]: debug 2024-09-11T08:25:59.057+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:25:59.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:25:59 smithi169 bash[60858]: debug 2024-09-11T08:25:59.633+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:25:59.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:25:59 smithi169 bash[77993]: debug 2024-09-11T08:25:59.445+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:00.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:00 smithi169 bash[72148]: debug 2024-09-11T08:26:00.017+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:00.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:00 smithi169 bash[66895]: debug 2024-09-11T08:26:00.029+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:00.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:00 smithi169 bash[60858]: debug 2024-09-11T08:26:00.605+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:26:00.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:00 smithi169 bash[77993]: debug 2024-09-11T08:26:00.433+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:01.310 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.3.service' 2024-09-11T08:26:01.346 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:26:01.346 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-11T08:26:01.346 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-11T08:26:01.347 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.4 2024-09-11T08:26:01.360 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:01 smithi169 bash[66895]: debug 2024-09-11T08:26:01.017+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:01.360 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:01 smithi169 bash[72148]: debug 2024-09-11T08:26:01.029+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:01.649 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:01 smithi169 bash[77993]: debug 2024-09-11T08:26:01.445+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:01.650 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:01 smithi169 systemd[1]: Stopping Ceph osd.4 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:26:01.650 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:01 smithi169 bash[60858]: debug 2024-09-11T08:26:01.529+0000 7f19e73ea640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T08:26:01.650 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:01 smithi169 bash[60858]: debug 2024-09-11T08:26:01.529+0000 7f19e73ea640 -1 osd.4 126 *** Got signal Terminated *** 2024-09-11T08:26:01.650 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:01 smithi169 bash[60858]: debug 2024-09-11T08:26:01.529+0000 7f19e73ea640 -1 osd.4 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:26:01.650 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:01 smithi169 bash[60858]: debug 2024-09-11T08:26:01.645+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:26:02.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:02 smithi169 bash[66895]: debug 2024-09-11T08:26:02.001+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:02.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:02 smithi169 bash[72148]: debug 2024-09-11T08:26:01.997+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:02.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:02 smithi169 bash[77993]: debug 2024-09-11T08:26:02.485+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:02.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:02 smithi169 bash[60858]: debug 2024-09-11T08:26:02.645+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:26:02.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:02 smithi169 bash[60858]: debug 2024-09-11T08:26:02.645+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.927594+0000 front 2024-09-11T08:25:38.927651+0000 (oldest deadline 2024-09-11T08:26:02.427290+0000) 2024-09-11T08:26:03.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:03 smithi169 bash[72148]: debug 2024-09-11T08:26:03.025+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:03.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:03 smithi169 bash[66895]: debug 2024-09-11T08:26:03.033+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:03.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:03 smithi169 bash[66895]: debug 2024-09-11T08:26:03.033+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:03.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:03 smithi169 bash[77993]: debug 2024-09-11T08:26:03.509+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:03.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:03 smithi169 bash[60858]: debug 2024-09-11T08:26:03.613+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:26:03.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:03 smithi169 bash[60858]: debug 2024-09-11T08:26:03.613+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.927594+0000 front 2024-09-11T08:25:38.927651+0000 (oldest deadline 2024-09-11T08:26:02.427290+0000) 2024-09-11T08:26:04.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:04 smithi169 bash[72148]: debug 2024-09-11T08:26:04.061+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:04.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:04 smithi169 bash[66895]: debug 2024-09-11T08:26:04.013+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:04.426 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:04 smithi169 bash[66895]: debug 2024-09-11T08:26:04.013+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:04.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:04 smithi169 bash[77993]: debug 2024-09-11T08:26:04.537+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:04.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:04 smithi169 bash[60858]: debug 2024-09-11T08:26:04.629+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:26:04.926 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:04 smithi169 bash[60858]: debug 2024-09-11T08:26:04.629+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.927594+0000 front 2024-09-11T08:25:38.927651+0000 (oldest deadline 2024-09-11T08:26:02.427290+0000) 2024-09-11T08:26:05.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:05 smithi169 bash[72148]: debug 2024-09-11T08:26:05.065+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:05.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:05 smithi169 bash[66895]: debug 2024-09-11T08:26:05.025+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:05.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:05 smithi169 bash[66895]: debug 2024-09-11T08:26:05.025+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:05.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:05 smithi169 bash[77993]: debug 2024-09-11T08:26:05.529+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:05.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:05 smithi169 bash[77993]: debug 2024-09-11T08:26:05.529+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:05.925 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:05 smithi169 bash[60858]: debug 2024-09-11T08:26:05.637+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:30.126281+0000 front 2024-09-11T08:25:30.126372+0000 (oldest deadline 2024-09-11T08:25:53.025890+0000) 2024-09-11T08:26:05.926 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:05 smithi169 bash[60858]: debug 2024-09-11T08:26:05.637+0000 7f19e21ff640 -1 osd.4 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.927594+0000 front 2024-09-11T08:25:38.927651+0000 (oldest deadline 2024-09-11T08:26:02.427290+0000) 2024-09-11T08:26:06.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:05 smithi169 bash[66895]: debug 2024-09-11T08:26:05.993+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:06.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:05 smithi169 bash[66895]: debug 2024-09-11T08:26:05.993+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:06.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:06 smithi169 bash[72148]: debug 2024-09-11T08:26:06.025+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:06.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:06 smithi169 bash[72148]: debug 2024-09-11T08:26:06.025+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:06.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:06 smithi169 bash[77993]: debug 2024-09-11T08:26:06.513+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:06.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:06 smithi169 bash[77993]: debug 2024-09-11T08:26:06.513+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:07.318 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:06 smithi169 bash[66895]: debug 2024-09-11T08:26:06.989+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:07.318 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:06 smithi169 bash[66895]: debug 2024-09-11T08:26:06.989+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:07.319 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:07 smithi169 bash[72148]: debug 2024-09-11T08:26:07.061+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:07.319 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:07 smithi169 bash[72148]: debug 2024-09-11T08:26:07.061+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:07.675 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:07 smithi169 bash[77993]: debug 2024-09-11T08:26:07.549+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:07.675 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:07 smithi169 bash[77993]: debug 2024-09-11T08:26:07.549+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:07.981 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:07 smithi169 bash[94419]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-4 2024-09-11T08:26:07.981 INFO:journalctl@ceph.osd.4.smithi169.stdout:Sep 11 08:26:07 smithi169 bash[94494]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-4 2024-09-11T08:26:08.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:07 smithi169 bash[66895]: debug 2024-09-11T08:26:07.977+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:08.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:07 smithi169 bash[66895]: debug 2024-09-11T08:26:07.977+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:08.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:08 smithi169 bash[72148]: debug 2024-09-11T08:26:08.061+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:08.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:08 smithi169 bash[72148]: debug 2024-09-11T08:26:08.061+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:08.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:08 smithi169 bash[77993]: debug 2024-09-11T08:26:08.565+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:08.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:08 smithi169 bash[77993]: debug 2024-09-11T08:26:08.565+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:09.308 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:08 smithi169 bash[66895]: debug 2024-09-11T08:26:08.993+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:09.308 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:08 smithi169 bash[66895]: debug 2024-09-11T08:26:08.993+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:09.309 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:09 smithi169 bash[72148]: debug 2024-09-11T08:26:09.053+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:09.309 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:09 smithi169 bash[72148]: debug 2024-09-11T08:26:09.053+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:09.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:09 smithi169 bash[77993]: debug 2024-09-11T08:26:09.541+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:09.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:09 smithi169 bash[77993]: debug 2024-09-11T08:26:09.541+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:10.104 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:10 smithi169 bash[66895]: debug 2024-09-11T08:26:10.013+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:10.105 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:10 smithi169 bash[66895]: debug 2024-09-11T08:26:10.013+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:10.378 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:10 smithi169 bash[72148]: debug 2024-09-11T08:26:10.101+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:10.378 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:10 smithi169 bash[72148]: debug 2024-09-11T08:26:10.101+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:10.382 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.4.service' 2024-09-11T08:26:10.416 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:26:10.417 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-11T08:26:10.417 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-11T08:26:10.417 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.5 2024-09-11T08:26:10.675 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:10 smithi169 bash[77993]: debug 2024-09-11T08:26:10.501+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:10.676 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:10 smithi169 bash[77993]: debug 2024-09-11T08:26:10.501+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:10.676 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:10 smithi169 systemd[1]: Stopping Ceph osd.5 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:26:10.676 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:10 smithi169 bash[66895]: debug 2024-09-11T08:26:10.569+0000 7f35ef32b640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T08:26:10.676 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:10 smithi169 bash[66895]: debug 2024-09-11T08:26:10.569+0000 7f35ef32b640 -1 osd.5 126 *** Got signal Terminated *** 2024-09-11T08:26:10.677 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:10 smithi169 bash[66895]: debug 2024-09-11T08:26:10.569+0000 7f35ef32b640 -1 osd.5 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:26:11.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:11 smithi169 bash[66895]: debug 2024-09-11T08:26:10.997+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:11.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:11 smithi169 bash[66895]: debug 2024-09-11T08:26:10.997+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:11.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:11 smithi169 bash[72148]: debug 2024-09-11T08:26:11.053+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:11.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:11 smithi169 bash[72148]: debug 2024-09-11T08:26:11.053+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:11.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:11 smithi169 bash[77993]: debug 2024-09-11T08:26:11.497+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:11.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:11 smithi169 bash[77993]: debug 2024-09-11T08:26:11.497+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:12.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:11 smithi169 bash[66895]: debug 2024-09-11T08:26:11.953+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:12.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:11 smithi169 bash[66895]: debug 2024-09-11T08:26:11.953+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:12.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:11 smithi169 bash[66895]: debug 2024-09-11T08:26:11.953+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.293502+0000 front 2024-09-11T08:25:48.293556+0000 (oldest deadline 2024-09-11T08:26:11.193268+0000) 2024-09-11T08:26:12.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:12 smithi169 bash[72148]: debug 2024-09-11T08:26:12.041+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:12.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:12 smithi169 bash[72148]: debug 2024-09-11T08:26:12.041+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:12.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:12 smithi169 bash[72148]: debug 2024-09-11T08:26:12.041+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:12.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:12 smithi169 bash[77993]: debug 2024-09-11T08:26:12.517+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:12.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:12 smithi169 bash[77993]: debug 2024-09-11T08:26:12.517+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:12.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:12 smithi169 bash[77993]: debug 2024-09-11T08:26:12.517+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:13.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[66895]: debug 2024-09-11T08:26:13.001+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:13.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[66895]: debug 2024-09-11T08:26:13.001+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:13.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[66895]: debug 2024-09-11T08:26:13.001+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.293502+0000 front 2024-09-11T08:25:48.293556+0000 (oldest deadline 2024-09-11T08:26:11.193268+0000) 2024-09-11T08:26:13.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[72148]: debug 2024-09-11T08:26:13.085+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:13.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[72148]: debug 2024-09-11T08:26:13.085+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:13.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[72148]: debug 2024-09-11T08:26:13.085+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:13.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[77993]: debug 2024-09-11T08:26:13.565+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:13.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[77993]: debug 2024-09-11T08:26:13.565+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:13.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[77993]: debug 2024-09-11T08:26:13.565+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:14.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[66895]: debug 2024-09-11T08:26:13.993+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:14.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[66895]: debug 2024-09-11T08:26:13.993+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:14.426 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[66895]: debug 2024-09-11T08:26:13.993+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.293502+0000 front 2024-09-11T08:25:48.293556+0000 (oldest deadline 2024-09-11T08:26:11.193268+0000) 2024-09-11T08:26:14.426 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:13 smithi169 bash[66895]: debug 2024-09-11T08:26:13.993+0000 7f35eb943640 -1 osd.5 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.54708.0:819 5.15 5:a93a5511:::notify.2:head [watch ping cookie 94923652566624] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:14.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[72148]: debug 2024-09-11T08:26:14.081+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:14.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[72148]: debug 2024-09-11T08:26:14.081+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:14.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[72148]: debug 2024-09-11T08:26:14.081+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:14.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[77993]: debug 2024-09-11T08:26:14.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:14.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[77993]: debug 2024-09-11T08:26:14.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:14.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[77993]: debug 2024-09-11T08:26:14.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:15.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:15 smithi169 bash[72148]: debug 2024-09-11T08:26:15.037+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:15.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:15 smithi169 bash[72148]: debug 2024-09-11T08:26:15.037+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:15.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:15 smithi169 bash[72148]: debug 2024-09-11T08:26:15.037+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:15.426 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[66895]: debug 2024-09-11T08:26:14.997+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291172+0000 front 2024-09-11T08:25:31.291777+0000 (oldest deadline 2024-09-11T08:25:57.190601+0000) 2024-09-11T08:26:15.426 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[66895]: debug 2024-09-11T08:26:14.997+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:37.692302+0000 front 2024-09-11T08:25:37.692236+0000 (oldest deadline 2024-09-11T08:26:02.391961+0000) 2024-09-11T08:26:15.426 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[66895]: debug 2024-09-11T08:26:14.997+0000 7f35eb943640 -1 osd.5 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.293502+0000 front 2024-09-11T08:25:48.293556+0000 (oldest deadline 2024-09-11T08:26:11.193268+0000) 2024-09-11T08:26:15.426 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:14 smithi169 bash[66895]: debug 2024-09-11T08:26:14.997+0000 7f35eb943640 -1 osd.5 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.54708.0:819 5.15 5:a93a5511:::notify.2:head [watch ping cookie 94923652566624] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:15.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:15 smithi169 bash[77993]: debug 2024-09-11T08:26:15.629+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:15.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:15 smithi169 bash[77993]: debug 2024-09-11T08:26:15.629+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:15.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:15 smithi169 bash[77993]: debug 2024-09-11T08:26:15.629+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:16.309 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:16 smithi169 bash[72148]: debug 2024-09-11T08:26:16.009+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:16.309 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:16 smithi169 bash[72148]: debug 2024-09-11T08:26:16.009+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:16.309 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:16 smithi169 bash[72148]: debug 2024-09-11T08:26:16.009+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:16.925 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:16 smithi169 bash[94635]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-5 2024-09-11T08:26:16.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:16 smithi169 bash[77993]: debug 2024-09-11T08:26:16.665+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:16.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:16 smithi169 bash[77993]: debug 2024-09-11T08:26:16.665+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:16.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:16 smithi169 bash[77993]: debug 2024-09-11T08:26:16.665+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:17.425 INFO:journalctl@ceph.osd.5.smithi169.stdout:Sep 11 08:26:16 smithi169 bash[94709]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-5 2024-09-11T08:26:17.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:17 smithi169 bash[72148]: debug 2024-09-11T08:26:17.033+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:17.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:17 smithi169 bash[72148]: debug 2024-09-11T08:26:17.033+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:17.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:17 smithi169 bash[72148]: debug 2024-09-11T08:26:17.033+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:17.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:17 smithi169 bash[77993]: debug 2024-09-11T08:26:17.657+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:17.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:17 smithi169 bash[77993]: debug 2024-09-11T08:26:17.657+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:17.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:17 smithi169 bash[77993]: debug 2024-09-11T08:26:17.657+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:17.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:17 smithi169 bash[77993]: debug 2024-09-11T08:26:17.657+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:18.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:18 smithi169 bash[72148]: debug 2024-09-11T08:26:18.017+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:18.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:18 smithi169 bash[72148]: debug 2024-09-11T08:26:18.017+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:18.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:18 smithi169 bash[72148]: debug 2024-09-11T08:26:18.017+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:18.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:18 smithi169 bash[77993]: debug 2024-09-11T08:26:18.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:18.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:18 smithi169 bash[77993]: debug 2024-09-11T08:26:18.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:18.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:18 smithi169 bash[77993]: debug 2024-09-11T08:26:18.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:18.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:18 smithi169 bash[77993]: debug 2024-09-11T08:26:18.609+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:19.234 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.5.service' 2024-09-11T08:26:19.270 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.013+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:19.271 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.013+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:19.271 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.013+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:19.271 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.013+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.497118+0000 front 2024-09-11T08:25:57.497090+0000 (oldest deadline 2024-09-11T08:26:18.596867+0000) 2024-09-11T08:26:19.273 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:26:19.273 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-11T08:26:19.274 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-11T08:26:19.274 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.6 2024-09-11T08:26:19.631 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 systemd[1]: Stopping Ceph osd.6 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:26:19.631 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.461+0000 7f6c04254640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T08:26:19.631 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.461+0000 7f6c04254640 -1 osd.6 126 *** Got signal Terminated *** 2024-09-11T08:26:19.631 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.461+0000 7f6c04254640 -1 osd.6 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:26:19.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[77993]: debug 2024-09-11T08:26:19.625+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:19.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[77993]: debug 2024-09-11T08:26:19.625+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:19.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[77993]: debug 2024-09-11T08:26:19.625+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:19.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[77993]: debug 2024-09-11T08:26:19.625+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:20.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.989+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:20.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.989+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:20.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.989+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:20.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:19 smithi169 bash[72148]: debug 2024-09-11T08:26:19.989+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.497118+0000 front 2024-09-11T08:25:57.497090+0000 (oldest deadline 2024-09-11T08:26:18.596867+0000) 2024-09-11T08:26:20.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:20 smithi169 bash[77993]: debug 2024-09-11T08:26:20.601+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:20.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:20 smithi169 bash[77993]: debug 2024-09-11T08:26:20.601+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:20.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:20 smithi169 bash[77993]: debug 2024-09-11T08:26:20.601+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:20.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:20 smithi169 bash[77993]: debug 2024-09-11T08:26:20.601+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:20.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:20 smithi169 bash[77993]: debug 2024-09-11T08:26:20.601+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:21.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:20 smithi169 bash[72148]: debug 2024-09-11T08:26:20.961+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:21.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:20 smithi169 bash[72148]: debug 2024-09-11T08:26:20.961+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:21.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:20 smithi169 bash[72148]: debug 2024-09-11T08:26:20.961+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:21.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:20 smithi169 bash[72148]: debug 2024-09-11T08:26:20.961+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.497118+0000 front 2024-09-11T08:25:57.497090+0000 (oldest deadline 2024-09-11T08:26:18.596867+0000) 2024-09-11T08:26:21.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:21 smithi169 bash[77993]: debug 2024-09-11T08:26:21.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:21.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:21 smithi169 bash[77993]: debug 2024-09-11T08:26:21.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:21.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:21 smithi169 bash[77993]: debug 2024-09-11T08:26:21.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:21.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:21 smithi169 bash[77993]: debug 2024-09-11T08:26:21.609+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:21.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:21 smithi169 bash[77993]: debug 2024-09-11T08:26:21.609+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:22.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:21 smithi169 bash[72148]: debug 2024-09-11T08:26:21.961+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:22.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:21 smithi169 bash[72148]: debug 2024-09-11T08:26:21.961+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:22.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:21 smithi169 bash[72148]: debug 2024-09-11T08:26:21.961+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:22.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:21 smithi169 bash[72148]: debug 2024-09-11T08:26:21.961+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.497118+0000 front 2024-09-11T08:25:57.497090+0000 (oldest deadline 2024-09-11T08:26:18.596867+0000) 2024-09-11T08:26:22.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:22 smithi169 bash[77993]: debug 2024-09-11T08:26:22.593+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:22.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:22 smithi169 bash[77993]: debug 2024-09-11T08:26:22.593+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:22.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:22 smithi169 bash[77993]: debug 2024-09-11T08:26:22.593+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:22.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:22 smithi169 bash[77993]: debug 2024-09-11T08:26:22.593+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:22.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:22 smithi169 bash[77993]: debug 2024-09-11T08:26:22.593+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:23.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:22 smithi169 bash[72148]: debug 2024-09-11T08:26:22.965+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:23.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:22 smithi169 bash[72148]: debug 2024-09-11T08:26:22.965+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:23.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:22 smithi169 bash[72148]: debug 2024-09-11T08:26:22.965+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:23.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:22 smithi169 bash[72148]: debug 2024-09-11T08:26:22.965+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.497118+0000 front 2024-09-11T08:25:57.497090+0000 (oldest deadline 2024-09-11T08:26:18.596867+0000) 2024-09-11T08:26:23.928 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:23 smithi169 bash[77993]: debug 2024-09-11T08:26:23.637+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:23.928 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:23 smithi169 bash[77993]: debug 2024-09-11T08:26:23.637+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:23.928 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:23 smithi169 bash[77993]: debug 2024-09-11T08:26:23.637+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:23.928 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:23 smithi169 bash[77993]: debug 2024-09-11T08:26:23.637+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:23.929 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:23 smithi169 bash[77993]: debug 2024-09-11T08:26:23.637+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:24.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:24 smithi169 bash[72148]: debug 2024-09-11T08:26:24.013+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:31.291020+0000 front 2024-09-11T08:25:31.290545+0000 (oldest deadline 2024-09-11T08:25:53.491609+0000) 2024-09-11T08:26:24.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:24 smithi169 bash[72148]: debug 2024-09-11T08:26:24.013+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:40.494275+0000 front 2024-09-11T08:25:40.493818+0000 (oldest deadline 2024-09-11T08:26:05.193984+0000) 2024-09-11T08:26:24.425 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:24 smithi169 bash[72148]: debug 2024-09-11T08:26:24.013+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:47.495754+0000 front 2024-09-11T08:25:47.495919+0000 (oldest deadline 2024-09-11T08:26:11.595501+0000) 2024-09-11T08:26:24.426 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:24 smithi169 bash[72148]: debug 2024-09-11T08:26:24.013+0000 7f6c0106d640 -1 osd.6 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.497118+0000 front 2024-09-11T08:25:57.497090+0000 (oldest deadline 2024-09-11T08:26:18.596867+0000) 2024-09-11T08:26:24.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:24 smithi169 bash[77993]: debug 2024-09-11T08:26:24.645+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:24.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:24 smithi169 bash[77993]: debug 2024-09-11T08:26:24.645+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:24.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:24 smithi169 bash[77993]: debug 2024-09-11T08:26:24.645+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:24.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:24 smithi169 bash[77993]: debug 2024-09-11T08:26:24.645+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:24.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:24 smithi169 bash[77993]: debug 2024-09-11T08:26:24.645+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:25.873 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:25 smithi169 bash[94847]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-6 2024-09-11T08:26:25.873 INFO:journalctl@ceph.osd.6.smithi169.stdout:Sep 11 08:26:25 smithi169 bash[94932]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-6 2024-09-11T08:26:25.874 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:25 smithi169 bash[77993]: debug 2024-09-11T08:26:25.605+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:25.874 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:25 smithi169 bash[77993]: debug 2024-09-11T08:26:25.605+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:25.874 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:25 smithi169 bash[77993]: debug 2024-09-11T08:26:25.605+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:25.874 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:25 smithi169 bash[77993]: debug 2024-09-11T08:26:25.605+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:25.874 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:25 smithi169 bash[77993]: debug 2024-09-11T08:26:25.605+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:26.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:26 smithi169 bash[77993]: debug 2024-09-11T08:26:26.581+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:26.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:26 smithi169 bash[77993]: debug 2024-09-11T08:26:26.581+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:26.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:26 smithi169 bash[77993]: debug 2024-09-11T08:26:26.581+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:26.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:26 smithi169 bash[77993]: debug 2024-09-11T08:26:26.581+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:26.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:26 smithi169 bash[77993]: debug 2024-09-11T08:26:26.585+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:27.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:27 smithi169 bash[77993]: debug 2024-09-11T08:26:27.621+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:27.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:27 smithi169 bash[77993]: debug 2024-09-11T08:26:27.621+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:27.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:27 smithi169 bash[77993]: debug 2024-09-11T08:26:27.621+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:27.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:27 smithi169 bash[77993]: debug 2024-09-11T08:26:27.621+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:27.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:27 smithi169 bash[77993]: debug 2024-09-11T08:26:27.621+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:28.059 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.6.service' 2024-09-11T08:26:28.095 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:26:28.095 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-11T08:26:28.096 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-11T08:26:28.096 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.7 2024-09-11T08:26:28.425 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:28 smithi169 systemd[1]: Stopping Ceph osd.7 for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:26:28.425 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:28 smithi169 bash[77993]: debug 2024-09-11T08:26:28.249+0000 7f9535c81640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T08:26:28.425 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:28 smithi169 bash[77993]: debug 2024-09-11T08:26:28.249+0000 7f9535c81640 -1 osd.7 126 *** Got signal Terminated *** 2024-09-11T08:26:28.425 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:28 smithi169 bash[77993]: debug 2024-09-11T08:26:28.249+0000 7f9535c81640 -1 osd.7 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:26:28.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:28 smithi169 bash[77993]: debug 2024-09-11T08:26:28.577+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:28.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:28 smithi169 bash[77993]: debug 2024-09-11T08:26:28.577+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:28.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:28 smithi169 bash[77993]: debug 2024-09-11T08:26:28.577+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:28.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:28 smithi169 bash[77993]: debug 2024-09-11T08:26:28.577+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:28.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:28 smithi169 bash[77993]: debug 2024-09-11T08:26:28.577+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:29.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:29 smithi169 bash[77993]: debug 2024-09-11T08:26:29.605+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:29.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:29 smithi169 bash[77993]: debug 2024-09-11T08:26:29.605+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:29.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:29 smithi169 bash[77993]: debug 2024-09-11T08:26:29.605+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:29.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:29 smithi169 bash[77993]: debug 2024-09-11T08:26:29.605+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:29.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:29 smithi169 bash[77993]: debug 2024-09-11T08:26:29.605+0000 7f953329b640 -1 osd.7 126 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.44924.0:172 2.0 2:353ec8f9:::gateway.conf:head [getxattr epoch in=5b] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e126) 2024-09-11T08:26:30.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:30 smithi169 bash[77993]: debug 2024-09-11T08:26:30.589+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:30.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:30 smithi169 bash[77993]: debug 2024-09-11T08:26:30.589+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:30.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:30 smithi169 bash[77993]: debug 2024-09-11T08:26:30.589+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:30.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:30 smithi169 bash[77993]: debug 2024-09-11T08:26:30.589+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:31.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:31 smithi169 bash[77993]: debug 2024-09-11T08:26:31.569+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:31.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:31 smithi169 bash[77993]: debug 2024-09-11T08:26:31.569+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:31.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:31 smithi169 bash[77993]: debug 2024-09-11T08:26:31.569+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:31.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:31 smithi169 bash[77993]: debug 2024-09-11T08:26:31.569+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:32.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:32 smithi169 bash[77993]: debug 2024-09-11T08:26:32.585+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6806 osd.0 since back 2024-09-11T08:25:32.029408+0000 front 2024-09-11T08:25:32.029266+0000 (oldest deadline 2024-09-11T08:25:53.128687+0000) 2024-09-11T08:26:32.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:32 smithi169 bash[77993]: debug 2024-09-11T08:26:32.585+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6814 osd.1 since back 2024-09-11T08:25:38.930874+0000 front 2024-09-11T08:25:38.930976+0000 (oldest deadline 2024-09-11T08:26:04.830683+0000) 2024-09-11T08:26:32.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:32 smithi169 bash[77993]: debug 2024-09-11T08:26:32.585+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6822 osd.2 since back 2024-09-11T08:25:48.634040+0000 front 2024-09-11T08:25:48.634111+0000 (oldest deadline 2024-09-11T08:26:12.134029+0000) 2024-09-11T08:26:32.925 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:32 smithi169 bash[77993]: debug 2024-09-11T08:26:32.585+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.133:6830 osd.3 since back 2024-09-11T08:25:57.336633+0000 front 2024-09-11T08:25:57.336723+0000 (oldest deadline 2024-09-11T08:26:19.636415+0000) 2024-09-11T08:26:32.926 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:32 smithi169 bash[77993]: debug 2024-09-11T08:26:32.585+0000 7f953329b640 -1 osd.7 126 heartbeat_check: no reply from 172.21.15.169:6804 osd.4 since back 2024-09-11T08:26:05.839596+0000 front 2024-09-11T08:26:05.839654+0000 (oldest deadline 2024-09-11T08:26:31.739391+0000) 2024-09-11T08:26:34.823 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:34 smithi169 bash[95070]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-7 2024-09-11T08:26:34.823 INFO:journalctl@ceph.osd.7.smithi169.stdout:Sep 11 08:26:34 smithi169 bash[95144]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-osd-7 2024-09-11T08:26:36.843 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@osd.7.service' 2024-09-11T08:26:36.876 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:26:36.876 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-11T08:26:36.876 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-11T08:26:36.876 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-d3da6098-7010-11ef-bcea-c7b262605968@prometheus.a 2024-09-11T08:26:37.092 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:36 smithi169 systemd[1]: Stopping Ceph prometheus.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:26:37.092 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.066Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:26:37.092 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.066Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.066Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.066Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.066Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.066Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.066Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.066Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.066Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.069Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.069Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-11T08:26:37.093 INFO:journalctl@ceph.prometheus.a.smithi169.stdout:Sep 11 08:26:37 smithi169 bash[43095]: ts=2024-09-11T08:26:37.070Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-11T08:26:37.861 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d3da6098-7010-11ef-bcea-c7b262605968@prometheus.a.service' 2024-09-11T08:26:37.894 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:26:37.894 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-11T08:26:37.895 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d3da6098-7010-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T08:26:38.025 INFO:teuthology.orchestra.run.smithi133.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-11T08:26:38.025 INFO:teuthology.orchestra.run.smithi133.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-11T08:26:38.026 INFO:teuthology.orchestra.run.smithi133.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-11T08:26:38.026 INFO:teuthology.orchestra.run.smithi133.stderr: [--retry RETRY] [--env ENV] 2024-09-11T08:26:38.026 INFO:teuthology.orchestra.run.smithi133.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-09-11T08:26:38.026 INFO:teuthology.orchestra.run.smithi133.stderr: ... 2024-09-11T08:26:38.026 INFO:teuthology.orchestra.run.smithi133.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-11T08:26:38.035 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-11T08:26:38.036 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d3da6098-7010-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T08:26:38.169 INFO:teuthology.orchestra.run.smithi169.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-11T08:26:38.169 INFO:teuthology.orchestra.run.smithi169.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-11T08:26:38.169 INFO:teuthology.orchestra.run.smithi169.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-11T08:26:38.169 INFO:teuthology.orchestra.run.smithi169.stderr: [--retry RETRY] [--env ENV] 2024-09-11T08:26:38.169 INFO:teuthology.orchestra.run.smithi169.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-09-11T08:26:38.169 INFO:teuthology.orchestra.run.smithi169.stderr: ... 2024-09-11T08:26:38.169 INFO:teuthology.orchestra.run.smithi169.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-11T08:26:38.179 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-11T08:26:38.180 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:26:38.195 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:26:38.208 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-11T08:26:38.210 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901224/remote/smithi133/crash 2024-09-11T08:26:38.210 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/crash -- . 2024-09-11T08:26:38.225 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901224/remote/smithi169/crash 2024-09-11T08:26:38.226 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/lib/ceph/d3da6098-7010-11ef-bcea-c7b262605968/crash -- . 2024-09-11T08:26:38.267 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-11T08:26:38.267 DEBUG:teuthology.orchestra.run.smithi133:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-11T08:26:38.284 INFO:teuthology.orchestra.run.smithi133.stderr:grep: /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-11T08:26:38.287 INFO:tasks.cephadm:Compressing logs... 2024-09-11T08:26:38.287 DEBUG:teuthology.orchestra.run.smithi133:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T08:26:38.330 DEBUG:teuthology.orchestra.run.smithi169:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T08:26:38.345 INFO:teuthology.orchestra.run.smithi133.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-11T08:26:38.346 INFO:teuthology.orchestra.run.smithi169.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-11T08:26:38.350 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-11T08:26:38.350 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi169.iczyvx.log 2024-09-11T08:26:38.351 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-11T08:26:38.351 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mgr.x.log 2024-09-11T08:26:38.352 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi169.iczyvx.log: gzip 72.5% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi169.iczyvx.log.gz-5 2024-09-11T08:26:38.352 INFO:teuthology.orchestra.run.smithi169.stderr:--verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-11T08:26:38.353 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.5.log: /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/tcmu-runner.log 2024-09-11T08:26:38.353 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/rbd-target-api.log 2024-09-11T08:26:38.354 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-11T08:26:38.354 INFO:teuthology.orchestra.run.smithi169.stderr: 66.5% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/tcmu-runner.log.gz 2024-09-11T08:26:38.355 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/rbd-target-api.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T08:26:38.356 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-11T08:26:38.356 INFO:teuthology.orchestra.run.smithi169.stderr: 94.2% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/rbd-target-api.log.gz 2024-09-11T08:26:38.363 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-11T08:26:38.363 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mgr.y.log 2024-09-11T08:26:38.363 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi133.yujiqq.log 2024-09-11T08:26:38.364 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-11T08:26:38.364 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mgr.y.log: /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi133.yujiqq.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-11T08:26:38.365 INFO:teuthology.orchestra.run.smithi133.stderr: 72.4% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi133.yujiqq.log.gz 2024-09-11T08:26:38.365 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-11T08:26:38.367 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T08:26:38.368 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-11T08:26:38.368 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.1.log: gzip /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.0.log: -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T08:26:38.368 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-11T08:26:38.373 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T08:26:38.375 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.7.log: /var/log/ceph/cephadm.log: 91.2% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T08:26:38.376 INFO:teuthology.orchestra.run.smithi169.stderr: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T08:26:38.387 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.2.log: 91.0% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T08:26:38.401 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T08:26:38.471 INFO:teuthology.orchestra.run.smithi169.stderr: 91.3% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mgr.x.log.gz 2024-09-11T08:26:38.784 INFO:teuthology.orchestra.run.smithi133.stderr: 92.9% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-11T08:26:38.865 INFO:teuthology.orchestra.run.smithi133.stderr: 91.9% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mgr.y.log.gz 2024-09-11T08:26:38.879 INFO:teuthology.orchestra.run.smithi169.stderr: 92.9% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-11T08:26:39.530 INFO:teuthology.orchestra.run.smithi169.stderr: 93.0% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-11T08:26:39.636 INFO:teuthology.orchestra.run.smithi133.stderr: 92.7% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-11T08:26:39.818 INFO:teuthology.orchestra.run.smithi169.stderr: 93.3% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-11T08:26:39.838 INFO:teuthology.orchestra.run.smithi169.stderr: 93.2% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-11T08:26:39.848 INFO:teuthology.orchestra.run.smithi133.stderr: 91.2% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-11T08:26:39.994 INFO:teuthology.orchestra.run.smithi133.stderr: 93.5% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-11T08:26:40.218 INFO:teuthology.orchestra.run.smithi133.stderr: 93.3% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-11T08:26:40.218 INFO:teuthology.orchestra.run.smithi169.stderr: 93.6% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-11T08:26:40.220 INFO:teuthology.orchestra.run.smithi169.stderr: 2024-09-11T08:26:40.220 INFO:teuthology.orchestra.run.smithi169.stderr:real 0m1.884s 2024-09-11T08:26:40.220 INFO:teuthology.orchestra.run.smithi169.stderr:user 0m6.439s 2024-09-11T08:26:40.220 INFO:teuthology.orchestra.run.smithi169.stderr:sys 0m0.245s 2024-09-11T08:26:40.592 INFO:teuthology.orchestra.run.smithi133.stderr: 93.5% -- replaced with /var/log/ceph/d3da6098-7010-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-11T08:26:40.594 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-11T08:26:40.594 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m2.260s 2024-09-11T08:26:40.594 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m9.084s 2024-09-11T08:26:40.594 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.345s 2024-09-11T08:26:40.594 INFO:tasks.cephadm:Archiving logs... 2024-09-11T08:26:40.594 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901224/remote/smithi133/log 2024-09-11T08:26:40.595 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T08:26:41.877 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901224/remote/smithi169/log 2024-09-11T08:26:41.878 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T08:26:42.798 INFO:tasks.cephadm:Removing cluster... 2024-09-11T08:26:42.798 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d3da6098-7010-11ef-bcea-c7b262605968 --force 2024-09-11T08:26:44.698 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:26:44 smithi133 systemd[1]: Stopping Ceph node-exporter.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:26:45.698 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:26:45 smithi133 bash[98897]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-node-exporter-a 2024-09-11T08:26:45.699 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:26:45 smithi133 bash[98969]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-node-exporter-a 2024-09-11T08:26:45.699 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:26:45 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-11T08:26:45.699 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:26:45 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-11T08:26:45.699 INFO:journalctl@ceph.node-exporter.a.smithi133.stdout:Sep 11 08:26:45 smithi133 systemd[1]: Stopped Ceph node-exporter.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:26:46.136 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:26:45 smithi133 systemd[1]: Stopping Ceph alertmanager.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:26:46.137 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:26:45 smithi133 bash[49151]: ts=2024-09-11T08:26:45.893Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:26:46.873 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:26:46 smithi133 bash[99027]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-alertmanager-a 2024-09-11T08:26:46.873 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:26:46 smithi133 bash[99100]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-alertmanager-a 2024-09-11T08:26:46.873 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:26:46 smithi133 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-11T08:26:46.873 INFO:journalctl@ceph.alertmanager.a.smithi133.stdout:Sep 11 08:26:46 smithi133 systemd[1]: Stopped Ceph alertmanager.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:26:52.925 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:26:52 smithi169 bash[46403]: logger=sqlstore.transactions t=2024-09-11T08:26:52.500193348Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-11T08:26:58.492 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d3da6098-7010-11ef-bcea-c7b262605968 --force 2024-09-11T08:27:00.165 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:26:59 smithi169 systemd[1]: Stopping Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:27:00.425 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:27:00 smithi169 bash[89450]: debug Shutdown received 2024-09-11T08:27:11.157 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:27:10 smithi169 bash[95561]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi-iscsi-a 2024-09-11T08:27:11.157 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:27:11 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Main process exited, code=exited, status=137/n/a 2024-09-11T08:27:11.157 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:27:11 smithi169 bash[95643]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi-iscsi-a 2024-09-11T08:27:12.124 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:27:11 smithi169 bash[95651]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-iscsi-iscsi-a-tcmu 2024-09-11T08:27:12.124 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:27:11 smithi169 bash[95701]: rm: cannot remove '/run/ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.tcmu.service-pid': No such file or directory 2024-09-11T08:27:12.124 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:27:11 smithi169 bash[95702]: rm: cannot remove '/run/ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.tcmu.service-cid': No such file or directory 2024-09-11T08:27:12.124 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:27:11 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@iscsi.iscsi.a.service: Failed with result 'exit-code'. 2024-09-11T08:27:12.124 INFO:journalctl@ceph.iscsi.iscsi.a.smithi169.stdout:Sep 11 08:27:11 smithi169 systemd[1]: Stopped Ceph iscsi.iscsi.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:27:12.425 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:27:12 smithi169 systemd[1]: Stopping Ceph node-exporter.b for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:27:13.175 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:27:12 smithi169 bash[95778]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-node-exporter-b 2024-09-11T08:27:13.175 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:27:13 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-11T08:27:13.175 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:27:13 smithi169 bash[95852]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-node-exporter-b 2024-09-11T08:27:13.175 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:27:13 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-11T08:27:13.176 INFO:journalctl@ceph.node-exporter.b.smithi169.stdout:Sep 11 08:27:13 smithi169 systemd[1]: Stopped Ceph node-exporter.b for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:27:13.608 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:27:13 smithi169 systemd[1]: Stopping Ceph grafana.a for d3da6098-7010-11ef-bcea-c7b262605968... 2024-09-11T08:27:14.368 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:27:13 smithi169 bash[95908]: ceph-d3da6098-7010-11ef-bcea-c7b262605968-grafana-a 2024-09-11T08:27:14.368 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:27:14 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=143/n/a 2024-09-11T08:27:14.369 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:27:14 smithi169 bash[95981]: Error response from daemon: No such container: ceph-d3da6098-7010-11ef-bcea-c7b262605968-grafana-a 2024-09-11T08:27:14.369 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:27:14 smithi169 systemd[1]: ceph-d3da6098-7010-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-11T08:27:14.369 INFO:journalctl@ceph.grafana.a.smithi169.stdout:Sep 11 08:27:14 smithi169 systemd[1]: Stopped Ceph grafana.a for d3da6098-7010-11ef-bcea-c7b262605968. 2024-09-11T08:27:26.160 INFO:tasks.cephadm:Removing cephadm ... 2024-09-11T08:27:26.160 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T08:27:26.168 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T08:27:26.173 INFO:tasks.cephadm:Teardown complete 2024-09-11T08:27:26.173 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T08:27:26.183 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T08:27:26.183 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T08:27:26.186 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T08:27:26.204 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T08:27:26.204 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-09-11T08:27:26.204 INFO:teuthology.orchestra.run.smithi169.stdout:+hv01.front.sepi 67.205.162.81 3 u 66 64 377 0.103 5.175 0.709 2024-09-11T08:27:26.204 INFO:teuthology.orchestra.run.smithi169.stdout:+hv02.front.sepi 63.231.80.2 3 u 56 64 377 0.091 1.689 0.624 2024-09-11T08:27:26.204 INFO:teuthology.orchestra.run.smithi169.stdout:*hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.074 2.877 0.533 2024-09-11T08:27:26.204 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-09-11T08:27:26.207 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T08:27:26.207 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-09-11T08:27:26.207 INFO:teuthology.orchestra.run.smithi133.stdout:+hv01.front.sepi 67.205.162.81 3 u 57 64 377 0.102 2.261 0.234 2024-09-11T08:27:26.207 INFO:teuthology.orchestra.run.smithi133.stdout:+hv02.front.sepi 63.231.80.2 3 u 4 64 377 0.076 -0.253 0.135 2024-09-11T08:27:26.207 INFO:teuthology.orchestra.run.smithi133.stdout:*hv03.front.sepi 74.6.168.72 3 u 61 64 377 0.090 0.259 0.139 2024-09-11T08:27:26.207 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-09-11T08:27:26.208 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T08:27:26.223 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T08:27:26.224 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T08:27:26.235 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T08:27:26.244 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T08:27:26.251 INFO:teuthology.task.internal:Duration was 3279.816296 seconds 2024-09-11T08:27:26.252 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T08:27:26.260 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T08:27:26.261 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T08:27:26.263 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T08:27:26.313 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T08:27:26.313 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-09-11T08:27:26.314 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T08:27:26.327 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2024-09-11T08:27:26.327 DEBUG:teuthology.orchestra.run.smithi169:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T08:27:26.343 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T08:27:26.343 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T08:27:26.371 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T08:27:26.456 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T08:27:26.457 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T08:27:26.459 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T08:27:26.671 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T08:27:26.681 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T08:27:26.682 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T08:27:26.696 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T08:27:26.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T08:27:26.722 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T08:27:26.742 DEBUG:teuthology.orchestra.run.smithi169:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T08:27:26.754 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-09-11T08:27:26.756 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2024-09-11T08:27:26.789 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T08:27:26.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:27:26.795 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T08:27:26.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:27:26.837 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T08:27:26.847 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T08:27:26.848 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901224/remote/smithi133 2024-09-11T08:27:26.848 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T08:27:26.886 DEBUG:teuthology.misc:Transferring archived files from smithi169:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901224/remote/smithi169 2024-09-11T08:27:26.886 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T08:27:26.932 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T08:27:26.932 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T08:27:26.935 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T08:27:26.942 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T08:27:26.951 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T08:27:26.951 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T08:27:26.960 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T08:27:26.960 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T08:27:26.962 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T08:27:26.967 INFO:teuthology.orchestra.run.smithi133.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 08:27 /home/ubuntu/cephtest 2024-09-11T08:27:26.990 INFO:teuthology.orchestra.run.smithi169.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 08:27 /home/ubuntu/cephtest 2024-09-11T08:27:26.993 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T08:27:27.003 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T08:27:27.025 INFO:teuthology.run:Summary data: description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04-15.2.9 2-repo_digest/repo_digest 3-upgrade/staggered 4-wait 5-upgrade-ls agent/off mon_election/connectivity} duration: 3279.816295862198 owner: scheduled_gabrioux@teuthology success: true 2024-09-11T08:27:27.026 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T08:27:27.111 INFO:teuthology.run:pass